| | |
| | | <?php |
| | | $wb['conf_format_dateshort'] = "Y-m-d"; |
| | | $wb['conf_format_dateshort_human_readable'] = "yyyy-mm-dd"; |
| | | $wb['conf_format_datelong'] = "l dS of F Y"; |
| | | $wb['conf_format_timeshort'] = "H:i"; |
| | | $wb['conf_format_timelong'] = "H:i:s"; |
| | |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | $wb['top_menu_billing'] = 'Billing'; |
| | | $wb['top_menu_mailuser'] = 'Mailuser'; |
| | | $wb['top_menu_domain'] = 'Domains'; |
| | | $wb['top_menu_dashboard'] = 'Home'; |
| | | $wb['top_menu_vm'] = 'VServer'; |
| | | $wb['toolsarea_head_txt'] = 'Tools'; |
| | | $wb['latest_news_txt'] = 'Latest news'; |
| | | $wb['logout_txt'] = "LOGOUT"; |
| | | $wb['daynamesmin_su'] = "Su"; |
| | | $wb['daynamesmin_mo'] = "Mo"; |
| | | $wb['daynamesmin_tu'] = "Tu"; |
| | |
| | | $wb['monthnamesshort_dec'] = "Dec"; |
| | | $wb['datepicker_nextText'] = "Next"; |
| | | $wb['datepicker_prevText'] = "Prev"; |
| | | $wb['submit_confirmation'] = "Do you really want to perform this action?"; |
| | | $wb['globalsearch_resultslimit_of_txt'] = "of"; |
| | | $wb['globalsearch_resultslimit_results_txt'] = "results"; |
| | | $wb['globalsearch_noresults_text_txt'] = "No results."; |
| | | $wb['globalsearch_noresults_limit_txt'] = "0 results"; |
| | | $wb['globalsearch_searchfield_watermark_txt'] = "Search"; |
| | | $wb['globalsearch_suggestions_text_txt'] = "Suggestions"; |
| | | ?> |