From 483d5a471878c0aa739e0ddf3a724301160cd8cc Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 16 Feb 2012 06:41:51 +0000 Subject: [PATCH] translation update --- lam/lib/modules/account.inc | 2 +- lam/lib/modules/inetOrgPerson.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/modules/account.inc b/lam/lib/modules/account.inc index ba18afb6..4de1b5e4 100644 --- a/lam/lib/modules/account.inc +++ b/lam/lib/modules/account.inc @@ -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', diff --git a/lam/lib/modules/inetOrgPerson.inc b/lam/lib/modules/inetOrgPerson.inc index 5fe6bda9..4a69e02f 100644 --- a/lam/lib/modules/inetOrgPerson.inc +++ b/lam/lib/modules/inetOrgPerson.inc @@ -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',