Skip to content
ar.lng 1.95 KiB
Newer Older
the1matrix1's avatar
the1matrix1 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'] = '   .';
$wb['error_302'] = '  .';
$wb['error_1001'] = '        !';
$wb['error_1002'] = '  /    !';
$wb['error_1003'] = '   !';
the1matrix1's avatar
the1matrix1 committed
$wb['delete_confirmation'] = '     ';
$wb['error_no_view_permission'] = '            !';
$wb['error_no_delete_permission'] = '      !';
tbrehm's avatar
tbrehm committed
$wb['page_txt'] = '';
$wb['page_of_txt'] = '';
$wb['page_and_txt'] = '';
$wb['page_next_txt'] = '';
$wb['page_back_txt'] = '';
$wb['delete_txt'] = '';
$wb['filter_txt'] = '';
$wb['add_new_record_txt'] = '  ';
$wb['btn_save_txt'] = '';
$wb['btn_cancel_txt'] = '';
the1matrix1's avatar
the1matrix1 committed
$wb['top_menu_system'] = '';
$wb['top_menu_client'] = '';
$wb['top_menu_email'] = ' ';
$wb['top_menu_monitor'] = '';
$wb['top_menu_sites'] = '';
$wb['top_menu_dns'] = ' ';
$wb['top_menu_tools'] = '';
$wb['top_menu_help'] = '';
$wb['top_menu_billing'] = '';
$wb['top_menu_domain'] = '';
$wb['top_menu_dashboard'] = '';
$wb['toolsarea_head_txt'] = '';
tbrehm's avatar
tbrehm committed
$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';
the1matrix1's avatar
the1matrix1 committed
?>