tbrehm
2008-09-21 20604ee4ed708f6a9bbdfc14200325b842a862a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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["tab_width_txt"] = 'Tabbreedte';
$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';
 
?>