| | |
| | | <?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['add_new_record_txt'] = 'Toevoegen';
|
| | | $wb['btn_save_txt'] = 'Opslaan';
|
| | | $wb['btn_cancel_txt'] = 'Annuleren';
|
| | | $wb['System'] = 'Admin';
|
| | | $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';
|
| | | $wb['page_and_txt'] = 'en';
|
| | | $wb['Seconds'] = 'seconden';
|
| | | $wb['ERROR'] = 'Foutmelding';
|
| | | ?>
|
| | |
|