diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 01:37:49 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 01:37:49 +0000 |
commit | f8c8266367055d67f4527e90ac3edbb4f2bd7635 (patch) | |
tree | f3ef0cdd5108fc98a2e24ca65e084f6f28cbf442 /locale/pl/bp | |
parent | ef64eef98017fd50483ee3ad5d514e0bcbc82199 (diff) |
Convert Polish to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@278 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/pl/bp')
-rwxr-xr-x | locale/pl/bp | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/locale/pl/bp b/locale/pl/bp deleted file mode 100755 index c6892201..00000000 --- a/locale/pl/bp +++ /dev/null @@ -1,69 +0,0 @@ -$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; - |