translation update
This commit is contained in:
parent
979779ac7e
commit
e2c9e05d03
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -345,7 +345,7 @@ if (!isset($cfg->default) && !isset($cfg->password)) {
|
|||
|
||||
<!-- password field and submit button -->
|
||||
<b>
|
||||
<?php echo _("Master password:"); ?>
|
||||
<?php echo _("Master password"); ?>:
|
||||
</b>
|
||||
 
|
||||
<input type="password" name="passwd">
|
||||
|
|
|
@ -183,7 +183,7 @@ function display_LoginPage($config_object) {
|
|||
$extList = getRequiredExtensions();
|
||||
for ($i = 0; $i < sizeof($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>";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue