Skip to content
sk.lng 1.67 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'] = '';
tbrehm's avatar
tbrehm committed
$wb['301'] = 'Modul nie je povolený pre existujúceho použivatela.';
$wb['302'] = 'Module neplatný.';
$wb['1001'] = 'Užvatelské meno a heslo nesmie byt prázdne !';
$wb['1002'] = 'Užvatelské meno a/alebo heslo nie je správne !';
$wb['1003'] = 'Užvatelské meno je deaktivovaný';
$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
?>