it.po 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_signup
  4. #
  5. # Translators:
  6. # Martin Trigaux, 2022
  7. # Sergio Zanchetta <primes2h@gmail.com>, 2022
  8. # Sebastiano Picchi, 2023
  9. # Marianna Ciofani, 2023
  10. #
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: Odoo Server 16.0\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2023-05-23 08:23+0000\n"
  16. "PO-Revision-Date: 2022-09-22 05:45+0000\n"
  17. "Last-Translator: Marianna Ciofani, 2023\n"
  18. "Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: \n"
  22. "Language: it\n"
  23. "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
  24. #. module: auth_signup
  25. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  26. msgid ""
  27. "<strong>A password reset has been requested for this user. An email "
  28. "containing the following link has been sent:</strong>"
  29. msgstr ""
  30. "<strong>È stato richiesto un ripristino della password per questo utente, "
  31. "inviata una e-mail con il seguente link:</strong>"
  32. #. module: auth_signup
  33. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  34. msgid ""
  35. "<strong>An invitation email containing the following subscription link has "
  36. "been sent:</strong>"
  37. msgstr ""
  38. "<strong>È stata inviata una email di invito con il seguente link di "
  39. "iscrizione:</strong>"
  40. #. module: auth_signup
  41. #: model:mail.template,body_html:auth_signup.mail_template_data_unregistered_users
  42. msgid ""
  43. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  44. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  45. "<tbody>\n"
  46. " <!-- CONTENT -->\n"
  47. " <tr>\n"
  48. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  49. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  50. " <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"></t>\n"
  51. " <td style=\"text-align : left\">\n"
  52. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  53. " Pending Invitations\n"
  54. " </span><br><br>\n"
  55. " </td>\n"
  56. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  57. " <div>\n"
  58. " Dear <t t-out=\"object.name or ''\">Mitchell Admin</t>,<br> <br>\n"
  59. " You added the following user(s) to your database but they haven't registered yet:\n"
  60. " <ul>\n"
  61. " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n"
  62. " <li t-out=\"invited_user or ''\">demo@example.com</li>\n"
  63. " </t>\n"
  64. " </ul>\n"
  65. " Follow up with them so they can access your database and start working with you.\n"
  66. " <br><br>\n"
  67. " Have a nice day!<br>\n"
  68. " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  69. " </div>\n"
  70. " </td></tr>\n"
  71. " <tr><td style=\"text-align:center;\">\n"
  72. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  73. " </td></tr>\n"
  74. " </table>\n"
  75. " </td>\n"
  76. " </tr>\n"
  77. "</tbody>\n"
  78. "</table>\n"
  79. "</td></tr>\n"
  80. "</table>\n"
  81. " "
  82. msgstr ""
  83. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  84. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  85. "<tbody>\n"
  86. " <!-- CONTENT -->\n"
  87. " <tr>\n"
  88. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  89. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  90. " <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"></t>\n"
  91. " <td style=\"text-align : left\">\n"
  92. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  93. " Inviti in sospeso\n"
  94. " </span><br><br>\n"
  95. " </td>\n"
  96. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  97. " <div>\n"
  98. " Gentile <t t-out=\"object.name or ''\">Mitchell Admin</t>,<br> <br>\n"
  99. " hai aggiunto il/i seguente/i utente/i al tuo database ma non ha/hanno ancora effettuato la registrazione:\n"
  100. " <ul>\n"
  101. " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n"
  102. " <li t-out=\"invited_user or ''\">demo@example.com</li>\n"
  103. " </t>\n"
  104. " </ul>\n"
  105. " Invitali a registrarsi in modo che possano accedere al database e iniziare a lavorare con te.\n"
  106. " <br><br>\n"
  107. " Buona giornata!<br>\n"
  108. " --<br>Il team <t t-out=\"object.company_id.name or ''\">NomeAzienda</t>\n"
  109. " </div>\n"
  110. " </td></tr>\n"
  111. " <tr><td style=\"text-align:center;\">\n"
  112. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  113. " </td></tr>\n"
  114. " </table>\n"
  115. " </td>\n"
  116. " </tr>\n"
  117. "</tbody>\n"
  118. "</table>\n"
  119. "</td></tr>\n"
  120. "</table>\n"
  121. " "
  122. #. module: auth_signup
  123. #: model:mail.template,body_html:auth_signup.set_password_email
  124. msgid ""
  125. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  126. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  127. "<tbody>\n"
  128. " <!-- HEADER -->\n"
  129. " <tr>\n"
  130. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  131. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  132. " <tr><td valign=\"middle\">\n"
  133. " <span style=\"font-size: 10px;\">Welcome to Odoo</span><br>\n"
  134. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  135. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  136. " </span>\n"
  137. " </td><td valign=\"middle\" align=\"right\">\n"
  138. " <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
  139. " </td></tr>\n"
  140. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  141. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  142. " </td></tr>\n"
  143. " </table>\n"
  144. " </td>\n"
  145. " </tr>\n"
  146. " <!-- CONTENT -->\n"
  147. " <tr>\n"
  148. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  149. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  150. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  151. " <div>\n"
  152. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  153. " You have been invited by <t t-out=\"object.create_uid.name or ''\">OdooBot</t> of <t t-out=\"object.company_id.name or ''\">YourCompany</t> to connect on Odoo.\n"
  154. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  155. " <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
  156. " Accept invitation\n"
  157. " </a>\n"
  158. " </div>\n"
  159. " <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
  160. " Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
  161. " Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
  162. " Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
  163. " <br><br>\n"
  164. " Have a look at the <a href=\"https://www.odoo.com/page/tour?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo Tour</a> to discover the tool.\n"
  165. " <br><br>\n"
  166. " Enjoy Odoo!<br>\n"
  167. " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  168. " </div>\n"
  169. " </td></tr>\n"
  170. " <tr><td style=\"text-align:center;\">\n"
  171. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  172. " </td></tr>\n"
  173. " </table>\n"
  174. " </td>\n"
  175. " </tr>\n"
  176. " <!-- FOOTER -->\n"
  177. " <tr>\n"
  178. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  179. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  180. " <tr><td valign=\"middle\" align=\"left\">\n"
  181. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  182. " </td></tr>\n"
  183. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  184. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  185. " <t t-if=\"object.company_id.email\">\n"
  186. " | <a t-att-href=\"'mailto:%s' % object.company_id.email\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.email or ''\">info@yourcompany.com</a>\n"
  187. " </t>\n"
  188. " <t t-if=\"object.company_id.website\">\n"
  189. " | <a t-att-href=\"'%s' % object.company_id.website\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.website or ''\">http://www.example.com</a>\n"
  190. " </t>\n"
  191. " </td></tr>\n"
  192. " </table>\n"
  193. " </td>\n"
  194. " </tr>\n"
  195. "</tbody>\n"
  196. "</table>\n"
  197. "</td></tr>\n"
  198. "<!-- POWERED BY -->\n"
  199. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  200. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  201. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  202. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  203. " </td></tr>\n"
  204. " </table>\n"
  205. "</td></tr>\n"
  206. "</table>"
  207. msgstr ""
  208. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  209. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  210. "<tbody>\n"
  211. " <!-- HEADER -->\n"
  212. " <tr>\n"
  213. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  214. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  215. " <tr><td valign=\"middle\">\n"
  216. " <span style=\"font-size: 10px;\">Benvenuto in Odoo</span><br>\n"
  217. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  218. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  219. " </span>\n"
  220. " </td><td valign=\"middle\" align=\"right\">\n"
  221. " <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
  222. " </td></tr>\n"
  223. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  224. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  225. " </td></tr>\n"
  226. " </table>\n"
  227. " </td>\n"
  228. " </tr>\n"
  229. " <!-- CONTENT -->\n"
  230. " <tr>\n"
  231. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  232. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  233. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  234. " <div>\n"
  235. " Gentile <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  236. " sei stato invitato da <t t-out=\"object.create_uid.name or ''\">OdooBot</t> di <t t-out=\"object.company_id.name or ''\">YourCompany</t> a connetterti su Odoo.\n"
  237. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  238. " <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
  239. " Accetta invito\n"
  240. " </a>\n"
  241. " </div>\n"
  242. " <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
  243. " Il tuo dominio Odoo è: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
  244. " L'indirizzo e-mail di accesso è: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
  245. " Non hai mai sentito parlare di Odoo? Si tratta di un software aziendale all-in-one amato da più di 7 milioni di utenti. Miigliorerà nettamente la tua esperienza lavorativa oltre ad aumentare la produttività.\n"
  246. " <br><br>\n"
  247. " Dai uno sguardo al <a href=\"https://www.odoo.com/page/tour?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Tour Odoo</a> per scoprire il software.\n"
  248. " <br><br>\n"
  249. " Divertiti con Odoo!<br>\n"
  250. " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  251. " </div>\n"
  252. " </td></tr>\n"
  253. " <tr><td style=\"text-align:center;\">\n"
  254. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  255. " </td></tr>\n"
  256. " </table>\n"
  257. " </td>\n"
  258. " </tr>\n"
  259. " <!-- FOOTER -->\n"
  260. " <tr>\n"
  261. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  262. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  263. " <tr><td valign=\"middle\" align=\"left\">\n"
  264. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  265. " </td></tr>\n"
  266. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  267. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  268. " <t t-if=\"object.company_id.email\">\n"
  269. " | <a t-att-href=\"'mailto:%s' % object.company_id.email\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.email or ''\">info@yourcompany.com</a>\n"
  270. " </t>\n"
  271. " <t t-if=\"object.company_id.website\">\n"
  272. " | <a t-att-href=\"'%s' % object.company_id.website\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.website or ''\">http://www.example.com</a>\n"
  273. " </t>\n"
  274. " </td></tr>\n"
  275. " </table>\n"
  276. " </td>\n"
  277. " </tr>\n"
  278. "</tbody>\n"
  279. "</table>\n"
  280. "</td></tr>\n"
  281. "<!-- POWERED BY -->\n"
  282. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  283. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  284. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  285. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  286. " </td></tr>\n"
  287. " </table>\n"
  288. "</td></tr>\n"
  289. "</table>"
  290. #. module: auth_signup
  291. #: model:mail.template,body_html:auth_signup.reset_password_email
  292. msgid ""
  293. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  294. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  295. "<tbody>\n"
  296. " <!-- HEADER -->\n"
  297. " <tr>\n"
  298. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  299. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  300. " <tr><td valign=\"middle\">\n"
  301. " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
  302. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  303. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  304. " </span>\n"
  305. " </td><td valign=\"middle\" align=\"right\">\n"
  306. " <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
  307. " </td></tr>\n"
  308. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  309. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  310. " </td></tr>\n"
  311. " </table>\n"
  312. " </td>\n"
  313. " </tr>\n"
  314. " <!-- CONTENT -->\n"
  315. " <tr>\n"
  316. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  317. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  318. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  319. " <div>\n"
  320. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  321. " A password reset was requested for the Odoo account linked to this email.\n"
  322. " You may change your password by following this link which will remain valid during 24 hours:<br>\n"
  323. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  324. " <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
  325. " Change password\n"
  326. " </a>\n"
  327. " </div>\n"
  328. " If you do not expect this, you can safely ignore this email.<br><br>\n"
  329. " Thanks,\n"
  330. " <t t-if=\"user.signature\">\n"
  331. " <br>\n"
  332. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  333. " </t>\n"
  334. " </div>\n"
  335. " </td></tr>\n"
  336. " <tr><td style=\"text-align:center;\">\n"
  337. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  338. " </td></tr>\n"
  339. " </table>\n"
  340. " </td>\n"
  341. " </tr>\n"
  342. " <!-- FOOTER -->\n"
  343. " <tr>\n"
  344. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  345. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  346. " <tr><td valign=\"middle\" align=\"left\">\n"
  347. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  348. " </td></tr>\n"
  349. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  350. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  351. "\n"
  352. " <t t-if=\"object.company_id.email\">\n"
  353. " | <a t-att-href=\"'mailto:%s' % object.company_id.email\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.email or ''\">info@yourcompany.com</a>\n"
  354. " </t>\n"
  355. " <t t-if=\"object.company_id.website\">\n"
  356. " | <a t-att-href=\"'%s' % object.company_id.website\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.website or ''\">http://www.example.com</a>\n"
  357. " </t>\n"
  358. " </td></tr>\n"
  359. " </table>\n"
  360. " </td>\n"
  361. " </tr>\n"
  362. "</tbody>\n"
  363. "</table>\n"
  364. "</td></tr>\n"
  365. "<!-- POWERED BY -->\n"
  366. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  367. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  368. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  369. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  370. " </td></tr>\n"
  371. " </table>\n"
  372. "</td></tr>\n"
  373. "</table>\n"
  374. " "
  375. msgstr ""
  376. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  377. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  378. "<tbody>\n"
  379. " <!-- HEADER -->\n"
  380. " <tr>\n"
  381. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  382. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  383. " <tr><td valign=\"middle\">\n"
  384. " <span style=\"font-size: 10px;\">Il tuo account</span><br>\n"
  385. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  386. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  387. " </span>\n"
  388. " </td><td valign=\"middle\" align=\"right\">\n"
  389. " <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
  390. " </td></tr>\n"
  391. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  392. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  393. " </td></tr>\n"
  394. " </table>\n"
  395. " </td>\n"
  396. " </tr>\n"
  397. " <!-- CONTENT -->\n"
  398. " <tr>\n"
  399. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  400. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  401. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  402. " <div>\n"
  403. " Gentile <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  404. " è stato richiesto il reset della password per l'account Odoo collegato alla presente e-mail.\n"
  405. " Puoi cambiare la tua password collegandoti al seguente link che resterà valido per 24 ore:<br>\n"
  406. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  407. " <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
  408. " Cambia password\n"
  409. " </a>\n"
  410. " </div>\n"
  411. " Se non sei stato tu a richiederlo, puoi ignorare l'e-mail.<br><br>\n"
  412. " Grazie,\n"
  413. " <t t-if=\"user.signature\">\n"
  414. " <br>\n"
  415. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  416. " </t>\n"
  417. " </div>\n"
  418. " </td></tr>\n"
  419. " <tr><td style=\"text-align:center;\">\n"
  420. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  421. " </td></tr>\n"
  422. " </table>\n"
  423. " </td>\n"
  424. " </tr>\n"
  425. " <!-- FOOTER -->\n"
  426. " <tr>\n"
  427. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  428. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  429. " <tr><td valign=\"middle\" align=\"left\">\n"
  430. " <t t-out=\"object.company_id.name or ''\">NomeAzienda</t>\n"
  431. " </td></tr>\n"
  432. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  433. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  434. "\n"
  435. " <t t-if=\"object.company_id.email\">\n"
  436. " | <a t-att-href=\"'mailto:%s' % object.company_id.email\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.email or ''\">info@yourcompany.com</a>\n"
  437. " </t>\n"
  438. " <t t-if=\"object.company_id.website\">\n"
  439. " | <a t-att-href=\"'%s' % object.company_id.website\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.website or ''\">http://www.example.com</a>\n"
  440. " </t>\n"
  441. " </td></tr>\n"
  442. " </table>\n"
  443. " </td>\n"
  444. " </tr>\n"
  445. "</tbody>\n"
  446. "</table>\n"
  447. "</td></tr>\n"
  448. "<!-- POWERED BY -->\n"
  449. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  450. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  451. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  452. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  453. " </td></tr>\n"
  454. " </table>\n"
  455. "</td></tr>\n"
  456. "</table>\n"
  457. " "
  458. #. module: auth_signup
  459. #: model:mail.template,body_html:auth_signup.mail_template_user_signup_account_created
  460. msgid ""
  461. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  462. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  463. "<tbody>\n"
  464. " <!-- HEADER -->\n"
  465. " <tr>\n"
  466. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  467. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  468. " <tr><td valign=\"middle\">\n"
  469. " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
  470. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  471. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  472. " </span>\n"
  473. " </td><td valign=\"middle\" align=\"right\">\n"
  474. " <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
  475. " </td></tr>\n"
  476. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  477. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  478. " </td></tr>\n"
  479. " </table>\n"
  480. " </td>\n"
  481. " </tr>\n"
  482. " <!-- CONTENT -->\n"
  483. " <tr>\n"
  484. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  485. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  486. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  487. " <div>\n"
  488. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  489. " Your account has been successfully created!<br>\n"
  490. " Your login is <strong><t t-out=\"object.email or ''\">mark.brown23@example.com</t></strong><br>\n"
  491. " To gain access to your account, you can use the following link:\n"
  492. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  493. " <a t-attf-href=\"/web/login?auth_login={{object.email}}\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
  494. " Go to My Account\n"
  495. " </a>\n"
  496. " </div>\n"
  497. " Thanks,<br>\n"
  498. " <t t-if=\"user.signature\">\n"
  499. " <br>\n"
  500. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  501. " </t>\n"
  502. " </div>\n"
  503. " </td></tr>\n"
  504. " <tr><td style=\"text-align:center;\">\n"
  505. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  506. " </td></tr>\n"
  507. " </table>\n"
  508. " </td>\n"
  509. " </tr>\n"
  510. " <!-- FOOTER -->\n"
  511. " <tr>\n"
  512. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  513. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  514. " <tr><td valign=\"middle\" align=\"left\">\n"
  515. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  516. " </td></tr>\n"
  517. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  518. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  519. " <t t-if=\"object.company_id.email\">\n"
  520. " | <a t-attf-href=\"'mailto:%s' % {{ object.company_id.email }}\" style=\"text-decoration:none; color: #454748;\"><t t-out=\"object.company_id.email or ''\">info@yourcompany.com</t></a>\n"
  521. " </t>\n"
  522. " <t t-if=\"object.company_id.website\">\n"
  523. " | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\">\n"
  524. " <t t-out=\"object.company_id.website or ''\">http://www.example.com</t>\n"
  525. " </a>\n"
  526. " </t>\n"
  527. " </td></tr>\n"
  528. " </table>\n"
  529. " </td>\n"
  530. " </tr>\n"
  531. "</tbody>\n"
  532. "</table>\n"
  533. "</td></tr>\n"
  534. "<!-- POWERED BY -->\n"
  535. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  536. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  537. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  538. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  539. " </td></tr>\n"
  540. " </table>\n"
  541. "</td></tr>\n"
  542. "</table>"
  543. msgstr ""
  544. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  545. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  546. "<tbody>\n"
  547. " <!-- HEADER -->\n"
  548. " <tr>\n"
  549. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  550. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  551. " <tr><td valign=\"middle\">\n"
  552. " <span style=\"font-size: 10px;\">Il tuo account</span><br>\n"
  553. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  554. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  555. " </span>\n"
  556. " </td><td valign=\"middle\" align=\"right\">\n"
  557. " <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
  558. " </td></tr>\n"
  559. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  560. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  561. " </td></tr>\n"
  562. " </table>\n"
  563. " </td>\n"
  564. " </tr>\n"
  565. " <!-- CONTENT -->\n"
  566. " <tr>\n"
  567. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  568. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  569. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  570. " <div>\n"
  571. " Gentile <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  572. " il tuo account è stato creato con successo!<br>\n"
  573. " Il tuo ID di accesso è <strong><t t-out=\"object.email or ''\">mark.brown23@example.com</t></strong><br>\n"
  574. " Per accedere all'account puoi usare il link di seguito:\n"
  575. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  576. " <a t-attf-href=\"/web/login?auth_login={{object.email}}\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
  577. " Vai al mio account\n"
  578. " </a>\n"
  579. " </div>\n"
  580. " Grazie,<br>\n"
  581. " <t t-if=\"user.signature\">\n"
  582. " <br>\n"
  583. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  584. " </t>\n"
  585. " </div>\n"
  586. " </td></tr>\n"
  587. " <tr><td style=\"text-align:center;\">\n"
  588. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  589. " </td></tr>\n"
  590. " </table>\n"
  591. " </td>\n"
  592. " </tr>\n"
  593. " <!-- FOOTER -->\n"
  594. " <tr>\n"
  595. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  596. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  597. " <tr><td valign=\"middle\" align=\"left\">\n"
  598. " <t t-out=\"object.company_id.name or ''\">NomeAzienda</t>\n"
  599. " </td></tr>\n"
  600. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  601. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  602. " <t t-if=\"object.company_id.email\">\n"
  603. " | <a t-attf-href=\"'mailto:%s' % {{ object.company_id.email }}\" style=\"text-decoration:none; color: #454748;\"><t t-out=\"object.company_id.email or ''\">info@yourcompany.com</t></a>\n"
  604. " </t>\n"
  605. " <t t-if=\"object.company_id.website\">\n"
  606. " | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\">\n"
  607. " <t t-out=\"object.company_id.website or ''\">http://www.example.com</t>\n"
  608. " </a>\n"
  609. " </t>\n"
  610. " </td></tr>\n"
  611. " </table>\n"
  612. " </td>\n"
  613. " </tr>\n"
  614. "</tbody>\n"
  615. "</table>\n"
  616. "</td></tr>\n"
  617. "<!-- POWERED BY -->\n"
  618. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  619. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  620. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  621. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  622. " </td></tr>\n"
  623. " </table>\n"
  624. "</td></tr>\n"
  625. "</table>"
  626. #. module: auth_signup
  627. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  628. msgid "Already have an account?"
  629. msgstr "Hai già un account?"
  630. #. module: auth_signup
  631. #. odoo-python
  632. #: code:addons/auth_signup/controllers/main.py:0
  633. #, python-format
  634. msgid "Another user is already registered using this email address."
  635. msgstr "Un altro utente è già registrato con questo indirizzo email."
  636. #. module: auth_signup
  637. #. odoo-python
  638. #: code:addons/auth_signup/controllers/main.py:0
  639. #, python-format
  640. msgid "Authentication Failed."
  641. msgstr "Autenticazione non riuscita."
  642. #. module: auth_signup
  643. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  644. msgid "Back to Login"
  645. msgstr "Ritorna al Login"
  646. #. module: auth_signup
  647. #. odoo-python
  648. #: code:addons/auth_signup/models/res_users.py:0
  649. #, python-format
  650. msgid "Cannot send email: user %s has no email address."
  651. msgstr ""
  652. "Impossibile effettuare l'invio: l'utente %s non ha un indirizzo e-mail."
  653. #. module: auth_signup
  654. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  655. msgid "Close"
  656. msgstr "Chiudi"
  657. #. module: auth_signup
  658. #: model:ir.model,name:auth_signup.model_res_config_settings
  659. msgid "Config Settings"
  660. msgstr "Impostazioni di configurazione"
  661. #. module: auth_signup
  662. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  663. msgid "Confirm Password"
  664. msgstr "Conferma password"
  665. #. module: auth_signup
  666. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__active
  667. msgid "Confirmed"
  668. msgstr "Confermato"
  669. #. module: auth_signup
  670. #: model:ir.model,name:auth_signup.model_res_partner
  671. msgid "Contact"
  672. msgstr "Contatto"
  673. #. module: auth_signup
  674. #. odoo-python
  675. #: code:addons/auth_signup/controllers/main.py:0
  676. #, python-format
  677. msgid "Could not create a new account."
  678. msgstr "Impossibile creare un nuovo account."
  679. #. module: auth_signup
  680. #. odoo-python
  681. #: code:addons/auth_signup/controllers/main.py:0
  682. #, python-format
  683. msgid "Could not reset your password"
  684. msgstr "Impossibile reimpostare la password"
  685. #. module: auth_signup
  686. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_uninvited
  687. msgid "Customer Account"
  688. msgstr "Account cliente"
  689. #. module: auth_signup
  690. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  691. msgid "Default Access Rights"
  692. msgstr "Diritti di accesso predefiniti"
  693. #. module: auth_signup
  694. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  695. msgid "Don't have an account?"
  696. msgstr "Non hai un account?"
  697. #. module: auth_signup
  698. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_reset_password
  699. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  700. msgid "Enable password reset from Login page"
  701. msgstr "Abilita la reimpostazione della password dalla pagina di login"
  702. #. module: auth_signup
  703. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2c
  704. msgid "Free sign up"
  705. msgstr "Registrazione gratuita"
  706. #. module: auth_signup
  707. #: model:ir.model,name:auth_signup.model_ir_http
  708. msgid "HTTP Routing"
  709. msgstr "Instradamento HTTP"
  710. #. module: auth_signup
  711. #. odoo-python
  712. #: code:addons/auth_signup/controllers/main.py:0
  713. #, python-format
  714. msgid "Invalid signup token"
  715. msgstr "Token di registrazione non valido"
  716. #. module: auth_signup
  717. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  718. msgid "Let your customers log in to see their documents"
  719. msgstr "Consente ai clienti di accedere per visualizzare i loro documenti"
  720. #. module: auth_signup
  721. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__new
  722. msgid "Never Connected"
  723. msgstr "Mai connesso"
  724. #. module: auth_signup
  725. #. odoo-python
  726. #: code:addons/auth_signup/models/res_users.py:0
  727. #, python-format
  728. msgid "No account found for this login"
  729. msgstr "Nessun account trovato per queste credenziali"
  730. #. module: auth_signup
  731. #. odoo-python
  732. #: code:addons/auth_signup/controllers/main.py:0
  733. #, python-format
  734. msgid "No login provided."
  735. msgstr "Nessun login fornito"
  736. #. module: auth_signup
  737. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2b
  738. msgid "On invitation"
  739. msgstr "Su invito"
  740. #. module: auth_signup
  741. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  742. msgid "Password"
  743. msgstr "Password"
  744. #. module: auth_signup
  745. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  746. msgid "Password Reset"
  747. msgstr "Reimpostazione password"
  748. #. module: auth_signup
  749. #: model:mail.template,subject:auth_signup.reset_password_email
  750. msgid "Password reset"
  751. msgstr "Reimpostazione password"
  752. #. module: auth_signup
  753. #. odoo-python
  754. #: code:addons/auth_signup/controllers/main.py:0
  755. #, python-format
  756. msgid "Password reset instructions sent to your email"
  757. msgstr "Istruzioni di ripristino della password inviate alla tua email"
  758. #. module: auth_signup
  759. #. odoo-python
  760. #: code:addons/auth_signup/controllers/main.py:0
  761. #, python-format
  762. msgid "Passwords do not match; please retype them."
  763. msgstr "Le password non corrispondono, digitarle nuovamente."
  764. #. module: auth_signup
  765. #: model_terms:ir.ui.view,arch_db:auth_signup.login_successful
  766. msgid "Registration successful."
  767. msgstr "Registrazione effettuata con successo."
  768. #. module: auth_signup
  769. #: model:mail.template,subject:auth_signup.mail_template_data_unregistered_users
  770. msgid "Reminder for unregistered users"
  771. msgstr "Promemoria per utenti non registrati"
  772. #. module: auth_signup
  773. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  774. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  775. msgid "Reset Password"
  776. msgstr "Reimposta password"
  777. #. module: auth_signup
  778. #: model:ir.actions.server,name:auth_signup.action_send_password_reset_instructions
  779. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  780. msgid "Send Password Reset Instructions"
  781. msgstr "Invia istruzioni ripristino password"
  782. #. module: auth_signup
  783. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  784. msgid "Send an Invitation Email"
  785. msgstr "Inviare una e-mail di invito"
  786. #. module: auth_signup
  787. #: model:mail.template,description:auth_signup.mail_template_data_unregistered_users
  788. msgid ""
  789. "Sent automatically to admin if new user haven't responded to the invitation"
  790. msgstr ""
  791. "Invia automaticamente all'amministratore se l'utente non ha risposto "
  792. "all'invito"
  793. #. module: auth_signup
  794. #: model:mail.template,description:auth_signup.set_password_email
  795. msgid "Sent to new user after you invited them"
  796. msgstr "Inviato al nuovo utente dopo che l'hai invitato"
  797. #. module: auth_signup
  798. #: model:mail.template,description:auth_signup.mail_template_user_signup_account_created
  799. msgid "Sent to portal user who registered themselves"
  800. msgstr "Inviato all'utente pubblico che si è registrato"
  801. #. module: auth_signup
  802. #: model:mail.template,description:auth_signup.reset_password_email
  803. msgid "Sent to user who requested a password reset"
  804. msgstr "Inviato all'utente che ha richiesto il ripristino della password"
  805. #. module: auth_signup
  806. #: model:mail.template,name:auth_signup.set_password_email
  807. msgid "Settings: New Portal Signup"
  808. msgstr "Impostazioni: Nuovo portale di registrazione"
  809. #. module: auth_signup
  810. #: model:mail.template,name:auth_signup.mail_template_user_signup_account_created
  811. msgid "Settings: New User Invite"
  812. msgstr "Impostazioni: Nuovo invito utente"
  813. #. module: auth_signup
  814. #: model:mail.template,name:auth_signup.mail_template_data_unregistered_users
  815. msgid "Settings: Unregistered User Reminder"
  816. msgstr "Impostazioni: Promemoria utente non registrato"
  817. #. module: auth_signup
  818. #: model:mail.template,name:auth_signup.reset_password_email
  819. msgid "Settings: User Reset Password"
  820. msgstr "Impostazioni: Ripristino password utente"
  821. #. module: auth_signup
  822. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  823. msgid "Sign up"
  824. msgstr "Registrati"
  825. #. module: auth_signup
  826. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_expiration
  827. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_expiration
  828. msgid "Signup Expiration"
  829. msgstr "Scadenza registrazione"
  830. #. module: auth_signup
  831. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_token
  832. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_token
  833. msgid "Signup Token"
  834. msgstr "Token di registrazione"
  835. #. module: auth_signup
  836. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_type
  837. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_type
  838. msgid "Signup Token Type"
  839. msgstr "Tipo token di registrazione"
  840. #. module: auth_signup
  841. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_valid
  842. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_valid
  843. msgid "Signup Token is Valid"
  844. msgstr "Il token di registrazione è valido"
  845. #. module: auth_signup
  846. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_url
  847. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_url
  848. msgid "Signup URL"
  849. msgstr "URL registrazione"
  850. #. module: auth_signup
  851. #. odoo-python
  852. #: code:addons/auth_signup/models/res_users.py:0
  853. #, python-format
  854. msgid "Signup is not allowed for uninvited users"
  855. msgstr "Registrazione non consentita per gli utenti senza invito"
  856. #. module: auth_signup
  857. #. odoo-python
  858. #: code:addons/auth_signup/models/res_partner.py:0
  859. #, python-format
  860. msgid "Signup token '%s' is no longer valid"
  861. msgstr "Il token di registrazione \"%s\" non è più valido"
  862. #. module: auth_signup
  863. #. odoo-python
  864. #: code:addons/auth_signup/models/res_partner.py:0
  865. #, python-format
  866. msgid "Signup token '%s' is not valid"
  867. msgstr "Il token di registrazione \"%s\" non è valido"
  868. #. module: auth_signup
  869. #. odoo-python
  870. #: code:addons/auth_signup/models/res_users.py:0
  871. #, python-format
  872. msgid "Signup: invalid template user"
  873. msgstr "Registrazione: utente modello non valido"
  874. #. module: auth_signup
  875. #. odoo-python
  876. #: code:addons/auth_signup/models/res_users.py:0
  877. #, python-format
  878. msgid "Signup: no login given for new user"
  879. msgstr "Registrazione: nome accesso mancante per il nuovo utente"
  880. #. module: auth_signup
  881. #. odoo-python
  882. #: code:addons/auth_signup/models/res_users.py:0
  883. #, python-format
  884. msgid "Signup: no name or partner given for new user"
  885. msgstr "Registrazione: nome o partner mancante per il nuovo utente"
  886. #. module: auth_signup
  887. #: model:ir.model.fields,field_description:auth_signup.field_res_users__state
  888. msgid "Status"
  889. msgstr "Stato"
  890. #. module: auth_signup
  891. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_template_user_id
  892. msgid "Template user for new users created through signup"
  893. msgstr ""
  894. "Utente modello per i nuovi utenti creati con la procedura di registrazione"
  895. #. module: auth_signup
  896. #. odoo-python
  897. #: code:addons/auth_signup/controllers/main.py:0
  898. #, python-format
  899. msgid "The form was not properly filled in."
  900. msgstr "Il modulo non è stato compilato correttamente."
  901. #. module: auth_signup
  902. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  903. msgid ""
  904. "To send invitations in B2B mode, open a contact or select several ones in "
  905. "list view and click on 'Portal Access Management' option in the dropdown "
  906. "menu *Action*."
  907. msgstr ""
  908. "Per spedire gli inviti in modalità B2B, aprire un contatto o selezionarne "
  909. "alcuni nella vista elenco, quindi fare clic sull'opzione \"Gestione accessi "
  910. "al portale\" nel menù a tendina *Azione*."
  911. #. module: auth_signup
  912. #: model:ir.model,name:auth_signup.model_res_users
  913. msgid "User"
  914. msgstr "Utente"
  915. #. module: auth_signup
  916. #: model:ir.actions.server,name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder_ir_actions_server
  917. #: model:ir.cron,cron_name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder
  918. msgid "Users: Notify About Unregistered Users"
  919. msgstr "Utenti: notifica per utenti non registrati"
  920. #. module: auth_signup
  921. #: model:mail.template,subject:auth_signup.mail_template_user_signup_account_created
  922. msgid "Welcome to {{ object.company_id.name }}!"
  923. msgstr "Benvenuto a {{ object.company_id.name }}!"
  924. #. module: auth_signup
  925. #. odoo-python
  926. #: code:addons/auth_signup/models/res_users.py:0
  927. #, python-format
  928. msgid "You cannot perform this action on an archived user."
  929. msgstr "Impossibile eseguire l'azione su un utente archiviato."
  930. #. module: auth_signup
  931. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  932. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  933. msgid "Your Email"
  934. msgstr "E-mail"
  935. #. module: auth_signup
  936. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  937. msgid "Your Name"
  938. msgstr "Nome"
  939. #. module: auth_signup
  940. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  941. msgid "e.g. John Doe"
  942. msgstr "es. Mario Rossi"
  943. #. module: auth_signup
  944. #: model:mail.template,subject:auth_signup.set_password_email
  945. msgid ""
  946. "{{ object.create_uid.name }} from {{ object.company_id.name }} invites you "
  947. "to connect to Odoo"
  948. msgstr ""
  949. "{{ object.create_uid.name }} di {{ object.company_id.name }} ti invita a "
  950. "connetterti a Odoo"