mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
CSR request generator
This commit is contained in:
parent
0e3bda794b
commit
523528784e
15 changed files with 416 additions and 23 deletions
|
@ -79,6 +79,7 @@ $LANG['de'] = array(
|
|||
'restart' => 'Neustarten',
|
||||
'update' => 'Aktualisieren',
|
||||
'generate' => 'Generieren',
|
||||
'Generate CSR' => 'CSR generieren',
|
||||
'reread IP' => 'IP aktualisieren',
|
||||
|
||||
'Adding User' => 'Benutzer anlegen',
|
||||
|
@ -101,6 +102,7 @@ $LANG['de'] = array(
|
|||
'Editing Package' => 'Packet bearbeiten',
|
||||
'Adding IP address' => 'IP hinzufügen',
|
||||
'Editing IP Address' => 'IP bearbeiten',
|
||||
'Generating CSR' => 'CSR generieren',
|
||||
'Listing' => 'Auflistung',
|
||||
'Search Results' => 'Suchergebnisse',
|
||||
|
||||
|
@ -238,6 +240,7 @@ $LANG['de'] = array(
|
|||
'SSL Certificate' => 'SSL Zertifikat',
|
||||
'SSL Key' => 'SSL Schlüssel',
|
||||
'SSL Certificate Authority / Intermediate' => 'SSL Zertifikat Ersteller',
|
||||
'SSL CSR' => 'CSR-Anfrage',
|
||||
'optional' => 'Freiwillig',
|
||||
'internal' => 'Intern',
|
||||
'Statistics Authorization' => 'Statistik Autorisierung',
|
||||
|
@ -314,8 +317,13 @@ $LANG['de'] = array(
|
|||
'Last 70 lines of %s.%s.log' => 'Die letzten 70 Zeilen von %s.%s.log',
|
||||
'Download AccessLog' => 'AccessLog runterladen',
|
||||
'Download ErrorLog' => 'ErrorLog runterladen',
|
||||
'Country' => 'Land',
|
||||
'2 letter code' => '2-Buchstaben-Code',
|
||||
'State / Province' => 'Staat / Provinz',
|
||||
'City / Locality' => 'Stadt / Lokalitat',
|
||||
'Organization' => 'Organisation',
|
||||
|
||||
'1 account' => '1 Konto',
|
||||
'1 account' => '1 Konto',
|
||||
'%s accounts' => '%s Konten',
|
||||
'1 domain' => '1 Domäne',
|
||||
'%s domains' => '%s Domänen',
|
||||
|
@ -350,6 +358,7 @@ $LANG['de'] = array(
|
|||
'CRON_CREATED_OK' => 'Cron Job wurde erfolgreich angelegt.',
|
||||
'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.',
|
||||
'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