diff --git a/lang/pl/invoice.php b/lang/pl/invoice.php new file mode 100644 index 0000000..a9e8362 --- /dev/null +++ b/lang/pl/invoice.php @@ -0,0 +1,39 @@ + 'Faktura', + 'serial' => 'Nr seryjny', + 'date' => 'Data wystawienia', + 'seller' => 'Sprzedawca', + 'buyer' => 'Kupujący', + 'address' => 'Adres', + 'code' => 'Kod', + 'vat' => 'VAT', + 'phone' => 'Telefon', + 'description' => 'Opis', + 'units' => 'Jednostka', + 'quantity' => 'Ilość', + 'price' => 'Cena', + 'discount' => 'Rabat', + 'tax' => 'Podatek', + 'sub_total' => 'Razem', + 'total_discount' => 'Całkowity rabat', + 'taxable_amount' => 'Wartość', + 'total_taxes' => 'Suma podatku', + 'tax_rate' => 'Stawka podatku', + 'total_amount' => 'Całkowita kwota', + 'pay_until' => 'Płatność do', + 'amount_in_words' => 'Słownie', + 'amount_in_words_format' => '%s %s i %s %s', + 'notes' => 'Uwagi', + 'shipping' => 'Wysyłka', + 'paid' => 'Zapłacono', + 'due' => 'Termin płatności', + 'page' => 'Strona', +];