diff options
Diffstat (limited to 'sql-ledger/locale/pl/pos')
| -rw-r--r-- | sql-ledger/locale/pl/pos | 68 | 
1 files changed, 68 insertions, 0 deletions
diff --git a/sql-ledger/locale/pl/pos b/sql-ledger/locale/pl/pos new file mode 100644 index 000000000..035483d44 --- /dev/null +++ b/sql-ledger/locale/pl/pos @@ -0,0 +1,68 @@ +$self{texts} = { +  'Account'                     => 'Konto', +  'Add POS Invoice'             => 'Dodaj Fakturę w Punkcie Sprzedaży', +  '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', +  'Paid'                        => 'Zapłacono', +  'Period'                      => 'Okres', +  'Post'                        => 'Zatwierdż', +  'Posted!'                     => 'Zatwierdzone!', +  'Price'                       => 'Cena Netto', +  'Print'                       => 'Wydrukuj', +  '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', +  'To'                          => 'do', +  'Total'                       => 'Wartość Brutto', +  'Unit'                        => 'Jednostka', +  'Update'                      => 'Uzupełnij', +  'Year'                        => 'Rok', +}; + +$self{subs} = { +  'add'                         => 'add', +  'display_row'                 => 'display_row', +  'edit'                        => 'edit', +  'form_footer'                 => 'form_footer', +  'form_header'                 => 'form_header', +  'lookup_partsgroup'           => 'lookup_partsgroup', +  'openinvoices'                => 'openinvoices', +  'post'                        => 'post', +  'print'                       => 'print', +  'print_form'                  => 'print_form', +  'print_options'               => 'print_options', +  'receipts'                    => 'receipts', +  'kontynuj'                    => 'continue', +  'usuń'                        => 'delete', +  'zatwierdż'                   => 'post', +  'wydrukuj'                    => 'print', +  'uzupełnij'                   => 'update', +}; + +1;  | 
