diff --git a/lang/it/invoice.php b/lang/it/invoice.php new file mode 100644 index 0000000..b422f92 --- /dev/null +++ b/lang/it/invoice.php @@ -0,0 +1,39 @@ + 'Fattura', + 'serial' => 'Numero di serie', + 'date' => 'Data fattura', + 'seller' => 'Venditore', + 'buyer' => 'Acquirente', + 'address' => 'Indirizzo', + 'code' => 'Codice', + 'vat' => 'Partita IVA', + 'phone' => 'Telefono', + 'description' => 'Descrizione', + 'units' => 'Unità', + 'quantity' => 'Quantità', + 'price' => 'Prezzo', + 'discount' => 'Sconto', + 'tax' => 'Imposta', + 'sub_total' => 'Totale parziale', + 'total_discount' => 'Sconto totale', + 'taxable_amount' => 'Importo imponibile', + 'total_taxes' => 'Totale imposte', + 'tax_rate' => 'Aliquota IVA', + 'total_amount' => 'Importo totale', + 'pay_until' => 'Si prega di pagare entro', + 'amount_in_words' => 'Importo in lettere', + 'amount_in_words_format' => '%s %s e %s %s', + 'notes' => 'Note', + 'shipping' => 'Spedizione', + 'paid' => 'Pagato', + 'due' => 'Dovuto', + 'page' => 'Pagina', +];