fixed typos

This commit is contained in:
Roland Gruber 2016-11-28 18:59:10 +01:00
parent 422ab23a72
commit 2b29f054bc
7 changed files with 2778 additions and 2424 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -103,8 +103,8 @@ class user extends baseType {
"mail" => _("Email"),
'manager' => _('Manager'),
'o' => _('Organisation'),
'ou' => _(' Organisational unit'),
'proxyAddresses' => _(' Proxy-Addresses'),
'ou' => _('Organisational unit'),
'proxyAddresses' => _('Proxy-Addresses'),
'sambakickofftime' => _('Account expiration date'),
'shadowexpire' => _('Password expiration'),
"sn" => _("Last name"),

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -511,7 +511,7 @@ function display_LoginPage($config_object, $cfgMain) {
}
elseif ($licenseValidator->isExpiringSoon()) {
echo '<b>';
echo sprintf(_('Your license expires on %s.'), $licenseValidator->getLicense()->getExpirationDate()->format('Y-m-d'));
echo sprintf(_('Your licence expires on %s.'), $licenseValidator->getLicense()->getExpirationDate()->format('Y-m-d'));
echo '</b>';
}
?>