summaryrefslogtreecommitdiff
path: root/plugins/markasjunk2/localization/tr_TR.inc
blob: 7da3f0a40e3c3a5f95d8e8252eb8c2482e54fc21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/* Author: Mustafa Icer */

$labels = array();
$labels['buttonjunk'] = 'Spam olarak işaretle';
$labels['markasjunk'] = 'Spam olarak';
$labels['buttonnotjunk'] = 'Bu mesaj Spam değildir';
$labels['markasnotjunk'] = 'Spam değildir';

$messages = array();
$messages['reportedasjunk'] = 'Başarıyla spam olarak bildirildi';
$messages['reportedasnotjunk'] = 'Mesaj, gelen klasörüne taşındı';

?>