From 2cfe0a40a50e233e0f13704f6304fdbf4660f499 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 13 Jul 2003 19:30:41 +0000 Subject: [PATCH] minor updates for better translation --- lam/help/help.inc | 2 ++ lam/templates/config/confmain.php | 6 +++--- lam/templates/config/profmanage.php | 2 +- lam/templates/lists/listgroups.php | 2 +- lam/templates/profedit/profilehost.php | 2 +- lam/templates/profedit/profileuser.php | 4 ++-- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/lam/help/help.inc b/lam/help/help.inc index 7b39e773..9158a9f2 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -142,6 +142,8 @@ $helpArray = array ( "Text" => _("These are the workstations on which the user is allowed to login. They have to be seperated by spaces (e.g. \"PC01 PC09 PC34\"). If the user is allowed to login on all workstations, leave this field empty.")), "309" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Domain"), "Text" => _("This is the Windows domain name.")), + "310" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Password does not expire"), + "Text" => _("If set to 'true' the user will never have to change his password.")), "330" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Primary group"), "Text" => _("This is the user's primary group.")), "331" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Additional groups"), diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php index eb1afbf0..223729c2 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -209,17 +209,17 @@ echo ("\n"); // user list attributes echo ("". + _("Attributes in User List") . ":". ""); echo ("\n"); // user list attributes echo ("". + _("Attributes in Group List") . ":". ""); echo ("\n"); // user list attributes echo ("". + _("Attributes in Host List") . ":". ""); echo ("\n"); diff --git a/lam/templates/config/profmanage.php b/lam/templates/config/profmanage.php index e4a9598d..af36f6af 100644 --- a/lam/templates/config/profmanage.php +++ b/lam/templates/config/profmanage.php @@ -156,7 +156,7 @@ if ($_POST['submit']) {   -   +   :
". - _("Attributes in User List:") . "get_userlistAttributes() . "\">" . _("Help") . "
". - _("Attributes in Group List:") . "get_grouplistAttributes() . "\">" . _("Help") . "
". - _("Attributes in Host List:") . "get_hostlistAttributes() . "\">" . _("Help") . "
diff --git a/lam/templates/lists/listgroups.php b/lam/templates/lists/listgroups.php index 7fb7d14d..b4246f9c 100644 --- a/lam/templates/lists/listgroups.php +++ b/lam/templates/lists/listgroups.php @@ -206,7 +206,7 @@ for ($i = $table_begin; $i < $table_end; $i++) { $linklist = array(); for ($d = 0; $d < sizeof($grp_info[$i][strtolower($attr_array[$k])]); $d++) { $user = $grp_info[$i][strtolower($attr_array[$k])][$d]; // user name - // if user was found in LDAP make link, otherwise just print name + // make a link for each member of the group $linklist[$d] = "" . $user . ""; } echo implode("; ", $linklist); diff --git a/lam/templates/profedit/profilehost.php b/lam/templates/profedit/profilehost.php index 0211bd68..2ca55ec9 100644 --- a/lam/templates/profedit/profilehost.php +++ b/lam/templates/profedit/profilehost.php @@ -91,7 +91,7 @@ echo ("

\n"); // profile name and submit/abort buttons echo ("\n"); echo ("\n"); -echo ("\n"); +echo ("\n"); echo ("\n"); echo ("\n"); echo ("\n"); diff --git a/lam/templates/profedit/profileuser.php b/lam/templates/profedit/profileuser.php index 9560f021..a6cae8c2 100644 --- a/lam/templates/profedit/profileuser.php +++ b/lam/templates/profedit/profileuser.php @@ -241,7 +241,7 @@ echo ("\n"); -echo ("\n"); +echo ("\n"); echo ("\n"); // user can change his password @@ -346,7 +346,7 @@ echo ("

\n"); // profile name and submit/abort buttons echo ("
" . _("Profile Name") . ":" . _("Profile name") . ":" . _("Help") . "
" . _("Help") . "" . _("Help") . "
\n"); echo ("\n"); -echo ("\n"); +echo ("\n"); echo ("\n"); echo ("\n"); echo ("\n");
" . _("Profile Name") . ":" . _("Profile name") . ":" . _("Help") . "