diff options
Diffstat (limited to 'gettext-tools/examples/hello-python/po/ast.po')
-rw-r--r-- | gettext-tools/examples/hello-python/po/ast.po | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-python/po/ast.po b/gettext-tools/examples/hello-python/po/ast.po new file mode 100644 index 0000000..8f4d3ac --- /dev/null +++ b/gettext-tools/examples/hello-python/po/ast.po @@ -0,0 +1,26 @@ +# Mensajes en asturianu para GNU gettext. +# This file is distributed under the same license as the gettext package. +# Copyright (C) 2009 Yoyodyne, Inc. (msgids) +# Copyright (C) 2009 Free Software Foundation, Inc. +# Marquinos <maacub@gmail.com>, 2009. +msgid "" +msgstr "" +"Project-Id-Version: hello-python-0.17\n" +"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n" +"PO-Revision-Date: 2009-12-15 12:16+0100\n" +"Last-Translator: Marquinos <maacub@gmail.com>\n" +"Language-Team: Asturian <ubuntu-l10n-ast@lists.ubuntu.com>\n" +"Language: ast\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.py.in:12 +msgid "Hello, world!" +msgstr "¡Hola, mundu!" + +#: hello.py.in:13 +#, python-format +msgid "This program is running as process number %(pid)d." +msgstr "Esti programa ta corriendo como'l procesu númberu %(pid)d." |