$self{texts} = {
  'AP Transaction'              => 'Transakcja Zobowiza',
  'AR Transaction'              => 'Transakcja Nalenoci',
  'Add Customer'                => 'Dodaj Odbiorc',
  'Add Vendor'                  => 'Dodaj Dostawc',
  'Address'                     => 'Adres',
  'All'                         => 'Wszystko',
  'Bcc'                         => 'Bcc',
  'Cannot delete customer!'     => 'Nie moesz usun klienta!',
  'Cannot delete vendor!'       => 'Nie moesz usun dostawcy!',
  'Cc'                          => 'Cc',
  'Contact'                     => 'Kontakt',
  'Continue'                    => 'Kontynuj',
  'Credit Limit'                => 'Limit Kredytu',
  'Customer deleted!'           => 'Odbiorca usunity',
  'Customer saved!'             => 'Odbiorca zapisany!',
  'Customers'                   => 'Odbiorcy',
  'Delete'                      => 'Usu',
  'Discount'                    => 'Rabat',
  'E-mail'                      => 'E-mail',
  'Edit Customer'               => 'Zmiany Odbiorcy',
  'Edit Vendor'                 => 'Zmiany Dostawcy',
  'Fax'                         => 'Fax',
  'Include in Report'           => 'Docz w Sprawozdaniu',
  'Invoice'                     => 'Faktura',
  'Name'                        => 'Nazwa',
  'Name missing!'               => 'Brak Nazwy',
  'Notes'                       => 'Noty',
  'Number'                      => 'Numer Katalogu',
  'Order'                       => 'Zamwienie',
  'Orphaned'                    => 'Zbdne',
  'Phone'                       => 'Tel.',
  'Save'                        => 'Zapisz',
  'Ship to'                     => 'Wylij do',
  '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!'             => 'Dostawca usunity',
  'Vendor saved!'               => 'Dostawca zapisany',
  'Vendors'                     => 'Dostawcy',
  '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',
  'transakcja_zobowiza'       => 'ap_transaction',
  'transakcja_nalenoci'       => 'ar_transaction',
  'dodaj_odbiorc'              => 'add_customer',
  'dodaj_dostawc'              => 'add_vendor',
  'kontynuj'                    => 'continue',
  'usu'                        => 'delete',
  'faktura'                     => 'invoice',
  'zamwienie'                  => 'order',
  'zapisz'                      => 'save',
};

1;
