mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -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['de'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Benutzer anlegen',
|
||||
'Add Domain' => 'Domain hinzufügen',
|
||||
'Add Web Domain' => 'Domain hinzufügen',
|
||||
|
@ -107,6 +109,7 @@ $LANG['de'] = array(
|
|||
'disable autoupdate' => 'Autoupdate deaktivieren',
|
||||
'turn on notifications' => 'turn on notifications', // please make it as short as "turn on notifications" 'Benachrichtigungen aktivieren',
|
||||
'turn off notifications' => 'turn off notifications', // please make it as short as "turn off notifications" 'Benachrichtigungen deaktivieren',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Benutzer anlegen',
|
||||
'Editing User' => 'Benutzer bearbeiten',
|
||||
|
@ -249,6 +252,7 @@ $LANG['de'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL Benutzung auf localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL Benutzung on localhost',
|
||||
'Bandwidth Usage eth0' => 'Bandbreitennutzung eth0',
|
||||
'Bandwidth Usage eth1' => 'Bandbreitennutzung eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP Benutzung',
|
||||
'SSH Usage' => 'SSH Benutzung',
|
||||
|
@ -448,7 +452,7 @@ $LANG['de'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Packet <a href="/edit/package/?package=%s"><b>%s</b></a> wurde erfolgreich angelegt.',
|
||||
'SSL_GENERATED_OK' => 'SSL Zertifikat wurde erfolgreich angelegt.',
|
||||
'RULE_CREATED_OK' => 'Regel wurde erfolgreich erstellt.',
|
||||
'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 wurde erfolgreich aktiviert',
|
||||
'Autoupdate has been successfully disabled' => 'Autoupdate wurde erfolgreich deaktiviert',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cronjob E-Mail-Berichterstattung wurde erfolgreich aktiviert',
|
||||
|
@ -524,7 +528,7 @@ $LANG['de'] = array(
|
|||
'Confirm Password' => 'Passwort bestätigen',
|
||||
'Reset' => 'Zurücksetzen',
|
||||
'Reset Code' => 'Rücksetz-Code',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Passwort Rücksetz-Code wurde an Ihre Adresse gesandt<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Passwort Reset für %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Zum Zurücksetzen Ihres Passwortes, besuchen Sie bitte folgenden Link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternativ, können Sie auf https://%s/reset/?action=code&user=%s gehen und dort folgenden Reset Code eingeben:\n%s\n\nWenn Sie Ihr Passwort nicht zurücksetzen wollten, ignorieren Sie diese Nachricht und entschuldigen Sie uns die Unannehmlichkeiten.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -602,7 +606,7 @@ $LANG['de'] = 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',
|
||||
|
@ -624,7 +628,7 @@ $LANG['de'] = 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',
|
||||
|
@ -705,9 +709,6 @@ $LANG['de'] = 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