mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 22:04:00 -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
|
@ -40,6 +40,8 @@ $LANG['pl'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Dodaj użytkownika',
|
||||
'Add Domain' => 'Dodaj domenę',
|
||||
'Add Web Domain' => 'Dodaj domenę Web',
|
||||
|
@ -107,6 +109,7 @@ $LANG['pl'] = array(
|
|||
'disable autoupdate' => 'wyłącz automatyczną aktualizację',
|
||||
'turn on notifications' => 'włącz powiadomienia',
|
||||
'turn off notifications' => 'wyłącz powiadomienia',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Dodawanie użytkownika',
|
||||
'Editing User' => 'Edytowanie użytkownika',
|
||||
|
@ -249,6 +252,7 @@ $LANG['pl'] = array(
|
|||
'MySQL Usage on localhost' => 'Użycie MySQL na localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Użycie PostgreSQL na localhost',
|
||||
'Bandwidth Usage eth0' => 'Użycie łącza eth0',
|
||||
'Bandwidth Usage eth1' => 'Użycie łącza eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'Użycie FTP',
|
||||
'SSH Usage' => 'Użycie SSH',
|
||||
|
@ -448,7 +452,7 @@ $LANG['pl'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Stworzono pakiet <a href="/edit/package/?package=%s"><b>%s</b></a>.',
|
||||
'SSL_GENERATED_OK' => 'Wygenerowano certyfikat.',
|
||||
'RULE_CREATED_OK' => 'Stworzono zasadę.',
|
||||
'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' => 'Uaktywniono automatyczne aktualizacje.',
|
||||
'Autoupdate has been successfully disabled' => 'Wyłączono automatyczne aktualizacje.',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Uaktywniono raportowanie zadań crona na maila',
|
||||
|
@ -524,7 +528,7 @@ $LANG['pl'] = array(
|
|||
'Confirm Password' => 'Potwierdź hasło',
|
||||
'Reset' => 'Resetuj',
|
||||
'Reset Code' => 'Kod resetu',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Kod resetu hasła został wysłany na twój adres email<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Zresetowano hasło o %s',
|
||||
'PASSWORD_RESET_REQUEST' => "W celu zresetowanie hasła do panelu, proszę przejść na stronę:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatywnie możesz przejść na stronę https://%s/reset/?action=code&user=%s i wpisać poniższy kod:\n%s\n\nJeżeli nie prosiłeś o reset hasła proszę zignorować tą wiadomość i przyjąć nasze przeprosiny.\n\n--\nPanel Vesta\n",
|
||||
|
@ -602,7 +606,7 @@ $LANG['pl'] = array(
|
|||
'ARCHIVE' => 'ARCHIWIZUJ',
|
||||
'EXTRACT' => 'ROZPAKUJ',
|
||||
'DOWNLOAD' => 'POBIERZ',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'Are you sure?' => 'Are you sure?',
|
||||
'Hit' => 'Naciśnij',
|
||||
'to reload the page' => 'żeby załadować ponownie stronę',
|
||||
'Directory name cannot be empty' => 'Nazwa folderu nie może być pusta',
|
||||
|
@ -624,7 +628,7 @@ $LANG['pl'] = array(
|
|||
'Create' => 'Stwórz',
|
||||
'Compress' => 'Skompresuj',
|
||||
'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',
|
||||
|
@ -705,9 +709,6 @@ $LANG['pl'] = 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