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.
32 lines
1.6 KiB
PHP
32 lines
1.6 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| localization/sk_SK/labels.inc |
|
|
| |
|
|
| Language file of the Roundcube Webmail client |
|
|
| Copyright (C) 2012, The Roundcube Dev Team |
|
|
| Licensed under the GNU General Public License |
|
|
| |
|
|
+-----------------------------------------------------------------------+
|
|
| Author: Thomas |
|
|
+-----------------------------------------------------------------------+
|
|
*/
|
|
|
|
$labels = array();
|
|
$labels['changepasswd'] = 'Zmeniť heslo';
|
|
$labels['curpasswd'] = 'Súčasné heslo:';
|
|
$labels['newpasswd'] = 'Nové heslo:';
|
|
$labels['confpasswd'] = 'Potvrď nové heslo:';
|
|
$labels['nopassword'] = 'Prosím zadaj nové heslo.';
|
|
$labels['nocurpassword'] = 'Prosím zadaj súčasné heslo.';
|
|
$labels['passwordincorrect'] = 'Súčasné heslo je nesprávne.';
|
|
$labels['passwordinconsistency'] = 'Heslá nie sú rovnaké, skús znova.';
|
|
$labels['crypterror'] = 'Nemôžem uložiť nové heslo. Chýba šifrovacia funkcia.';
|
|
$labels['connecterror'] = 'Nemôžem uložiť nové heslo. Chyba spojenia.';
|
|
$labels['internalerror'] = 'Nemôžem uložiť nové heslo.';
|
|
$labels['passwordshort'] = 'Heslo musí mať najmenej $length znakov.';
|
|
$labels['passwordweak'] = 'Heslo musí obsahovať aspoň jedno číslo a jedno interpunkčné znamienko.';
|
|
$labels['passwordforbidden'] = 'Heslo obsahuje nepovolené znaky.';
|
|
|