Fixed undefined index on loginpage, refs #794 @0h5m
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
@@ -1606,7 +1606,7 @@ $lng['error']['admin_domain_emailsystemhostname'] = 'Sorry, the system - hostnam
|
|||||||
$lng['backup'] = 'Backup';
|
$lng['backup'] = 'Backup';
|
||||||
$lng['backup_allowed'] = 'Backup allowed';
|
$lng['backup_allowed'] = 'Backup allowed';
|
||||||
$lng['extras']['backup_create'] = 'Create Backup?';
|
$lng['extras']['backup_create'] = 'Create Backup?';
|
||||||
$lng['extras']['backup_info'] = 'Backup will be saved once daily to a FTP directory. The FTP username is "'. $userinfo['loginname'] .'_backup". The FTP password is the same as for your main FTP account.';
|
$lng['extras']['backup_info'] = 'Backup will be saved once daily to a FTP directory. The FTP username is "<Froxloruser>_backup". The FTP password is the same as for your main FTP account.';
|
||||||
$lng['extras']['backup_info_sep'] = 'It contains compressed archives of your web-directory and databases.';
|
$lng['extras']['backup_info_sep'] = 'It contains compressed archives of your web-directory and databases.';
|
||||||
$lng['extras']['backup_info_big'] = 'It contains a compressed archive of your web-directory and databases.';
|
$lng['extras']['backup_info_big'] = 'It contains a compressed archive of your web-directory and databases.';
|
||||||
$lng['extras']['backup_count_info'] = '<br /><br />Please note that the backup will charge your webspace!';
|
$lng['extras']['backup_count_info'] = '<br /><br />Please note that the backup will charge your webspace!';
|
||||||
@@ -1886,4 +1886,4 @@ $lng['serversettings']['diskquota_quotatool_path']['description'] = 'Path to quo
|
|||||||
$lng['serversettings']['diskquota_customer_partition']['description'] = 'Partition, on which the customer files are stored';
|
$lng['serversettings']['diskquota_customer_partition']['description'] = 'Partition, on which the customer files are stored';
|
||||||
$lng['tasks']['diskspace_set_quota'] = 'Set quota on filesystem';
|
$lng['tasks']['diskspace_set_quota'] = 'Set quota on filesystem';
|
||||||
$lng['error']['session_timeout'] = 'Value too low';
|
$lng['error']['session_timeout'] = 'Value too low';
|
||||||
$lng['error']['session_timeout_desc'] = 'You should not set the session timeout lower than 1 minute.';
|
$lng['error']['session_timeout_desc'] = 'You should not set the session timeout lower than 1 minute.';
|
||||||
|
|||||||
@@ -1586,7 +1586,7 @@ $lng['error']['admin_domain_emailsystemhostname'] = 'Der System - Hostname kann
|
|||||||
$lng['backup'] = 'Backup';
|
$lng['backup'] = 'Backup';
|
||||||
$lng['backup_allowed'] = 'Backup erlaubt';
|
$lng['backup_allowed'] = 'Backup erlaubt';
|
||||||
$lng['extras']['backup_create'] = 'Backup erstellen?';
|
$lng['extras']['backup_create'] = 'Backup erstellen?';
|
||||||
$lng['extras']['backup_info'] = 'Das Backup wird täglich in einem FTP Verzeichnis abgelegt. Der FTP Username ist "' . $userinfo['loginname'] . '_backup". Das FTP Passwort ist das gleiche wie bei ihrem Haupt FTP Account.';
|
$lng['extras']['backup_info'] = 'Das Backup wird täglich in einem FTP Verzeichnis abgelegt. Der FTP Username ist "<Froxloruser>_backup". Das FTP Passwort ist das gleiche wie bei ihrem Haupt FTP Account.';
|
||||||
$lng['extras']['backup_info_sep'] = 'Es sind komprimierte Archive von Ihrem Webverzeichnis und Ihren Datenbanken enthalten.';
|
$lng['extras']['backup_info_sep'] = 'Es sind komprimierte Archive von Ihrem Webverzeichnis und Ihren Datenbanken enthalten.';
|
||||||
$lng['extras']['backup_info_big'] = 'Es ist ein komprimiertes Archiv von Ihrem Webverzeichnis und Ihren Datenbanken enthalten.';
|
$lng['extras']['backup_info_big'] = 'Es ist ein komprimiertes Archiv von Ihrem Webverzeichnis und Ihren Datenbanken enthalten.';
|
||||||
$lng['extras']['backup_count_info'] = '<br /><br />Beachten Sie bitte, dass das Backup den verfügbaren Speicherplatz belastet!';
|
$lng['extras']['backup_count_info'] = '<br /><br />Beachten Sie bitte, dass das Backup den verfügbaren Speicherplatz belastet!';
|
||||||
@@ -1617,4 +1617,4 @@ $lng['serversettings']['diskquota_quotatool_path']['description'] = 'Pfad zu quo
|
|||||||
$lng['serversettings']['diskquota_customer_partition']['description'] = 'Partition, auf welcher die Kundendaten liegen';
|
$lng['serversettings']['diskquota_customer_partition']['description'] = 'Partition, auf welcher die Kundendaten liegen';
|
||||||
$lng['tasks']['diskspace_set_quota'] = 'Quota auf dem Dateisystem setzen';
|
$lng['tasks']['diskspace_set_quota'] = 'Quota auf dem Dateisystem setzen';
|
||||||
$lng['error']['session_timeout'] = 'Wert zu niedrig';
|
$lng['error']['session_timeout'] = 'Wert zu niedrig';
|
||||||
$lng['error']['session_timeout_desc'] = 'Der Wert der Session Timeout sollte nicht unter einer Minute liegen.';
|
$lng['error']['session_timeout_desc'] = 'Der Wert der Session Timeout sollte nicht unter einer Minute liegen.';
|
||||||
|
|||||||
Reference in New Issue
Block a user