source: npl/mailserver/dspam/dspam-3.10.2/webui/cgi-bin/templates/es-es/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.0 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'}                      = "Espa&ntilde;ol";
21$LANG{'lang_select'}                    = "Lengua";
22
23$LANG{'empty'}                          = "Vacio";
24$LANG{'admin_suite'}                    = "Suite Administrativa";
25$LANG{'alert_name'}                     = "Nombre de alerta";
26$LANG{'remove_alert'}                   = "Eliminar";
27$LANG{'user_form'}                      = "Proteccion estadistica de SPAM para";
28$LANG{'user_form_submit'}               = "Cambiar";
29
30$LANG{'admin_form'}                     = "Proteccion estadistica de SPAM para <strong>Administrador</strong>";
31$LANG{'admin_form_submit'}              = "Cambiar";
32
33$LANG{'option_disable_filtering'}       = "Desactivar filtro DSPAM";
34$LANG{'option_enable_filtering'}        = "Activar filtro DSPAM";
35
36$LANG{'quarantine_rating'}              = "probabilidad";
37$LANG{'quarantine_date'}                = "Fecha";
38$LANG{'quarantine_from'}                = "Remitente";
39$LANG{'quarantine_subject'}             = "Asunto";
40
41$LANG{'history_show'}                   = "Mostrar";
42$LANG{'history_show_all'}               = "todos";
43$LANG{'history_show_spam'}              = "spam";
44$LANG{'history_show_innocent'}          = "inocente";
45$LANG{'history_show_whitelisted'}       = "lista blanca";
46$LANG{'history_retrain_as_spam'}        = "spam";
47$LANG{'history_retrain_as_innocent'}    = "inocente";
48$LANG{'history_retrain_as'}             = "Como";
49$LANG{'history_retrain_undo'}           = "Deshacer";
50$LANG{'history_retrained'}              = "Re-ense&ntilde;ado";
51$LANG{'history_label_resend'}           = "Reenviar";
52$LANG{'history_label_whitelist'}        = "lista blanca";
53$LANG{'history_label_spam'}             = "SPAM";
54$LANG{'history_label_innocent'}         = "Bueno";
55$LANG{'history_label_miss'}             = "Fallo";
56$LANG{'history_label_virus'}            = "Virus";
57$LANG{'history_label_RBL'}              = "RBL";
58$LANG{'history_label_block'}            = "BLOQUEAR";
59$LANG{'history_label_corpus'}           = "Corpus";
60$LANG{'history_label_unknown'}          = "UNKN";
61$LANG{'history_label_error'}            = "Error";
62
63$LANG{'error_no_historic'}              = "No hay informaci&oacute;n del historial.";
64$LANG{'error_cannot_open_log'}          = "No es posible abrir el archivo de errores";
65$LANG{'error_no_identity'}              = "Error de sistema. No se ha podido determinar su identidad.";
66$LANG{'error_invalid_command'}          = "Comando no valido";
67$LANG{'error_cannot_write_prefs'}       = "No se han podido guardar los ajustes";
68$LANG{'error_no_sigid'}                 = "No se ha especificado ID del mensaje";
69$LANG{'error_no_alert_specified'}       = "No se ha especificado una alerta.";
70$LANG{'error_message_part1'}            = "El siguiente error ha ocurrido al intentar procesar tu peticion:";
71$LANG{'error_message_part2'}            = "Si este problema continua, ponte en contacto con tu administrador.";
72$LANG{'error_filesystem_scale'}         = "No se ha podido determinar la escala del sistema de archivos";
73$LANG{'error_load_default_prefs'}       = "No se han podido cargar los ajustes por defecto";
74$LANG{'error_access_denied'}            = "Acceso denegado";
75
76$LANG{'graph_legend_x_label_hour'}      = "Hora del d&iacute;a";
77$LANG{'graph_legend_x_label_date'}      = "Fecha";
78$LANG{'graph_legend_nb_messages'}       = "Numero de mensajes";
79$LANG{'graph_legend_spam'}              = "SPAM";
80$LANG{'graph_legend_good'}              = "Buenos";
81$LANG{'graph_legend_inoculations'}      = "Inoculaciones";
82$LANG{'graph_legend_corpusfeds'}        = "Corpusfeds";
83$LANG{'graph_legend_virus'}             = "Virus";
84$LANG{'graph_legend_RBL'}               = "En lista negra (RBL)";
85$LANG{'graph_legend_blocklisted'}       = "Blocklisted";
86$LANG{'graph_legend_whitelisted'}       = "Lista blanca automatica";
87$LANG{'graph_legend_nonspam'}           = "No spam";
88$LANG{'graph_legend_spam_misses'}       = "Mensajes spam no cazados";
89$LANG{'graph_legend_falsepositives'}    = "Falsos positivos";
90
911;
Note: See TracBrowser for help on using the repository browser.