source: npl/mailserver/dspam/dspam-3.10.2/webui/cgi-bin/templates/he/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.9 KB
Line 
1#!/usr/bin/perl
2
3# $Id: strings.pl,v 1.07 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'}                      = "&#1506;&#1489;&#1512;&#1497;&#1514;";
21$LANG{'lang_select'}                    = "ùôä";
22
23$LANG{'empty'}                          = "øé÷";
24$LANG{'admin_suite'}                    = "òøëú ðéäåì";
25$LANG{'alert_name'}                     = "ùí ääúøàä";
26$LANG{'remove_alert'}                   = "äñø";
27$LANG{'user_form'}                      = "îòøëú äâðä ñèèéñèéú òáåø";
28$LANG{'user_form_submit'}               = "äçìó";
29
30$LANG{'admin_form'}                     = "îòøëú äâðä ñèèéñèéú òáåø <b>îðäì äîòøëú</b>";
31$LANG{'admin_form_submit'}              = "äçìó";
32
33$LANG{'option_disable_filtering'}       = "äôñ÷ ùéîåù á-DSPAM";
34$LANG{'option_enable_filtering'}        = "àôùø ùéîåù á-DSPAM";
35
36$LANG{'quarantine_rating'}              = "ðé÷åã";
37$LANG{'quarantine_date'}                = "úàøéê";
38$LANG{'quarantine_from'}                = "îàú";
39$LANG{'quarantine_subject'}             = "ðåùà";
40
41$LANG{'history_show'}                   = "äöâ";
42$LANG{'history_show_all'}               = "äëì";
43$LANG{'history_show_spam'}              = "æáì";
44$LANG{'history_show_innocent'}          = "ú÷éï";
45$LANG{'history_show_whitelisted'}       = "îçåñï";
46$LANG{'history_retrain_as_spam'}        = "æáì";
47$LANG{'history_retrain_as_innocent'}    = "ú÷éï";
48$LANG{'history_retrain_as'}             = "ë-";
49$LANG{'history_retrain_undo'}           = "áèì";
50$LANG{'history_retrained'}              = "ðìîã";
51$LANG{'history_label_resend'}           = "ðùìç ùåá";
52$LANG{'history_label_whitelist'}        = "îçåñï";
53$LANG{'history_label_spam'}             = "ãåàø æáì";
54$LANG{'history_label_innocent'}         = "ú÷éï";
55$LANG{'history_label_miss'}             = "äçèàä";
56$LANG{'history_label_virus'}            = "åéøåñ";
57$LANG{'history_label_RBL'}              = "øùéîä ùçåøä";
58$LANG{'history_label_block'}            = "çñåí";
59$LANG{'history_label_corpus'}           = "îîàâø";
60$LANG{'history_label_unknown'}          = "ìà éãåò";
61$LANG{'history_label_error'}            = "ùâéàä";
62
63$LANG{'error_no_historic'}              = "ìà ðîöà îéãò äéñèåøé.";
64$LANG{'error_cannot_open_log'}          = "ìà ðéúï ìôúåç àú ÷åáõ ä-ìåâ";
65$LANG{'error_no_identity'}              = "ùâéàú îòøëú. ìà ðéúï ì÷áåò àú æäåúê.";
66$LANG{'error_invalid_command'}          = "ô÷åãä ìà çï÷éú";
67$LANG{'error_cannot_write_prefs'}       = "ìà ðéúï ìëúåá àú ääòãôåú";
68$LANG{'error_no_sigid'}                 = "ìà öåééï îöééï äïãòä )MSG ID(";
69$LANG{'error_no_alert_specified'}       = "ìà öåééðä äúøàä.";
70$LANG{'error_message_part1'}            = "äùâéàä äáàä àøòä áæîï òéáåã á÷ùúê:";
71$LANG{'error_message_part2'}            = "àí áòéä ìà ìà ðòìîú, ðà ôðä ìîðäì äîòøëú.";
72$LANG{'error_filesystem_scale'}         = "ìà ðéúï ì÷áåò àú äâãøú äîòøëú";
73$LANG{'error_load_default_prefs'}       = "ìà ðéúï ìèòåï àú äòãôåú áøéøú äîçãì";
74$LANG{'error_access_denied'}            = "äâéùä ðùçúä";
75
76# The text for the legend should be encoded in HTML character entities in order
77# to be displayed correctly by GD. You should as well set GRAPHS_X_LABEL_FONT,
78# GRAPHS_Y_LABEL_FONT and GRAPHS_LEGEND_FONT in configure.pl to a TTF font that
79# is capable to display Hebrew characters. Unfortunately U+202B and U+202C don't
80# work with GD and you NEED to write all the text backwards since GD does not
81# know anything about right-to-left page direction.
82# If you don't know how to convert the characters to be HTML charater entities
83# then use something like recode (http://recode.progiciels-bpi.ca/) and/or
84# htmlrecode (http://bisqwit.iki.fi/source/htmlrecode.html).
85$LANG{'graph_legend_x_label_hour'}      = "&#1492;&#1506;&#1513;";
86$LANG{'graph_legend_x_label_date'}      = "&#1498;&#1497;&#1512;&#1488;&#1514;";
87$LANG{'graph_legend_nb_messages'}       = "&#1514;&#1493;&#1506;&#1491;&#1493;&#1492;&#1492; &#1512;&#1508;&#1505;&#1502;";
88$LANG{'graph_legend_spam'}              = "&#1500;&#1489;&#1494; &#1512;&#1488;&#1493;&#1491;";
89$LANG{'graph_legend_good'}              = "&#1503;&#1497;&#1511;&#1514;";
90$LANG{'graph_legend_inoculations'}      = "&#1501;&#1497;&#1504;&#1493;&#1505;&#1497;&#1495;";
91$LANG{'graph_legend_corpusfeds'}        = "&#1512;&#1490;&#1488;&#1502;&#1502;";
92$LANG{'graph_legend_virus'}             = "&#1505;&#1493;&#1512;&#1497;&#1493;";
93$LANG{'graph_legend_RBL'}               = "&#1492;&#1512;&#1493;&#1495;&#1513; &#1492;&#1502;&#1497;&#1513;&#1512;&#1489;";
94$LANG{'graph_legend_blocklisted'}       = "&#1493;&#1501;&#1505;&#1495;&#1504;";
95$LANG{'graph_legend_whitelisted'}       = "&#1501;&#1497;&#1504;&#1505;&#1493;&#1495;&#1502;";
96$LANG{'graph_legend_nonspam'}           = "&#1503;&#1497;&#1511;&#1514;";
97$LANG{'graph_legend_spam_misses'}       = "&#1500;&#1489;&#1494; &#1512;&#1488;&#1493;&#1491; &#1514;&#1493;&#1488;&#1496;&#1495;&#1492;";
98$LANG{'graph_legend_falsepositives'}    = "&#1503;&#1497;&#1511;&#1514; &#1512;&#1488;&#1493;&#1491; &#1514;&#1493;&#1488;&#1496;&#1495;&#1492;";
99
1001;
Note: See TracBrowser for help on using the repository browser.