translation update
This commit is contained in:
parent
29cf39ee4d
commit
fbd94fbecb
|
@ -92,7 +92,7 @@ class account extends baseModule {
|
||||||
'user' => array(
|
'user' => array(
|
||||||
'uid' => array(
|
'uid' => array(
|
||||||
"Headline" => _("User name"), 'attr' => 'uid',
|
"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 (
|
'description' => array (
|
||||||
"Headline" => _("Description"), 'attr' => 'description',
|
"Headline" => _("Description"), 'attr' => 'description',
|
||||||
|
|
|
@ -703,7 +703,7 @@ class inetOrgPerson extends baseModule implements passwordService {
|
||||||
),
|
),
|
||||||
'uid' => array(
|
'uid' => array(
|
||||||
"Headline" => _("User name"), 'attr' => 'uid',
|
"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(
|
'photoUpload' => array(
|
||||||
"Headline" => _("Add photo"), 'attr' => 'jpegPhoto',
|
"Headline" => _("Add photo"), 'attr' => 'jpegPhoto',
|
||||||
|
|
|
@ -369,7 +369,7 @@ class posixAccount extends baseModule implements passwordService {
|
||||||
'user' => array(
|
'user' => array(
|
||||||
'uid' => array(
|
'uid' => array(
|
||||||
"Headline" => _("User name"), 'attr' => 'uid',
|
"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(
|
'gecos' => array(
|
||||||
"Headline" => _("Gecos"),
|
"Headline" => _("Gecos"),
|
||||||
|
|
Loading…
Reference in New Issue