diff options
Diffstat (limited to 'gettext-tools/examples/po/hello-python.pot')
| -rw-r--r-- | gettext-tools/examples/po/hello-python.pot | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gettext-tools/examples/po/hello-python.pot b/gettext-tools/examples/po/hello-python.pot new file mode 100644 index 0000000..ff2e456 --- /dev/null +++ b/gettext-tools/examples/po/hello-python.pot @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Yoyodyne, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n" +"POT-Creation-Date: 2006-04-20 15:51+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: hello-python/hello.py.in:13 +msgid "Hello, world!" +msgstr "" + +#: hello-python/hello.py.in:14 +#, python-format +msgid "This program is running as process number %(pid)d." +msgstr "" |
