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

$labels = array();
$labels['buttonjunk'] = 'Oznacit jako spam';
$labels['markasjunk'] = 'Jako spam';
$labels['buttonnotjunk'] = 'Tato zpráva není spam';
$labels['markasnotjunk'] = 'Nemí spam';

$messages = array();
$messages['reportedasjunk'] = 'Úspešne hlášeny jako spam';
$messages['reportedasnotjunk'] = 'Úspešne hlášeny jako spam';

?>