mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
autoupdates i18n
This commit is contained in:
parent
44d907f202
commit
d50fa973fe
12 changed files with 48 additions and 3 deletions
|
@ -82,6 +82,8 @@ $LANG['de'] = array(
|
|||
'generate' => 'Generieren',
|
||||
'Generate CSR' => 'CSR generieren',
|
||||
'reread IP' => 'IP aktualisieren',
|
||||
'enable autoupdate' => 'autoupdate aktivieren',
|
||||
'disable autoupdate' => 'autoupdate deaktivieren',
|
||||
|
||||
'Adding User' => 'Benutzer anlegen',
|
||||
'Editing User' => 'Benutzer bearbeiten',
|
||||
|
@ -364,6 +366,8 @@ $LANG['de'] = array(
|
|||
'IP_CREATED_OK' => 'IP Adresse <a href="/edit/ip/?ip=%s"><b>%s</b></a> wurde erfolgreich hinzugefügt.',
|
||||
'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.',
|
||||
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
|
||||
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
|
||||
'Changes has been saved.' => 'Änderungen wurden gespeichert.',
|
||||
'Confirmation' => 'Bestätigung',
|
||||
'DELETE_USER_CONFIRMATION' => '%s wirklich löschen?',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue