Wbl patch

This commit is contained in:
Mikko Husari
2008-12-10 20:19:59 +02:00
parent 773cf4217a
commit 7f07671b68
9 changed files with 611 additions and 44 deletions

View File

@@ -258,19 +258,21 @@ $strings['Date'] = 'Date';
$strings['Score'] = 'Score';
$strings['Mail ID'] = 'Mail ID';
$strings['Status'] = 'Status';
$strings['Rule'] = 'Rule';
$strings['Print'] = 'Print';
$strings['CloseWindow'] = 'Close';
$strings['Unknown server type'] = 'Unknown server type ...';
$strings['Showing messages'] = "Showing messages %s through %s    (%s total)\r\n";
$strings['Showing rules'] = "Showing rules %s through %s    (%s total)\r\n";
$strings['View this message'] = 'View this message';
$strings['Message Unavailable'] = 'Message Unavailable';
$strings['My Quarantine'] = 'My Quarantine';
$strings['Domain Quarantine'] = 'Domain Quarantine';
$strings['Site Quarantine'] = 'Site Quarantine';
$strings['Message Processing'] = 'Message Processing';
$strings['Rules Processing'] = 'Rules Processing';
$strings['Quarantine Summary'] = 'Quarantine Summary';
$strings['Site Quarantine Summary'] = 'Site Quarantine Summary';
$strings['Domain Quarantine Summary'] = 'Domain Quarantine Summary';
$strings['Login'] = 'Login';
$strings['spam(s)'] = 'spam(s)';
$strings['attachment(s)'] = 'attachment(s)';
@@ -281,6 +283,16 @@ $strings['You have to type some text'] = 'You have to type some text';
$strings['Release'] = 'Release';
$strings['Release/Request release'] = 'Release/Request release';
$strings['Request release'] = 'Request release';
$strings['Whitelist'] = 'Whitelist';
$strings['Whitelist by strict addressing'] = 'Whitelist by strict addressing';
$strings['Whitelist by sender domain'] = 'Whitelist by sender domain';
$strings['Whitelist by recipient domain'] = 'Whitelist by recipient domain';
$strings['Whitelist by both domains'] = 'Whitelist by both domains';
$strings['Blacklist'] = 'Blacklist';
$strings['Blacklist by strict addressing'] = 'Blacklist by strict addressing';
$strings['Blacklist by sender domain'] = 'Blacklist by sender domain';
$strings['Blacklist by recipient domain'] = 'Blacklist by recipient domain';
$strings['Blacklist by both domains'] = 'Blacklist by both domains';
$strings['Delete'] = 'Delete';
$strings['Delete All'] = 'Delete All';
$strings['Send report and go back'] = 'Send report and go back';
@@ -289,7 +301,6 @@ $strings['Select All'] = "Select All";
$strings['Clear All'] = "Clear All";
$strings['Access Denied'] = "Access Denied";
$strings['My Pending Requests'] = "My Pending Requests";
$strings['Domain Pending Requests'] = "Domain Pending Requests";
$strings['Site Pending Requests'] = "Site Pending Requests";
$strings['Cancel Request'] = "Cancel Request";
$strings['User is not allowed to login'] = "User is not allowed to login";
@@ -323,4 +334,11 @@ $strings['Total'] = 'Total';
$strings['X-Amavis-Alert'] = 'X-Amavis-Alert';
$strings['Loading Summary...'] = 'Loading Summary...';
$strings['Retrieving Messages...'] = 'Retrieving Messages...';
$strings['Domain Quarantine Summary'] = 'Domain Quarantine Summary';
$strings['Domain Pending Requests'] = "Domain Pending Requests";
$strings['Showing rules'] = "Showing rules%s through %s    (%s total)\r\n";
$strings['Rule'] = 'Rule';
$strings['My rules'] = 'My Rules';
$strings['Site Rules'] = 'Site Rules';
$strings['Search for rules whose:'] = 'Search for rules whose:';
?>