mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-27 02:32:49 -04:00
Fix code for Czech language (#6514)
Use the correct ISO 639-1 code: `cs` and not `cz` (which is the country) https://www.loc.gov/standards/iso639-2/php/langcodes_name.php?iso_639_1=cs
This commit is contained in:
committed by
GitHub
parent
fec9e53d0e
commit
8fc8ac3aef
@@ -14,7 +14,7 @@ extend-exclude = [
|
||||
"*.pot",
|
||||
"*.rtl.css",
|
||||
".git/",
|
||||
"app/i18n/cz/",
|
||||
"app/i18n/cs/",
|
||||
"app/i18n/de/",
|
||||
"app/i18n/el/",
|
||||
"app/i18n/es/",
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript musí být povolen',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript muss aktiviert sein',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript must be enabled', // TODO
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript must be enabled', // IGNORE
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript must be enabled',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština',
|
||||
'cs' => 'Čeština',
|
||||
'de' => 'Deutsch',
|
||||
'el' => 'Ελληνικά',
|
||||
'en' => 'English',
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript debe estar activado',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => ' جاوا اسکریپت باید فعال باشد',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'Le JavaScript doit être activé.',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'חובה להפעיל JavaScript',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'A JavaScript futtatásának engedélyezve kell lennie',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript must be enabled', // TODO
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript deve essere abilitato',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScriptは有効になっている必要があります。',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => '자바스크립트를 사용하도록 설정해야합니다',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript jābūt ieslēgtam',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript moet aanstaan',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript deu èsser activat',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript musi być włączony',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'O JavaScript precisa estar ativo',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript должен быть включён',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'Musíte povoliť JavaScript',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => 'JavaScript aktif olmalıdır.',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => '必须启用 JavaScript',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -144,7 +144,7 @@ return array(
|
||||
'should_be_activated' => '必須啟用 JavaScript',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština', // IGNORE
|
||||
'cs' => 'Čeština', // IGNORE
|
||||
'de' => 'Deutsch', // IGNORE
|
||||
'el' => 'Ελληνικά', // IGNORE
|
||||
'en' => 'English', // IGNORE
|
||||
|
||||
@@ -13,7 +13,7 @@ Available languages are:
|
||||
|
||||
| Language (English name) | Language (Endonym) | Ordered by language code (ISO-639-1) |
|
||||
|:------------------------|:-----------------------|:-------------------------------------|
|
||||
| Czech | Čeština | cz |
|
||||
| Czech | Čeština | cs |
|
||||
| German | Deutsch | de |
|
||||
| Greek | Ελληνικά | el |
|
||||
| English | English | en |
|
||||
|
||||
@@ -19,7 +19,7 @@ Les langues disponibles sont:
|
||||
|
||||
| Langue (nom français) | Langue (endonyme) | Classé par code de langue (ISO-639-1) |
|
||||
|:------------------------|:-----------------------|:-------------------------------------|
|
||||
| Tchèque | Čeština | cz |
|
||||
| Tchèque | Čeština | cs |
|
||||
| Allemand | Deutsch | de |
|
||||
| Grec | Ελληνικά | el |
|
||||
| Anglais | English | en |
|
||||
|
||||
@@ -6841,7 +6841,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"| Language (English name) | Language (Endonym) | Ordered by language code (ISO-639-1) |\n"
|
||||
"|:------------------------|:-----------------------|:-------------------------------------|\n"
|
||||
"| Czech | Čeština | cz |\n"
|
||||
"| Czech | Čeština | cs |\n"
|
||||
"| German | Deutsch | de |\n"
|
||||
"| Greek | Ελληνικά | el |\n"
|
||||
"| English | English | en |\n"
|
||||
@@ -9429,10 +9429,10 @@ msgstr ""
|
||||
#~ msgstr "Organisation des flux"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Available languages are: cz, de, en, es, fr, he, it, ko, nl, oc, pt-br, "
|
||||
#~ "Available languages are: cs, de, en, es, fr, he, it, ko, nl, oc, pt-br, "
|
||||
#~ "ru, tr, zh-cn."
|
||||
#~ msgstr ""
|
||||
#~ "Les langues disponibles sont : cz, de, en, es, fr, he, it, ko, nl, oc, pt-"
|
||||
#~ "Les langues disponibles sont : cs, de, en, es, fr, he, it, ko, nl, oc, pt-"
|
||||
#~ "br, ru, tr, zh-cn."
|
||||
|
||||
#~ msgid "*Blue Lagoon* by **Mister aiR**"
|
||||
|
||||
@@ -6342,7 +6342,7 @@ msgid ""
|
||||
"| Language (English name) | Language (Endonym) | Ordered by language code "
|
||||
"(ISO-639-1) |\n"
|
||||
"|:------------------------|:-----------------------|:-------------------------------------|\n"
|
||||
"| Czech | Čeština | cz "
|
||||
"| Czech | Čeština | cs "
|
||||
"|\n"
|
||||
"| German | Deutsch | de "
|
||||
"|\n"
|
||||
|
||||
Reference in New Issue
Block a user