tbrehm
2010-02-04 ea2b211820ababebbda558f569e72f5c081c609c
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"] = 'Formname';
$wb["title_txt"] = 'Formutitle';
$wb["template_txt"] = 'Template';
$wb["navframe_txt"] = 'NaviFrame';
$wb["startpage_txt"] = 'Startpage';
$wb["tab_width_txt"] = 'Tab width';
$wb["save_txt"] = '保存する';
$wb["cancel_txt"] = 'キャンセル';
$wb["header_txt"] = 'Form properties';
$wb["description_txt"] = '説明';
$wb["action_txt"] = 'Action (script)';
$wb["db_table_txt"] = 'DB Table';
$wb["db_table_idx_txt"] = 'DB Table Index';
$wb["db_history_txt"] = 'Undo Log';
$wb["tab_default_txt"] = 'Default Tab';
$wb["list_default_txt"] = 'Default Liste';
$wb["tab_width_txt"] = 'Tab width';
$wb["auth_txt"] = 'Permissions';
$wb["auth_preset_userid_txt"] = 'UserID';
$wb["auth_preset_groupid_txt"] = 'GroupID';
$wb["auth_preset_perm_user_txt"] = 'Perm.User';
$wb["auth_preset_perm_group_txt"] = 'Perm.Group';
$wb["auth_preset_perm_other_txt"] = 'Perm.Other';
 
?>