diff options
| author | 2022-10-06 21:57:47 +0200 | |
|---|---|---|
| committer | 2022-10-06 21:57:47 +0200 | |
| commit | 2dbd11bd2a9dfd82eb1b38e67718e688a5df8fe3 (patch) | |
| tree | 875de6b403a747550faf07804847e92f04bb09db /app/i18n/cz/admin.php | |
| parent | 41061c837ccf42daf20c4708d6721f14bc3ccf5d (diff) | |
Updated Czech (CZ) 🇨🇿 [i18n] Translation (#4670)
* Update admin.php
Update missing translation on missing Czech strings
* Update conf.php
Updated missing Czech translation
Fixed typo on one row
* Update gen.php
Added missing Czech strings
* Update sub.php
Added missing Czech strings
* Update sub.php
* Update conf.php
Fix missing Czech translations
* Update admin.php
Decided to not use abbreviation
* Update sub.php
Update more missing czech translations
* Update CREDITS.md
Adding myself to Credits list
* Update sub.php
Fix translation
* Update sub.php
Updated Czech translate
Co-authored-by: mathContao <math-home@web.de>
Diffstat (limited to 'app/i18n/cz/admin.php')
| -rw-r--r-- | app/i18n/cz/admin.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/cz/admin.php b/app/i18n/cz/admin.php index 0fdc4ea32..988ddee6a 100644 --- a/app/i18n/cz/admin.php +++ b/app/i18n/cz/admin.php @@ -170,18 +170,18 @@ return array( 'registration' => array( 'number' => 'Maximální počet účtů', 'select' => array( - 'label' => 'Registration form', // TODO + 'label' => 'Registrační formulář', 'option' => array( - 'noform' => 'Disabled: No registration form', // TODO - 'nolimit' => 'Enabled: No limit of accounts', // TODO - 'setaccountsnumber' => 'Set max. number of accounts', // TODO + 'noform' => 'Zakazáno: Žádný registrační formulář', + 'nolimit' => 'Povoleno: Bez omezení počtu účtů', + 'setaccountsnumber' => 'also it can be: Nastavit maximální počet účtů', ), ), 'status' => array( - 'disabled' => 'Form disabled', // TODO - 'enabled' => 'Form enabled', // TODO + 'disabled' => 'Formulář zakázán', + 'enabled' => 'Formulář povolen', ), - 'title' => 'User registration form', // TODO + 'title' => 'Registrační formulář uživatele', ), ), 'update' => array( |
