# Translation of Odoo Server. # This file contains the translation of the following modules: # * sale_stock # # Translators: # FIRST AUTHOR , 2014 # Paolo Valier, 2016-2017 msgid "" msgstr "" "Project-Id-Version: Odoo 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-01-21 14:08+0000\n" "PO-Revision-Date: 2017-04-09 06:57+0000\n" "Last-Translator: Paolo Valier\n" "Language-Team: Italian (http://www.transifex.com/odoo/odoo-8/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: sale_stock #: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/d)" #. module: sale_stock #: field:sale.config.settings,module_delivery:0 msgid "Allow adding shipping costs" msgstr "Aggiunge costi di spedizione" #. module: sale_stock #: help:sale.config.settings,module_delivery:0 msgid "" "Allows you to add delivery methods in sales orders and delivery orders.\n" "You can define your own carrier and delivery grids for prices.\n" "-This installs the module delivery." msgstr "Permette di aggiungere metodi di consegna sugli ordini di vendita e sugli ordini di spedizione.\nPuoi definire il tuo spedizioniere e le griglie di consegna per prezzi.\n- Questa voce installa il modulo delivery." #. module: sale_stock #: help:sale.config.settings,group_route_so_lines:0 msgid "Allows you to choose a delivery route on sales order lines" msgstr "Permette di scegliere un percorso di consegna sulle righe degli ordini di vendita" #. module: sale_stock #: help:sale.config.settings,group_mrp_properties:0 msgid "Allows you to tag sales order lines with properties." msgstr "Puoi etichettare le righe dell'ordine di vendita" #. module: sale_stock #: view:sale.order:sale_stock.view_order_form_inherit msgid "Cancel Order" msgstr "Annulla Ordine" #. module: sale_stock #: code:addons/sale_stock/sale_stock.py:160 #, python-format msgid "Cannot cancel sales order!" msgstr "Non è possibile annullare gli ordini di vendita!" #. module: sale_stock #: field:sale.config.settings,group_route_so_lines:0 msgid "Choose MTO, drop shipping,... on sales order lines" msgstr "Utilizza Produzione su Ordine, Consegna diretta dal fornitore, ... sulle righe degli ordini di vendita" #. module: sale_stock #: model:ir.model,name:sale_stock.model_res_company msgid "Companies" msgstr "Aziende" #. module: sale_stock #: code:addons/sale_stock/sale_stock.py:277 #: code:addons/sale_stock/sale_stock.py:352 #, python-format msgid "Configuration Error!" msgstr "Errore di configurazione!" #. module: sale_stock #: model:ir.actions.act_window,name:sale_stock.res_partner_rule_children msgid "Contact Details" msgstr "Dettagli Contatto" #. module: sale_stock #: view:sale.config.settings:sale_stock.view_sales_config_sale_stock msgid "Default Options" msgstr "Opzioni Predefinite" #. module: sale_stock #: field:sale.config.settings,default_picking_policy:0 msgid "Deliver all at once when all products are available." msgstr "Evasione unica quando tutti i prodotti sono disponibili" #. module: sale_stock #: selection:sale.order,picking_policy:0 msgid "Deliver all products at once" msgstr "Evadi tutti i prodotti in un'unica spedizione" #. module: sale_stock #: selection:sale.order,picking_policy:0 msgid "Deliver each product when available" msgstr "Evade ogni prodotto quando è disponibile" #. module: sale_stock #: field:sale.order,shipped:0 msgid "Delivered" msgstr "Consegnato" #. module: sale_stock #: model:ir.actions.act_window,name:sale_stock.outgoing_picking_list_to_invoice #: model:ir.ui.menu,name:sale_stock.menu_action_picking_list_to_invoice msgid "Deliveries to Invoice" msgstr "Consegne da fatturare" #. module: sale_stock #: model:res.groups,name:sale_stock.group_invoice_deli_orders msgid "Enable Invoicing Delivery orders" msgstr "Abilita la fatturazione degli ordini di consegna" #. module: sale_stock #: model:res.groups,name:sale_stock.group_route_so_lines msgid "Enable Route on Sales Order Line" msgstr "Abilita le Rotte sulle righe d'ordine" #. module: sale_stock #: field:sale.config.settings,group_invoice_deli_orders:0 msgid "Generate invoices after and based on delivery orders" msgstr "Genera le fatture dopo gli ordini di spedizione e basate su questi" #. module: sale_stock #: view:sale.order:sale_stock.view_order_form_inherit msgid "Ignore Exception" msgstr "Ignora eccezione" #. module: sale_stock #: field:sale.order,incoterm:0 msgid "Incoterm" msgstr "Incoterm" #. module: sale_stock #: help:sale.order,incoterm:0 msgid "" "International Commercial Terms are a series of predefined commercial terms " "used in international transactions." msgstr "I termini commerciali internazionali sono una serie di termini commerciali predefiniti usati nelle transazioni internazionali" #. module: sale_stock #: model:ir.model,name:sale_stock.model_stock_location_route msgid "Inventory Routes" msgstr "Rotte di Magazzino" #. module: sale_stock #: selection:sale.config.settings,default_order_policy:0 msgid "Invoice based on deliveries" msgstr "Fatturazione basata sulle consegne" #. module: sale_stock #: selection:sale.config.settings,default_order_policy:0 msgid "Invoice based on sales orders" msgstr "Fatturazione in base agli ordini di vendita" #. module: sale_stock #: help:sale.config.settings,task_work:0 msgid "" "Lets you transfer the entries under tasks defined for Project Management to the Timesheet line entries for particular date and particular user with the effect of creating, editing and deleting either ways and to automatically creates project tasks from procurement lines.\n" "-This installs the modules project_timesheet and sale_service." msgstr "" #. module: sale_stock #: help:res.company,security_lead:0 msgid "" "Margin of error for dates promised to customers. Products will be scheduled " "for procurement and delivery that many days earlier than the actual promised" " date, to cope with unexpected delays in the supply chain." msgstr "" #. module: sale_stock #: code:addons/sale_stock/sale_stock.py:347 #, python-format msgid "Not enough stock ! : " msgstr "Non disponibile in magazzino!: " #. module: sale_stock #: field:sale.order.line,number_packages:0 msgid "Number Packages" msgstr "Numero colli" #. module: sale_stock #: code:addons/sale_stock/res_config.py:78 #, python-format msgid "Only administrators can change the settings" msgstr "Solo un amministratore può cambiare le impostazioni" #. module: sale_stock #: field:sale.order.line,product_packaging:0 msgid "Packaging" msgstr "Confezionamento" #. module: sale_stock #: help:sale.order,picking_policy:0 msgid "" "Pick 'Deliver each product when available' if you allow partial delivery." msgstr "Scegli 'evadi ogni prodotto appena disponibile' per consentire la consegna parziale" #. module: sale_stock #: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Informazione picking ! : " #. module: sale_stock #: model:ir.model,name:sale_stock.model_stock_picking msgid "Picking List" msgstr "Lista Picking" #. module: sale_stock #: field:sale.order,picking_ids:0 msgid "Picking associated to this sale" msgstr "Picking associato a questa vendita" #. module: sale_stock #: field:sale.config.settings,task_work:0 msgid "Prepare invoices based on task's activities" msgstr "Prepara le fatture basandosi sulle attività" #. module: sale_stock #: model:ir.model,name:sale_stock.model_product_product msgid "Product" msgstr "Prodotto" #. module: sale_stock #: field:sale.order.line,product_tmpl_id:0 msgid "Product Template" msgstr "Template Prodotto" #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" msgstr "Proprietà del prodotto sulle righe d'ordine" #. module: sale_stock #: field:sale.config.settings,module_project_timesheet:0 msgid "Project Timesheet" msgstr "Tempi di Lavoro del progetto" #. module: sale_stock #: view:sale.order:sale_stock.view_order_form_inherit msgid "Recreate Delivery Order" msgstr "Ricrea l'ordine di consegna" #. module: sale_stock #: field:sale.order.line,route_id:0 msgid "Route" msgstr "Rotta" #. module: sale_stock #: field:stock.picking,sale_id:0 msgid "Sale Order" msgstr "Ordine di Vendita" #. module: sale_stock #: view:stock.location.route:sale_stock.stock_location_route_form_view_inherit msgid "Sale Order Lines" msgstr "Righe ordine di vendita" #. module: sale_stock #: field:sale.config.settings,module_sale_service:0 msgid "Sale Service" msgstr "Servizio Vendita" #. module: sale_stock #: model:ir.model,name:sale_stock.model_sale_order msgid "Sales Order" msgstr "Ordine di vendita" #. module: sale_stock #: model:ir.model,name:sale_stock.model_sale_order_line msgid "Sales Order Line" msgstr "Riga Ordine di Vendita" #. module: sale_stock #: model:ir.model,name:sale_stock.model_sale_report msgid "Sales Orders Statistics" msgstr "Statistiche ordini di vendita" #. module: sale_stock #: help:sale.config.settings,default_picking_policy:0 msgid "" "Sales order by default will be configured to deliver all products at once " "instead of delivering each product when it is available. This may have an " "impact on the shipping price." msgstr "Gli ordini di vendita per default saranno configurati per evadere tutti i prodotti in un'unica spedizione invece di spedire ogni prodotto appenda disponibile. Questo può avere conseguenze sul prezzo di vendita ." #. module: sale_stock #: field:res.company,security_lead:0 msgid "Security Days" msgstr "Giorni di sicurezza" #. module: sale_stock #: field:stock.location.route,sale_selectable:0 msgid "Selectable on Sales Order Line" msgstr "Selezionabile sulle righe dell'ordine di vendita" #. module: sale_stock #: field:sale.report,shipped:0 field:sale.report,shipped_qty_1:0 msgid "Shipped" msgstr "Spedite" #. module: sale_stock #: field:sale.order,picking_policy:0 msgid "Shipping Policy" msgstr "Politica di Spedizione" #. module: sale_stock #: model:ir.model,name:sale_stock.model_stock_move msgid "Stock Move" msgstr "Movimento di magazzino" #. module: sale_stock #: field:sale.config.settings,default_order_policy:0 msgid "The default invoicing method is" msgstr "La modalità di fatturazione di default è" #. module: sale_stock #: view:stock.picking:sale_stock.view_picking_internal_search_inherit msgid "To Invoice" msgstr "Da fatturare" #. module: sale_stock #: help:sale.config.settings,group_invoice_deli_orders:0 msgid "" "To allow your salesman to make invoices for Delivery Orders using the menu " "'Deliveries to Invoice'." msgstr "Permette al venditore di far fatture per gli Ordini di Spedizione usando il menu 'Spedizioni da Fatturare'." #. module: sale_stock #: view:sale.order:sale_stock.view_order_form_inherit msgid "View Delivery Order" msgstr "Vedi ordine di consegna" #. module: sale_stock #: field:sale.order,warehouse_id:0 field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Magazzino" #. module: sale_stock #: help:sale.config.settings,default_order_policy:0 msgid "You can generate invoices based on sales orders or based on shippings." msgstr "È possibile generare fatture a partire dagli ordini di vendita o a partire dalle spedizioni." #. module: sale_stock #: code:addons/sale_stock/sale_stock.py:161 #, python-format msgid "" "You must first cancel all delivery order(s) attached to this sales order." msgstr "Devi cancellare prima gli ordini di consegna collegati all'ordine di vendita" #. module: sale_stock #: code:addons/sale_stock/sale_stock.py:343 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" "The real stock is %.2f %s. (without reservations)" msgstr "Si è pianificata la vendita di %.2f %s ma è disponibile solo la quantità %.2f %s!\nLo stock reale è pari a %.2f %s (senza quantità riservate)." #. module: sale_stock #: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %s %s.\n" "But it's not compatible with the selected packaging.\n" "Here is a proposition of quantities according to the packaging:\n" "EAN: %s Quantity: %s Type of ul: %s" msgstr "" #. module: sale_stock #: view:sale.order:sale_stock.view_order_form_inherit msgid "days" msgstr "giorni"