This commit is contained in:
Roland Gruber 2013-05-07 17:55:42 +00:00
parent 124bf010f5
commit 6c25d73608
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
$Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2005 - 2012 Roland Gruber
Copyright (C) 2005 - 2013 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -93,7 +93,8 @@ class host extends baseType {
"rid" => _("RID (Windows UID)"),
"description" => _("Host description"),
"uidnumber" => _("UID number"),
"gidnumber" => _("GID number")
"gidnumber" => _("GID number"),
'location' => _('Location')
);
}