ro.po 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_signup
  4. #
  5. # Translators:
  6. # Dorin Hongu <dhongu@gmail.com>, 2022
  7. # sharkutz <sharkutz4life@yahoo.com>, 2022
  8. # Martin Trigaux, 2022
  9. # Foldi Robert <foldirobert@nexterp.ro>, 2022
  10. # Claudia Baisan, 2023
  11. #
  12. msgid ""
  13. msgstr ""
  14. "Project-Id-Version: Odoo Server 16.0beta\n"
  15. "Report-Msgid-Bugs-To: \n"
  16. "POT-Creation-Date: 2022-10-04 09:24+0000\n"
  17. "PO-Revision-Date: 2022-09-22 05:45+0000\n"
  18. "Last-Translator: Claudia Baisan, 2023\n"
  19. "Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
  20. "MIME-Version: 1.0\n"
  21. "Content-Type: text/plain; charset=UTF-8\n"
  22. "Content-Transfer-Encoding: \n"
  23. "Language: ro\n"
  24. "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
  25. #. module: auth_signup
  26. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  27. msgid ""
  28. "<strong>A password reset has been requested for this user. An email "
  29. "containing the following link has been sent:</strong>"
  30. msgstr ""
  31. "<strong>O resetare a parolei a fost solicitată pentru acest utilizator. Un "
  32. "e-mail care conține link-ul următor a fost trimis:</strong>"
  33. #. module: auth_signup
  34. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  35. msgid ""
  36. "<strong>An invitation email containing the following subscription link has "
  37. "been sent:</strong>"
  38. msgstr ""
  39. "<strong>Un e-mail invitație conținând următorul link-ul de înscriere a fost "
  40. "trimis:</strong>"
  41. #. module: auth_signup
  42. #: model:mail.template,body_html:auth_signup.mail_template_data_unregistered_users
  43. msgid ""
  44. "<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"
  45. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  46. "<tbody>\n"
  47. " <!-- CONTENT -->\n"
  48. " <tr>\n"
  49. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  50. " <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"
  51. " <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"/>\n"
  52. " <td style=\"text-align : left\">\n"
  53. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  54. " Pending Invitations\n"
  55. " </span><br/><br/>\n"
  56. " </td>\n"
  57. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  58. " <div>\n"
  59. " Dear <t t-out=\"object.name or ''\">Mitchell Admin</t>,<br/> <br/>\n"
  60. " You added the following user(s) to your database but they haven't registered yet:\n"
  61. " <ul>\n"
  62. " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n"
  63. " <li t-out=\"invited_user or ''\">demo@example.com</li>\n"
  64. " </t>\n"
  65. " </ul>\n"
  66. " Follow up with them so they can access your database and start working with you.\n"
  67. " <br/><br/>\n"
  68. " Have a nice day!<br/>\n"
  69. " --<br/>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  70. " </div>\n"
  71. " </td></tr>\n"
  72. " <tr><td style=\"text-align:center;\">\n"
  73. " <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"
  74. " </td></tr>\n"
  75. " </table>\n"
  76. " </td>\n"
  77. " </tr>\n"
  78. "</tbody>\n"
  79. "</table>\n"
  80. "</td></tr>\n"
  81. "</table>\n"
  82. " "
  83. msgstr ""
  84. #. module: auth_signup
  85. #: model:mail.template,body_html:auth_signup.set_password_email
  86. msgid ""
  87. "<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"
  88. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  89. "<tbody>\n"
  90. " <!-- HEADER -->\n"
  91. " <tr>\n"
  92. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  93. " <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"
  94. " <tr><td valign=\"middle\">\n"
  95. " <span style=\"font-size: 10px;\">Welcome to Odoo</span><br/>\n"
  96. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  97. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  98. " </span>\n"
  99. " </td><td valign=\"middle\" align=\"right\">\n"
  100. " <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"
  101. " </td></tr>\n"
  102. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  103. " <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"
  104. " </td></tr>\n"
  105. " </table>\n"
  106. " </td>\n"
  107. " </tr>\n"
  108. " <!-- CONTENT -->\n"
  109. " <tr>\n"
  110. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  111. " <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"
  112. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  113. " <div>\n"
  114. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br/><br/>\n"
  115. " 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"
  116. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  117. " <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"
  118. " Accept invitation\n"
  119. " </a>\n"
  120. " </div>\n"
  121. " <t t-set=\"website_url\" t-value=\"object.get_base_url()\"/>\n"
  122. " Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br/>\n"
  123. " 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"
  124. " 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"
  125. " <br/><br/>\n"
  126. " 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"
  127. " <br/><br/>\n"
  128. " Enjoy Odoo!<br/>\n"
  129. " --<br/>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  130. " </div>\n"
  131. " </td></tr>\n"
  132. " <tr><td style=\"text-align:center;\">\n"
  133. " <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"
  134. " </td></tr>\n"
  135. " </table>\n"
  136. " </td>\n"
  137. " </tr>\n"
  138. " <!-- FOOTER -->\n"
  139. " <tr>\n"
  140. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  141. " <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"
  142. " <tr><td valign=\"middle\" align=\"left\">\n"
  143. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  144. " </td></tr>\n"
  145. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  146. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  147. " <t t-if=\"object.company_id.email\">\n"
  148. " | <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"
  149. " </t>\n"
  150. " <t t-if=\"object.company_id.website\">\n"
  151. " | <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"
  152. " </t>\n"
  153. " </td></tr>\n"
  154. " </table>\n"
  155. " </td>\n"
  156. " </tr>\n"
  157. "</tbody>\n"
  158. "</table>\n"
  159. "</td></tr>\n"
  160. "<!-- POWERED BY -->\n"
  161. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  162. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  163. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  164. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  165. " </td></tr>\n"
  166. " </table>\n"
  167. "</td></tr>\n"
  168. "</table>"
  169. msgstr ""
  170. #. module: auth_signup
  171. #: model:mail.template,body_html:auth_signup.reset_password_email
  172. msgid ""
  173. "<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"
  174. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  175. "<tbody>\n"
  176. " <!-- HEADER -->\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; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  180. " <tr><td valign=\"middle\">\n"
  181. " <span style=\"font-size: 10px;\">Your Account</span><br/>\n"
  182. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  183. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  184. " </span>\n"
  185. " </td><td valign=\"middle\" align=\"right\">\n"
  186. " <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"
  187. " </td></tr>\n"
  188. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  189. " <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"
  190. " </td></tr>\n"
  191. " </table>\n"
  192. " </td>\n"
  193. " </tr>\n"
  194. " <!-- CONTENT -->\n"
  195. " <tr>\n"
  196. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  197. " <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"
  198. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  199. " <div>\n"
  200. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br/><br/>\n"
  201. " A password reset was requested for the Odoo account linked to this email.\n"
  202. " You may change your password by following this link which will remain valid during 24 hours:<br/>\n"
  203. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  204. " <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"
  205. " Change password\n"
  206. " </a>\n"
  207. " </div>\n"
  208. " If you do not expect this, you can safely ignore this email.<br/><br/>\n"
  209. " Thanks,\n"
  210. " <t t-if=\"user.signature\">\n"
  211. " <br/>\n"
  212. " <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n"
  213. " </t>\n"
  214. " </div>\n"
  215. " </td></tr>\n"
  216. " <tr><td style=\"text-align:center;\">\n"
  217. " <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"
  218. " </td></tr>\n"
  219. " </table>\n"
  220. " </td>\n"
  221. " </tr>\n"
  222. " <!-- FOOTER -->\n"
  223. " <tr>\n"
  224. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  225. " <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"
  226. " <tr><td valign=\"middle\" align=\"left\">\n"
  227. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  228. " </td></tr>\n"
  229. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  230. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  231. "\n"
  232. " <t t-if=\"object.company_id.email\">\n"
  233. " | <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"
  234. " </t>\n"
  235. " <t t-if=\"object.company_id.website\">\n"
  236. " | <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"
  237. " </t>\n"
  238. " </td></tr>\n"
  239. " </table>\n"
  240. " </td>\n"
  241. " </tr>\n"
  242. "</tbody>\n"
  243. "</table>\n"
  244. "</td></tr>\n"
  245. "<!-- POWERED BY -->\n"
  246. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  247. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  248. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  249. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  250. " </td></tr>\n"
  251. " </table>\n"
  252. "</td></tr>\n"
  253. "</table>\n"
  254. " "
  255. msgstr ""
  256. #. module: auth_signup
  257. #: model:mail.template,body_html:auth_signup.mail_template_user_signup_account_created
  258. msgid ""
  259. "<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"
  260. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  261. "<tbody>\n"
  262. " <!-- HEADER -->\n"
  263. " <tr>\n"
  264. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  265. " <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"
  266. " <tr><td valign=\"middle\">\n"
  267. " <span style=\"font-size: 10px;\">Your Account</span><br/>\n"
  268. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  269. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  270. " </span>\n"
  271. " </td><td valign=\"middle\" align=\"right\">\n"
  272. " <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"
  273. " </td></tr>\n"
  274. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  275. " <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"
  276. " </td></tr>\n"
  277. " </table>\n"
  278. " </td>\n"
  279. " </tr>\n"
  280. " <!-- CONTENT -->\n"
  281. " <tr>\n"
  282. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  283. " <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"
  284. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  285. " <div>\n"
  286. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br/><br/>\n"
  287. " Your account has been successfully created!<br/>\n"
  288. " Your login is <strong><t t-out=\"object.email or ''\">mark.brown23@example.com</t></strong><br/>\n"
  289. " To gain access to your account, you can use the following link:\n"
  290. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  291. " <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"
  292. " Go to My Account\n"
  293. " </a>\n"
  294. " </div>\n"
  295. " Thanks,<br/>\n"
  296. " <t t-if=\"user.signature\">\n"
  297. " <br/>\n"
  298. " <t t-out=\"user.signature or ''\">--<br/>Mitchell Admin</t>\n"
  299. " </t>\n"
  300. " </div>\n"
  301. " </td></tr>\n"
  302. " <tr><td style=\"text-align:center;\">\n"
  303. " <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"
  304. " </td></tr>\n"
  305. " </table>\n"
  306. " </td>\n"
  307. " </tr>\n"
  308. " <!-- FOOTER -->\n"
  309. " <tr>\n"
  310. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  311. " <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"
  312. " <tr><td valign=\"middle\" align=\"left\">\n"
  313. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  314. " </td></tr>\n"
  315. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  316. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  317. " <t t-if=\"object.company_id.email\">\n"
  318. " | <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"
  319. " </t>\n"
  320. " <t t-if=\"object.company_id.website\">\n"
  321. " | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\">\n"
  322. " <t t-out=\"object.company_id.website or ''\">http://www.example.com</t>\n"
  323. " </a>\n"
  324. " </t>\n"
  325. " </td></tr>\n"
  326. " </table>\n"
  327. " </td>\n"
  328. " </tr>\n"
  329. "</tbody>\n"
  330. "</table>\n"
  331. "</td></tr>\n"
  332. "<!-- POWERED BY -->\n"
  333. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  334. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  335. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  336. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  337. " </td></tr>\n"
  338. " </table>\n"
  339. "</td></tr>\n"
  340. "</table>"
  341. msgstr ""
  342. #. module: auth_signup
  343. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  344. msgid "Already have an account?"
  345. msgstr "Ai deja un cont?"
  346. #. module: auth_signup
  347. #: code:addons/auth_signup/controllers/main.py:0
  348. #, python-format
  349. msgid "Another user is already registered using this email address."
  350. msgstr "Un alt utilizator este deja înregistrat cu acest email"
  351. #. module: auth_signup
  352. #: code:addons/auth_signup/controllers/main.py:0
  353. #, python-format
  354. msgid "Authentication Failed."
  355. msgstr "Autentificare eșuată."
  356. #. module: auth_signup
  357. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  358. msgid "Back to Login"
  359. msgstr "Înapoi la autentificare"
  360. #. module: auth_signup
  361. #: code:addons/auth_signup/models/res_users.py:0
  362. #, python-format
  363. msgid "Cannot send email: user %s has no email address."
  364. msgstr "Email-ul nu poate fi trimis: utilizatorul %s nu are adresă de email."
  365. #. module: auth_signup
  366. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  367. msgid "Close"
  368. msgstr "Închide"
  369. #. module: auth_signup
  370. #: model:ir.model,name:auth_signup.model_res_config_settings
  371. msgid "Config Settings"
  372. msgstr "Setări de configurare"
  373. #. module: auth_signup
  374. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  375. msgid "Confirm Password"
  376. msgstr "Confirmare parolă"
  377. #. module: auth_signup
  378. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__active
  379. msgid "Confirmed"
  380. msgstr "Confirmat"
  381. #. module: auth_signup
  382. #: model:ir.model,name:auth_signup.model_res_partner
  383. msgid "Contact"
  384. msgstr "Contact"
  385. #. module: auth_signup
  386. #: code:addons/auth_signup/controllers/main.py:0
  387. #, python-format
  388. msgid "Could not create a new account."
  389. msgstr "Nu s-a putut crea un cont nou"
  390. #. module: auth_signup
  391. #: code:addons/auth_signup/controllers/main.py:0
  392. #, python-format
  393. msgid "Could not reset your password"
  394. msgstr "Nu s-a putut reseta parola"
  395. #. module: auth_signup
  396. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_uninvited
  397. msgid "Customer Account"
  398. msgstr "Cont client"
  399. #. module: auth_signup
  400. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  401. msgid "Default Access Rights"
  402. msgstr "Drepturi de acces implicite"
  403. #. module: auth_signup
  404. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  405. msgid "Don't have an account?"
  406. msgstr "Nu aveți cont?"
  407. #. module: auth_signup
  408. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_reset_password
  409. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  410. msgid "Enable password reset from Login page"
  411. msgstr "Activează resetarea parolei din pagina de autentificare"
  412. #. module: auth_signup
  413. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2c
  414. msgid "Free sign up"
  415. msgstr "Înregistrare liberă"
  416. #. module: auth_signup
  417. #: model:ir.model,name:auth_signup.model_ir_http
  418. msgid "HTTP Routing"
  419. msgstr "Rutare HTTP"
  420. #. module: auth_signup
  421. #: code:addons/auth_signup/controllers/main.py:0
  422. #, python-format
  423. msgid "Invalid signup token"
  424. msgstr "Simbol de inregistrare nevalid"
  425. #. module: auth_signup
  426. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  427. msgid "Let your customers log in to see their documents"
  428. msgstr "Permite clienților logați să-și vadă documentele"
  429. #. module: auth_signup
  430. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__new
  431. msgid "Never Connected"
  432. msgstr "Niciodată conectat"
  433. #. module: auth_signup
  434. #: code:addons/auth_signup/models/res_users.py:0
  435. #, python-format
  436. msgid "No account found for this login"
  437. msgstr "Nu s-a găsit niciun cont pentru acest login"
  438. #. module: auth_signup
  439. #: code:addons/auth_signup/controllers/main.py:0
  440. #, python-format
  441. msgid "No login provided."
  442. msgstr "Nu s-a furnizat niciun Login"
  443. #. module: auth_signup
  444. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2b
  445. msgid "On invitation"
  446. msgstr "Cu invitație"
  447. #. module: auth_signup
  448. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  449. msgid "Password"
  450. msgstr "Parola"
  451. #. module: auth_signup
  452. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  453. msgid "Password Reset"
  454. msgstr "Resetare parolă"
  455. #. module: auth_signup
  456. #: model:mail.template,subject:auth_signup.reset_password_email
  457. msgid "Password reset"
  458. msgstr "Resetare parolă"
  459. #. module: auth_signup
  460. #: code:addons/auth_signup/controllers/main.py:0
  461. #, python-format
  462. msgid "Password reset instructions sent to your email"
  463. msgstr ""
  464. "Instrucțiuni de resetare a parolei a fost trimisă către adresa dvs. de email"
  465. #. module: auth_signup
  466. #: code:addons/auth_signup/controllers/main.py:0
  467. #, python-format
  468. msgid "Passwords do not match; please retype them."
  469. msgstr "Parolele nu coincid; încercați să le rescrieți."
  470. #. module: auth_signup
  471. #: model_terms:ir.ui.view,arch_db:auth_signup.login_successful
  472. msgid "Registration successful."
  473. msgstr "Înregistrare reușită."
  474. #. module: auth_signup
  475. #: model:mail.template,subject:auth_signup.mail_template_data_unregistered_users
  476. msgid "Reminder for unregistered users"
  477. msgstr "Memento pentru utilizatorii neînregistrați"
  478. #. module: auth_signup
  479. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  480. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  481. msgid "Reset Password"
  482. msgstr "Resetează Parola"
  483. #. module: auth_signup
  484. #: model:ir.actions.server,name:auth_signup.action_send_password_reset_instructions
  485. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  486. msgid "Send Password Reset Instructions"
  487. msgstr "Trimiteți instrucțiuni de resetare a parolei"
  488. #. module: auth_signup
  489. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  490. msgid "Send an Invitation Email"
  491. msgstr "Trimite o invitație pe email"
  492. #. module: auth_signup
  493. #: model:mail.template,description:auth_signup.mail_template_data_unregistered_users
  494. msgid ""
  495. "Sent automatically to admin if new user haven't responded to the invitation"
  496. msgstr ""
  497. "Este trimis automat către admin dacă noul utilizator nu a răspuns la "
  498. "invitație"
  499. #. module: auth_signup
  500. #: model:mail.template,description:auth_signup.set_password_email
  501. msgid "Sent to new user after you invited them"
  502. msgstr "Este trimis către noul utilizator după ce l-ați invitat"
  503. #. module: auth_signup
  504. #: model:mail.template,description:auth_signup.mail_template_user_signup_account_created
  505. msgid "Sent to portal user who registered themselves"
  506. msgstr "Este trimis către utilizatorul portalului care s-a înregistrat"
  507. #. module: auth_signup
  508. #: model:mail.template,description:auth_signup.reset_password_email
  509. msgid "Sent to user who requested a password reset"
  510. msgstr "Este trimis către utilizatorul care a solicitat resetarea parolei"
  511. #. module: auth_signup
  512. #: model:mail.template,name:auth_signup.set_password_email
  513. msgid "Settings: New Portal Signup"
  514. msgstr "Setări: Înregistrare nouă în portal"
  515. #. module: auth_signup
  516. #: model:mail.template,name:auth_signup.mail_template_user_signup_account_created
  517. msgid "Settings: New User Invite"
  518. msgstr "Setări: Invitație nou utilizator"
  519. #. module: auth_signup
  520. #: model:mail.template,name:auth_signup.mail_template_data_unregistered_users
  521. msgid "Settings: Unregistered User Reminder"
  522. msgstr "Setări: Memento pentru utilizatorii neînregistrați"
  523. #. module: auth_signup
  524. #: model:mail.template,name:auth_signup.reset_password_email
  525. msgid "Settings: User Reset Password"
  526. msgstr "Setări: Resetare parolă utilizator"
  527. #. module: auth_signup
  528. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  529. msgid "Sign up"
  530. msgstr "Înregistrare"
  531. #. module: auth_signup
  532. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_expiration
  533. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_expiration
  534. msgid "Signup Expiration"
  535. msgstr "Expirare Înregistrare"
  536. #. module: auth_signup
  537. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_token
  538. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_token
  539. msgid "Signup Token"
  540. msgstr "Simbol Înregistrare"
  541. #. module: auth_signup
  542. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_type
  543. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_type
  544. msgid "Signup Token Type"
  545. msgstr "Înregistrare Tip Simbol"
  546. #. module: auth_signup
  547. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_valid
  548. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_valid
  549. msgid "Signup Token is Valid"
  550. msgstr "Simbolul de înregistrare este Valabil"
  551. #. module: auth_signup
  552. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_url
  553. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_url
  554. msgid "Signup URL"
  555. msgstr "Adresă de înregistrare"
  556. #. module: auth_signup
  557. #: code:addons/auth_signup/models/res_users.py:0
  558. #, python-format
  559. msgid "Signup is not allowed for uninvited users"
  560. msgstr "Înregistrarea nu este permisă pentru utilizatori neinvitați."
  561. #. module: auth_signup
  562. #: code:addons/auth_signup/models/res_partner.py:0
  563. #, python-format
  564. msgid "Signup token '%s' is no longer valid"
  565. msgstr "Jetonul de Înscriere '%s' nu mai este valabil"
  566. #. module: auth_signup
  567. #: code:addons/auth_signup/models/res_partner.py:0
  568. #, python-format
  569. msgid "Signup token '%s' is not valid"
  570. msgstr "Jetonul de Înscriere '%s' nu este valabil"
  571. #. module: auth_signup
  572. #: code:addons/auth_signup/models/res_users.py:0
  573. #, python-format
  574. msgid "Signup: invalid template user"
  575. msgstr "Înscriere: utilizator șablon nevalid"
  576. #. module: auth_signup
  577. #: code:addons/auth_signup/models/res_users.py:0
  578. #, python-format
  579. msgid "Signup: no login given for new user"
  580. msgstr "Înscriere: nu există date de conectare pentru un utilizator nou"
  581. #. module: auth_signup
  582. #: code:addons/auth_signup/models/res_users.py:0
  583. #, python-format
  584. msgid "Signup: no name or partner given for new user"
  585. msgstr "Înscriere: nu se dă nume sau partener pentru un utilizator nou"
  586. #. module: auth_signup
  587. #: model:ir.model.fields,field_description:auth_signup.field_res_users__state
  588. msgid "Status"
  589. msgstr "Stare"
  590. #. module: auth_signup
  591. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_template_user_id
  592. msgid "Template user for new users created through signup"
  593. msgstr "Sablon de utilizator pentru utilizatorii noi creati prin inregistrare"
  594. #. module: auth_signup
  595. #: code:addons/auth_signup/controllers/main.py:0
  596. #, python-format
  597. msgid "The form was not properly filled in."
  598. msgstr "Formularul nu a fost corect completat."
  599. #. module: auth_signup
  600. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  601. msgid ""
  602. "To send invitations in B2B mode, open a contact or select several ones in "
  603. "list view and click on 'Portal Access Management' option in the dropdown "
  604. "menu *Action*."
  605. msgstr ""
  606. "Pentru a trimite invitații în modul B2B, deschideți un contact sau selectați"
  607. " mai multe din vizualizarea listelor și faceți clic pe opțiunea „Portal "
  608. "Acces Management” din meniul derulant * Action"
  609. #. module: auth_signup
  610. #: model:ir.model,name:auth_signup.model_res_users
  611. msgid "User"
  612. msgstr "Operator"
  613. #. module: auth_signup
  614. #: model:ir.actions.server,name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder_ir_actions_server
  615. #: model:ir.cron,cron_name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder
  616. #: model:ir.cron,name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder
  617. msgid "Users: Notify About Unregistered Users"
  618. msgstr "Utilizatori: Notificați despre utilizatorii neînregistrați"
  619. #. module: auth_signup
  620. #: model:mail.template,subject:auth_signup.mail_template_user_signup_account_created
  621. msgid "Welcome to {{ object.company_id.name }}!"
  622. msgstr "Bine ați venit la {{ object.company_id.name }}!"
  623. #. module: auth_signup
  624. #: code:addons/auth_signup/models/res_users.py:0
  625. #, python-format
  626. msgid "You cannot perform this action on an archived user."
  627. msgstr "Nu puteți efectua această acțiune unui utilizator arhivat."
  628. #. module: auth_signup
  629. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  630. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  631. msgid "Your Email"
  632. msgstr "Email dvs."
  633. #. module: auth_signup
  634. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  635. msgid "Your Name"
  636. msgstr "Nume dvs."
  637. #. module: auth_signup
  638. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  639. msgid "e.g. John Doe"
  640. msgstr "ex. John Doe"
  641. #. module: auth_signup
  642. #: model:mail.template,subject:auth_signup.set_password_email
  643. msgid ""
  644. "{{ object.create_uid.name }} from {{ object.company_id.name }} invites you "
  645. "to connect to Odoo"
  646. msgstr ""
  647. "{{ object.create_uid.name }} de la {{ object.company_id.name }} vă invită să"
  648. " vă conectați la Odoo"