translation update

This commit is contained in:
Roland Gruber 2012-02-16 06:41:51 +00:00
parent be42460853
commit 483d5a4718
2 changed files with 2 additions and 2 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, .-_. 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, .-_.")
),
'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, .-_. 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, .-_.")
),
'photoUpload' => array(
"Headline" => _("Add photo"), 'attr' => 'jpegPhoto',