1$self{texts} = {
2  'AR/AP'                       => '売掛/買掛',
3  'Account'                     => '勘定',
4  'Apr'                         => '4月',
5  'April'                       => '4月',
6  'Aug'                         => '8月',
7  'August'                      => '8月',
8  'Balance'                     => '差額',
9  'Chart of Accounts'           => '勘定表',
10  'Closed'                      => 'クローズ',
11  'Credit'                      => '貸方',
12  'Current'                     => '現在',
13  'Date'                        => '日付',
14  'Debit'                       => '借方',
15  'Dec'                         => '12月',
16  'December'                    => '12月',
17  'Department'                  => '部門',
18  'Description'                 => 'テキスト',
19  'Feb'                         => '2月',
20  'February'                    => '2月',
21  'From'                        => 'から',
22  'GIFI'                        => 'GIFI',
23  'Include in Report'           => 'レポートに入れる',
24  'Jan'                         => '1月',
25  'January'                     => '1月',
26  'Jul'                         => '7月',
27  'July'                        => '7月',
28  'Jun'                         => '6月',
29  'June'                        => '6月',
30  'List Transactions'           => 'トランザクション一覧',
31  'Mar'                         => '3月',
32  'March'                       => '3月',
33  'May'                         => '5月',
34  'May '                        => '5月',
35  'Month'                       => '月',
36  'Nov'                         => '11月',
37  'November'                    => '11月',
38  'Oct'                         => '10月',
39  'October'                     => '10月',
40  'Period'                      => '期間',
41  'Project Number'              => 'プロジェクト番号',
42  'Quarter'                     => '四半期',
43  'R'                           => 'R',
44  'Reference'                   => '参照',
45  'Sep'                         => '9月',
46  'September'                   => '9月',
47  'Source'                      => '支払元',
48  'Subtotal'                    => '小計',
49  'To'                          => 'まで',
50  'Year'                        => '年',
51};
52
53$self{subs} = {
54  'ca_subtotal'                 => 'ca_subtotal',
55  'calendar'                    => 'calendar',
56  'change_report'               => 'change_report',
57  'chart_of_accounts'           => 'chart_of_accounts',
58  'check_all'                   => 'check_all',
59  'clock'                       => 'clock',
60  'js_calendar'                 => 'js_calendar',
61  'list'                        => 'list',
62  'list_transactions'           => 'list_transactions',
63  'pickvalue'                   => 'pickvalue',
64  'resize'                      => 'resize',
65  'show_progress'               => 'show_progress',
66  'トランザクション一覧' => 'list_transactions',
67};
68
691;
70
71