CSR request generator

This commit is contained in:
Serghey Rodin 2014-01-22 16:45:16 +02:00
commit 523528784e
15 changed files with 416 additions and 23 deletions

View file

@ -80,6 +80,7 @@ $LANG['cz'] = array(
'restart' => 'restart',
'update' => 'aktualizovat',
'generate' => 'generovat',
'Generate CSR' => 'Generovat CSR',
'reread IP' => 'číst IP',
'Adding User' => 'Přidání uživatele',
@ -102,6 +103,7 @@ $LANG['cz'] = array(
'Editing Package' => 'Úprava Package',
'Adding IP address' => 'Editace IP adresy',
'Editing IP Address' => 'Úprava IP adresy',
'Generating CSR' => 'Generování CSR',
'Listing' => 'Výpis',
'Search Results' => 'Výsledky vyhledávání',
@ -239,6 +241,7 @@ $LANG['cz'] = array(
'SSL Certificate' => 'SSL certifikát',
'SSL Key' => 'SSL klíč',
'SSL Certificate Authority / Intermediate' => 'SSL Certifikační autorita / Intermediate',
'SSL CSR' => 'CSR zádost',
'optional' => 'volitelný',
'internal' => 'interní',
'Statistics Authorization' => 'Statistiky autorizace',
@ -315,8 +318,13 @@ $LANG['cz'] = array(
'Last 70 lines of %s.%s.log' => 'Posledních 70 řádků %s.%s.log',
'Download AccessLog' => 'Stáhnout AccessLog',
'Download ErrorLog' => 'Stáhnout ErrorLog',
'Country' => 'Země',
'2 letter code' => 'dvoupísmenný kód',
'State / Province' => 'Kraj',
'City / Locality' => 'Město / Obec',
'Organization' => 'Organizace',
'1 account' => '1 účet',
'1 account' => '1 účet',
'%s accounts' => '%s účtů',
'1 domain' => '1 doména',
'%s domains' => '%s domén',
@ -351,6 +359,7 @@ $LANG['cz'] = array(
'CRON_CREATED_OK' => 'Cron job byl úspěšně vytvořen.',
'IP_CREATED_OK' => 'IP adresa <a href="/edit/ip/?ip=%s"><b>%s</b></a> byla úspěšně vytvořena.',
'PACKAGE_CREATED_OK' => 'Package <a href="/edit/package/?package=%s"><b>%s</b></a> byl úspěšně vytvořen.',
'SSL_GENERATED_OK' => 'SSL certifikát byl úspěšně vygenerován.',
'Changes has been saved.' => 'Změny byly uloženy.',
'Confirmation' => 'Potvrzení',
'DELETE_USER_CONFIRMATION' => 'Opravdu chcete odstranit uživatele %s?',