You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

307 lines
12 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * partner_identification
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-05-31 03:41+0000\n"
  12. "PO-Revision-Date: 2017-05-31 03:41+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
  14. "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: it\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: partner_identification
  21. #: code:addons/partner_identification/models/res_partner_id_category.py:23
  22. #, python-format
  23. msgid ""
  24. "\n"
  25. "# Python code. Use failed = True to specify that the id number is not valid.\n"
  26. "# You can use the following variables :\n"
  27. "# - self: browse_record of the current ID Category browse_record\n"
  28. "# - id_number: browse_record of ID number to validate"
  29. msgstr ""
  30. "\n"
  31. "# Codice Python Utilizzare failed = True per specificare che il numero documento non è valido.\n"
  32. "# Potete utilizzare le seguenti variabili :\n"
  33. "# - self: browse_record della Categoria Documento corrente browse_record\n"
  34. "# - id_number: browse_record del numero documento da validare"
  35. #. module: partner_identification
  36. #: code:addons/partner_identification/models/res_partner_id_category.py:71
  37. #, python-format
  38. msgid "%s is not a valid %s identifier"
  39. msgstr "%s non è un valido %s identificatore"
  40. #. module: partner_identification
  41. #: model:ir.model.fields,help:partner_identification.field_res_partner_id_category_code
  42. msgid "Abbreviation or acronym of this ID type. For example, 'driver_license'"
  43. msgstr ""
  44. "Abbreviazione o acronimo di questo tipo di ID. Per esempio \"patente_guida\""
  45. #. module: partner_identification
  46. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_category_active
  47. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_active
  48. msgid "Active"
  49. msgstr "Attivo"
  50. #. module: partner_identification
  51. #: model:ir.model.fields,help:partner_identification.field_res_partner_id_number_partner_issued_id
  52. msgid ""
  53. "Another partner, who issued this ID. For example, Traffic National "
  54. "Institution"
  55. msgstr ""
  56. "Un altro partner, che ha emesso questo documento. Per esempio, "
  57. "Motorizzazione Civile"
  58. #. module: partner_identification
  59. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_category_id
  60. msgid "Category"
  61. msgstr "Categoria"
  62. #. module: partner_identification
  63. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_category_code
  64. msgid "Code"
  65. msgstr "Codice"
  66. #. module: partner_identification
  67. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_category_create_uid
  68. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_create_uid
  69. msgid "Created by"
  70. msgstr "Creato da"
  71. #. module: partner_identification
  72. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_category_create_date
  73. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_create_date
  74. msgid "Created on"
  75. msgstr "Creato il"
  76. #. module: partner_identification
  77. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_category_display_name
  78. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_display_name
  79. msgid "Display Name"
  80. msgstr "Nome da visualizzare"
  81. #. module: partner_identification
  82. #: code:addons/partner_identification/models/res_partner_id_category.py:67
  83. #, python-format
  84. msgid ""
  85. "Error when evaluating the id_category validation code::\n"
  86. " %s \n"
  87. "(%s)"
  88. msgstr ""
  89. "Errore nel valutare il codice di convalida id_category.:\n"
  90. " %s \n"
  91. "(%s)"
  92. #. module: partner_identification
  93. #: model:ir.model.fields,help:partner_identification.field_res_partner_id_number_valid_until
  94. msgid ""
  95. "Expiration date. For example, date when person needs to renew his driver "
  96. "license, 21/10/2019"
  97. msgstr ""
  98. "Data di scadenza. Per esempio, data in cui la persona deve rinnovare la sua "
  99. "patente di guida, 21/10/2019"
  100. #. module: partner_identification
  101. #: selection:res.partner.id_number,status:0
  102. msgid "Expired"
  103. msgstr "Scaduto"
  104. #. module: partner_identification
  105. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_category_id
  106. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_id
  107. msgid "ID"
  108. msgstr "Documento di identificazione"
  109. #. module: partner_identification
  110. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_name
  111. msgid "ID Number"
  112. msgstr "Numero Documento"
  113. #. module: partner_identification
  114. #: model:ir.ui.view,arch_db:partner_identification.view_partner_form
  115. msgid "ID Numbers"
  116. msgstr "Numeri Documenti"
  117. #. module: partner_identification
  118. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_category_name
  119. msgid "ID name"
  120. msgstr "Nome Documento"
  121. #. module: partner_identification
  122. #: model:ir.model.fields,help:partner_identification.field_res_partner_id_number_category_id
  123. msgid "ID type defined in configuration. For example, Driver License"
  124. msgstr ""
  125. "Tipo di documento definito in configurazione. Per esempio, Patente di Guida"
  126. #. module: partner_identification
  127. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_alias_id_numbers
  128. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_numbers
  129. #: model:ir.model.fields,field_description:partner_identification.field_res_users_id_numbers
  130. msgid "Identification Numbers"
  131. msgstr "Numeri di identificazione"
  132. #. module: partner_identification
  133. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_partner_issued_id
  134. msgid "Issued by"
  135. msgstr "Emesso da"
  136. #. module: partner_identification
  137. #: model:ir.model.fields,help:partner_identification.field_res_partner_id_number_date_issued
  138. msgid ""
  139. "Issued date. For example, date when person approved his driving exam, "
  140. "21/10/2009"
  141. msgstr ""
  142. "Data di emissione. Per esempio, data in cui la persona ha superato l'esame "
  143. "di guida 21/10/2009"
  144. #. module: partner_identification
  145. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_date_issued
  146. msgid "Issued on"
  147. msgstr "Emesso il"
  148. #. module: partner_identification
  149. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_category___last_update
  150. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number___last_update
  151. msgid "Last Modified on"
  152. msgstr "Ultima modifica il"
  153. #. module: partner_identification
  154. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_category_write_uid
  155. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_write_uid
  156. msgid "Last Updated by"
  157. msgstr "Ultimo caricamento il"
  158. #. module: partner_identification
  159. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_category_write_date
  160. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_write_date
  161. msgid "Last Updated on"
  162. msgstr "Ultimo aggiornamento il"
  163. #. module: partner_identification
  164. #: model:ir.model.fields,help:partner_identification.field_res_partner_id_category_name
  165. msgid "Name of this ID type. For example, 'Driver License'"
  166. msgstr "Nome di questo tipo di documento. Per esempio, \"Patente di Guida\""
  167. #. module: partner_identification
  168. #: selection:res.partner.id_number,status:0
  169. msgid "New"
  170. msgstr "Nuovo"
  171. #. module: partner_identification
  172. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_comment
  173. #: model:ir.ui.view,arch_db:partner_identification.view_partner_id_numbers_form
  174. msgid "Notes"
  175. msgstr "Note"
  176. #. module: partner_identification
  177. #: model:ir.model,name:partner_identification.model_res_partner
  178. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_partner_id
  179. msgid "Partner"
  180. msgstr "Partner"
  181. #. module: partner_identification
  182. #: model:ir.actions.act_window,name:partner_identification.action_partner_id_category
  183. #: model:ir.ui.menu,name:partner_identification.menu_partner_id_category
  184. msgid "Partner ID Categories"
  185. msgstr "Categorie Documenti dei Partner"
  186. #. module: partner_identification
  187. #: model:ir.actions.act_window,name:partner_identification.action_partner_id_numbers_form
  188. #: model:ir.ui.view,arch_db:partner_identification.view_partner_id_numbers_form
  189. #: model:ir.ui.view,arch_db:partner_identification.view_partner_id_numbers_tree
  190. msgid "Partner ID Numbers"
  191. msgstr "Numeri dei Documenti dei Partner"
  192. #. module: partner_identification
  193. #: model:ir.ui.view,arch_db:partner_identification.view_partner_id_category_form
  194. #: model:ir.ui.view,arch_db:partner_identification.view_partner_id_category_tree
  195. msgid "Partner Identification Categories"
  196. msgstr "Categorie di identificazione dei Partner"
  197. #. module: partner_identification
  198. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_place_issuance
  199. msgid "Place of Issuance"
  200. msgstr "Luogo di emissione"
  201. #. module: partner_identification
  202. #: model:ir.model.fields,help:partner_identification.field_res_partner_id_category_validation_code
  203. msgid "Python code called to validate an id number."
  204. msgstr "Codice Python richiamato per validare un numero di identificazione."
  205. #. module: partner_identification
  206. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_category_validation_code
  207. msgid "Python validation code"
  208. msgstr "Codice di validazione Python"
  209. #. module: partner_identification
  210. #: selection:res.partner.id_number,status:0
  211. msgid "Running"
  212. msgstr "Valido"
  213. #. module: partner_identification
  214. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_status
  215. msgid "Status"
  216. msgstr "Stato"
  217. #. module: partner_identification
  218. #: model:ir.model.fields,help:partner_identification.field_res_partner_id_number_name
  219. msgid "The ID itself. For example, Driver License number of this person"
  220. msgstr ""
  221. "Il numero del documento stesso. Ad esempio, il numero di patente di guida di"
  222. " questa persona"
  223. #. module: partner_identification
  224. #: model:ir.model.fields,help:partner_identification.field_res_partner_id_number_place_issuance
  225. msgid ""
  226. "The place where the ID has been issued. For example the country for "
  227. "passports and visa"
  228. msgstr ""
  229. "Il luogo dove il documento è stato emesso. Per esempio, la nazione del "
  230. "passaporto e del visto"
  231. #. module: partner_identification
  232. #: code:addons/partner_identification/models/res_partner.py:130
  233. #, python-format
  234. msgid ""
  235. "This %s has multiple IDs of this type (%s), so a write via the %s field is "
  236. "not possible. In order to fix this, please use the IDs tab."
  237. msgstr ""
  238. #. module: partner_identification
  239. #: selection:res.partner.id_number,status:0
  240. msgid "To Renew"
  241. msgstr "Da Rinnovare"
  242. #. module: partner_identification
  243. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_valid_from
  244. msgid "Valid from"
  245. msgstr "Valido da"
  246. #. module: partner_identification
  247. #: model:ir.model.fields,field_description:partner_identification.field_res_partner_id_number_valid_until
  248. msgid "Valid until"
  249. msgstr "Valido fino"
  250. #. module: partner_identification
  251. #: model:ir.model.fields,help:partner_identification.field_res_partner_id_number_valid_from
  252. msgid "Validation period stating date."
  253. msgstr "Data di inizio periodo di validità."
  254. #. module: partner_identification
  255. #: model:ir.model,name:partner_identification.model_res_partner_id_category
  256. msgid "res.partner.id_category"
  257. msgstr "res.partner.id_category"
  258. #. module: partner_identification
  259. #: model:ir.model,name:partner_identification.model_res_partner_id_number
  260. msgid "res.partner.id_number"
  261. msgstr "res.partner.id_number"