tbrehm
2012-04-05 cb9197fc8dc981aac3a9b0492c28a8e7fbc4b62a
commit | author | age
c4dc25 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'] = 'userului NU i se permite acest modul ';
T 11 $wb['error_302'] = 'Modul invalid.';
12 $wb['error_1001'] = 'rubricile  username si  password nu pot fi goale  !';
13 $wb['error_1002'] = 'username si sau  password nu sunt  corecte !';
14 $wb['error_1003'] = 'username dezactivat !';
c4dc25 15 $wb['delete_confirmation'] = 'intr-adevar doresti stergerea inregistrarii ?';
T 16 $wb['error_no_view_permission'] = 'NU ai dreptul de a veda inregistrarea sau aceasta nu exista !';
17 $wb['error_no_delete_permission'] = 'NU ai drept de stergere pe aceasta inregistrare !';
18 $wb['page_txt'] = 'Pagina';
19 $wb['page_of_txt'] = 'din';
20 $wb['page_next_txt'] = 'Next';
21 $wb['page_back_txt'] = 'Inapoi';
22 $wb['delete_txt'] = 'Sterge';
23 $wb['filter_txt'] = 'Filtru';
24 $wb['add_new_record_txt'] = 'Adauga inregistrare';
25 $wb['btn_save_txt'] = 'Salveaza';
26 $wb['btn_cancel_txt'] = 'Inapoi';
899771 27 $wb['page_and_txt'] = 'and';
T 28 $wb['top_menu_system'] = 'System';
29 $wb['top_menu_client'] = 'Client';
30 $wb['top_menu_email'] = 'Email';
31 $wb['top_menu_monitor'] = 'Monitor';
32 $wb['top_menu_sites'] = 'Sites';
33 $wb['top_menu_dns'] = 'DNS';
34 $wb['top_menu_tools'] = 'Tools';
35 $wb['top_menu_help'] = 'Help';
36 $wb['toolsarea_head_txt'] = 'Tools';
e5f91f 37 $wb['top_menu_billing'] = 'Billing';
T 38 $wb['top_menu_domain'] = 'Domains';
39 $wb['top_menu_dashboard'] = 'Home';
0d9599 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?';
c4dc25 73 ?>