Ticket #198: de-rev-624.patch
| File de-rev-624.patch, 1.2 kB (added by dnauck, 5 years ago) |
|---|
-
trunk/php/locale/de/stats.php
1 1 <?php 2 2 /* 3 * $Id : stats.php,v 1.1.2.2 2004/09/10 16:17:31 dmorton Exp$3 * $Id$ 4 4 * 5 5 * MAIA MAILGUARD LICENSE v.1.0 6 6 * … … 75 75 76 76 // Page subtitle 77 77 $lang['banner_subtitle'] = "Statistiken"; 78 ?> 79 No newline at end of file 78 $lang['text_as_of'] = "für:"; 79 80 $lang['chart_stats'] = array( 81 "h" => "Bestätigter Ham", 82 "sh" => "Vermuteter Ham", 83 "wl" => "eMails in der Whiteliste", 84 "bl" => "eMails in der Blacklist", 85 "ss" => "Vermuteter Spam", 86 "s" => "Bestätigter Spam", 87 "fp" => "False Positives", 88 "fn" => "False Negatives", 89 "v" => "Viren/Malware", 90 "bh" => "defekte Kopfzeilen", 91 "bf" => "Banned Attachments", 92 "os" => "Übergroße eMails" 93 ); 94 95 ?>

