From 0c1f7c5f018e080df270f10321fa57f3b2a01bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no> Date: Wed, 12 Oct 2016 16:01:57 +0200 Subject: [PATCH] Add the new strings in the sandbox to the messages.po files for some languages. --- locales/en/LC_MESSAGES/messages.po | 10 +++++++++- locales/es/LC_MESSAGES/messages.po | 10 +++++++++- locales/nb/LC_MESSAGES/messages.po | 10 +++++++++- locales/nn/LC_MESSAGES/messages.po | 8 ++++++++ 4 files changed, 35 insertions(+), 3 deletions(-) diff --git a/locales/en/LC_MESSAGES/messages.po b/locales/en/LC_MESSAGES/messages.po index 0206c0492..44bb7a26d 100644 --- a/locales/en/LC_MESSAGES/messages.po +++ b/locales/en/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgstr "" "Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" "POT-Creation-Date: 2016-10-12 09:31+0200\n" "PO-Revision-Date: 2016-10-12 09:31+0200\n" -"Last-Translator: \n" +"Last-Translator: Jaime PĂ©rez <jaime.perez@uninett.no>\n" "Language: en\n" "Language-Team: \n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" @@ -838,3 +838,11 @@ msgstr "Parse" msgid "{attributes:attribute_noreduorgnin}" msgstr "Organizational number" +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/messages.po b/locales/es/LC_MESSAGES/messages.po index 59d42b36e..c847dd513 100644 --- a/locales/es/LC_MESSAGES/messages.po +++ b/locales/es/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgstr "" "Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" "POT-Creation-Date: 2016-10-12 09:31+0200\n" "PO-Revision-Date: 2016-10-12 09:31+0200\n" -"Last-Translator: \n" +"Last-Translator: Jaime PĂ©rez <jaime.perez@uninett.no>\n" "Language: es\n" "Language-Team: \n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" @@ -819,3 +819,11 @@ msgstr "Analizar" msgid "{attributes:attribute_noreduorgnin}" msgstr "NĂşmero de la organizaciĂłn" +msgid "Hello, Untranslated World!" +msgstr "Hola, mundo traducido!" + +msgid "Hello, %who%!" +msgstr "Hola, %who%!" + +msgid "World" +msgstr "Mundo" diff --git a/locales/nb/LC_MESSAGES/messages.po b/locales/nb/LC_MESSAGES/messages.po index 19d1b12bf..375b7322d 100644 --- a/locales/nb/LC_MESSAGES/messages.po +++ b/locales/nb/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgstr "" "Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" "POT-Creation-Date: 2016-10-12 09:31+0200\n" "PO-Revision-Date: 2016-10-12 09:31+0200\n" -"Last-Translator: \n" +"Last-Translator: Hanne Moa <hanne.moa@uninett.no>\n" "Language: nb_NO\n" "Language-Team: \n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" @@ -765,3 +765,11 @@ msgstr "Pars" msgid "{attributes:attribute_noreduorgnin}" msgstr "Organisasjonsnummer" +msgid "Hello, Untranslated World!" +msgstr "Hallo, oversatte verden!" + +msgid "Hello, %who%!" +msgstr "Hallo, %who%!" + +msgid "World" +msgstr "Verden" diff --git a/locales/nn/LC_MESSAGES/messages.po b/locales/nn/LC_MESSAGES/messages.po index eb317b9df..fc6b5f54b 100644 --- a/locales/nn/LC_MESSAGES/messages.po +++ b/locales/nn/LC_MESSAGES/messages.po @@ -770,3 +770,11 @@ msgstr "Parser" msgid "{attributes:attribute_noreduorgnin}" msgstr "Organisasjonsnummer" +msgid "Hello, Untranslated World!" +msgstr "Hallo, oversette verd!" + +msgid "Hello, %who%!" +msgstr "Hallo, %who%!" + +msgid "World" +msgstr "Verd" -- GitLab