From f8c8266367055d67f4527e90ac3edbb4f2bd7635 Mon Sep 17 00:00:00 2001 From: tetragon Date: Tue, 24 Oct 2006 01:37:49 +0000 Subject: Convert Polish to gettext git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@278 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/pl/pos | 82 ----------------------------------------------------------- 1 file changed, 82 deletions(-) delete mode 100755 locale/pl/pos (limited to 'locale/pl/pos') diff --git a/locale/pl/pos b/locale/pl/pos deleted file mode 100755 index 5f93da4b..00000000 --- a/locale/pl/pos +++ /dev/null @@ -1,82 +0,0 @@ -$self{charset} = 'ISO-8859-2'; - -$self{texts} = { - 'Accounting Menu' => 'Menu Księgowości', - 'Add POS Invoice' => 'Dodaj Fakturę w Punkcie Sprzedaży', - 'Amount' => 'Kwota', - 'Business' => 'Działalność', - 'Cannot post transaction!' => 'Nie możesz zatwierdzić transakcji!', - 'Change' => 'Reszta', - 'Continue' => 'Kontynuj', - 'Credit Limit' => 'Limit Kredytu', - 'Currency' => 'Waluta', - 'Current' => 'Bieżący', - 'Customer' => 'Odbiorca', - 'Customer missing!' => 'Brak Odbiorcy', - 'Delete' => 'Usuń', - 'Department' => 'Wydział', - 'Description' => 'Opis', - 'Edit POS Invoice' => 'Zmień Fakturę Punktu Sprzedaży', - 'Exchange Rate' => 'Kurs Walut', - 'Exchange rate missing!' => 'Brakuje Kursu Walut', - 'Extended' => 'Wartość Netto', - 'From' => 'Od', - 'Language' => 'Język', - 'Memo' => 'Notatka', - 'Month' => 'Miesiąc', - 'Number' => 'Numer Katalogu', - 'Open' => 'Otworzono', - 'Period' => 'Okres', - 'Post' => 'Zatwierdż', - 'Posted!' => 'Zatwierdzone!', - 'Price' => 'Cena Netto', - 'Print' => 'Wydrukuj', - 'Print and Post' => 'Wydrukuj i Zatwierdż', - 'Printed' => 'Wydrukowane', - 'Qty' => 'Ilość', - 'Quarter' => 'Kwartał', - 'Receipts' => 'Wpłaty', - 'Record in' => 'Zapisz w', - 'Remaining' => 'Pozostałe', - 'Salesperson' => 'Sprzedawca', - 'Screen' => 'Ekran', - 'Source' => 'Żródło', - 'Subtotal' => 'Wartość Netto', - 'Tax Included' => 'Podatek Wliczony', - 'To' => 'do', - 'Total' => 'Wartość Brutto', - 'Trade Discount' => 'Rabat Handlowy', - 'Unit' => 'Jednostka', - 'Update' => 'Uzupełnij', - 'Year' => 'Rok', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'display' => 'display', - 'display_row' => 'display_row', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'js_menu' => 'js_menu', - 'lookup_partsgroup' => 'lookup_partsgroup', - 'menubar' => 'menubar', - 'openinvoices' => 'openinvoices', - 'post' => 'post', - 'print' => 'print', - 'print_and_post' => 'print_and_post', - 'print_form' => 'print_form', - 'print_options' => 'print_options', - 'receipts' => 'receipts', - 'section_menu' => 'section_menu', - 'kontynuj' => 'continue', - 'usuń' => 'delete', - 'zatwierdż' => 'post', - 'wydrukuj' => 'print', - 'wydrukuj_i_zatwierdż' => 'print_and_post', - 'uzupełnij' => 'update', -}; - -1; - -- cgit v1.2.3