Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
commit | author | age
0d9599 1 <?php
T 2 $wb['name_txt'] = 'Název formuláře';
3 $wb['title_txt'] = 'Titulek formuláře';
4 $wb['template_txt'] = 'Šablona';
5 $wb['navframe_txt'] = 'NaviFrame';
6 $wb['startpage_txt'] = 'Výchozí stránka';
7 $wb['tab_width_txt'] = 'Šířka záložky';
8 $wb['save_txt'] = 'Uložit';
bfcdef 9 $wb['cancel_txt'] = 'Zrušit';
0d9599 10 $wb['header_txt'] = 'Vlastnosti formuláře';
T 11 $wb['description_txt'] = 'Popis';
12 $wb['action_txt'] = 'Akce (skript)';
13 $wb['db_table_txt'] = 'DB tabulka';
14 $wb['db_table_idx_txt'] = 'DB index tabulky';
15 $wb['db_history_txt'] = 'Undo log';
16 $wb['tab_default_txt'] = 'Výchozí záložka';
17 $wb['list_default_txt'] = 'Výchozí Liste';
18 $wb['auth_txt'] = 'Oprávnění';
19 $wb['auth_preset_userid_txt'] = 'Uživatelské ID';
20 $wb['auth_preset_groupid_txt'] = 'Skupinové ID';
21 $wb['auth_preset_perm_user_txt'] = 'Opr. Uživatel';
22 $wb['auth_preset_perm_group_txt'] = 'Opr. Skupina';
23 $wb['auth_preset_perm_other_txt'] = 'Opr. Ostatní';
24 ?>