- added some more language-parts

- changed store-function for dkim-settings as they need to insert a bind-rebuild-configs-task
refs #94
This commit is contained in:
Michael Kaufmann (d00p)
2010-03-26 10:55:01 +00:00
parent 8a28c6e0ef
commit 81dad796ee
3 changed files with 22 additions and 8 deletions

View File

@@ -1307,7 +1307,8 @@ $lng['serversettings']['adminmail_defname'] = 'Panel e-mail sender name';
$lng['dkim']['dkim_algorithm']['title'] = 'Allowed Hash Algorithms';
$lng['dkim']['dkim_algorithm']['description'] = 'Define allowed hash algorithms, chose "All" for all algorithms or one or more from the other available algorithms';
$lng['dkim']['dkim_servicetype'] = 'Service Types';
$lng['dkim']['dkim_keylength'] = 'Key-length';
$lng['dkim']['dkim_keylength']['title'] = 'Key-length';
$lng['dkim']['dkim_keylength']['description'] = 'Attention: If you change this values, you need to delete all the private/public keys in "'.$settings['dkim']['dkim_prefix'].'"';
$lng['dkim']['dkim_notes']['title'] = 'DKIM Notes';
$lng['dkim']['dkim_notes']['description'] = 'Notes that might be of interest to a human, e.g. a URL like http://www.dnswatch.info. No interpretation is made by any program. This tag should be used sparingly due to space limitations in DNS. This is intended for use by administrators, not end users.';
$lng['dkim']['dkim_add_adsp']['title'] = 'Add DKIM ADSP entry';