$self{charset} = 'ISO-8859-2';

$self{texts} = {
  'Account'                     => 'Konto',
  'Accounting Menu'             => 'Menu Ksigowoci',
  'Apr'                         => 'Kwiecie',
  'April'                       => 'Kwiecie',
  'Aug'                         => 'Sierpie',
  'August'                      => 'Sierpie',
  'Confirm!'                    => 'Potwierd!',
  'Continue'                    => 'Kontynuj',
  'Current'                     => 'Biecy',
  'Date'                        => 'Data',
  'Dec'                         => 'Grudzie',
  'December'                    => 'Grudzie',
  'Delete'                      => 'Usu',
  'Description'                 => 'Opis',
  'Employee'                    => 'Pracownik',
  'Feb'                         => 'Luty',
  'February'                    => 'Luty',
  'From'                        => 'Od',
  'ID'                          => 'Identyfikator',
  'Include in Report'           => 'Docz w Sprawozdaniu',
  'Invoice Number'              => 'Numer Faktury',
  'Jan'                         => 'Stycze',
  'January'                     => 'Stycze',
  'Jul'                         => 'Lipiec',
  'July'                        => 'Lipiec',
  'Jun'                         => 'Czerwiec',
  'June'                        => 'Czerwiec',
  'Mar'                         => 'Marzec',
  'March'                       => 'Marzec',
  'May'                         => 'Maj',
  'May '                        => 'Maj',
  'Memo'                        => 'Notatka',
  'Month'                       => 'Miesic',
  'No.'                         => 'Nr.',
  'Nov'                         => 'Listopad',
  'November'                    => 'Listopad',
  'Oct'                         => 'Padziernik',
  'October'                     => 'Padziernik',
  'Period'                      => 'Okres',
  'Post'                        => 'Zatwierd',
  'Quarter'                     => 'Kwarta',
  'Reference'                   => 'Odnonik',
  'Select all'                  => 'Wybierz wszystko',
  'Sep'                         => 'Wrzesie',
  'September'                   => 'Wrzesie',
  'Source'                      => 'rdo',
  'Subtotal'                    => 'Warto Netto',
  'To'                          => 'do',
  'Total'                       => 'Warto Brutto',
  'Vendor'                      => 'Dostawca',
  'Vendor Number'               => 'Numer Dostawcy',
  'Year'                        => 'Rok',
  'Yes'                         => 'Tak',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add_batch'                   => 'add_batch',
  'add_general_ledger_batch'    => 'add_general_ledger_batch',
  'add_payable_batch'           => 'add_payable_batch',
  'add_payment_batch'           => 'add_payment_batch',
  'add_payment_reversal_batch'  => 'add_payment_reversal_batch',
  'add_payments_batch'          => 'add_payments_batch',
  'add_voucher'                 => 'add_voucher',
  'continue'                    => 'continue',
  'delete'                      => 'delete',
  'delete_batch'                => 'delete_batch',
  'deselect_all'                => 'deselect_all',
  'display'                     => 'display',
  'display_frame'               => 'display_frame',
  'edit'                        => 'edit',
  'edit_batch'                  => 'edit_batch',
  'edit_payment_reversal'       => 'edit_payment_reversal',
  'general_ledger_batch'        => 'general_ledger_batch',
  'jsmenu'                      => 'jsmenu',
  'jsmenu_frame'                => 'jsmenu_frame',
  'list_batches'                => 'list_batches',
  'list_vouchers'               => 'list_vouchers',
  'menubar'                     => 'menubar',
  'mlmenu'                      => 'mlmenu',
  'payable_batch'               => 'payable_batch',
  'payment_batch'               => 'payment_batch',
  'payment_reversal_batch'      => 'payment_reversal_batch',
  'payments_batch'              => 'payments_batch',
  'post'                        => 'post',
  'post_batch'                  => 'post_batch',
  'post_batches'                => 'post_batches',
  'save_batch'                  => 'save_batch',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'subtotal'                    => 'subtotal',
  'yes'                         => 'yes',
  'yes_delete_batch'            => 'yes_delete_batch',
  'kontynuj'                    => 'continue',
  'usu'                        => 'delete',
  'zatwierd'                   => 'post',
  'wybierz_wszystko'            => 'select_all',
  'tak'                         => 'yes',
};

1;

