diff --git a/setup/lang/phpgw_de.lang b/setup/lang/phpgw_de.lang index ae1d1343d0..facdfe99b5 100644 --- a/setup/lang/phpgw_de.lang +++ b/setup/lang/phpgw_de.lang @@ -219,7 +219,7 @@ ldap import users setup de LDAP-Benutzer importieren ldap modify setup de LDAP Ändern ldap root password setup de LDAP-Root-Passwort ldap rootdn setup de LDAP rootdn -limit access to setup to the following addresses or networks (e.g. 10.1.1,127.0.0.1) setup de Zugang zu Setup auf die folgenden IP Adressen oder Netzwerke beschränken (z.B. 127.0.0.1,10.1.1) +limit access to setup to the following addresses, networks or hostnames (e.g. 127.0.0.1,10.1.1,myhost.dnydns.org) setup de Zugang zu Setup auf die folgenden IP Adressen, Netzwerke oder Hostnamen beschränken (z.B. 127.0.0.1,10.1.1,myhost.dnydns.org) login to mysql - setup de mysql aufrufen - logout setup de Abmelden makesure setup de Stellen Sie sicher, dass Ihre Datenbank erstellt und die Benutzerrechte gesetzt wurden diff --git a/setup/lang/phpgw_en.lang b/setup/lang/phpgw_en.lang index 76e587734d..c490869117 100644 --- a/setup/lang/phpgw_en.lang +++ b/setup/lang/phpgw_en.lang @@ -215,7 +215,7 @@ ldap import users setup en LDAP import users ldap modify setup en LDAP Modify ldap root password setup en LDAP root password ldap rootdn setup en LDAP rootdn -limit access to setup to the following addresses or networks (e.g. 10.1.1,127.0.0.1) setup en Limit access to setup to the following addresses or networks (e.g. 10.1.1,127.0.0.1) +limit access to setup to the following addresses, networks or hostnames (e.g. 127.0.0.1,10.1.1,myhost.dnydns.org) setup en Limit access to setup to the following addresses, networks or hostnames (e.g. 127.0.0.1,10.1.1,myhost.dnydns.org) login to mysql - setup en Login to mysql - logout setup en Logout makesure setup en Make sure that your database is created and the account permissions are set diff --git a/setup/manageheader.php b/setup/manageheader.php index 90b26a71cd..a50a2497e5 100644 --- a/setup/manageheader.php +++ b/setup/manageheader.php @@ -572,7 +572,7 @@ $setup_tpl->set_var('mcrypt',$GLOBALS['phpgw_info']['server']['versions']['mcrypt']); $setup_tpl->set_var('mcrypt_iv',$GLOBALS['phpgw_info']['server']['mcrypt_iv']); - $setup_tpl->set_var('lang_setup_acl',lang('Limit access to setup to the following addresses or networks (e.g. 10.1.1,127.0.0.1)')); + $setup_tpl->set_var('lang_setup_acl',lang('Limit access to setup to the following addresses, networks or hostnames (e.g. 127.0.0.1,10.1.1,myhost.dnydns.org)')); $setup_tpl->set_var('setup_acl',$GLOBALS['phpgw_info']['server']['setup_acl']); if(@$GLOBALS['phpgw_info']['server']['show_domain_selectbox'])