Skip to content
sk_users.lng 1.63 KiB
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$wb['users_txt'] = 'Users';
tbrehm's avatar
tbrehm committed
$wb['username_txt'] = 'Užívateľské meno';
$wb['username_err'] = 'Užívateľské meno je príliš dlhá alebo obsahuje neplatné znaky.';
$wb['username_empty'] = 'Užívateľské meno je prázdne.';
$wb['username_unique'] = 'V súčasnosti už existuje užívateľ s týmto užívateľským menom.';
$wb['password_txt'] = 'Heslo';
tbrehm's avatar
tbrehm committed
$wb['password_strength_txt'] = 'Pevnosť hesla';
$wb['modules_txt'] = 'Modul';
$wb['startmodule_txt'] = 'Startmodul';
$wb['app_theme_txt'] = 'Design';
$wb['typ_txt'] = 'Typ';
$wb['active_txt'] = 'Aktívne';
$wb['language_txt'] = 'Jazyk';
$wb['name_txt'] = 'Meno';
$wb['vorname_txt'] = 'Krstné meno';
$wb['unternehmen_txt'] = 'Spoločnosť';
$wb['strasse_txt'] = 'Ulica';
$wb['ort_txt'] = 'Mesto';
$wb['plz_txt'] = 'PSČ';
$wb['land_txt'] = 'Krajina';
$wb['email_txt'] = 'Email';
$wb['url_txt'] = 'Url';
$wb['telefon_txt'] = 'Telefón';
$wb['fax_txt'] = 'Fax';
$wb['groups_txt'] = 'Skupiny';
$wb['default_group_txt'] = 'Základná Skupina';
$wb['startmodule_err'] = 'Štart modul nie je v moduloch.';
tbrehm's avatar
tbrehm committed
$wb['generate_password_txt'] = 'Generate Password';
$wb['repeat_password_txt'] = 'Repeat Password';
$wb['password_mismatch_txt'] = 'The passwords do not match.';
$wb['password_match_txt'] = 'The passwords do match.';
Till Brehm's avatar
Till Brehm committed
$wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"';
Till Brehm's avatar
Till Brehm committed
$wb['client_not_admin_err'] = 'A user that belongs to a client can not be set to type: admin';
$wb['lost_password_function_txt'] = 'Forgot password function is available';
$wb['no_user_insert'] = 'CP-Users of type -user- get added and updated automatically when you add a client or reseller.';
tbrehm's avatar
tbrehm committed
?>