| | |
| | | <?php |
| | | $wb['name_txt'] = 'Formuliernaam'; |
| | | $wb['title_txt'] = 'Formuliertitel'; |
| | | $wb['template_txt'] = 'Template'; |
| | | $wb['navframe_txt'] = 'NaviFrame'; |
| | | $wb['startpage_txt'] = 'Startpagina'; |
| | | $wb['tab_width_txt'] = 'Tabbreedte'; |
| | | $wb['save_txt'] = 'Opslaan'; |
| | | $wb['cancel_txt'] = 'Annuleren'; |
| | | $wb['header_txt'] = 'Formuliereigenschappen'; |
| | | $wb['description_txt'] = 'Omschrijving'; |
| | | $wb['action_txt'] = 'Actie (script)'; |
| | | $wb['db_table_txt'] = 'DB tabel'; |
| | | $wb['db_table_idx_txt'] = 'DB tabel index'; |
| | | $wb['db_history_txt'] = 'Undo Log'; |
| | | $wb['tab_default_txt'] = 'Standaard tab'; |
| | | $wb['list_default_txt'] = 'Standaard lijst'; |
| | | $wb['auth_txt'] = 'Permissies'; |
| | | $wb['auth_preset_userid_txt'] = 'GebruikerID'; |
| | | $wb['auth_preset_groupid_txt'] = 'GroepID'; |
| | | $wb['auth_preset_perm_user_txt'] = 'Perm. Gebruiker'; |
| | | $wb['auth_preset_perm_group_txt'] = 'Perm. Groep'; |
| | | $wb['auth_preset_perm_other_txt'] = 'Perm. Overige'; |
| | | ?> |
| | | <?php
|
| | | $wb['name_txt'] = 'Formuliernaam';
|
| | | $wb['title_txt'] = 'Formuliertitel';
|
| | | $wb['template_txt'] = 'Template';
|
| | | $wb['navframe_txt'] = 'NaviFrame';
|
| | | $wb['startpage_txt'] = 'Startpagina';
|
| | | $wb['tab_width_txt'] = 'Tabbreedte';
|
| | | $wb['save_txt'] = 'Opslaan';
|
| | | $wb['cancel_txt'] = 'Annuleren';
|
| | | $wb['header_txt'] = 'Formuliereigenschappen';
|
| | | $wb['description_txt'] = 'Omschrijving';
|
| | | $wb['action_txt'] = 'Actie (script)';
|
| | | $wb['db_table_txt'] = 'DB tabel';
|
| | | $wb['db_table_idx_txt'] = 'DB tabel index';
|
| | | $wb['db_history_txt'] = 'Undo Log';
|
| | | $wb['tab_default_txt'] = 'Standaard tab';
|
| | | $wb['list_default_txt'] = 'Standaard lijst';
|
| | | $wb['auth_txt'] = 'Permissies';
|
| | | $wb['auth_preset_userid_txt'] = 'GebruikerID';
|
| | | $wb['auth_preset_groupid_txt'] = 'GroepID';
|
| | | $wb['auth_preset_perm_user_txt'] = 'Perm. Gebruiker';
|
| | | $wb['auth_preset_perm_group_txt'] = 'Perm. Groep';
|
| | | $wb['auth_preset_perm_other_txt'] = 'Perm. Overige';
|
| | | ?>
|
| | |
|