From 2dbd11bd2a9dfd82eb1b38e67718e688a5df8fe3 Mon Sep 17 00:00:00 2001 From: May Date: Thu, 6 Oct 2022 21:57:47 +0200 Subject: Updated Czech (CZ) 🇨🇿 [i18n] Translation (#4670) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- app/i18n/cz/admin.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app/i18n/cz/admin.php') 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( -- cgit v1.2.3