source: extensions/rv_akismet/language/es_ES/plugin.lang.php @ 21632

Last change on this file since 21632 was 21632, checked in by ddtddt, 11 years ago

[extensions] - rv_akismet - Change key language

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1<?php
2
3//admin.tpl
4$lang['This plugin verifies if your comments are spam using the <a href="http://www.akismet.com" target="_blank">akismet online service</a>.'] = 'Este de enchufe verifica si sus comentarios son el bombardeo publicitario que usa el <a href="http://www.akismet.com" target="_blank">akismet el servicio en línea</a>.';
5$lang['Akismet has caught'] = 'Akismet ha cogido';
6$lang['spam comments'] = 'comentarios de bombardeo publicitario';
7$lang['out of'] = 'fuera de';
8$lang['comments'] = 'comentarios';
9$lang['reset counters'] = 'restablecer los contadores';
10$lang['More statistics on'] = 'Más estadísticas sobre';
11$lang['akismet site'] = 'sitio akismet';
12$lang['Akismet configuration'] = 'Akismet configuración';
13$lang['Akismet API Key:'] = 'Akismet API Llave:';
14$lang['Signup for a personal usage key here:'] = 'Signup para una llave de uso personal aquí:';
15$lang['Action when spam is detected:'] = 'La acción cuando el bombardeo publicitario es descubierto:';
16$lang['moderate'] = 'ES moderate';
17$lang['reject'] = 'ES reject';
18$lang['Test your configuration'] = 'Pruebe su configuración';
19
20
21//maintain.inc.php
22$lang['You need to define the Akismet api key'] = 'Usted tiene que definir el Akismet api la llave';
23
24//akismet.class.php
25$lang['Your Akismet API key is not valid.'] = 'Su Akismet API la llave no es válido.';
26
27?>
Note: See TracBrowser for help on using the repository browser.