summaryrefslogtreecommitdiff
path: root/plugins/markasjunk2/localization/ca_ES.inc
blob: 2268cf76a18c9b449b1d36539005940aaa8bb674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/* Author: Daniel López */

$labels = array();
$labels['buttonjunk'] = 'Marca com a Spam';
$labels['markasjunk'] = 'És Spam';
$labels['buttonnotjunk'] = 'Aquest missatge no és Spam';
$labels['markasnotjunk'] = 'No és Spam';

$messages = array();
$messages['reportedasjunk'] = 'Reportat conrrectament com spam.';
$messages['reportedasnotjunk'] = 'Missatge mogut a la safata d\'Entrada';

?>