| | |
| | | <?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['System'] = 'Servers'; |
| | | $wb['Client'] = 'Klanten'; |
| | | $wb['Email'] = 'E-mail'; |
| | | $wb['Monitor'] = 'Monitor'; |
| | | $wb['Sites'] = 'Websites'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Tools'; |
| | | $wb['Help'] = 'Help'; |
| | | $wb['toolsarea_head_txt'] = 'Tools'; |
| | | ?> |
| | | |