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.
17 lines
343 B
PHP
17 lines
343 B
PHP
<?php
|
|
/*
|
|
*
|
|
* Slovak translation for Roundcube new_user_dialog plugin
|
|
*
|
|
* @version 1.0 (2010-09-13)
|
|
* @author panda <admin@whistler.sk>
|
|
*
|
|
*/
|
|
|
|
|
|
$labels = array();
|
|
$labels['identitydialogtitle'] = 'Doplňte prosím Vašu identifikáciu odosielateľa';
|
|
$labels['identitydialoghint'] = 'Toto okno sa objaví len pri prvom prihlásení.';
|
|
|
|
?>
|