From 06720de0b5f87387bf1a8cb7a58f230a4b85dda9 Mon Sep 17 00:00:00 2001 From: Hanne Moa <hanne.moa@uninett.no> Date: Mon, 27 Jun 2016 11:31:37 +0200 Subject: [PATCH] Add microsize locale domain for testing --- locales/en/LC_MESSAGES/test.po | 17 +++++++++++++++++ locales/nb/LC_MESSAGES/test.po | 18 ++++++++++++++++++ locales/nn/LC_MESSAGES/test.po | 18 ++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 locales/en/LC_MESSAGES/test.po create mode 100644 locales/nb/LC_MESSAGES/test.po create mode 100644 locales/nn/LC_MESSAGES/test.po diff --git a/locales/en/LC_MESSAGES/test.po b/locales/en/LC_MESSAGES/test.po new file mode 100644 index 000000000..70a64a7b7 --- /dev/null +++ b/locales/en/LC_MESSAGES/test.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: 2016-03-01 14:40+0100\n" +"PO-Revision-Date: 2016-03-01 14:42+0100\n" +"Last-Translator: Hanne Moa <hanne.moa@uninett.no>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.4\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: en\n" + +msgid "Hello, Untranslated World!" +msgstr "Hello, Translated World!" diff --git a/locales/nb/LC_MESSAGES/test.po b/locales/nb/LC_MESSAGES/test.po new file mode 100644 index 000000000..f4e73b333 --- /dev/null +++ b/locales/nb/LC_MESSAGES/test.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: 2016-03-01 14:40+0100\n" +"PO-Revision-Date: 2016-03-01 14:45+0100\n" +"Last-Translator: Hanne Moa <hanne.moa@uninett.no>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.4\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: nb\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Hello, Untranslated World!" +msgstr "Hallo, oversatte verden!" diff --git a/locales/nn/LC_MESSAGES/test.po b/locales/nn/LC_MESSAGES/test.po new file mode 100644 index 000000000..0ce9baabb --- /dev/null +++ b/locales/nn/LC_MESSAGES/test.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: 2016-03-01 14:40+0100\n" +"PO-Revision-Date: 2016-03-01 14:45+0100\n" +"Last-Translator: Hanne Moa <hanne.moa@uninett.no>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.4\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: nn\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Hello, Untranslated World!" +msgstr "Hallo, oversatte verd!" -- GitLab