This commit is contained in:
Roland Gruber 2009-02-01 19:04:52 +00:00
parent 510b39a1f7
commit 854cc824ef
1 changed files with 2 additions and 2 deletions

View File

@ -78,11 +78,11 @@ class nisnetgroup extends baseModule {
), ),
'members' => array( 'members' => array(
"Headline" => _("Members"), "Headline" => _("Members"),
"Text" => _("These entries specify the members of the netgroup. You can limit the set to a host name, a user name or any combination of them.") "Text" => _("These entries specify the members of the netgroup. You can limit the set to a host name, a user name, a domain name or any combination of them.")
), ),
'membersUpload' => array( 'membersUpload' => array(
"Headline" => _("Members"), "Headline" => _("Members"),
"Text" => _("These entries specify the members of the netgroup. You can limit the set to a host name, a user name or any combination of them.") . ' ' . "Text" => _("These entries specify the members of the netgroup. You can limit the set to a host name, a user name, a domain name or any combination of them.") . ' ' .
_("For the upload please specify the entries in the format \"(HOST,USER,DOMAIN)\". Multiple entries are separated by semicolon.") _("For the upload please specify the entries in the format \"(HOST,USER,DOMAIN)\". Multiple entries are separated by semicolon.")
) )
); );