summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/pl/bp
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/pl/bp')
-rw-r--r--sql-ledger/locale/pl/bp67
1 files changed, 67 insertions, 0 deletions
diff --git a/sql-ledger/locale/pl/bp b/sql-ledger/locale/pl/bp
new file mode 100644
index 0000000..7ecf75d
--- /dev/null
+++ b/sql-ledger/locale/pl/bp
@@ -0,0 +1,67 @@
+$self{texts} = {
+ 'Account' => 'Konto',
+ 'Accounting Menu' => 'Menu Księgowości',
+ 'Are you sure you want to remove the marked entries from the queue?' => 'Czy chcesz usunąć oznaczone wejścia z kolejki?',
+ 'Bin Lists' => 'Wykazy Koszy',
+ 'Cannot remove files!' => 'Nie możesz usunąć pliku!',
+ 'Checks' => 'Czeki',
+ 'Confirm!' => 'Potwierdż!',
+ 'Continue' => 'Kontynuj',
+ 'Current' => 'Bieżący',
+ 'Customer' => 'Odbiorca',
+ 'Date' => 'Data',
+ 'From' => 'Od',
+ 'Invoice' => 'Faktura',
+ 'Invoice Number' => 'Numer Faktury',
+ 'Marked entries printed!' => 'Zaznaczone wpisy wydrukowane',
+ 'Month' => 'Miesiąc',
+ 'Order' => 'Zlecenie',
+ 'Order Number' => 'Numer ZLecenia',
+ 'Packing Lists' => 'Listy Pakunkowe',
+ 'Period' => 'Okres',
+ 'Pick Lists' => 'Listy Pobrania',
+ 'Print' => 'Wydrukuj',
+ 'Printing ... ' => 'Drukuje ...',
+ 'Purchase Orders' => 'Zlecenia Zakupu',
+ 'Quarter' => 'Kwartał',
+ 'Quotation' => 'Oferta',
+ 'Quotation Number' => 'Numer Oferty',
+ 'Quotations' => 'Oferty',
+ 'RFQs' => 'Prośby o Ofertę',
+ 'Receipts' => 'Wpłaty',
+ 'Reference' => 'Odnośnik',
+ 'Remove' => 'Usuń',
+ 'Removed spoolfiles!' => 'plik kolejki wydruków',
+ 'Removing marked entries from queue ...' => 'Zaznaczone wpisy usuwane z kolejki ...',
+ 'Sales Invoices' => 'Faktury VAT Sprzedaży',
+ 'Sales Orders' => 'Zlecenia Sprzedaży',
+ 'Select all' => 'Wybierz wszystko',
+ 'Spoolfile' => 'Plik Kolejki Wydruków',
+ 'To' => 'do',
+ 'Vendor' => 'Dostawca',
+ 'Work Orders' => 'Zlecenia Robocze',
+ 'Year' => 'Rok',
+ 'Yes' => 'Tak',
+ 'done' => 'wykonane',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'continue' => 'continue',
+ 'display' => 'display',
+ 'list_spool' => 'list_spool',
+ 'menubar' => 'menubar',
+ 'print' => 'print',
+ 'remove' => 'remove',
+ 'search' => 'search',
+ 'section_menu' => 'section_menu',
+ 'select_all' => 'select_all',
+ 'yes' => 'yes',
+ 'kontynuj' => 'continue',
+ 'wydrukuj' => 'print',
+ 'usuń' => 'remove',
+ 'wybierz_wszystko' => 'select_all',
+ 'tak' => 'yes',
+};
+
+1;