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

$self{texts} = {
  'AP'                          => 'Księga Zobowiązań',
  'AR'                          => 'Księga Należności',
  'Account'                     => 'Konto',
  'Amount'                      => 'Kwota',
  'BIC'                         => 'SWIFT',
  'Bcc'                         => 'Bcc',
  'Business'                    => 'Działalność',
  'Cc'                          => 'Cc',
  'City'                        => 'Miasto',
  'Company'                     => 'Firma',
  'Company Name'                => 'Nazwa Firmy',
  'Continue'                    => 'Kontynuj',
  'Country'                     => 'Kraj',
  'Credit Limit'                => 'Limit Kredytu',
  'Curr'                        => 'Waluta',
  'Currency'                    => 'Waluta',
  'Customer'                    => 'Odbiorca',
  'Customer Number'             => 'Numer Odbiorcy',
  'Date Paid'                   => 'Data Zapłaty',
  'Description'                 => 'Opis',
  'Discount'                    => 'Rabat',
  'Due Date'                    => 'Termin Płatności',
  'E-mail'                      => 'E-mail',
  'Enddate'                     => 'Dzień Zwolnienia',
  'Exch'                        => 'Kurs Walut',
  'Fax'                         => 'Fax',
  'IBAN'                        => 'IBAN/NRB',
  'Include in Report'           => 'Dołącz w Sprawozdaniu',
  'Invoice'                     => 'Faktura',
  'Invoice Date'                => 'Data Wystawienia',
  'Invoice Number'              => 'Numer Faktury',
  'Language'                    => 'Język',
  'Memo'                        => 'Notatka',
  'Method'                      => 'Metoda',
  'Name'                        => 'Nazwa',
  'Notes'                       => 'Noty',
  'Order Date'                  => 'Data Zlecenia',
  'Order Number'                => 'Numer ZLecenia',
  'Outstanding'                 => 'Transakcje Nieuregulowane',
  'Paid'                        => 'Zapłacono',
  'Payment'                     => 'Kasa Wypłaci',
  'Phone'                       => 'Tel.',
  'Pricegroup'                  => 'Grupa cenowa',
  'Qty'                         => 'Ilość',
  'SIC'                         => 'EKD',
  'Salesperson'                 => 'Sprzedawca',
  'Source'                      => 'Żródło',
  'Startdate'                   => 'Dzień Zatrudnienia',
  'State'                       => 'Rejon',
  'Tax'                         => 'Podatek',
  'Terms'                       => 'Warunki: Netto',
  'Total'                       => 'Wartość Brutto',
  'Unit'                        => 'Jednostka',
  'Updated'                     => 'Uzupełnione',
  'Vendor'                      => 'Dostawca',
  'Vendor Number'               => 'Numer Dostawcy',
};

$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',
  'kontynuj'                    => 'continue',
};

1;

