summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples')
-rw-r--r--gettext-tools/examples/po/LINGUAS4
-rw-r--r--gettext-tools/examples/po/hu.po85
-rw-r--r--gettext-tools/examples/po/pt.po85
-rw-r--r--gettext-tools/examples/po/sl.po86
4 files changed, 258 insertions, 2 deletions
diff --git a/gettext-tools/examples/po/LINGUAS b/gettext-tools/examples/po/LINGUAS
index 06adc9c..20ad00b 100644
--- a/gettext-tools/examples/po/LINGUAS
+++ b/gettext-tools/examples/po/LINGUAS
@@ -1,6 +1,6 @@
# Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
+af ca de el es fr ga hu it ja nl pl pt ro ru sk sl sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/po/hu.po b/gettext-tools/examples/po/hu.po
new file mode 100644
index 0000000..15ab52e
--- /dev/null
+++ b/gettext-tools/examples/po/hu.po
@@ -0,0 +1,85 @@
+# Hungarian translation for gettext-examples.
+# Copyright (C) 2005 Yoyodyne, Inc.
+# This file is distributed under the same license as the gettext-examples package.
+# Kiss Tamás <atomi@inf.elte.hu>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gettext-examples 0.14.5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"POT-Creation-Date: 2005-01-29 17:39+0100\n"
+"PO-Revision-Date: 2005-08-28 03:21+0200\n"
+"Last-Translator: Kiss Tamás <atomi@inf.elte.hu>\n"
+"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello-c/hello.c:31 hello-c-gnome/hello.c:47 hello-c++/hello.cc:40
+#: hello-c++-qt/hello.cc:46 hello-c++-kde/hellowindow.cc:42
+#: hello-c++-gnome/hello.cc:51 hello-objc/hello.m:31
+#: hello-objc-gnustep/Hello.m:50 hello-objc-gnome/hello.m:48
+#: hello-sh/hello.sh:15 hello-python/hello.py.in:13
+#: hello-clisp/hello.lisp.in:12 hello-librep/hello.jl.in:13
+#: hello-guile/hello.scm:16 hello-smalltalk/hello.st.in:32
+#: hello-java/Hello.java:15 hello-java-awt/Hello.java:24
+#: hello-java-swing/Hello.java:21 hello-csharp/hello.cs:15
+#: hello-csharp-forms/hello.cs:30 hello-gawk/hello.awk:12
+#: hello-pascal/hello.hello_world hello-ycp/hello.ycp:16
+#: hello-tcl/hello.tcl:12 hello-tcl-tk/hello.tcl:14
+#: hello-perl/hello-1.pl.in:18 hello-perl/hello-2.pl.in:13
+#: hello-php/hello.php:13
+msgid "Hello, world!"
+msgstr "Hello, világ!"
+
+#: hello-c/hello.c:32 hello-c-gnome/hello.c:52 hello-c++/hello.cc:41
+#: hello-c++-gnome/hello.cc:56 hello-objc/hello.m:32
+#: hello-objc-gnustep/Hello.m:59 hello-objc-gnome/hello.m:53
+#: hello-librep/hello.jl.in:15 hello-gawk/hello.awk:13
+#: hello-pascal/hello.running_as hello-tcl/hello.tcl:13
+#: hello-tcl-tk/hello.tcl:17 hello-perl/hello-1.pl.in:20
+#: hello-php/hello.php:15
+#, php-format
+msgid "This program is running as process number %d."
+msgstr "Ez a program a %d processz azonosítóval fut."
+
+#: hello-c++-qt/hello.cc:53 hello-c++-kde/hellowindow.cc:49
+#: hello-smalltalk/hello.st.in:33 hello-ycp/hello.ycp:20
+#, ycp-format
+msgid "This program is running as process number %1."
+msgstr "Ez a program a %1 processz azonosítóval fut."
+
+#: hello-c++-kde/hello.cc:46
+msgid "Hello example"
+msgstr "Hello példa"
+
+#: hello-c++-kde/hello.cc:48
+msgid "Hello world example"
+msgstr "Hello világ példa"
+
+#: hello-sh/hello.sh:18
+#, sh-format
+msgid "This program is running as process number $pid."
+msgstr "Ez a program a $pid processz azonosítóval fut."
+
+#: hello-python/hello.py.in:14
+#, python-format
+msgid "This program is running as process number %(pid)d."
+msgstr "Ez a program a %(pid)d processz azonosítóval fut."
+
+#: hello-clisp/hello.lisp.in:14 hello-guile/hello.scm:18
+#, scheme-format
+msgid "This program is running as process number ~D."
+msgstr "Ez a program a ~D processz azonosítóval fut."
+
+#: hello-java/Hello.java:19 hello-java-awt/Hello.java:29
+#: hello-java-swing/Hello.java:26 hello-csharp/hello.cs:18
+#: hello-csharp-forms/hello.cs:37
+#, csharp-format
+msgid "This program is running as process number {0}."
+msgstr "Ez a program a {0} processz azonosítóval fut."
+
+#: hello-perl/hello-2.pl.in:15
+#, perl-brace-format
+msgid "This program is running as process number {pid}."
+msgstr "Ez a program a {pid} processz azonosítóval fut."
diff --git a/gettext-tools/examples/po/pt.po b/gettext-tools/examples/po/pt.po
new file mode 100644
index 0000000..32bb778
--- /dev/null
+++ b/gettext-tools/examples/po/pt.po
@@ -0,0 +1,85 @@
+# Portuguese translation of 'gettext-examples' package.
+# Copyright (C) 2005 Yoyodyne, Inc.
+# This file is distributed under the same license as the gettext-examples package.
+# Helder Correia <helder.pereira.correia@gmail.com>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gettext-examples 0.14.5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"POT-Creation-Date: 2005-01-29 17:39+0100\n"
+"PO-Revision-Date: 2005-11-19 23:08+0000\n"
+"Last-Translator: Helder Correia <helder.pereira.correia@gmail.com>\n"
+"Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello-c/hello.c:31 hello-c-gnome/hello.c:47 hello-c++/hello.cc:40
+#: hello-c++-qt/hello.cc:46 hello-c++-kde/hellowindow.cc:42
+#: hello-c++-gnome/hello.cc:51 hello-objc/hello.m:31
+#: hello-objc-gnustep/Hello.m:50 hello-objc-gnome/hello.m:48
+#: hello-sh/hello.sh:15 hello-python/hello.py.in:13
+#: hello-clisp/hello.lisp.in:12 hello-librep/hello.jl.in:13
+#: hello-guile/hello.scm:16 hello-smalltalk/hello.st.in:32
+#: hello-java/Hello.java:15 hello-java-awt/Hello.java:24
+#: hello-java-swing/Hello.java:21 hello-csharp/hello.cs:15
+#: hello-csharp-forms/hello.cs:30 hello-gawk/hello.awk:12
+#: hello-pascal/hello.hello_world hello-ycp/hello.ycp:16
+#: hello-tcl/hello.tcl:12 hello-tcl-tk/hello.tcl:14
+#: hello-perl/hello-1.pl.in:18 hello-perl/hello-2.pl.in:13
+#: hello-php/hello.php:13
+msgid "Hello, world!"
+msgstr "Olá, Mundo!"
+
+#: hello-c/hello.c:32 hello-c-gnome/hello.c:52 hello-c++/hello.cc:41
+#: hello-c++-gnome/hello.cc:56 hello-objc/hello.m:32
+#: hello-objc-gnustep/Hello.m:59 hello-objc-gnome/hello.m:53
+#: hello-librep/hello.jl.in:15 hello-gawk/hello.awk:13
+#: hello-pascal/hello.running_as hello-tcl/hello.tcl:13
+#: hello-tcl-tk/hello.tcl:17 hello-perl/hello-1.pl.in:20
+#: hello-php/hello.php:15
+#, php-format
+msgid "This program is running as process number %d."
+msgstr "Este programa está a ser executado com o número de processo %d."
+
+#: hello-c++-qt/hello.cc:53 hello-c++-kde/hellowindow.cc:49
+#: hello-smalltalk/hello.st.in:33 hello-ycp/hello.ycp:20
+#, ycp-format
+msgid "This program is running as process number %1."
+msgstr "Este programa está a ser executado com o número de processo %1."
+
+#: hello-c++-kde/hello.cc:46
+msgid "Hello example"
+msgstr "Exemplo Olá"
+
+#: hello-c++-kde/hello.cc:48
+msgid "Hello world example"
+msgstr "Exemplo Olá Mundo"
+
+#: hello-sh/hello.sh:18
+#, sh-format
+msgid "This program is running as process number $pid."
+msgstr "Este process está a ser executado com o número de processo $pid."
+
+#: hello-python/hello.py.in:14
+#, python-format
+msgid "This program is running as process number %(pid)d."
+msgstr "Este programa está a ser executado com o número de processo %(pid)d."
+
+#: hello-clisp/hello.lisp.in:14 hello-guile/hello.scm:18
+#, scheme-format
+msgid "This program is running as process number ~D."
+msgstr "Este programa está a ser executado com o número de processo ~D."
+
+#: hello-java/Hello.java:19 hello-java-awt/Hello.java:29
+#: hello-java-swing/Hello.java:26 hello-csharp/hello.cs:18
+#: hello-csharp-forms/hello.cs:37
+#, csharp-format
+msgid "This program is running as process number {0}."
+msgstr "Este programa está a ser executado com o número de processo {0}."
+
+#: hello-perl/hello-2.pl.in:15
+#, perl-brace-format
+msgid "This program is running as process number {pid}."
+msgstr "Este programa está a ser executado com o número de processo {pid}."
diff --git a/gettext-tools/examples/po/sl.po b/gettext-tools/examples/po/sl.po
new file mode 100644
index 0000000..334b0f3
--- /dev/null
+++ b/gettext-tools/examples/po/sl.po
@@ -0,0 +1,86 @@
+# -*- mode: po; coding: utf-8; -*- Slovenian message catalog for GNU gettext-example
+# Copyright (C) 2005 Yoyodyne, Inc.
+# Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2005.
+# $Id: sl.po,v 1.1 2006/04/07 20:14:31 haible Exp $
+msgid ""
+msgstr ""
+"Project-Id-Version: gettext-examples 0.14.5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"POT-Creation-Date: 2005-01-29 17:39+0100\n"
+"PO-Revision-Date: 2005-09-29 13:38+0200\n"
+"Last-Translator: Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>\n"
+"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
+"%100==4 ? 3 : 0);\n"
+
+#: hello-c/hello.c:31 hello-c-gnome/hello.c:47 hello-c++/hello.cc:40
+#: hello-c++-qt/hello.cc:46 hello-c++-kde/hellowindow.cc:42
+#: hello-c++-gnome/hello.cc:51 hello-objc/hello.m:31
+#: hello-objc-gnustep/Hello.m:50 hello-objc-gnome/hello.m:48
+#: hello-sh/hello.sh:15 hello-python/hello.py.in:13
+#: hello-clisp/hello.lisp.in:12 hello-librep/hello.jl.in:13
+#: hello-guile/hello.scm:16 hello-smalltalk/hello.st.in:32
+#: hello-java/Hello.java:15 hello-java-awt/Hello.java:24
+#: hello-java-swing/Hello.java:21 hello-csharp/hello.cs:15
+#: hello-csharp-forms/hello.cs:30 hello-gawk/hello.awk:12
+#: hello-pascal/hello.hello_world hello-ycp/hello.ycp:16
+#: hello-tcl/hello.tcl:12 hello-tcl-tk/hello.tcl:14
+#: hello-perl/hello-1.pl.in:18 hello-perl/hello-2.pl.in:13
+#: hello-php/hello.php:13
+msgid "Hello, world!"
+msgstr "Pozdravljen, svet!"
+
+#: hello-c/hello.c:32 hello-c-gnome/hello.c:52 hello-c++/hello.cc:41
+#: hello-c++-gnome/hello.cc:56 hello-objc/hello.m:32
+#: hello-objc-gnustep/Hello.m:59 hello-objc-gnome/hello.m:53
+#: hello-librep/hello.jl.in:15 hello-gawk/hello.awk:13
+#: hello-pascal/hello.running_as hello-tcl/hello.tcl:13
+#: hello-tcl-tk/hello.tcl:17 hello-perl/hello-1.pl.in:20
+#: hello-php/hello.php:15
+#, php-format
+msgid "This program is running as process number %d."
+msgstr "Ta program teÄe kot proces Å¡tevilka %d."
+
+#: hello-c++-qt/hello.cc:53 hello-c++-kde/hellowindow.cc:49
+#: hello-smalltalk/hello.st.in:33 hello-ycp/hello.ycp:20
+#, ycp-format
+msgid "This program is running as process number %1."
+msgstr "Ta program teÄe kot proces Å¡tevilka %1."
+
+#: hello-c++-kde/hello.cc:46
+msgid "Hello example"
+msgstr "Zgled Pozdravljen"
+
+#: hello-c++-kde/hello.cc:48
+msgid "Hello world example"
+msgstr "Zgled Pozdravljen svet"
+
+#: hello-sh/hello.sh:18
+#, sh-format
+msgid "This program is running as process number $pid."
+msgstr "Ta program teÄe kot proces Å¡tevilka $pid."
+
+#: hello-python/hello.py.in:14
+#, python-format
+msgid "This program is running as process number %(pid)d."
+msgstr "Ta program teÄe kot proces Å¡tevilka %(pid)d."
+
+#: hello-clisp/hello.lisp.in:14 hello-guile/hello.scm:18
+#, scheme-format
+msgid "This program is running as process number ~D."
+msgstr "Ta program teÄe kot proces Å¡tevilka ~D."
+
+#: hello-java/Hello.java:19 hello-java-awt/Hello.java:29
+#: hello-java-swing/Hello.java:26 hello-csharp/hello.cs:18
+#: hello-csharp-forms/hello.cs:37
+#, csharp-format
+msgid "This program is running as process number {0}."
+msgstr "Ta program teÄe kot proces Å¡tevilka {0}."
+
+#: hello-perl/hello-2.pl.in:15
+#, perl-brace-format
+msgid "This program is running as process number {pid}."
+msgstr "Ta program teÄe kot proces Å¡tevilka {pid}."