Skip to content
sk.lng 2.02 KiB
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$wb['conf_format_dateshort'] = 'Y-m-d';
$wb['conf_format_datelong'] = 'l dS of F Y';
$wb['conf_format_timeshort'] = 'H:i';
$wb['conf_format_timelong'] = 'H:i:s';
$wb['conf_format_datetime'] = 'Y-m-d H:i';
$wb['number_format_decimals'] = '2';
$wb['number_format_dec_point'] = '.';
$wb['number_format_thousands_sep'] = '';
$wb['error_301'] = 'Modul nie je povolený pre existujúceho použivatela.';
$wb['error_302'] = 'Module neplatný.';
$wb['error_1001'] = 'Užvatelské meno a heslo nesmie byt prázdne !';
$wb['error_1002'] = 'Užvatelské meno a/alebo heslo nie je správne !';
$wb['error_1003'] = 'Užvatelské meno je deaktivovaný';
tbrehm's avatar
tbrehm committed
$wb['delete_confirmation'] = 'Naozaj chcete zmazat tento záznam?';
$wb['error_no_view_permission'] = 'Nemáte oprávnenie pre prezeranie tohto záznamu alebo tento záznam neexistuje!';
$wb['error_no_delete_permission'] = 'Nemáte oprávnenie zmazať tento záznam!';
$wb['page_txt'] = 'Strana';
$wb['page_of_txt'] = 'z';
$wb['page_next_txt'] = 'Ďalší';
$wb['page_back_txt'] = 'Späť';
$wb['delete_txt'] = 'Zmazať';
$wb['filter_txt'] = 'Filter';
$wb['add_new_record_txt'] = 'Pridať záznam';
$wb['btn_save_txt'] = 'Uložiť';
$wb['btn_cancel_txt'] = 'Späť';
$wb['toolsarea_head_txt'] = 'Nástroje';
$wb['page_and_txt'] = 'a';
$wb['top_menu_system'] = 'Systém';
$wb['top_menu_client'] = 'Klient';
$wb['top_menu_email'] = 'Email';
$wb['top_menu_monitor'] = 'Monitor';
$wb['top_menu_sites'] = 'Weby';
$wb['top_menu_dns'] = 'DNS';
$wb['top_menu_tools'] = 'Nástroje';
$wb['top_menu_help'] = 'Pomoc';
$wb['top_menu_billing'] = 'Billing';
$wb['top_menu_domain'] = 'Domains';
$wb['top_menu_dashboard'] = 'Home';
$wb['latest_news_txt'] = 'Latest news';
tbrehm's avatar
tbrehm committed
$wb['top_menu_vm'] = 'VServer';
tbrehm's avatar
tbrehm committed
$wb['datepicker_dayNamesMin'] = 'Su, Mo, Tu, We, Th, Fr, Sa';
$wb['datepicker_dayNames'] = 'Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday';
$wb['datepicker_monthNamesShort'] = 'Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec';
$wb['datepicker_nextText'] = 'Next';
$wb['datepicker_prevText'] = 'Prev';
tbrehm's avatar
tbrehm committed
?>