another translation update

This commit is contained in:
Roland Gruber 2003-08-02 09:05:47 +00:00
parent a50132e1e4
commit f6edf82814
6 changed files with 182 additions and 193 deletions

View File

@ -321,7 +321,7 @@ $helpArray = array (
"601" => array ("ext" => "FALSE", "Headline" => _("OU-Editor") . " - " . _("New organizational unit"),
"Text" => _("This will create a new organizational unit under the selected one.")),
"602" => array ("ext" => "FALSE", "Headline" => _("OU-Editor") . " - " . _("Delete organizational unit"),
"Text" => _("This will the selected organizational unit. The OU has to be empty.")),
"Text" => _("This will delete the selected organizational unit. The OU has to be empty.")),
"651" => array ("ext" => "FALSE", "Headline" => _("Domain name"),
"Text" => _("The name of your Windows domain or workgroup.")),
"652" => array ("ext" => "FALSE", "Headline" => _("Suffix"),

File diff suppressed because it is too large Load Diff

View File

@ -118,7 +118,7 @@ echo ("<form action=\"confmain.php\" method=\"post\">\n");
echo ("<fieldset><legend><b>" . _("Server settings") . "</b></legend>");
echo ("<table border=0>");
// serverURL
echo ("<tr><td align=\"right\"><b>" . _("Server Address") . " *: </b></td>".
echo ("<tr><td align=\"right\"><b>" . _("Server address") . " *: </b></td>".
"<td align=\"left\">".
"<input size=50 type=\"text\" name=\"serverurl\" value=\"" . $conf->get_ServerURL() . "\">".
"</td>\n");

View File

@ -141,7 +141,7 @@ if ($_POST['submit']) {
<!-- form for adding/renaming/deleting profiles -->
<form action="profmanage.php" method="post">
<fieldset>
<legend><b> <?php echo _("Profile Management"); ?> </b></legend>
<legend><b> <?php echo _("Profile management"); ?> </b></legend>
<p>
<table border=0>

View File

@ -55,7 +55,7 @@ echo $_SESSION['header'];
<td width="100" align="right" height=20><a href="./logout.php" target="_top"><big><b><?php echo _("Logout") ?></b></big></a></td>
</tr>
<tr>
<td align="left"><a href="ou_edit.php" target="mainpart"><?php echo _("OU Editor") ?></a></td>
<td align="left"><a href="ou_edit.php" target="mainpart"><?php echo _("OU-Editor") ?></a></td>
<td rowspan=2></td>
</tr>
<tr>