translation update

This commit is contained in:
Roland Gruber 2012-02-18 13:48:08 +00:00
parent 29cf39ee4d
commit fbd94fbecb
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ class account extends baseModule {
'user' => array(
'uid' => array(
"Headline" => _("User name"), 'attr' => 'uid',
"Text" => _("User name of the user who should be created. Valid characters are: a-z,A-Z,0-9, .-_.")
"Text" => _("User name of the user who should be created. Valid characters are: a-z,A-Z,0-9, @.-_.")
),
'description' => array (
"Headline" => _("Description"), 'attr' => 'description',

View File

@ -703,7 +703,7 @@ class inetOrgPerson extends baseModule implements passwordService {
),
'uid' => array(
"Headline" => _("User name"), 'attr' => 'uid',
"Text" => _("User name of the user who should be created. Valid characters are: a-z,A-Z,0-9, .-_.")
"Text" => _("User name of the user who should be created. Valid characters are: a-z,A-Z,0-9, @.-_.")
),
'photoUpload' => array(
"Headline" => _("Add photo"), 'attr' => 'jpegPhoto',

View File

@ -369,7 +369,7 @@ class posixAccount extends baseModule implements passwordService {
'user' => array(
'uid' => array(
"Headline" => _("User name"), 'attr' => 'uid',
"Text" => _("User name of the user who should be created. Valid characters are: a-z,A-Z,0-9, .-_. If user name is already used user name will be expanded with a number. The next free number will be used. Warning: Older systems have problems with user names longer than 8 characters. You can not log in to Windows if user name is longer than 16 characters.")
"Text" => _("User name of the user who should be created. Valid characters are: a-z,A-Z,0-9, @.-_. If user name is already used user name will be expanded with a number. The next free number will be used. Warning: Older systems have problems with user names longer than 8 characters. You can not log in to Windows if user name is longer than 16 characters.")
),
'gecos' => array(
"Headline" => _("Gecos"),