From f08c9381ecf73355bc7f58a0ea78104768d17b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no> Date: Fri, 7 Oct 2016 11:17:46 +0200 Subject: [PATCH] Add some more translations to the new *.po files, including one to spanish. --- locales/en/LC_MESSAGES/ssp.po | 6 ++++++ locales/es/LC_MESSAGES/ssp.po | 23 +++++++++++++++++++++++ locales/es_ES | 1 + locales/nb/LC_MESSAGES/ssp.po | 6 ++++++ 4 files changed, 36 insertions(+) create mode 100644 locales/es/LC_MESSAGES/ssp.po create mode 120000 locales/es_ES diff --git a/locales/en/LC_MESSAGES/ssp.po b/locales/en/LC_MESSAGES/ssp.po index 70a64a7b7..ac57b54d8 100644 --- a/locales/en/LC_MESSAGES/ssp.po +++ b/locales/en/LC_MESSAGES/ssp.po @@ -15,3 +15,9 @@ msgstr "" msgid "Hello, Untranslated World!" msgstr "Hello, Translated World!" + +msgid "Hello, %who%!" +msgstr "Hello, %who%!" + +msgid "World" +msgstr "World" diff --git a/locales/es/LC_MESSAGES/ssp.po b/locales/es/LC_MESSAGES/ssp.po new file mode 100644 index 000000000..ddf381937 --- /dev/null +++ b/locales/es/LC_MESSAGES/ssp.po @@ -0,0 +1,23 @@ +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 "Hola, Mundo sin traducir!" + +msgid "Hello, %who%!" +msgstr "Hola, %who%!" + +msgid "World" +msgstr "Mundo" diff --git a/locales/es_ES b/locales/es_ES new file mode 120000 index 000000000..6c4381495 --- /dev/null +++ b/locales/es_ES @@ -0,0 +1 @@ +es \ No newline at end of file diff --git a/locales/nb/LC_MESSAGES/ssp.po b/locales/nb/LC_MESSAGES/ssp.po index f4e73b333..ea8034a76 100644 --- a/locales/nb/LC_MESSAGES/ssp.po +++ b/locales/nb/LC_MESSAGES/ssp.po @@ -16,3 +16,9 @@ msgstr "" msgid "Hello, Untranslated World!" msgstr "Hallo, oversatte verden!" + +msgid "Hello, %who%!" +msgstr "Hallo, %who%!" + +msgid "World" +msgstr "Verden" -- GitLab