1$self{texts} = {
2  'AP Transaction'              => '買掛トランザクション',
3  'AR Transaction'              => '売掛トランザクション',
4  'Accounting Menu'             => '経理メニュー',
5  'April'                       => '4月',
6  'Assembly'                    => '組み立て',
7  'August'                      => '8月',
8  'C'                           => 'C',
9  'Continue'                    => '続ける',
10  'Credit Invoice'              => 'クレジット請求',
11  'Credit Note'                 => 'イクレジットメモ',
12  'Customer'                    => '得意先',
13  'Debit Invoice'               => 'デビット請求',
14  'Debit Note'                  => 'デビットメモ',
15  'December'                    => '12月',
16  'Delete'                      => '削除',
17  'Description'                 => 'テキスト',
18  'Deselect all'                => '全部未選択する',
19  'Employee'                    => '従業員',
20  'February'                    => '2月',
21  'File'                        => 'ファイル',
22  'Filename'                    => 'ファイル名',
23  'GL Transaction'              => '仕訳トランザクション',
24  'ID'                          => 'ID',
25  'Image'                       => '画像',
26  'January'                     => '1月',
27  'Job'                         => 'ジョブ',
28  'July'                        => '7月',
29  'June'                        => '6月',
30  'March'                       => '3月',
31  'May'                         => '5月',
32  'November'                    => '11月',
33  'October'                     => '10月',
34  'Part'                        => '部品',
35  'Project'                     => 'プロジェクト',
36  'Purchase Order'              => '購買発注',
37  'Quotation'                   => '見積書',
38  'RFQ'                         => '見積依頼',
39  'Sales Invoice'               => '販売請求書',
40  'Sales Order'                 => '受注伝票',
41  'Save'                        => '保存',
42  'Select all'                  => '全選択',
43  'September'                   => '9月',
44  'Service'                     => 'サービス',
45  'Stores Card'                 => 'ストアカード',
46  'Vendor'                      => '仕入先',
47  'Vendor Invoice'              => '仕入先請求',
48};
49
50$self{subs} = {
51  'acc_menu'                    => 'acc_menu',
52  'add_document'                => 'add_document',
53  'add_file'                    => 'add_file',
54  'attach'                      => 'attach',
55  'calendar'                    => 'calendar',
56  'change_report'               => 'change_report',
57  'check_all'                   => 'check_all',
58  'clock'                       => 'clock',
59  'continue'                    => 'continue',
60  'delete'                      => 'delete',
61  'delete_documents'            => 'delete_documents',
62  'delete_files'                => 'delete_files',
63  'deselect_all'                => 'deselect_all',
64  'detach'                      => 'detach',
65  'display'                     => 'display',
66  'display_documents'           => 'display_documents',
67  'do_attach'                   => 'do_attach',
68  'edit'                        => 'edit',
69  'formnames'                   => 'formnames',
70  'js_calendar'                 => 'js_calendar',
71  'jsmenu'                      => 'jsmenu',
72  'jsmenu_frame'                => 'jsmenu_frame',
73  'list_documents'              => 'list_documents',
74  'list_images'                 => 'list_images',
75  'menubar'                     => 'menubar',
76  'pickvalue'                   => 'pickvalue',
77  'resize'                      => 'resize',
78  'save'                        => 'save',
79  'search_documents'            => 'search_documents',
80  'section_menu'                => 'section_menu',
81  'select_all'                  => 'select_all',
82  'show_progress'               => 'show_progress',
83  'upload'                      => 'upload',
84  'upload_file'                 => 'upload_file',
85  'upload_image'                => 'upload_image',
86  'upload_imagefile'            => 'upload_imagefile',
87  '続ける'                   => 'continue',
88  '削除'                      => 'delete',
89  '全部未選択する'       => 'deselect_all',
90  '保存'                      => 'save',
91  '全選択'                   => 'select_all',
92};
93
941;
95
96