Aleksander Machniak
2012-05-09 66510e20d36cb8da4f3012ef063de7bfce9b51aa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
 
/**
 * Slovak translation for Roundcube markasjunk plugin
 *
 * @version 1.0 (2010-10-18)
 * @author panda <admin@whistler.sk>
 *
 */
 
$labels = array();
$labels['buttontitle'] = 'Označiť ako Spam';
$labels['reportedasjunk'] = 'Úspešne nahlásené ako Spam';
 
?>