tbrehm
2012-04-05 cb9197fc8dc981aac3a9b0492c28a8e7fbc4b62a
commit | author | age
333866 1 <?php
T 2 $wb['conf_format_dateshort'] = 'Y-m-d';
3 $wb['conf_format_datelong'] = 'l dS of F Y';
4 $wb['conf_format_timeshort'] = 'H:i';
5 $wb['conf_format_timelong'] = 'H:i:s';
6 $wb['conf_format_datetime'] = 'Y-m-d H:i';
1ca823 7 $wb['number_format_decimals'] = '2';
T 8 $wb['number_format_dec_point'] = '.';
9 $wb['number_format_thousands_sep'] = '';
c4c0e0 10 $wb['error_301'] = 'Modul nie je povolený pre existujúceho použivatela.';
T 11 $wb['error_302'] = 'Module neplatný.';
12 $wb['error_1001'] = 'Užvatelské meno a heslo nesmie byt prázdne !';
13 $wb['error_1002'] = 'Užvatelské meno a/alebo heslo nie je správne !';
14 $wb['error_1003'] = 'Užvatelské meno je deaktivovaný';
333866 15 $wb['delete_confirmation'] = 'Naozaj chcete zmazat tento záznam?';
T 16 $wb['error_no_view_permission'] = 'Nemáte oprávnenie pre prezeranie tohto záznamu alebo tento záznam neexistuje!';
17 $wb['error_no_delete_permission'] = 'Nemáte oprávnenie zmazať tento záznam!';
18 $wb['page_txt'] = 'Strana';
19 $wb['page_of_txt'] = 'z';
20 $wb['page_next_txt'] = 'Ďalší';
21 $wb['page_back_txt'] = 'Späť';
22 $wb['delete_txt'] = 'Zmazať';
23 $wb['filter_txt'] = 'Filter';
24 $wb['add_new_record_txt'] = 'Pridať záznam';
25 $wb['btn_save_txt'] = 'Uložiť';
26 $wb['btn_cancel_txt'] = 'Späť';
27 $wb['toolsarea_head_txt'] = 'Nástroje';
28 $wb['page_and_txt'] = 'a';
29 $wb['top_menu_system'] = 'Systém';
30 $wb['top_menu_client'] = 'Klient';
31 $wb['top_menu_email'] = 'Email';
32 $wb['top_menu_monitor'] = 'Monitor';
33 $wb['top_menu_sites'] = 'Weby';
34 $wb['top_menu_dns'] = 'DNS';
35 $wb['top_menu_tools'] = 'Nástroje';
36 $wb['top_menu_help'] = 'Pomoc';
37 $wb['top_menu_billing'] = 'Billing';
38 $wb['top_menu_domain'] = 'Domains';
39 $wb['top_menu_dashboard'] = 'Home';
40 $wb['latest_news_txt'] = 'Latest news';
d7be27 41 $wb['top_menu_vm'] = 'VServer';
598bc4 42 $wb['daynamesmin_su'] = 'Su';
T 43 $wb['daynamesmin_mo'] = 'Mo';
44 $wb['daynamesmin_tu'] = 'Tu';
45 $wb['daynamesmin_we'] = 'We';
46 $wb['daynamesmin_th'] = 'Th';
47 $wb['daynamesmin_fr'] = 'Fr';
48 $wb['daynamesmin_sa'] = 'Sa';
49 $wb['daynames_sunday'] = 'Sunday';
50 $wb['daynames_monday'] = 'Monday';
51 $wb['daynames_tuesday'] = 'Tuesday';
52 $wb['daynames_wednesday'] = 'Wednesday';
53 $wb['daynames_thursday'] = 'Thursday';
54 $wb['daynames_friday'] = 'Friday';
55 $wb['daynames_saturday'] = 'Saturday';
56 $wb['monthnamesshort_jan'] = 'Jan';
57 $wb['monthnamesshort_feb'] = 'Feb';
58 $wb['monthnamesshort_mar'] = 'Mar';
59 $wb['monthnamesshort_apr'] = 'Apr';
60 $wb['monthnamesshort_may'] = 'May';
61 $wb['monthnamesshort_jun'] = 'Jun';
62 $wb['monthnamesshort_jul'] = 'Jul';
63 $wb['monthnamesshort_aug'] = 'Aug';
64 $wb['monthnamesshort_sep'] = 'Sep';
65 $wb['monthnamesshort_oct'] = 'Oct';
66 $wb['monthnamesshort_nov'] = 'Nov';
67 $wb['monthnamesshort_dec'] = 'Dec';
68 $wb['datepicker_nextText'] = 'Next';
69 $wb['datepicker_prevText'] = 'Prev';
151fac 70 $wb['logout_txt'] = 'LOGOUT';
09bdcf 71 $wb['conf_format_dateshort_human_readable'] = 'yyyy-mm-dd';
cb9197 72 $wb['submit_confirmation'] = 'Do you really want to perform this action?';
333866 73 ?>