Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
commit | author | age
22e3a3 1 <?php
a9d0b2 2 $wb['name_txt'] = 'Formulärnamn';
M 3 $wb['title_txt'] = 'Formulärtitel';
141f4c 4 $wb['template_txt'] = 'Mall';
14f228 5 $wb['navframe_txt'] = 'Nav.ram';
141f4c 6 $wb['startpage_txt'] = 'Startsida';
K 7 $wb['tab_width_txt'] = 'Flik bredd';
8 $wb['save_txt'] = 'Spara';
9 $wb['cancel_txt'] = 'Avbryt';
a9d0b2 10 $wb['header_txt'] = 'Form inställningar';
141f4c 11 $wb['description_txt'] = 'Beskrivning';
K 12 $wb['action_txt'] = 'Action (skript)';
13 $wb['db_table_txt'] = 'DB Tabell';
14 $wb['db_table_idx_txt'] = 'DB Tabell Index';
a9d0b2 15 $wb['db_history_txt'] = 'Ångra Logg';
141f4c 16 $wb['tab_default_txt'] = 'Standard Flik';
K 17 $wb['list_default_txt'] = 'Standard Lista';
a9d0b2 18 $wb['auth_txt'] = 'Behörighet';
M 19 $wb['auth_preset_userid_txt'] = 'AnvändarID';
141f4c 20 $wb['auth_preset_groupid_txt'] = 'GruppID';
a9d0b2 21 $wb['auth_preset_perm_user_txt'] = 'Beh. Användare';
141f4c 22 $wb['auth_preset_perm_group_txt'] = 'Beh. Grupp';
K 23 $wb['auth_preset_perm_other_txt'] = 'Beh. Andra';
24 ?>
14f228 25