Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
commit | author | age
0d9599 1 <?php
T 2 $wb['header_txt'] = 'Formeditor';
3 $wb['title_txt'] = 'Formtitle';
4 $wb['name_txt'] = 'Formname';
43b345 5 $wb['delete_txt'] = 'Smazat';
0d9599 6 $wb['properties_txt'] = 'Properties';
T 7 $wb['new_tab_txt'] = 'Tab new';
992797 8 $wb['edit_txt'] = 'Upravit';
0d9599 9 $wb['new_txt'] = 'Neu';
T 10 $wb['up_txt'] = '^';
11 $wb['down_txt'] = 'v';
12 $wb['module_txt'] = 'Module';
13 $wb['form_txt'] = 'Form';
43b345 14 $wb['description_txt'] = 'Popis';
0d9599 15 $wb['module_del_txt'] = 'Delete the module and all subdirectories?';
T 16 $wb['menu_del_txt'] = 'Delete menu with all menuitems?';
17 $wb['item_del_txt'] = 'Delete menuitem?';
18 ?>