]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
New Spanish translations.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Nov 2003 14:31:10 +0000 (14:31 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:22 +0000 (12:11 +0200)
gettext-tools/examples/ChangeLog
gettext-tools/examples/po/LINGUAS
gettext-tools/examples/po/es.po [new file with mode: 0644]

index 3bd434f33f23bed032b34420e1acf285dd3c46c5..f0bd88ade0da13676222b865207d04cc85a74c56 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-30  Bruno Haible  <bruno@clisp.org>
+
+       * po/es.po: New file, from Max de Mendizábal <max@upn.mx>.
+       * po/LINGUAS: Add es.
+
 2003-11-24  Bruno Haible  <bruno@clisp.org>
 
        * po/ca.po: New file, from Ivan Vilata i Balaguer <ivan@selidor.net>.
index 6f7724c44bd8fbb3d555d348df8db85170b2150a..48654c279c29317c5f7c004618a2767e0139a222 100644 (file)
@@ -3,4 +3,4 @@
 # This file is in the public domain.
 #
 # Set of available languages.
-ca de fr ja pl ro sr zh_CN
+ca de es fr ja pl ro sr zh_CN
diff --git a/gettext-tools/examples/po/es.po b/gettext-tools/examples/po/es.po
new file mode 100644 (file)
index 0000000..b8b692f
--- /dev/null
@@ -0,0 +1,75 @@
+# Mensajes en español para GNU gettext.
+# Copyright (C) 1996, 1997, 1998, 2001 Free Software Foundation, Inc.
+# Max de Mendizábal <max@upn.mx>, 1996, 1997, 1998, 1999, 2000, 
+# 2001, 2002, 2003.
+msgid ""
+msgstr ""
+"Project-Id-Version: gettext-examples-0.13-pre1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"POT-Creation-Date: 2003-11-16 18:52+0100\n"
+"PO-Revision-Date: 2003-11-24 19:19-0600\n"
+"Last-Translator: Max de Mendizábal <max@upn.mx>\n"
+"Language-Team: Spanish <es@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\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-smalltalk/hello.st.in:19 hello-java/Hello.java:15
+#: hello-java-awt/Hello.java:24 hello-java-swing/Hello.java:21
+#: 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.pl:14 hello-php/hello.php:13
+msgid "Hello, world!"
+msgstr "¡Hola, 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.pl:16 hello-php/hello.php:15
+#, php-format
+msgid "This program is running as process number %d."
+msgstr "Este programa está corriendo como el proceso número %d."
+
+#: hello-c++-qt/hello.cc:53 hello-c++-kde/hellowindow.cc:49
+#: hello-smalltalk/hello.st.in:20 hello-ycp/hello.ycp:20
+#, ycp-format
+msgid "This program is running as process number %1."
+msgstr "Este programa está corriendo como el proceso número %1."
+
+#: hello-c++-kde/hello.cc:46
+msgid "Hello example"
+msgstr "Hola ejemplo"
+
+#: hello-c++-kde/hello.cc:48
+msgid "Hello world example"
+msgstr "Ejemplo de hola mundo"
+
+#: hello-sh/hello.sh:18
+#, sh-format
+msgid "This program is running as process number $pid."
+msgstr "Este programa está corriendo como el proceso número $pid."
+
+#: hello-python/hello.py.in:14
+#, python-format
+msgid "This program is running as process number %(pid)d."
+msgstr "Este programa está corriendo como el proceso número %(pid)d."
+
+#: hello-clisp/hello.lisp.in:14
+#, lisp-format
+msgid "This program is running as process number ~D."
+msgstr "Este programa está corriendo como el proceso número ~D."
+
+#: hello-java/Hello.java:19 hello-java-awt/Hello.java:29
+#: hello-java-swing/Hello.java:26
+#, java-format
+msgid "This program is running as process number {0}."
+msgstr "Este programa está corriendo como el proceso número {0}."