root/branches/release-39/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/es.pm @ 2461

Revision 2461, 5.0 kB (checked in by bchoate, 18 months ago)

Checkin of TypePad AntiSpam plugin; MT version bump.

Line 
1# Movable Type (r) Open Source (C) 2005-2008 Six Apart, Ltd.
2# This program is distributed under the terms of the
3# GNU General Public License, version 2.
4#
5# $Id: ja.pm 81672 2008-05-26 10:30:44Z fyoshimatsu $
6
7package TypePadAntiSpam::L10N::es;
8
9use strict;
10use base 'TypePadAntiSpam::L10N::en_us';
11use vars qw( %Lexicon );
12
13## The following is the translation table.
14
15%Lexicon = (
16
17## plugins/TypePadAntiSpam/lib/MT/TypePadAntiSpam.pm
18        'API key is a required parameter.' => 'La clave del API es un parámetro necesario.', # Translate - New
19
20## plugins/TypePadAntiSpam/tmpl/system.tmpl
21        'API Key' => 'Clave del API', # Translate - New
22        'To enable this plugin, you\'ll need a free TypePad AntiSpam API key. You can <strong>get your free API key at [_1]antispam.typepad.com[_2]</strong>. Once you have your key, return to this page and enter it in the field below.' => 'Para habilitar esta extensión, necesita una clave gratuita del API de TypePad AntiSpam. Puede <strong>obtener su clave, gratis, en [_1]antispam.typepad.com[_2]</strong>. Tras obtenerla, regrese a esta página para introducir la clave en el campo de abajo.', # Translate - New
23        'Service Host' => 'Servidor', # Translate - New
24        'The default service host for TypePad AntiSpam is api.antispam.typepad.com. You should only change this if you are using a different service that is compatible with the TypePad AntiSpam API.' => 'El servidor predefinido para TypePad AntiSpam es api.antispam.typepad.com. Modifíquelo solo en el caso de utilizar otro servicio compatible con el API de TypePad AntiSpam.', # Translate - New
25
26## plugins/TypePadAntiSpam/tmpl/config.tmpl
27        'Junk Score Weight' => 'Peso de la puntuación', # Translate - New
28        'Least Weight' => 'Peso mínimo', # Translate - New
29        'Most Weight' => 'Peso máximo', # Translate - New
30        'Comments and TrackBacks receive a junk score between -10 (definitely spam) and +10 (definitely not spam). This setting allows you to control the weight of the TypePad AntiSpam rating relative to other filters you may have installed to help you filter comments and TrackBacks.' => 'Los comentarios y los TrackBacks reciben una puntuación de basura entre -10 (realmente spam) y +10 (no es spam). Esta opción le permite controlar el peso de la puntuación de TypePad AntiSpam relativo a otros filtros que pudiera tener instalados para ayudarle a filtrar los comentarios y TrackBacks.', # Translate - New
31
32## plugins/TypePadAntiSpam/tmpl/stats_widget.tmpl
33        'widget_label_width' => 'widget_label_width', # Translate - New
34        'widget_totals_width' => 'widget_totals_width', # Translate - New
35        'TypePad AntiSpam' => 'TypePad AntiSpam', # Translate - New
36        'Spam Blocked' => 'Spam bloqueado', # Translate - New
37        'on this blog' => 'en este blog', # Translate - New
38        'on this system' => 'en este sistema', # Translate - New
39
40## plugins/TypePadAntiSpam/TypePadAntiSpam.pl
41        'TypePad AntiSpam is a free service from Six Apart that helps protect your blog from comment and TrackBack spam. The TypePad AntiSpam plugin will send every comment or TrackBack submitted to your blog to the service for evaluation, and Movable Type will filter items if TypePad AntiSpam determines it is spam. If you discover that TypePad AntiSpam incorrectly classifies an item, simply change its classification by marking it as "Spam" or "Not Spam" from the Manage Comments screen, and TypePad AntiSpam will learn from your actions. Over time the service will improve based on reports from its users, so take care when marking items as "Spam" or "Not Spam."' => 'TypePad AntiSpam es un servicio gratuito de Six Apart. Le ayuda a proteger su blog del spam en los comentarios y en el TrackBack. La extensión de TypePad AntiSpam enviará al servicio todos los comentarios y TrackBacks que reciba su blog para analizarlos. Movable Type filtrará los elementos que TypePad AntiSpam identifique como spam. Si descubre que TypePad AntiSpam clasifica incorrectamente algún elemento, solo tiene que modificar la clasificación marcando al elemento como "Spam" o "No es spam" en la pantalla de administración de comentarios. TypePad AntiSpam aprenderá de sus decisiones. El servicio mejorará con el tiempo gracias a los informes remitidos por los usuarios, así que tenga cuidado al marcar lso elementos como "Spam" o como "No es spam".', # Translate - New
42        'So far, TypePad AntiSpam has blocked [quant,_1,message,messages] for this blog, and [quant,_2,message,messages] system-wide.' => 'Hasta ahora, TypePad AntiSpam ha bloqueado [quant,_1,mensaje,mensajes] en este blog y [quant,_2,mensaje,mensajes] en todo el sistema.', # Translate - New
43        'So far, TypePad AntiSpam has blocked [quant,_1,message,messages] system-wide.' => 'Hasta ahora, TypePad AntiSpam ha bloqueado [quant,_1,mensaje,mensajes] en todo el sistema.', # Translate - New
44        'Failed to verify your TypePad AntiSpam API key: [_1]' => 'Fallo al verificar la clave API de TypePad AntiSpam: [_1]', # Translate - New
45        'The TypePad AntiSpam API key provided is invalid.' => 'La clave API de TypePad AntiSpam no es válida.', # Translate - New
46
47
48);
49
501;
51
Note: See TracBrowser for help on using the browser.