You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->server->fault('maintenance_mode', 'This ISPConfig installation is currently under maintenance. We should be back shortly. Thank you for your patience.');
75
+
returnfalse;
76
+
}
77
+
70
78
if(empty($username)) {
71
-
$this->server->fault('login_username_empty', 'The login username is empty');
79
+
$this->server->fault('login_username_empty', 'The login username is empty.');
72
80
returnfalse;
73
81
}
74
82
75
83
if(empty($password)) {
76
-
$this->server->fault('login_password_empty', 'The login password is empty');
84
+
$this->server->fault('login_password_empty', 'The login password is empty.');
$wb['dashboard_atom_url_admin_txt'] = 'Dashboard atom feed URL (admin)';
16
16
$wb['dashboard_atom_url_reseller_txt'] = 'Dashboard atom feed URL (reseller)';
17
17
$wb['dashboard_atom_url_client_txt'] = 'Dashboard atom feed URL (client)';
18
-
$wb['webdavuser_prefix_txt'] = 'Webdav user prefix';
19
-
$wb['webdavuser_prefix_error_regex'] = 'Char not allowed in webdav user prefix.';
20
-
$wb['use_domain_module_txt'] = 'Use the domain-module to add new domains';
21
-
$wb['use_domain_module_hint'] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They cannot free edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
22
-
$wb['new_domain_txt'] = 'HTML to create a new domain';
$wb['webdavuser_prefix_error_regex'] = 'Zeichen nicht zulässig im WebDAV-User-Präfix.';
20
+
$wb['use_domain_module_txt'] = 'Das Domain-Modul benutzen, um neue Domains hinzuzufügen';
21
+
$wb['use_domain_module_hint'] = 'Falls Sie dieses Modul benutzen, können Ihre Kunden nur eine der Domains auswählen, die der Admin für sie angelegt hat. Die Kunden können das Domain-Feld nicht frei editieren. Sie müssen sich neu einloggen, wenn Sie diesen Wert ändern.';
22
+
$wb['new_domain_txt'] = 'HTML zum Anlegen einer neuen Domain';
Copy file name to clipboardExpand all lines: interface/web/admin/lib/lang/en_system_config.lng
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,11 @@ $wb["mailmailinglist_link_txt"] = 'Link to mailing list in Mailing list list';
21
21
$wb["mailmailinglist_url_txt"] = 'Mailing list URL';
22
22
$wb["phpmyadmin_url_txt"] = 'PHPMyAdmin URL';
23
23
$wb["use_domain_module_txt"] = 'Use the domain-module to add new domains';
24
-
$wb["use_domain_module_hint"] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They cannot free edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
24
+
$wb["use_domain_module_hint"] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They cannot freely edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
25
25
$wb["new_domain_txt"] = 'HTML to create a new domain';
0 commit comments