$self{texts} = {
  'AP Transaction'              => 'AP Transaction',
  'AR Transaction'              => 'AR Transaction',
  'Add Customer'                => ' ',
  'Add Vendor'                  => ' ',
  'Address'                     => '',
  'All'                         => '',
  'Bcc'                         => 'Bcc',
  'Cannot delete customer!'     => 'Cannot delete customer!',
  'Cannot delete vendor!'       => 'Cannot delete vendor!',
  'Cc'                          => 'Cc',
  'Contact'                     => ' ',
  'Continue'                    => '',
  'Credit Limit'                => ' ',
  'Customer deleted!'           => 'Customer deleted!',
  'Customer saved!'             => 'Customer saved!',
  'Customers'                   => 'Customers',
  'Delete'                      => '',
  'Discount'                    => '',
  'E-mail'                      => 'E-mail',
  'Edit Customer'               => 'Edit Customer',
  'Edit Vendor'                 => 'Edit Vendor',
  'Fax'                         => 'Fax',
  'Include in Report'           => 'Docz w Sprawozdaniu',
  'Invoice'                     => '-',
  'Name'                        => 'Nazwa',
  'Name missing!'               => 'Name missing!',
  'Notes'                       => 'Noty',
  'Number'                      => 'Numer Katalogu',
  'Order'                       => 'Zamwienie',
  'Orphaned'                    => 'Zbdny',
  'Phone'                       => 'Tel.',
  'Save'                        => 'Zapisz',
  'Ship to'                     => 'Ship to',
  'Tax Included'                => 'Podatek Wliczony',
  'Taxable'                     => 'Opodatkowane',
  'Terms: Net'                  => 'Warunki: Netto',
  'Transactions exist, cannot delete customer!' => 'Istniej Transakcje, niemona usun odbiorcy',
  'Transactions exist, cannot delete vendor!' => 'Istniej Transakcje, nie mona usun dostawcy',
  'Vendor deleted!'             => 'Vendor deleted!',
  'Vendor saved!'               => 'Vendor saved!',
  'Vendors'                     => 'Vendors',
  'days'                        => 'dni',
};

$self{subs} = {
  'add'                         => 'add',
  'add_customer'                => 'add_customer',
  'add_transaction'             => 'add_transaction',
  'add_vendor'                  => 'add_vendor',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'continue'                    => 'continue',
  'customer_invoice'            => 'customer_invoice',
  'customer_order'              => 'customer_order',
  'delete'                      => 'delete',
  'delete_customer'             => 'delete_customer',
  'delete_vendor'               => 'delete_vendor',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'invoice'                     => 'invoice',
  'list_names'                  => 'list_names',
  'order'                       => 'order',
  'save'                        => 'save',
  'save_customer'               => 'save_customer',
  'save_vendor'                 => 'save_vendor',
  'search'                      => 'search',
  'vendor_invoice'              => 'vendor_invoice',
  'vendor_order'                => 'vendor_order',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  '_'                => 'add_customer',
  '_'             => 'add_vendor',
  ''                  => 'continue',
  ''                     => 'delete',
  '_'                => 'invoice',
  'zamwienie'                  => 'order',
  'zapisz'                      => 'save',
};

1;
