diff options
Diffstat (limited to 't/fmt/ini/basic.po')
-rw-r--r-- | t/fmt/ini/basic.po | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/t/fmt/ini/basic.po b/t/fmt/ini/basic.po new file mode 100644 index 0000000..1c1e245 --- /dev/null +++ b/t/fmt/ini/basic.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, 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" +"POT-Creation-Date: 2006-08-23 21:48+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" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: key1= +#: basic.ini:2 +#, no-wrap +msgid "some value" +msgstr "SOME VALUE" + +#. type: key2= +#: basic.ini:3 +#, no-wrap +msgid "some other value" +msgstr "SOME OTHER VALUE" + +#. type: key4= +#: basic.ini:5 +#, no-wrap +msgid "toto\\ttata\\ntutu" +msgstr "TOTO\\tTATA\\nTUTU" |