summaryrefslogtreecommitdiff
path: root/plugins/markasjunk2/localization/ro_RO.inc
blob: 13567a8b271fe6254a4c83c837f1698a62f097ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/* Author: Ovidiu Bica */

$labels = array();
$labels['buttonjunk'] = 'Marcheaza ca spam';
$labels['markasjunk'] = 'Este Spam';
$labels['buttonnotjunk'] = 'Acest mesaj nu este spam';
$labels['markasnotjunk'] = 'Nu este spam';

$messages = array();
$messages['reportedasjunk'] = 'Raportat cu succes ca Spam';
$messages['reportedasnotjunk'] = 'Mesajul a fost mutat in Inbox';

?>