diff options
author | Jaime Pérez <jaime.perez@uninett.no> | 2016-10-12 16:01:57 +0200 |
---|---|---|
committer | Jaime Pérez <jaime.perez@uninett.no> | 2016-10-12 16:01:57 +0200 |
commit | 0c1f7c5f018e080df270f10321fa57f3b2a01bf6 (patch) | |
tree | 679f0a13f54341ca8e352f24fb5a3aea9f8b993d | |
parent | d7ee41a339dd67506f523c57df45cdf842e43c78 (diff) | |
download | simplesamlphp-0c1f7c5f018e080df270f10321fa57f3b2a01bf6.zip simplesamlphp-0c1f7c5f018e080df270f10321fa57f3b2a01bf6.tar.gz simplesamlphp-0c1f7c5f018e080df270f10321fa57f3b2a01bf6.tar.bz2 |
Add the new strings in the sandbox to the messages.po files for some languages.
-rw-r--r-- | locales/en/LC_MESSAGES/messages.po | 10 | ||||
-rw-r--r-- | locales/es/LC_MESSAGES/messages.po | 10 | ||||
-rw-r--r-- | locales/nb/LC_MESSAGES/messages.po | 10 | ||||
-rw-r--r-- | 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 0206c04..44bb7a2 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 59d42b3..c847dd5 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 19d1b12..375b732 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 eb317b9..fc6b5f5 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" |