From 49cbdb53eebd7d8ba4dbe23532147d7fb3a5cf4d Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Tue, 20 Feb 2018 18:39:03 +0000 Subject: [PATCH] Translated using Weblate (Italian) Currently translated at 100.0% (30 of 30 strings) Translation: opensourcepos/taxes Translate-URL: http://*/projects/ospos/taxes/it/ --- application/language/it/taxes_lang.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/application/language/it/taxes_lang.php b/application/language/it/taxes_lang.php index 5a62dc594..f257e7f29 100644 --- a/application/language/it/taxes_lang.php +++ b/application/language/it/taxes_lang.php @@ -6,16 +6,16 @@ $lang["taxes_default_tax_category"] = "Categoria Imposta Default"; $lang["taxes_error_adding_updating"] = "Codice Imposta aggiunto o aggiornamento Fallito."; $lang["taxes_new"] = "Nuovo Codice Imposta"; $lang["taxes_no_taxes_to_display"] = "Nessun Codice Imposta disponibile da mostrare."; -$lang["taxes_confirm_delete"] = "Sei sicuro che vuoi eliminare questo Codice Tassa? Questa operazione non può essere annullata."; -$lang["taxes_confirm_restore"] = ""; -$lang["taxes_default_tax_category"] = "Categoria Tassa Default"; -$lang["taxes_error_adding_updating"] = "Codice Tassa aggiunto o aggiornamento Fallito."; -$lang["taxes_new"] = "Nuovo Codice Tassa"; -$lang["taxes_no_taxes_to_display"] = "Nessun Codice Tassa disponibile da mostrare."; -$lang["taxes_round_half_down"] = "Dimezza"; -$lang["taxes_round_half_even"] = "Half Even"; -$lang["taxes_round_half_odd"] = "Half Odd"; -$lang["taxes_round_half_up"] = "Half Up"; +$lang["taxes_confirm_delete"] = "Sei sicuro che vuoi eliminare questo Codice Imposta? Questa operazione non può essere annullata."; +$lang["taxes_confirm_restore"] = "Sei sicuro di voler ripristinare i Codice Tassa selezionati?"; +$lang["taxes_default_tax_category"] = "Categoria Imposta Default"; +$lang["taxes_error_adding_updating"] = "Codice Imposta aggiunto o aggiornamento Fallito."; +$lang["taxes_new"] = "Nuovo Codice Imposta"; +$lang["taxes_no_taxes_to_display"] = "Nessun Codice Imposta disponibile da mostrare."; +$lang["taxes_round_half_down"] = "Arrotonda in difetto"; +$lang["taxes_round_half_even"] = "Arrotonda \"Half Even\""; +$lang["taxes_round_half_odd"] = "Arrotonda \"Half Odd\""; +$lang["taxes_round_half_up"] = "Arrotonda in eccesso"; $lang["taxes_rounding_code"] = "Codice arrotondamento"; $lang["taxes_sales_tax"] = "Imposte di vendita"; $lang["taxes_sales_tax_by_invoice"] = "Imposte Fattura"; @@ -31,7 +31,7 @@ $lang["taxes_tax_code_successful_updating"] = "Codice Imposta aggiornato corrett $lang["taxes_tax_code_successfully_added"] = "Aggiunto correttamente"; $lang["taxes_tax_code_type"] = "Tipo Codice Imposta"; $lang["taxes_tax_rate"] = "Tasso di Imposta"; -$lang["taxes_tax_rate_numeric"] = "Tasso di Imposta deve essere numerico"; +$lang["taxes_tax_rate_numeric"] = "Tasso di Imposta deve essere numerico."; $lang["taxes_tax_rate_required"] = "Il campo Imposta di Rata è richiesto."; $lang["taxes_update"] = "Aggiorna Imposta Categoria"; $lang["taxes_vat_tax"] = "IVA";