it.po 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * account_invoice_merge
  4. #
  5. # Translators:
  6. # Andrea Cometa <a.cometa@apuliasoftware.it>, 2016
  7. # Massimiliano Casa <mcasa@cantiericasa.com>, 2015
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: account-invoicing (8.0)\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-10-21 02:57+0000\n"
  13. "PO-Revision-Date: 2017-10-16 11:28+0000\n"
  14. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  15. "Language-Team: Italian (http://www.transifex.com/oca/OCA-account-"
  16. "invoicing-8-0/language/it/)\n"
  17. "Language: it\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: \n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. #. module: account_invoice_merge
  23. #: view:invoice.merge:account_invoice_merge.view_invoice_merge
  24. msgid ""
  25. "* Invoice lines are exactly the same except for the product,quantity and unit"
  26. msgstr ""
  27. "Le righe della fattura sono esattamente le stesse tranne per prodotto, "
  28. "quantità ed unità di misura"
  29. #. module: account_invoice_merge
  30. #: view:invoice.merge:account_invoice_merge.view_invoice_merge
  31. msgid ""
  32. "* Invoices are have same company, partner, address, currency, journal, "
  33. "salesman, account, type"
  34. msgstr ""
  35. "Le fatture hanno stessa azienda, partner, indirizzo, valuta, sezionale, "
  36. "commerciale, conto, tipo"
  37. #. module: account_invoice_merge
  38. #: view:invoice.merge:account_invoice_merge.view_invoice_merge
  39. msgid "* Invoices are in draft"
  40. msgstr "* Le fatture sono in bozza"
  41. #. module: account_invoice_merge
  42. #: view:invoice.merge:account_invoice_merge.view_invoice_merge
  43. msgid "* Invoices belong to the same partner"
  44. msgstr "* fatture appartengono allo stesso partner"
  45. #. module: account_invoice_merge
  46. #: view:invoice.merge:account_invoice_merge.view_invoice_merge
  47. msgid "Are you sure you want to merge these invoices ?"
  48. msgstr "Sei sicuro che vuoi unire queste fatture? "
  49. #. module: account_invoice_merge
  50. #: code:addons/account_invoice_merge/wizard/invoice_merge.py:29
  51. #, python-format
  52. msgid "At least one of the selected invoices is %s!"
  53. msgstr "Almeno una delle fatture selezionate è %s!"
  54. #. module: account_invoice_merge
  55. #: view:invoice.merge:account_invoice_merge.view_invoice_merge
  56. msgid "Cancel"
  57. msgstr "Annulla"
  58. #. module: account_invoice_merge
  59. #: field:invoice.merge,create_uid:0
  60. msgid "Created by"
  61. msgstr "Creato da"
  62. #. module: account_invoice_merge
  63. #: field:invoice.merge,create_date:0
  64. msgid "Created on"
  65. msgstr "Creato da"
  66. #. module: account_invoice_merge
  67. #: field:invoice.merge,display_name:0
  68. msgid "Display Name"
  69. msgstr "Nome da visualizzare"
  70. #. module: account_invoice_merge
  71. #: field:invoice.merge,id:0
  72. msgid "ID"
  73. msgstr "ID"
  74. #. module: account_invoice_merge
  75. #: model:ir.model,name:account_invoice_merge.model_account_invoice
  76. msgid "Invoice"
  77. msgstr "Fattura"
  78. #. module: account_invoice_merge
  79. #: field:invoice.merge,date_invoice:0
  80. msgid "Invoice Date"
  81. msgstr "Data fattura"
  82. #. module: account_invoice_merge
  83. #: view:invoice.merge:account_invoice_merge.view_invoice_merge
  84. msgid "Invoices will only be merged if:"
  85. msgstr "Le fatture saranno unite se:"
  86. #. module: account_invoice_merge
  87. #: field:invoice.merge,keep_references:0
  88. msgid "Keep references from original invoices"
  89. msgstr "Mantieni referenze delle fatture originali"
  90. #. module: account_invoice_merge
  91. #: field:invoice.merge,__last_update:0
  92. msgid "Last Modified on"
  93. msgstr "Ultima modifica il"
  94. #. module: account_invoice_merge
  95. #: field:invoice.merge,write_uid:0
  96. msgid "Last Updated by"
  97. msgstr "Ultimo aggiornamento di"
  98. #. module: account_invoice_merge
  99. #: field:invoice.merge,write_date:0
  100. msgid "Last Updated on"
  101. msgstr "Ultimo aggiornamento il"
  102. #. module: account_invoice_merge
  103. #: view:invoice.merge:account_invoice_merge.view_invoice_merge
  104. msgid "Lines will only be merged if:"
  105. msgstr "Le linee saranno unite solo se:"
  106. #. module: account_invoice_merge
  107. #: view:invoice.merge:account_invoice_merge.view_invoice_merge
  108. msgid "Merge Invoices"
  109. msgstr "Unisci fatture"
  110. #. module: account_invoice_merge
  111. #: view:invoice.merge:account_invoice_merge.view_invoice_merge
  112. #: model:ir.actions.act_window,name:account_invoice_merge.action_view_invoice_merge
  113. #: model:ir.model,name:account_invoice_merge.model_invoice_merge
  114. msgid "Merge Partner Invoice"
  115. msgstr "Unisci fatture"
  116. #. module: account_invoice_merge
  117. #: code:addons/account_invoice_merge/wizard/invoice_merge.py:37
  118. #, python-format
  119. msgid "Not all invoices are at the same company!"
  120. msgstr "Non tutte le fatture sono alla stessa azienda!"
  121. #. module: account_invoice_merge
  122. #: code:addons/account_invoice_merge/wizard/invoice_merge.py:46
  123. #, python-format
  124. msgid "Not all invoices are at the same currency!"
  125. msgstr "Non tutte le fatture sono della stessa valuta!"
  126. #. module: account_invoice_merge
  127. #: code:addons/account_invoice_merge/wizard/invoice_merge.py:49
  128. #, python-format
  129. msgid "Not all invoices are at the same journal!"
  130. msgstr "Non tutte le fatture hanno lo stesso sezionale!"
  131. #. module: account_invoice_merge
  132. #: code:addons/account_invoice_merge/wizard/invoice_merge.py:40
  133. #, python-format
  134. msgid "Not all invoices are for the same partner!"
  135. msgstr "Non tutte le fatture sono allo stesso partner!"
  136. #. module: account_invoice_merge
  137. #: code:addons/account_invoice_merge/wizard/invoice_merge.py:43
  138. #, python-format
  139. msgid "Not all invoices are of the same type!"
  140. msgstr "Non tutte le fatture sono dello stesso tipo!"
  141. #. module: account_invoice_merge
  142. #: code:addons/account_invoice_merge/wizard/invoice_merge.py:52
  143. #, python-format
  144. msgid "Not all invoices have the same Partner Bank Account!"
  145. msgstr ""
  146. #. module: account_invoice_merge
  147. #: code:addons/account_invoice_merge/wizard/invoice_merge.py:34
  148. #, python-format
  149. msgid "Not all invoices use the same account!"
  150. msgstr "Non tutte le fatture usano lo stesso conto!"
  151. #. module: account_invoice_merge
  152. #: view:invoice.merge:account_invoice_merge.view_invoice_merge
  153. msgid "Please note that:"
  154. msgstr "Prego notare che:"
  155. #. module: account_invoice_merge
  156. #: code:addons/account_invoice_merge/wizard/invoice_merge.py:23
  157. #, python-format
  158. msgid "Please select multiple invoice to merge in the list view."
  159. msgstr "Selezionare più fatture da unire in una vista a lista."
  160. #. module: account_invoice_merge
  161. #: view:invoice.merge:account_invoice_merge.view_invoice_merge
  162. msgid "or"
  163. msgstr "o"