translation update
This commit is contained in:
parent
ce4486a1e4
commit
f257cdede4
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue