source: npl/mailserver/dspam/dspam-3.10.2/webui/cgi-bin/templates/cs/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.3 KB
Line 
1#!/usr/bin/perl
2
3# $Id: strings.pl,v 1.04 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'}                      = "&#x10c;esky";
21$LANG{'lang_select'}                    = "Jazyk";
22
23$LANG{'empty'}                          = "Pr&aacute;zdn&yacute;";
24$LANG{'admin_suite'}                    = "Administrace";
25$LANG{'alert_name'}                     = "Jm&eacute;no v&yacute;strahy";
26$LANG{'remove_alert'}                   = "Vyjmout";
27$LANG{'user_form'}                      = "Statistick&aacute; ochrana proti SPAMu pro";
28$LANG{'user_form_submit'}               = "Zm&#283;nit";
29
30$LANG{'admin_form'}                     = "Statistick&aacute; ochrana proti SPAMu pro <strong>Administrator</strong>";
31$LANG{'admin_form_submit'}              = "Zm&#283;nit";
32
33$LANG{'option_disable_filtering'}       = "Zaka&#382; filtrov&aacute;n&iacute; DSPAMem";
34$LANG{'option_enable_filtering'}        = "Povol filtrov&aacute;n&iacute; DSPAMem";
35
36$LANG{'quarantine_rating'}              = "Ohodnocen&iacute;";
37$LANG{'quarantine_date'}                = "Datum";
38$LANG{'quarantine_from'}                = "Od";
39$LANG{'quarantine_subject'}             = "Subjekt";
40
41$LANG{'history_show'}                   = "Uka&#382;";
42$LANG{'history_show_all'}               = "v&scaron;e";
43$LANG{'history_show_spam'}              = "spam";
44$LANG{'history_show_innocent'}          = "v po&#345;&aacute;dku";
45$LANG{'history_show_whitelisted'}       = "na Whitelistu";
46$LANG{'history_retrain_as_spam'}        = "spam";
47$LANG{'history_retrain_as_innocent'}    = "v po&#345;&aacute;dku";
48$LANG{'history_retrain_as'}             = "Jako";
49$LANG{'history_retrain_undo'}           = "Zp&#283;t";
50$LANG{'history_retrained'}              = "Rekvalifikov&aacute;no";
51$LANG{'history_label_resend'}           = "P&#345;eposl&aacute;no";
52$LANG{'history_label_whitelist'}        = "Whitelist";
53$LANG{'history_label_spam'}             = "SPAM";
54$LANG{'history_label_innocent'}         = "Dobr&eacute;";
55$LANG{'history_label_miss'}             = "Omyl";
56$LANG{'history_label_virus'}            = "Virus";
57$LANG{'history_label_RBL'}              = "RBL";
58$LANG{'history_label_block'}            = "BLOCK";
59$LANG{'history_label_corpus'}           = "Hromadn&eacute;";
60$LANG{'history_label_unknown'}          = "NEZN&Aacute;M&Yacute;";
61$LANG{'history_label_error'}            = "Chyba";
62
63$LANG{'error_no_historic'}              = "Historie nem&aacute; &#382;&aacute;dn&aacute; data.";
64$LANG{'error_cannot_open_log'}          = "Nelze otev&#345;&iacute;t logovac&iacute; soubor";
65$LANG{'error_no_identity'}              = "Syst&eacute;mov&aacute; chyba. Nemohl jsem ur&#269;it va&scaron;i identitu.";
66$LANG{'error_invalid_command'}          = "Neplatn&yacute; p&#345;&iacute;kaz";
67$LANG{'error_cannot_write_prefs'}       = "Nelze zapsat p&#345;edvolby";
68$LANG{'error_no_sigid'}                 = "Nespecifikov&aacute;no ID zpr&aacute;vy";
69$LANG{'error_no_alert_specified'}       = "Nespecifikov&aacute;na v&yacute;straha.";
70$LANG{'error_message_part1'}            = "B&#283;hem zpracov&aacute;n&iacute; va&scaron;eho po&#382;adavku se vyskytla tato chyba";
71$LANG{'error_message_part2'}            = "Pokud tento probl&eacute;m p&#345;etrv&aacute;v&aacute;, kontaktujte pros&iacute;m va&scaron;eho spr&aacute;vce.";
72$LANG{'error_filesystem_scale'}         = "Nelze zjistit &scaron;k&aacute;lov&aacute;n&iacute; va&scaron;eho filesyst&eacute;mu";
73$LANG{'error_load_default_prefs'}       = "Nelze na&#269;&iacute;st defaultn&iacute; volby";
74$LANG{'error_access_denied'}            = "P&#345;&iacute;stup zak&aacute;z&aacute;n";
75
76$LANG{'graph_legend_x_label_hour'}      = "Hodina dne";
77$LANG{'graph_legend_x_label_date'}      = "Datum";
78$LANG{'graph_legend_nb_messages'}       = "Pocet zprav";
79$LANG{'graph_legend_spam'}              = "SPAM";
80$LANG{'graph_legend_good'}              = "OK";
81$LANG{'graph_legend_inoculations'}      = "Ockovani";
82$LANG{'graph_legend_corpusfeds'}        = "Hromadne ladovani";
83$LANG{'graph_legend_virus'}             = "Virus";
84$LANG{'graph_legend_RBL'}               = "Na Blacklistu (RBL)";
85$LANG{'graph_legend_blocklisted'}       = "Na Blocklistu";
86$LANG{'graph_legend_whitelisted'}       = "Na Auto-Whitelistu";
87$LANG{'graph_legend_nonspam'}           = "Ne-spam";
88$LANG{'graph_legend_spam_misses'}       = "Spam proklouzl";
89$LANG{'graph_legend_falsepositives'}    = "Zadrzen dobry";
90
911;
Note: See TracBrowser for help on using the repository browser.