thomascube
2012-03-03 884add1419729cb8eb5ed8fb47ea68e5f6ce6682
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';
 
?>