1$self{texts} = {
2  'Account'                     => '勘定',
3  'Accounting Menu'             => '経理メニュー',
4  'Apr'                         => '4月',
5  'April'                       => '4月',
6  'Aug'                         => '8月',
7  'August'                      => '8月',
8  'Balance'                     => '差額',
9  'Beginning Balance'           => '開始貸借対照表',
10  'Continue'                    => '続ける',
11  'Credit'                      => '貸方',
12  'Current'                     => '現在',
13  'Date'                        => '日付',
14  'Debit'                       => '借方',
15  'Dec'                         => '12月',
16  'December'                    => '12月',
17  'Description'                 => 'テキスト',
18  'Deselect all'                => '全部未選択する',
19  'Detail'                      => '詳細',
20  'Difference'                  => '差異',
21  'Done'                        => '処理済',
22  'Feb'                         => '2月',
23  'February'                    => '2月',
24  'From'                        => 'から',
25  'Include Exchange Rate Difference' => '為替差異込み',
26  'Jan'                         => '1月',
27  'January'                     => '1月',
28  'Jul'                         => '7月',
29  'July'                        => '7月',
30  'Jun'                         => '6月',
31  'June'                        => '6月',
32  'Mar'                         => '3月',
33  'March'                       => '3月',
34  'May'                         => '5月',
35  'May '                        => '5月',
36  'Month'                       => '月',
37  'Nov'                         => '11月',
38  'November'                    => '11月',
39  'Oct'                         => '10月',
40  'October'                     => '10月',
41  'Out of balance!'             => '勘定の不均衡',
42  'Period'                      => '期間',
43  'Quarter'                     => '四半期',
44  'Reconciliation'              => '調整',
45  'Reconciliation Date'         => '調整日付',
46  'Reconciliation Report'       => '調整レポート',
47  'Select all'                  => '全選択',
48  'Sep'                         => '9月',
49  'September'                   => '9月',
50  'Source'                      => '支払元',
51  'Statement Balance'           => '申告釣合',
52  'Summary'                     => '合計',
53  'To'                          => 'まで',
54  'Update'                      => '更新',
55  'Year'                        => '年',
56};
57
58$self{subs} = {
59  'acc_menu'                    => 'acc_menu',
60  'calendar'                    => 'calendar',
61  'change_report'               => 'change_report',
62  'check_all'                   => 'check_all',
63  'clock'                       => 'clock',
64  'continue'                    => 'continue',
65  'deselect_all'                => 'deselect_all',
66  'display'                     => 'display',
67  'display_form'                => 'display_form',
68  'done'                        => 'done',
69  'get_payments'                => 'get_payments',
70  'js_calendar'                 => 'js_calendar',
71  'jsmenu'                      => 'jsmenu',
72  'jsmenu_frame'                => 'jsmenu_frame',
73  'menubar'                     => 'menubar',
74  'pickvalue'                   => 'pickvalue',
75  'reconciliation'              => 'reconciliation',
76  'resize'                      => 'resize',
77  'section_menu'                => 'section_menu',
78  'select_all'                  => 'select_all',
79  'show_progress'               => 'show_progress',
80  'update'                      => 'update',
81  '続ける'                   => 'continue',
82  '全部未選択する'       => 'deselect_all',
83  '処理済'                   => 'done',
84  '全選択'                   => 'select_all',
85  '更新'                      => 'update',
86};
87
881;
89
90