translation update

This commit is contained in:
Roland Gruber 2014-03-02 11:35:53 +00:00
parent 5cc16a6957
commit 4ccafe1145
3 changed files with 2981 additions and 2294 deletions

View File

@ -121,7 +121,7 @@ class nisMailAliasUser extends baseModule {
function display_html_attributes() {
$return = new htmlTable();
if (!$this->isMailAliasTypeActive()) {
$return->addElement(new htmlStatusMessage('ERROR', _('Please active the mail aliases type for this server profile.')));
$return->addElement(new htmlStatusMessage('ERROR', _('Please activate the mail aliases type for this server profile.')));
return $return;
}
$aliases = $this->getMailAliasList();

File diff suppressed because it is too large Load Diff