From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/pl/bp | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100755 locale/pl/bp (limited to 'locale/pl/bp') diff --git a/locale/pl/bp b/locale/pl/bp new file mode 100755 index 00000000..c6892201 --- /dev/null +++ b/locale/pl/bp @@ -0,0 +1,69 @@ +$self{charset} = 'ISO-8859-2'; + +$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!', + 'Confirm!' => 'Potwierdż!', + 'Continue' => 'Kontynuj', + 'Current' => 'Bieżący', + 'Customer' => 'Odbiorca', + 'Date' => 'Data', + 'Employee' => 'Pracownik', + 'From' => 'Od', + 'ID' => 'Identyfikator', + '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', + 'Purchase Orders' => 'Zlecenia Zakupu', + 'Quarter' => 'Kwartał', + 'Quotation' => 'Oferta', + 'Quotation Number' => 'Numer Oferty', + 'Quotations' => 'Oferty', + 'RFQs' => 'Prośby o Ofertę', + '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', + 'js_menu' => 'js_menu', + '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; + -- cgit v1.2.3