summaryrefslogtreecommitdiff
path: root/locale/pl/bp
blob: c6892201fc6938c28760784bb14cbc0b29abdd1c (plain)
  1. $self{charset} = 'ISO-8859-2';
  2. $self{texts} = {
  3. 'Account' => 'Konto',
  4. 'Accounting Menu' => 'Menu Księgowości',
  5. 'Are you sure you want to remove the marked entries from the queue?' => 'Czy chcesz usunąć oznaczone wejścia z kolejki?',
  6. 'Bin Lists' => 'Wykazy Koszy',
  7. 'Cannot remove files!' => 'Nie możesz usunąć pliku!',
  8. 'Confirm!' => 'Potwierdż!',
  9. 'Continue' => 'Kontynuj',
  10. 'Current' => 'Bieżący',
  11. 'Customer' => 'Odbiorca',
  12. 'Date' => 'Data',
  13. 'Employee' => 'Pracownik',
  14. 'From' => 'Od',
  15. 'ID' => 'Identyfikator',
  16. 'Invoice' => 'Faktura',
  17. 'Invoice Number' => 'Numer Faktury',
  18. 'Marked entries printed!' => 'Zaznaczone wpisy wydrukowane',
  19. 'Month' => 'Miesiąc',
  20. 'Order' => 'Zlecenie',
  21. 'Order Number' => 'Numer ZLecenia',
  22. 'Packing Lists' => 'Listy Pakunkowe',
  23. 'Period' => 'Okres',
  24. 'Pick Lists' => 'Listy Pobrania',
  25. 'Print' => 'Wydrukuj',
  26. 'Purchase Orders' => 'Zlecenia Zakupu',
  27. 'Quarter' => 'Kwartał',
  28. 'Quotation' => 'Oferta',
  29. 'Quotation Number' => 'Numer Oferty',
  30. 'Quotations' => 'Oferty',
  31. 'RFQs' => 'Prośby o Ofertę',
  32. 'Remove' => 'Usuń',
  33. 'Removed spoolfiles!' => 'plik kolejki wydruków',
  34. 'Removing marked entries from queue ...' => 'Zaznaczone wpisy usuwane z kolejki ...',
  35. 'Sales Invoices' => 'Faktury VAT Sprzedaży',
  36. 'Sales Orders' => 'Zlecenia Sprzedaży',
  37. 'Select all' => 'Wybierz wszystko',
  38. 'Spoolfile' => 'Plik Kolejki Wydruków',
  39. 'To' => 'do',
  40. 'Vendor' => 'Dostawca',
  41. 'Work Orders' => 'Zlecenia Robocze',
  42. 'Year' => 'Rok',
  43. 'Yes' => 'Tak',
  44. 'done' => 'wykonane',
  45. };
  46. $self{subs} = {
  47. 'acc_menu' => 'acc_menu',
  48. 'continue' => 'continue',
  49. 'display' => 'display',
  50. 'js_menu' => 'js_menu',
  51. 'list_spool' => 'list_spool',
  52. 'menubar' => 'menubar',
  53. 'print' => 'print',
  54. 'remove' => 'remove',
  55. 'search' => 'search',
  56. 'section_menu' => 'section_menu',
  57. 'select_all' => 'select_all',
  58. 'yes' => 'yes',
  59. 'kontynuj' => 'continue',
  60. 'wydrukuj' => 'print',
  61. 'usuń' => 'remove',
  62. 'wybierz_wszystko' => 'select_all',
  63. 'tak' => 'yes',
  64. };
  65. 1;