/etc/dspam/templates/cs/strings.pl is in dspam-webfrontend 3.10.1+dfsg-4ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | #!/usr/bin/perl
# $Id: strings.pl,v 1.04 2011/06/28 00:13:48 sbajic Exp $
# DSPAM
# COPYRIGHT (C) 2002-2011 DSPAM PROJECT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
$LANG{'lang_name'} = "Česky";
$LANG{'lang_select'} = "Jazyk";
$LANG{'empty'} = "Prázdný";
$LANG{'admin_suite'} = "Administrace";
$LANG{'alert_name'} = "Jméno výstrahy";
$LANG{'remove_alert'} = "Vyjmout";
$LANG{'user_form'} = "Statistická ochrana proti SPAMu pro";
$LANG{'user_form_submit'} = "Změnit";
$LANG{'admin_form'} = "Statistická ochrana proti SPAMu pro <strong>Administrator</strong>";
$LANG{'admin_form_submit'} = "Změnit";
$LANG{'option_disable_filtering'} = "Zakaž filtrování DSPAMem";
$LANG{'option_enable_filtering'} = "Povol filtrování DSPAMem";
$LANG{'quarantine_rating'} = "Ohodnocení";
$LANG{'quarantine_date'} = "Datum";
$LANG{'quarantine_from'} = "Od";
$LANG{'quarantine_subject'} = "Subjekt";
$LANG{'history_show'} = "Ukaž";
$LANG{'history_show_all'} = "vše";
$LANG{'history_show_spam'} = "spam";
$LANG{'history_show_innocent'} = "v pořádku";
$LANG{'history_show_whitelisted'} = "na Whitelistu";
$LANG{'history_retrain_as_spam'} = "spam";
$LANG{'history_retrain_as_innocent'} = "v pořádku";
$LANG{'history_retrain_as'} = "Jako";
$LANG{'history_retrain_undo'} = "Zpět";
$LANG{'history_retrained'} = "Rekvalifikováno";
$LANG{'history_label_resend'} = "Přeposláno";
$LANG{'history_label_whitelist'} = "Whitelist";
$LANG{'history_label_spam'} = "SPAM";
$LANG{'history_label_innocent'} = "Dobré";
$LANG{'history_label_miss'} = "Omyl";
$LANG{'history_label_virus'} = "Virus";
$LANG{'history_label_RBL'} = "RBL";
$LANG{'history_label_block'} = "BLOCK";
$LANG{'history_label_corpus'} = "Hromadné";
$LANG{'history_label_unknown'} = "NEZNÁMÝ";
$LANG{'history_label_error'} = "Chyba";
$LANG{'error_no_historic'} = "Historie nemá žádná data.";
$LANG{'error_cannot_open_log'} = "Nelze otevřít logovací soubor";
$LANG{'error_no_identity'} = "Systémová chyba. Nemohl jsem určit vaši identitu.";
$LANG{'error_invalid_command'} = "Neplatný příkaz";
$LANG{'error_cannot_write_prefs'} = "Nelze zapsat předvolby";
$LANG{'error_no_sigid'} = "Nespecifikováno ID zprávy";
$LANG{'error_no_alert_specified'} = "Nespecifikována výstraha.";
$LANG{'error_message_part1'} = "Během zpracování vašeho požadavku se vyskytla tato chyba";
$LANG{'error_message_part2'} = "Pokud tento problém přetrvává, kontaktujte prosím vašeho správce.";
$LANG{'error_filesystem_scale'} = "Nelze zjistit škálování vašeho filesystému";
$LANG{'error_load_default_prefs'} = "Nelze načíst defaultní volby";
$LANG{'error_access_denied'} = "Přístup zakázán";
$LANG{'graph_legend_x_label_hour'} = "Hodina dne";
$LANG{'graph_legend_x_label_date'} = "Datum";
$LANG{'graph_legend_nb_messages'} = "Pocet zprav";
$LANG{'graph_legend_spam'} = "SPAM";
$LANG{'graph_legend_good'} = "OK";
$LANG{'graph_legend_inoculations'} = "Ockovani";
$LANG{'graph_legend_corpusfeds'} = "Hromadne ladovani";
$LANG{'graph_legend_virus'} = "Virus";
$LANG{'graph_legend_RBL'} = "Na Blacklistu (RBL)";
$LANG{'graph_legend_blocklisted'} = "Na Blocklistu";
$LANG{'graph_legend_whitelisted'} = "Na Auto-Whitelistu";
$LANG{'graph_legend_nonspam'} = "Ne-spam";
$LANG{'graph_legend_spam_misses'} = "Spam proklouzl";
$LANG{'graph_legend_falsepositives'} = "Zadrzen dobry";
1;
|