Ticket #198: de-rev-624.patch

File de-rev-624.patch, 1.2 kB (added by dnauck, 5 years ago)

Changeset [617] de - locale patch

  • trunk/php/locale/de/stats.php

     
    11<?php 
    22    /* 
    3      * $Id: stats.php,v 1.1.2.2 2004/09/10 16:17:31 dmorton Exp $ 
     3     * $Id$ 
    44     * 
    55     * MAIA MAILGUARD LICENSE v.1.0 
    66     * 
     
    7575 
    7676    // Page subtitle 
    7777    $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?>