translation changes
This commit is contained in:
parent
66c27de077
commit
be1624e82a
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue