$self{charset} = 'UTF-8';

$self{texts} = {
  'AP'                          => '買掛',
  'AR'                          => '売掛',
  'Account'                     => '勘定',
  'Amount'                      => '金額',
  'BIC'                         => '銀行番号',
  'Bank'                        => '銀行名',
  'Bcc'                         => 'Bcc',
  'Business'                    => 'ビジネス',
  'CSV'                         => 'CSV',
  'Cc'                          => 'Cc',
  'City'                        => '市',
  'Company'                     => '会社',
  'Company Name'                => '会社名',
  'Company Number'              => '会社番号',
  'Continue'                    => '続ける',
  'Country'                     => '国',
  'Credit Limit'                => '用信限度',
  'Curr'                        => '通貨',
  'Currency'                    => '通貨',
  'Customer'                    => '得意先',
  'Customer Number'             => '得意先番号',
  'DCN'                         => 'DCN',
  'Date Paid'                   => '支払日付',
  'Delimiter'                   => '区切文字',
  'Description'                 => 'テキスト',
  'Discount'                    => '値引き',
  'Due Date'                    => '支払予定日',
  'E-mail'                      => 'メール',
  'Enddate'                     => '終了日付',
  'Exch'                        => '為替',
  'Export Payments'             => '支払エクスポート',
  'Fax'                         => 'FAX',
  'File to Import'              => 'インポートファイル名',
  'Filename'                    => 'ファイル名',
  'IBAN'                        => 'IBAN',
  'Import File missing!'        => 'インポートファイル名無し',
  'Import Payments'             => '支払インポート',
  'Import Sales Invoices'       => '販売請求を輸入',
  'Include Header'              => 'ヘッダが入ってる',
  'Include in Report'           => 'レポートに入れる',
  'Invoice'                     => '請求書',
  'Invoice Date'                => '請求日付',
  'Invoice Number'              => '請求番号',
  'Language'                    => '言語',
  'Mapfile'                     => 'マップファイル',
  'Memo'                        => 'メモ',
  'Method'                      => '種類',
  'Mobile'                      => '携帯',
  'Name'                        => '名字',
  'Notes'                       => 'メモ',
  'Occupation'                  => '職業',
  'Order Date'                  => '注文日付',
  'Order Number'                => '注文番号',
  'Outstanding'                 => '未決済',
  'Paid'                        => '支払済',
  'Payment'                     => '単位支払い',
  'Payment Method'              => '支払いメソッド',
  'Phone'                       => '電話',
  'Posting Invoice ...'         => '請求を記録',
  'Posting Payment ...'         => '支払登録...',
  'Posting failed!'             => '登記の失敗',
  'Pricegroup'                  => '価格グループ',
  'Qty'                         => '数量',
  'SIC'                         => 'SIC',
  'Salesperson'                 => '営業者',
  'Salutation'                  => '敬称',
  'Source'                      => '支払元',
  'Startdate'                   => '開始日付',
  'State'                       => '都道府県',
  'Tab delimited file'          => 'タブ区切ファイル',
  'Tax'                         => '税金',
  'Terms'                       => '条件',
  'The following parts could not be found:' => '下記のパーツを見付けられませんでした',
  'Threshold'                   => '閾値',
  'Title'                       => '役職名',
  'Total'                       => '合計',
  'Total:'                      => '合計:',
  'Type'                        => 'タイプ',
  'Type of File'                => 'ファイル種類',
  'Unit'                        => '単位',
  'Updated'                     => '更新済',
  'Vendor'                      => '仕入先',
  'Vendor Number'               => '仕入先番号',
  'ok'                          => 'ok',
};

$self{subs} = {
  'continue'                    => 'continue',
  'ex_payment'                  => 'ex_payment',
  'export'                      => 'export',
  'export_payments'             => 'export_payments',
  'im_customer'                 => 'im_customer',
  'im_order'                    => 'im_order',
  'im_payment'                  => 'im_payment',
  'im_purchase_order'           => 'im_purchase_order',
  'im_sales_invoice'            => 'im_sales_invoice',
  'im_sales_order'              => 'im_sales_order',
  'im_vc'                       => 'im_vc',
  'im_vendor'                   => 'im_vendor',
  'import'                      => 'import',
  'import_customers'            => 'import_customers',
  'import_orders'               => 'import_orders',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'import_vc'                   => 'import_vc',
  'import_vendors'              => 'import_vendors',
  'xrefhdr'                     => 'xrefhdr',
  '続ける'                   => 'continue',
  '支払エクスポート'    => 'export_payments',
  '支払インポート'       => 'import_payments',
  '販売請求を輸入'       => 'import_sales_invoices',
};

1;

