diff options
author | Diego Martínez <kaeza@users.noreply.github.com> | 2017-02-25 20:41:51 -0300 |
---|---|---|
committer | Diego Martínez <kaeza@users.noreply.github.com> | 2017-02-25 20:41:51 -0300 |
commit | 7ff6c8608787c4d47d276c046bb4e6e670c40aca (patch) | |
tree | 5d8f25b661ce65e7f9d1c3b6e6d9209a1c25b624 | |
parent | 5f00db5d953be798f0d49f258c30d657d0d142aa (diff) |
Update test translations with latest script.
-rw-r--r-- | intltest/locale/es.po | 17 | ||||
-rw-r--r-- | intltest/locale/template.pot | 15 |
2 files changed, 19 insertions, 13 deletions
diff --git a/intltest/locale/es.po b/intltest/locale/es.po index 4638ff9..cd51b8f 100644 --- a/intltest/locale/es.po +++ b/intltest/locale/es.po @@ -7,33 +7,36 @@ msgid "" msgstr "" "Project-Id-Version: I18N Test Mod 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-24 00:46-0300\n" +"POT-Creation-Date: 2017-02-25 20:40-0300\n" "PO-Revision-Date: 2017-01-23 17:36-0300\n" "Last-Translator: Diego Martnez <kaeza@users.sf.net>\n" "Language-Team: Spanish\n" "Language: es\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ASCII\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: init.lua:8 +#: init.lua msgid "Hello, world!" msgstr "¡Hola, mundo!" -#: init.lua:13 +#. Translators: @1 is color, @2 is object. +#: init.lua msgid "Blue" msgstr "Azul" -#: init.lua:13 +#: init.lua msgid "Car" msgstr "Carro" -#: init.lua:13 +#. Translators: @1 is color, @2 is object. +#: init.lua msgid "Test: @1 @2" msgstr "Prueba: @2 @1" -#: init.lua:23 +#. Translators: @1 is use count. +#: init.lua msgid "Item has been used @1 time." msgid_plural "Item has been used @1 times." msgstr[0] "El objeto ha sido usado @1 vez." diff --git a/intltest/locale/template.pot b/intltest/locale/template.pot index 39a9cbd..2090d61 100644 --- a/intltest/locale/template.pot +++ b/intltest/locale/template.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-24 00:46-0300\n" +"POT-Creation-Date: 2017-02-25 20:40-0300\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" @@ -18,23 +18,26 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: init.lua:8 +#: init.lua msgid "Hello, world!" msgstr "" -#: init.lua:13 +#. Translators: @1 is color, @2 is object. +#: init.lua msgid "Blue" msgstr "" -#: init.lua:13 +#: init.lua msgid "Car" msgstr "" -#: init.lua:13 +#. Translators: @1 is color, @2 is object. +#: init.lua msgid "Test: @1 @2" msgstr "" -#: init.lua:23 +#. Translators: @1 is use count. +#: init.lua msgid "Item has been used @1 time." msgid_plural "Item has been used @1 times." msgstr[0] "" |