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"] = 'Formulärnamn';
$wb["title_txt"] = 'Formulärtitel';
$wb["template_txt"] = 'Mall';
$wb["navframe_txt"] = 'Nav.Ram';
$wb["startpage_txt"] = 'Startsida';
$wb["tab_width_txt"] = 'Flik bredd';
$wb["save_txt"] = 'Spara';
$wb["cancel_txt"] = 'Avbryt';
$wb["header_txt"] = 'Form inställningar';
$wb["description_txt"] = 'Beskrivning';
$wb["action_txt"] = 'Action (skript)';
$wb["db_table_txt"] = 'DB Tabell';
$wb["db_table_idx_txt"] = 'DB Tabell Index';
$wb["db_history_txt"] = 'Ångra Logg';
$wb["tab_default_txt"] = 'Standard Flik';
$wb["list_default_txt"] = 'Standard Lista';
$wb["tab_width_txt"] = 'Flik bredd';
$wb["auth_txt"] = 'Behörighet';
$wb["auth_preset_userid_txt"] = 'AnvändarID';
$wb["auth_preset_groupid_txt"] = 'GruppID';
$wb["auth_preset_perm_user_txt"] = 'Beh. Användare';
$wb["auth_preset_perm_group_txt"] = 'Beh. Grupp';
$wb["auth_preset_perm_other_txt"] = 'Beh. Andra';
 
?>