| | |
| | | <?php |
| | | $wb['conf_format_dateshort'] = 'Y-m-d'; |
| | | $wb['conf_format_datelong'] = 'l dS of F Y'; |
| | | $wb['conf_format_datelong'] = 'l d 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['delete_confirmation'] = 'Wilt u dit record echt verwijderen?'; |
| | | $wb['error_no_view_permission'] = 'U heeft geen toestemming om dit record te bekijken of dit record bestaat niet!'; |
| | | $wb['error_no_delete_permission'] = 'U heeft geen toestemming om dit record te verwijderen!'; |
| | | $wb['page_txt'] = 'Page'; |
| | | $wb['page_of_txt'] = 'of'; |
| | | $wb['page_next_txt'] = 'Next'; |
| | | $wb['page_back_txt'] = 'Back'; |
| | | $wb['delete_txt'] = 'Delete'; |
| | | $wb['filter_txt'] = 'Filter'; |
| | | $wb['add_new_record_txt'] = 'Add new record'; |
| | | $wb['btn_save_txt'] = 'Save'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | $wb['page_txt'] = 'Pagina'; |
| | | $wb['page_of_txt'] = 'van'; |
| | | $wb['page_next_txt'] = 'Volgende'; |
| | | $wb['page_back_txt'] = 'Vorige'; |
| | | $wb['delete_txt'] = 'Verwijderen'; |
| | | $wb['filter_txt'] = 'Filteren'; |
| | | $wb['add_new_record_txt'] = 'Toevoegen'; |
| | | $wb['btn_save_txt'] = 'Opslaan'; |
| | | $wb['btn_cancel_txt'] = 'Annuleren'; |
| | | $wb['toolsarea_head_txt'] = 'Tools'; |
| | | $wb['page_and_txt'] = 'en'; |
| | | $wb['top_menu_system'] = 'Systeem'; |
| | | $wb['top_menu_client'] = 'Klanten'; |
| | | $wb['top_menu_email'] = 'E-mail'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Websites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Extra'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |