summaryrefslogtreecommitdiff
path: root/plugins/markasjunk2/localization/es_ES.inc
blob: 58388f2276c382b3c3d49aa3ac7728eafa3b370a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/* Author: David Garabana Barro */

$labels = array();
$labels['buttonjunk'] = 'Marcar como spam';
$labels['markasjunk'] = 'Es spam';
$labels['buttonnotjunk'] = 'Este mensaje no es spam';
$labels['markasnotjunk'] = 'No es spam';

$messages = array();
$messages['reportedasjunk'] = 'Reportado correctamente como spam.';
$messages['reportedasnotjunk'] = 'Movido a la bandeja de entrada.';

?>