From be1624e82a30fa02919bf5303d2e13b8dfc133fe Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 17 Jan 2004 14:01:57 +0000 Subject: [PATCH] translation changes --- lam-0.4/templates/confwiz/o_daemon.php | 2 +- lam-0.4/templates/confwiz/o_lang.php | 2 +- lam-0.4/templates/confwiz/o_lists.php | 2 +- lam-0.4/templates/confwiz/o_ranges.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lam-0.4/templates/confwiz/o_daemon.php b/lam-0.4/templates/confwiz/o_daemon.php index 77ec327c..3f3f15cd 100644 --- a/lam-0.4/templates/confwiz/o_daemon.php +++ b/lam-0.4/templates/confwiz/o_daemon.php @@ -76,7 +76,7 @@ if ($_POST['submit']) { for ($i = 0; $i < sizeof($errors); $i++) { StatusMessage("ERROR", $errors[$i], ""); } - echo "



" . _("Back to lamdaemon and PDF settings.") . "

\n"; + echo "



" . _("Back to lamdaemon and PDF settings") . "

\n"; echo "\n"; exit; } diff --git a/lam-0.4/templates/confwiz/o_lang.php b/lam-0.4/templates/confwiz/o_lang.php index ab3a79fd..84fb3bf6 100644 --- a/lam-0.4/templates/confwiz/o_lang.php +++ b/lam-0.4/templates/confwiz/o_lang.php @@ -142,7 +142,7 @@ echo "
\n"; echo "


\n"; // admin users - echo "

" . _("Valid users:") . "

\n"; + echo "

" . _("Valid users") . ":

\n"; echo "

" . _("If you want more than one user to login to LAM please enter its DN(s) here. Multiple entries are seperated by semicolons.") . "

\n"; echo "

" . _("Example") . ": cn=admin,dc=yourdomain,dc=org;cn=manager,dc=yourdomain,dc=org

\n"; diff --git a/lam-0.4/templates/confwiz/o_lists.php b/lam-0.4/templates/confwiz/o_lists.php index 3ef1bdcb..acca91cc 100644 --- a/lam-0.4/templates/confwiz/o_lists.php +++ b/lam-0.4/templates/confwiz/o_lists.php @@ -76,7 +76,7 @@ if ($_POST['submit']) { for ($i = 0; $i < sizeof($errors); $i++) { StatusMessage("ERROR", $errors[$i], ""); } - echo "



" . _("Back to list settings.") . "

\n"; + echo "



" . _("Back to list settings") . "

\n"; echo "\n"; exit; } diff --git a/lam-0.4/templates/confwiz/o_ranges.php b/lam-0.4/templates/confwiz/o_ranges.php index ec2d0aff..98e70add 100644 --- a/lam-0.4/templates/confwiz/o_ranges.php +++ b/lam-0.4/templates/confwiz/o_ranges.php @@ -85,7 +85,7 @@ if ($_POST['submit']) { for ($i = 0; $i < sizeof($errors); $i++) { StatusMessage("ERROR", $errors[$i], ""); } - echo "



" . _("Back to range settings.") . "

\n"; + echo "



" . _("Back to range settings") . "

\n"; echo "\n"; exit; }