From: hickert Date: Wed, 30 Nov 2005 08:02:01 +0000 (+0000) Subject: Removed translation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=49766f34394f2013c710a4a44fc80b0ebdb69602;p=gosa.git Removed translation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2143 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 5d49aaf54..fe2e90169 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -166,27 +166,27 @@ $ACLD['samba']= array("acctFlags", "temporary_disable"); $ACLD['samba'] = array ( - "sambaLogonTime" => _("Limit Logon Time"), - "sambaLogoffTime" => _("Limit Logoff Time"), - "sambaKickoffTime" => _("Account expiry"), - "sambaPwdCanChange" => _("Can change password"), - "sambaPwdMustChange"=> _("Password expiry"), - "sambaHomePath" => _("Home path"), - "sambaHomeDrive" => _("Home drive"), - "sambaLogonScript" => _("Logon script"), - "sambaProfilePath" => _("Profile path"), - "sambaDomainName" => _("Samba domain name"), - "allow_pwchange" => _("Allow password change"), - "no_password_required" => _("Login from windows client requires no password"), - "temporary_disable" => _("Lock account"), - "sambaUserWorkstation"=> _("Allow connection from these workstations only"), - "connectclientdrives" => _("Connect client drives at logon"), - "connectclientprinters" => _("Connect client printers at logon"), - "defaultprinter" => _("Default to main client printer"), - "shadow" => _("Shadowing"), - "brokenconn" => _("On broken or timed out"), - "reconn" => _("Reconnect if disconnected"), - "inherit" => _("Inherit client config") + "sambaLogonTime",// => _("Limit Logon Time"), + "sambaLogoffTime",// => _("Limit Logoff Time"), + "sambaKickoffTime",// => _("Account expiry"), + "sambaPwdCanChange",// => _("Can change password"), + "sambaPwdMustChange",//=> _("Password expiry"), + "sambaHomePath" ,//=> _("Home path"), + "sambaHomeDrive" ,//=> _("Home drive"), + "sambaLogonScript" ,//=> _("Logon script"), + "sambaProfilePath" ,//=> _("Profile path"), + "sambaDomainName" ,//=> _("Samba domain name"), + "allow_pwchange" ,//=> _("Allow password change"), + "no_password_required",// => _("Login from windows client requires no password"), + "temporary_disable",// => _("Lock account"), + "sambaUserWorkstation",//=> _("Allow connection from these workstations only"), + "connectclientdrives",// => _("Connect client drives at logon"), + "connectclientprinters",// => _("Connect client printers at logon"), + "defaultprinter",// => _("Default to main client printer"), + "shadow",// => _("Shadowing"), + "brokenconn",// => _("On broken or timed out"), + "reconn",// => _("Reconnect if disconnected"), + "inherit"// => _("Inherit client config") ) ;