translation update

This commit is contained in:
Roland Gruber 2006-05-13 16:52:45 +00:00
parent 979779ac7e
commit e2c9e05d03
4 changed files with 1255 additions and 1137 deletions

File diff suppressed because it is too large Load Diff

View File

@ -345,7 +345,7 @@ if (!isset($cfg->default) && !isset($cfg->password)) {
<!-- password field and submit button --> <!-- password field and submit button -->
<b> <b>
<?php echo _("Master password:"); ?> <?php echo _("Master password"); ?>:
</b> </b>
&nbsp &nbsp
<input type="password" name="passwd"> <input type="password" name="passwd">

View File

@ -183,7 +183,7 @@ function display_LoginPage($config_object) {
$extList = getRequiredExtensions(); $extList = getRequiredExtensions();
for ($i = 0; $i < sizeof($extList); $i++) { for ($i = 0; $i < sizeof($extList); $i++) {
if (!extension_loaded($extList[$i])) { if (!extension_loaded($extList[$i])) {
StatusMessage("ERROR", _("A required extension is missing!"), $extList[$i]); StatusMessage("ERROR", _("A required PHP extension is missing!"), $extList[$i]);
echo "<br>"; echo "<br>";
} }
} }