translation changes

This commit is contained in:
Roland Gruber 2004-01-17 14:01:57 +00:00
parent 66c27de077
commit be1624e82a
4 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ if ($_POST['submit']) {
for ($i = 0; $i < sizeof($errors); $i++) {
StatusMessage("ERROR", $errors[$i], "");
}
echo "<p><br><br><a href=\"o_daemon.php\">" . _("Back to lamdaemon and PDF settings.") . "</a></p>\n";
echo "<p><br><br><a href=\"o_daemon.php\">" . _("Back to lamdaemon and PDF settings") . "</a></p>\n";
echo "</body></html>\n";
exit;
}

View File

@ -142,7 +142,7 @@ echo "<form action=\"o_lang.php\" method=\"post\">\n";
echo "<p><br></p>\n";
// admin users
echo "<p><b>" . _("Valid users:") . "</b></p>\n";
echo "<p><b>" . _("Valid users") . ":</b></p>\n";
echo "<p>" . _("If you want more than one user to login to LAM please enter its DN(s) here. Multiple entries are seperated by semicolons.") . "</p>\n";
echo "<p><b>" . _("Example") . ": </b>cn=admin,dc=yourdomain,dc=org;cn=manager,dc=yourdomain,dc=org<br><br></p>\n";

View File

@ -76,7 +76,7 @@ if ($_POST['submit']) {
for ($i = 0; $i < sizeof($errors); $i++) {
StatusMessage("ERROR", $errors[$i], "");
}
echo "<p><br><br><a href=\"o_lists.php\">" . _("Back to list settings.") . "</a></p>\n";
echo "<p><br><br><a href=\"o_lists.php\">" . _("Back to list settings") . "</a></p>\n";
echo "</body></html>\n";
exit;
}

View File

@ -85,7 +85,7 @@ if ($_POST['submit']) {
for ($i = 0; $i < sizeof($errors); $i++) {
StatusMessage("ERROR", $errors[$i], "");
}
echo "<p><br><br><a href=\"o_ranges.php\">" . _("Back to range settings.") . "</a></p>\n";
echo "<p><br><br><a href=\"o_ranges.php\">" . _("Back to range settings") . "</a></p>\n";
echo "</body></html>\n";
exit;
}