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'} = "Česky"; |
---|
21 | $LANG{'lang_select'} = "Jazyk"; |
---|
22 | |
---|
23 | $LANG{'empty'} = "Prázdný"; |
---|
24 | $LANG{'admin_suite'} = "Administrace"; |
---|
25 | $LANG{'alert_name'} = "Jméno výstrahy"; |
---|
26 | $LANG{'remove_alert'} = "Vyjmout"; |
---|
27 | $LANG{'user_form'} = "Statistická ochrana proti SPAMu pro"; |
---|
28 | $LANG{'user_form_submit'} = "Změnit"; |
---|
29 | |
---|
30 | $LANG{'admin_form'} = "Statistická ochrana proti SPAMu pro <strong>Administrator</strong>"; |
---|
31 | $LANG{'admin_form_submit'} = "Změnit"; |
---|
32 | |
---|
33 | $LANG{'option_disable_filtering'} = "Zakaž filtrování DSPAMem"; |
---|
34 | $LANG{'option_enable_filtering'} = "Povol filtrování DSPAMem"; |
---|
35 | |
---|
36 | $LANG{'quarantine_rating'} = "Ohodnocení"; |
---|
37 | $LANG{'quarantine_date'} = "Datum"; |
---|
38 | $LANG{'quarantine_from'} = "Od"; |
---|
39 | $LANG{'quarantine_subject'} = "Subjekt"; |
---|
40 | |
---|
41 | $LANG{'history_show'} = "Ukaž"; |
---|
42 | $LANG{'history_show_all'} = "vše"; |
---|
43 | $LANG{'history_show_spam'} = "spam"; |
---|
44 | $LANG{'history_show_innocent'} = "v pořádku"; |
---|
45 | $LANG{'history_show_whitelisted'} = "na Whitelistu"; |
---|
46 | $LANG{'history_retrain_as_spam'} = "spam"; |
---|
47 | $LANG{'history_retrain_as_innocent'} = "v pořádku"; |
---|
48 | $LANG{'history_retrain_as'} = "Jako"; |
---|
49 | $LANG{'history_retrain_undo'} = "Zpět"; |
---|
50 | $LANG{'history_retrained'} = "Rekvalifikováno"; |
---|
51 | $LANG{'history_label_resend'} = "Přeposláno"; |
---|
52 | $LANG{'history_label_whitelist'} = "Whitelist"; |
---|
53 | $LANG{'history_label_spam'} = "SPAM"; |
---|
54 | $LANG{'history_label_innocent'} = "Dobré"; |
---|
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é"; |
---|
60 | $LANG{'history_label_unknown'} = "NEZNÁMÝ"; |
---|
61 | $LANG{'history_label_error'} = "Chyba"; |
---|
62 | |
---|
63 | $LANG{'error_no_historic'} = "Historie nemá žádná data."; |
---|
64 | $LANG{'error_cannot_open_log'} = "Nelze otevřít logovací soubor"; |
---|
65 | $LANG{'error_no_identity'} = "Systémová chyba. Nemohl jsem určit vaši identitu."; |
---|
66 | $LANG{'error_invalid_command'} = "Neplatný příkaz"; |
---|
67 | $LANG{'error_cannot_write_prefs'} = "Nelze zapsat předvolby"; |
---|
68 | $LANG{'error_no_sigid'} = "Nespecifikováno ID zprávy"; |
---|
69 | $LANG{'error_no_alert_specified'} = "Nespecifikována výstraha."; |
---|
70 | $LANG{'error_message_part1'} = "Během zpracování vašeho požadavku se vyskytla tato chyba"; |
---|
71 | $LANG{'error_message_part2'} = "Pokud tento problém přetrvává, kontaktujte prosím vašeho správce."; |
---|
72 | $LANG{'error_filesystem_scale'} = "Nelze zjistit škálování vašeho filesystému"; |
---|
73 | $LANG{'error_load_default_prefs'} = "Nelze načíst defaultní volby"; |
---|
74 | $LANG{'error_access_denied'} = "Přístup zakázá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 | |
---|
91 | 1; |
---|