source: npl/mailserver/dspam/dspam-3.10.2/webui/cgi-bin/templates/de/strings.pl

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 4.1 KB
Line 
1#!/usr/bin/perl
2
3# $Id: strings.pl,v 1.03 2011/06/28 00:13:48 sbajic Exp $
4# DSPAM
5# COPYRIGHT (C) 2002-2012 DSPAM PROJECT
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
20$LANG{'lang_name'}                      = "Deutsch";
21$LANG{'lang_select'}                    = "Sprache";
22
23$LANG{'empty'}                          = "Leer";
24$LANG{'admin_suite'}                    = "Administrativer Verwaltungsbereich";
25$LANG{'alert_name'}                     = "Alarm Name";
26$LANG{'remove_alert'}                   = "Entfehrne";
27$LANG{'user_form'}                      = "Statistischer SPAM Schutz f&uuml;r";
28$LANG{'user_form_submit'}               = "&Auml;ndern";
29
30$LANG{'admin_form'}                     = "Statistischer SPAM Schutz f&uuml;r <strong>Administrator</strong>";
31$LANG{'admin_form_submit'}              = "&Auml;ndern";
32
33$LANG{'option_disable_filtering'}       = "Ausdr&uuml;ckliche Ablehnung der DSPAM Filterung";
34$LANG{'option_enable_filtering'}        = "Ausdr&uuml;ckliche Zustimmung der DSPAM Filterung";
35
36$LANG{'quarantine_rating'}              = "Bewertung";
37$LANG{'quarantine_date'}                = "Datum";
38$LANG{'quarantine_from'}                = "Von";
39$LANG{'quarantine_subject'}             = "Betreff";
40
41$LANG{'history_show'}                   = "Anzeigen";
42$LANG{'history_show_all'}               = "alle";
43$LANG{'history_show_spam'}              = "spam";
44$LANG{'history_show_innocent'}          = "unschuldig";
45$LANG{'history_show_whitelisted'}       = "whitelisted";
46$LANG{'history_retrain_as_spam'}        = "spam";
47$LANG{'history_retrain_as_innocent'}    = "unschuldig";
48$LANG{'history_retrain_as'}             = "Als";
49$LANG{'history_retrain_undo'}           = "R&uuml;ckg&auml;ngig";
50$LANG{'history_retrained'}              = "Umtrainiert";
51$LANG{'history_label_resend'}           = "Resend";
52$LANG{'history_label_whitelist'}        = "Whitelist";
53$LANG{'history_label_spam'}             = "SPAM";
54$LANG{'history_label_innocent'}         = "Gut";
55$LANG{'history_label_miss'}             = "Verfehlt";
56$LANG{'history_label_virus'}            = "Virus";
57$LANG{'history_label_RBL'}              = "RBL";
58$LANG{'history_label_block'}            = "BLOCK";
59$LANG{'history_label_corpus'}           = "Korpus";
60$LANG{'history_label_unknown'}          = "UNKN";
61$LANG{'history_label_error'}            = "Fehler";
62
63$LANG{'error_no_historic'}              = "Keine historischen Daten vorhanden.";
64$LANG{'error_cannot_open_log'}          = "Kann Protokolldatei nicht &ouml;ffnen";
65$LANG{'error_no_identity'}              = "System Fehler. Kann ihre Identit&auml;t nicht ermitteln.";
66$LANG{'error_invalid_command'}          = "Ung&uuml;ltiger Befehl";
67$LANG{'error_cannot_write_prefs'}       = "Kann Einstellungen nicht speichern";
68$LANG{'error_no_sigid'}                 = "Keine Nachrichtenkennung angegeben";
69$LANG{'error_no_alert_specified'}       = "Kein Alarm spezifiziert.";
70$LANG{'error_message_part1'}            = "Der folgende Fehler ist aufgetreten, w&auml;hrend versucht wurde ihre Anfrage zu verarbeiten:";
71$LANG{'error_message_part2'}            = "Wenn dieser Fehler bestehen bleibt, dann kontaktieren sie ihren Administrator.";
72$LANG{'error_filesystem_scale'}         = "Kann nicht Dateisystemskalierung festzustellen";
73$LANG{'error_load_default_prefs'}       = "Kann vorgabe Werte nicht laden";
74$LANG{'error_access_denied'}            = "Zugriff verweigert";
75
76$LANG{'graph_legend_x_label_hour'}      = "Stunde des Tages";
77$LANG{'graph_legend_x_label_date'}      = "Datum";
78$LANG{'graph_legend_nb_messages'}       = "Anzahl der Nachrichten";
79$LANG{'graph_legend_spam'}              = "SPAM";
80$LANG{'graph_legend_good'}              = "Gut";
81$LANG{'graph_legend_inoculations'}      = "Impfungen";
82$LANG{'graph_legend_corpusfeds'}        = "Korpuszufuhr";
83$LANG{'graph_legend_virus'}             = "Virus";
84$LANG{'graph_legend_RBL'}               = "Blacklisted (RBL)";
85$LANG{'graph_legend_blocklisted'}       = "Blocklisted";
86$LANG{'graph_legend_whitelisted'}       = "Auto-Whitelisted";
87$LANG{'graph_legend_nonspam'}           = "Kein Spam";
88$LANG{'graph_legend_spam_misses'}       = "Spam Verfehlungen";
89$LANG{'graph_legend_falsepositives'}    = "Falsch positives Ergebnis";
90
911;
Note: See TracBrowser for help on using the repository browser.