another translation update
This commit is contained in:
parent
a50132e1e4
commit
f6edf82814
|
@ -321,7 +321,7 @@ $helpArray = array (
|
||||||
"601" => array ("ext" => "FALSE", "Headline" => _("OU-Editor") . " - " . _("New organizational unit"),
|
"601" => array ("ext" => "FALSE", "Headline" => _("OU-Editor") . " - " . _("New organizational unit"),
|
||||||
"Text" => _("This will create a new organizational unit under the selected one.")),
|
"Text" => _("This will create a new organizational unit under the selected one.")),
|
||||||
"602" => array ("ext" => "FALSE", "Headline" => _("OU-Editor") . " - " . _("Delete organizational unit"),
|
"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"),
|
"651" => array ("ext" => "FALSE", "Headline" => _("Domain name"),
|
||||||
"Text" => _("The name of your Windows domain or workgroup.")),
|
"Text" => _("The name of your Windows domain or workgroup.")),
|
||||||
"652" => array ("ext" => "FALSE", "Headline" => _("Suffix"),
|
"652" => array ("ext" => "FALSE", "Headline" => _("Suffix"),
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -118,7 +118,7 @@ echo ("<form action=\"confmain.php\" method=\"post\">\n");
|
||||||
echo ("<fieldset><legend><b>" . _("Server settings") . "</b></legend>");
|
echo ("<fieldset><legend><b>" . _("Server settings") . "</b></legend>");
|
||||||
echo ("<table border=0>");
|
echo ("<table border=0>");
|
||||||
// serverURL
|
// serverURL
|
||||||
echo ("<tr><td align=\"right\"><b>" . _("Server Address") . " *: </b></td>".
|
echo ("<tr><td align=\"right\"><b>" . _("Server address") . " *: </b></td>".
|
||||||
"<td align=\"left\">".
|
"<td align=\"left\">".
|
||||||
"<input size=50 type=\"text\" name=\"serverurl\" value=\"" . $conf->get_ServerURL() . "\">".
|
"<input size=50 type=\"text\" name=\"serverurl\" value=\"" . $conf->get_ServerURL() . "\">".
|
||||||
"</td>\n");
|
"</td>\n");
|
||||||
|
|
|
@ -141,7 +141,7 @@ if ($_POST['submit']) {
|
||||||
<!-- form for adding/renaming/deleting profiles -->
|
<!-- form for adding/renaming/deleting profiles -->
|
||||||
<form action="profmanage.php" method="post">
|
<form action="profmanage.php" method="post">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend><b> <?php echo _("Profile Management"); ?> </b></legend>
|
<legend><b> <?php echo _("Profile management"); ?> </b></legend>
|
||||||
<p>
|
<p>
|
||||||
<table border=0>
|
<table border=0>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
<td width="100" align="right" height=20><a href="./logout.php" target="_top"><big><b><?php echo _("Logout") ?></b></big></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<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>
|
<td rowspan=2></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue