diff --git a/locale/cs_CZ.po b/locale/cs_CZ.po index f6bdd98..25ee695 100644 --- a/locale/cs_CZ.po +++ b/locale/cs_CZ.po @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: cs_CZ\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" "X-Generator: Poedit 1.8.10\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: _\n" diff --git a/locale/es_ES.po b/locale/es_ES.po index 24917c0..e5bebec 100644 --- a/locale/es_ES.po +++ b/locale/es_ES.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: wxExtend\n" "POT-Creation-Date: 2016-11-04 14:10+0100\n" "PO-Revision-Date: 2016-02-06 09:04+0100\n" -"Last-Translator: Alberto Martínez , 2016\n" +"Last-Translator: Alberto Martínez Setién, 2016\n" "Language-Team: Spanish (https://www.transifex.com/eduroam_devel/teams/11799/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/locale/hr_HR.po b/locale/hr_HR.po index e31beb8..5f05a05 100644 --- a/locale/hr_HR.po +++ b/locale/hr_HR.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: wxExtend\n" "POT-Creation-Date: 2016-11-04 14:10+0100\n" "PO-Revision-Date: 2016-02-06 09:04+0100\n" -"Last-Translator: Simon Rozman , 2016\n" +"Last-Translator: Dubravko Penezic , 2018\n" "Language-Team: Croatian (Croatia) (https://www.transifex.com/eduroam_devel/teams/11799/hr_HR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -34,6 +34,9 @@ msgid "" "Only one auto hidden bar is allowed on each edge.\n" "Auto-hide feature is now off." msgstr "" +"Već je aktivirana jedna auto skrivena opcija\n" +"Samo jedna auto skrivena opcija moze biti aktivna.\n" +"Auto skrivanje je sada iskljućeno" #: include/wxex/appbar.h:1036 msgid "Warning" diff --git a/locale/lt_LT.po b/locale/lt_LT.po index 5d77144..b25a2c2 100644 --- a/locale/lt_LT.po +++ b/locale/lt_LT.po @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" "X-Generator: Poedit 1.8.10\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: _\n" diff --git a/locale/sk_SK.po b/locale/sk_SK.po index 9c94bbc..69f51ca 100644 --- a/locale/sk_SK.po +++ b/locale/sk_SK.po @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sk_SK\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" "X-Generator: Poedit 1.8.10\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: _\n"