summaryrefslogtreecommitdiffstats
path: root/t/fmt/ini
diff options
context:
space:
mode:
Diffstat (limited to 't/fmt/ini')
-rw-r--r--t/fmt/ini/basic.ini5
-rw-r--r--t/fmt/ini/basic.norm5
-rw-r--r--t/fmt/ini/basic.po35
-rw-r--r--t/fmt/ini/basic.pot35
-rw-r--r--t/fmt/ini/basic.trans5
5 files changed, 85 insertions, 0 deletions
diff --git a/t/fmt/ini/basic.ini b/t/fmt/ini/basic.ini
new file mode 100644
index 0000000..558c348
--- /dev/null
+++ b/t/fmt/ini/basic.ini
@@ -0,0 +1,5 @@
+[section_header]
+key1="some value"
+key2="some other value"
+key3=one_word_value
+key4="toto\ttata\ntutu"
diff --git a/t/fmt/ini/basic.norm b/t/fmt/ini/basic.norm
new file mode 100644
index 0000000..558c348
--- /dev/null
+++ b/t/fmt/ini/basic.norm
@@ -0,0 +1,5 @@
+[section_header]
+key1="some value"
+key2="some other value"
+key3=one_word_value
+key4="toto\ttata\ntutu"
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"
diff --git a/t/fmt/ini/basic.pot b/t/fmt/ini/basic.pot
new file mode 100644
index 0000000..db24433
--- /dev/null
+++ b/t/fmt/ini/basic.pot
@@ -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 ""
+
+#. type: key2=
+#: basic.ini:3
+#, no-wrap
+msgid "some other value"
+msgstr ""
+
+#. type: key4=
+#: basic.ini:5
+#, no-wrap
+msgid "toto\\ttata\\ntutu"
+msgstr ""
diff --git a/t/fmt/ini/basic.trans b/t/fmt/ini/basic.trans
new file mode 100644
index 0000000..04b5a88
--- /dev/null
+++ b/t/fmt/ini/basic.trans
@@ -0,0 +1,5 @@
+[section_header]
+key1="SOME VALUE"
+key2="SOME OTHER VALUE"
+key3=one_word_value
+key4="TOTO\tTATA\nTUTU"