From 67f7e052be2a1e9bfaf4ab9e3f0b8ed90aa1fbce Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 4 Jul 2003 16:54:58 +0000 Subject: [PATCH] changes for better translation --- lam/templates/profedit/profilecreate.php | 54 ++++++++++++------------ lam/templates/profedit/profiledelete.php | 10 ++--- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/lam/templates/profedit/profilecreate.php b/lam/templates/profedit/profilecreate.php index 556fe8a7..25b0ddc4 100644 --- a/lam/templates/profedit/profilecreate.php +++ b/lam/templates/profedit/profilecreate.php @@ -59,7 +59,7 @@ if ($_GET['type'] == "user") { } else { StatusMessage("ERROR", "", _("Primary group name is invalid!") . " " . $_POST['general_group']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['general_groupadd']) { @@ -70,7 +70,7 @@ if ($_GET['type'] == "user") { } elseif ($_POST['general_homedir']) { StatusMessage("ERROR", "", _("Homedir is invalid!") . " " . $_POST['general_homedir']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['general_shell'] && eregi("^[/]([a-z])+([/][a-z]+)*$", $_POST['general_shell'])) { @@ -78,7 +78,7 @@ if ($_GET['type'] == "user") { } else { StatusMessage("ERROR", "", _("Shell is invalid!") . " " . $_POST['general_shell']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if (($_POST['unix_password_no'] == "1") || ($_POST['unix_password_no'] == "0")) { @@ -86,7 +86,7 @@ if ($_GET['type'] == "user") { } else { StatusMessage("ERROR", "", _("Wrong parameter for login disable!") . " " . $_POST['unix_password_no']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['unix_pwdwarn'] && is_numeric($_POST['unix_pwdwarn'])) { @@ -94,7 +94,7 @@ if ($_GET['type'] == "user") { } elseif ($_POST['unix_pwdwarn']) { StatusMessage("ERROR", "", _("Wrong parameter for Unix password warning!") . " " . $_POST['unix_pwdwarn']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['unix_pwdminage'] && is_numeric($_POST['unix_pwdminage'])) { @@ -102,7 +102,7 @@ if ($_GET['type'] == "user") { } elseif ($_POST['unix_pwdminage']) { StatusMessage("ERROR", "", _("Password minimum age is not numeric!") . " " . $_POST['unix_pwdminage']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['unix_pwdmaxage'] && is_numeric($_POST['unix_pwdmaxage'])) { @@ -110,7 +110,7 @@ if ($_GET['type'] == "user") { } elseif ($_POST['unix_pwdmaxage']) { StatusMessage("ERROR", "", _("Password maximum age is not numeric!") . " " . $_POST['unix_pwdmaxage']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['unix_pwdexpire_day'] && is_numeric($_POST['unix_pwdexpire_day'])) { @@ -118,7 +118,7 @@ if ($_GET['type'] == "user") { } else { StatusMessage("ERROR", "", _("Wrong parameter for password expiry day!") . " " . $_POST['unix_pwdexpire_day']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['unix_pwdexpire_mon'] && is_numeric($_POST['unix_pwdexpire_mon'])) { @@ -126,7 +126,7 @@ if ($_GET['type'] == "user") { } else { StatusMessage("ERROR", "", _("Wrong parameter for password expiry month!") . " " . $_POST['unix_pwdexpire_mon']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['unix_pwdexpire_yea'] && is_numeric($_POST['unix_pwdexpire_yea'])) { @@ -134,7 +134,7 @@ if ($_GET['type'] == "user") { } else { StatusMessage("ERROR", "", _("Wrong parameter for password expiry year!") . " " . $_POST['unix_pwdexpire_yea']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if (($_POST['unix_deactivated'] == "1") || ($_POST['unix_deactivated'] == "0")) { @@ -142,7 +142,7 @@ if ($_GET['type'] == "user") { } else { StatusMessage("ERROR", "", _("Wrong parameter for Unix account activation!") . " " . $_POST['unix_deactivated']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['unix_pwdallowlogin'] && is_numeric($_POST['unix_pwdallowlogin'])) { @@ -150,7 +150,7 @@ if ($_GET['type'] == "user") { } elseif ($_POST['unix_pwdallowlogin']) { StatusMessage("ERROR", "", _("Password expiry is not numeric!") . " " . $_POST['unix_pwdallowlogin']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if (($_POST['smb_password_no'] == "1") || ($_POST['smb_password_no'] == "0")) { @@ -158,7 +158,7 @@ if ($_GET['type'] == "user") { } else { StatusMessage("ERROR", "", _("Wrong parameter for Samba option: no password!") . " " . $_POST['smb_password_no']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if (($_POST['smb_useunixpwd'] == "1") || ($_POST['smb_useunixpwd'] == "0")) { @@ -166,7 +166,7 @@ if ($_GET['type'] == "user") { } else { StatusMessage("ERROR", "", _("Wrong parameter for Samba option: use Unix password!") . " " . $_POST['smb_useunixpwd']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if (($_POST['smb_pwdcanchange'] == "1") || ($_POST['smb_pwdcanchange'] == "0")) { @@ -174,7 +174,7 @@ if ($_GET['type'] == "user") { } else { StatusMessage("ERROR", "", _("Wrong parameter for Samba option: user can change password!") . " " . $_POST['smb_pwdcanchange']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if (($_POST['smb_pwdmustchange'] == "1") || ($_POST['smb_pwdmustchange'] == "0")) { @@ -182,7 +182,7 @@ if ($_GET['type'] == "user") { } else { StatusMessage("ERROR", "", _("Wrong parameter for Samba option: user must change password!") . " " . $_POST['smb_pwdmustchange']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['smb_homedrive'] && ereg("^[D-Z]:$", $_POST['smb_homedrive'])) { @@ -190,7 +190,7 @@ if ($_GET['type'] == "user") { } else { StatusMessage("ERROR", "", _("Wrong parameter for Samba option: home drive!") . " " . $_POST['smb_homedrive']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['smb_smbhome'] && eregi("^[/]([a-z0-9])+([/][a-z0-9_\\-\\$]+)*$", $_POST['smb_smbhome'])) { @@ -198,7 +198,7 @@ if ($_GET['type'] == "user") { } elseif ($_POST['smb_smbhome']) { StatusMessage("ERROR", "", _("Samba home directory is invalid!") . " " . $_POST['smb_smbhome']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['smb_profilepath'] && eregi("^[/]([a-z0-9])+([/][a-z0-9_\\-\\$]+)*$", $_POST['smb_profilepath'])) { @@ -206,7 +206,7 @@ if ($_GET['type'] == "user") { } elseif ($_POST['smb_profilepath']) { StatusMessage("ERROR", "", _("Profile path is invalid!") . " " . $_POST['smb_profilepath']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['smb_scriptPath'] && eregi("^[/]([a-z0-9])+([/][a-z0-9_\\-\\$]+)*$", $_POST['smb_scriptPath'])) { @@ -214,7 +214,7 @@ if ($_GET['type'] == "user") { } elseif ($_POST['smb_scriptPath']) { StatusMessage("ERROR", "", _("Script path is invalid!") . " " . $_POST['smb_scriptPath']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['smb_smbuserworkstations'] && eregi("^[a-z0-9\\.\\-_]+( [a-z0-9\\.\\-_]+)*$", $_POST['smb_smbuserworkstations'])) { @@ -222,7 +222,7 @@ if ($_GET['type'] == "user") { } elseif ($_POST['smb_smbuserworkstations']) { StatusMessage("ERROR", "", _("Samba workstations are invalid!") . " " . $_POST['smb_smbuserworkstations']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['smb_domain'] && eregi("^[a-z0-9_\\-]+$", $_POST['smb_domain'])) { @@ -230,7 +230,7 @@ if ($_GET['type'] == "user") { } elseif ($_POST['smb_domain']) { StatusMessage("ERROR", "", _("Domain name is invalid!") . " " . $_POST['smb_domain']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['profname'] && eregi("^[0-9a-z\\-_]+$", $_POST['profname'])) { @@ -238,13 +238,13 @@ if ($_GET['type'] == "user") { } else { StatusMessage("ERROR", "", _("Invalid profile name!")); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } // save profile saveUserProfile($acct, $profname); echo ("

" . _("Profile $profname was saved.") . "

"); - echo ("

" . _("Back to profile editor") . "

"); + echo ("

" . _("Back to Profile Editor") . "

"); } // save host profile @@ -256,7 +256,7 @@ elseif ($_GET['type'] == "host") { } else { StatusMessage("ERROR", "", _("Primary group name is invalid!") . " " . $_POST['general_group']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } if ($_POST['smb_domain'] && eregi("^[a-z0-9_\\-]+$", $_POST['smb_domain'])) { @@ -264,13 +264,13 @@ elseif ($_GET['type'] == "host") { } elseif ($_POST['smb_domain']) { StatusMessage("ERROR", "", _("Domain name is invalid!") . " " . $_POST['smb_domain']); - echo ("

" . _("Back to profile editor...") . ""); + echo ("

" . _("Back to Profile Editor") . ""); exit; } // save profile saveHostProfile($acct, $profname); echo ("

" . _("Profile $profname was saved.") . "

"); - echo ("

" . _("Back to profile editor") . "

"); + echo ("

" . _("Back to Profile Editor") . "

"); } // error: no or wrong type diff --git a/lam/templates/profedit/profiledelete.php b/lam/templates/profedit/profiledelete.php index d64aed81..b87d22bc 100644 --- a/lam/templates/profedit/profiledelete.php +++ b/lam/templates/profedit/profiledelete.php @@ -64,7 +64,7 @@ if ($_POST['submit']) { else { StatusMessage("ERROR", "", _("Wrong or missing type! ") . $_POST['type']); } - echo ("
" . _("Back to Profile Editor...") . ""); + echo ("
" . _("Back to Profile Editor") . ""); echo ("\n"); exit; } @@ -72,7 +72,7 @@ if ($_POST['submit']) { // check if admin has aborted delete operation if ($_POST['abort']) { StatusMessage("INFO", "", _("Delete operation canceled.")); - echo ("
" . _("Back to Profile Editor...") . ""); + echo ("
" . _("Back to Profile Editor") . ""); echo ("\n"); exit; } @@ -82,7 +82,7 @@ $type = $_GET['type']; if (($type == "user") || ($type == "host")) { // user profile if ($type == "user") { - echo ("

" . _("Do you really want to delete this profile? ") . ""); + echo ("

" . _("Do you really want to delete this profile?") . " "); echo ($_GET['del'] . "

\n"); echo ("
\n"); echo ("

\n"); @@ -94,7 +94,7 @@ if (($type == "user") || ($type == "host")) { } // host profile elseif ($type == "host") { - echo ("

" . _("Do you really want to delete this profile? ") . ""); + echo ("

" . _("Do you really want to delete this profile?") . " "); echo ($_GET['del'] . "

\n"); echo ("\n"); echo ("

\n"); @@ -108,5 +108,5 @@ if (($type == "user") || ($type == "host")) { else{ // no valid profile type StatusMessage("ERROR", "", _("Wrong or missing type! ") . $type); - echo ("" . _("Back to Profile Editor...") . ""); + echo ("" . _("Back to Profile Editor") . ""); }