You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
274 B
PHTML
16 lines
274 B
PHTML
13 years ago
|
<?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';
|
||
|
|
||
|
?>
|