translation update

This commit is contained in:
Roland Gruber 2018-12-09 19:56:34 +01:00
parent ce4486a1e4
commit f257cdede4
6 changed files with 2946 additions and 2403 deletions

View File

@ -244,7 +244,7 @@ class Importer {
$keyValue = $this->getLineKeyValue($entry[0]);
if (($keyValue[Importer::VALUE] != '1') || (sizeof($entry) > 1)) {
$escapedLines = array_map('htmlspecialchars', $entry);
throw new LAMException(_('LDIF import only supports version 1.'), implode('<br>', $escapedLines));
throw new LAMException(_('LDIF import only supports version 1'), implode('<br>', $escapedLines));
}
}

View File

@ -71,7 +71,7 @@ class yubiKeyUser extends baseModule {
// icon
$return['icon'] = 'yubikey.png';
// alias name
$return["alias"] = _("YubiKey");
$return["alias"] = "YubiKey";
// module dependencies
$return['dependencies'] = array('depends' => array(), 'conflicts' => array());
// managed object classes

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff