mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Update language files (i18n/*.php).
- Add missing key - 'Your certificate will be ...' (en.php) - 'no notifications' - 'configure' - Fix several typos - Sort keys - Remove certain comments
This commit is contained in:
parent
f427c196f1
commit
46302f6fe1
29 changed files with 296 additions and 280 deletions
|
@ -41,6 +41,8 @@ $LANG['cz'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Přidat uživatele',
|
||||
'Add Domain' => 'Přidat doménu',
|
||||
'Add Web Domain' => 'Přidat web. doménu',
|
||||
|
@ -108,6 +110,7 @@ $LANG['cz'] = array(
|
|||
'disable autoupdate' => 'deaktivovat autoupdate',
|
||||
'turn on notifications' => 'zapnutí upozornění',
|
||||
'turn off notifications' => 'vypnutí upozornění',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Přidání uživatele',
|
||||
'Editing User' => 'Editace uživatele',
|
||||
|
@ -250,6 +253,7 @@ $LANG['cz'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL využití on localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL využití on localhost',
|
||||
'Bandwidth Usage eth0' => 'Bandwidth využití eth0',
|
||||
'Bandwidth Usage eth1' => 'Bandwidth využití eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP využití',
|
||||
'SSH Usage' => 'SSH využití',
|
||||
|
@ -449,7 +453,7 @@ $LANG['cz'] = array(
|
|||
'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.',
|
||||
'RULE_CREATED_OK' => 'Pravidlo byla úspěšně vytvořena.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
|
||||
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cronjob email hlášení byla úspěšně aktivována',
|
||||
|
@ -525,7 +529,7 @@ $LANG['cz'] = array(
|
|||
'Confirm Password' => 'Potvrdit heslo',
|
||||
'Reset' => 'Obnovit',
|
||||
'Reset Code' => 'Obnovit kód',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Resetování hesla. Kód byl odeslán na vaši e-mailovou adresu<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Obnovení hesla na %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Chcete-li obnovit heslo ovládacího panelu, prosím následujte tento odkaz:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nPřípadně, můžete se obrátit na https://%s/reset/?action=code&user=%s a zadejte následující resetovací kód:\n%s\n\nPokud jste si nevyžádali resetování hesla, prosím, tuto zprávu ignorovat a přijmout naši omluvu.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -603,7 +607,7 @@ $LANG['cz'] = array(
|
|||
'ARCHIVE' => 'ARCHIVE',
|
||||
'EXTRACT' => 'EXTRACT',
|
||||
'DOWNLOAD' => 'DOWNLOAD',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'Are you sure?' => 'Are you sure?',
|
||||
'Hit' => 'Hit',
|
||||
'to reload the page' => 'to reload the page',
|
||||
'Directory name cannot be empty' => 'Directory name cannot be empty',
|
||||
|
@ -625,7 +629,7 @@ $LANG['cz'] = array(
|
|||
'Create' => 'Create',
|
||||
'Compress' => 'Compress',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -706,9 +710,6 @@ $LANG['cz'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue