lo.po 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_signup
  4. #
  5. # Translators:
  6. # sackda chanthasombath, 2023
  7. # Martin Trigaux, 2023
  8. # Phoxaysy Sengchanthanouvong <phoxaysy@gmail.com>, 2023
  9. # ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 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: ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023\n"
  18. "Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/lo/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: \n"
  22. "Language: lo\n"
  23. "Plural-Forms: nplurals=1; plural=0;\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. #. module: auth_signup
  31. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  32. msgid ""
  33. "<strong>An invitation email containing the following subscription link has "
  34. "been sent:</strong>"
  35. msgstr ""
  36. #. module: auth_signup
  37. #: model:mail.template,body_html:auth_signup.mail_template_data_unregistered_users
  38. msgid ""
  39. "<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"
  40. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  41. "<tbody>\n"
  42. " <!-- CONTENT -->\n"
  43. " <tr>\n"
  44. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  45. " <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"
  46. " <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"></t>\n"
  47. " <td style=\"text-align : left\">\n"
  48. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  49. " Pending Invitations\n"
  50. " </span><br><br>\n"
  51. " </td>\n"
  52. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  53. " <div>\n"
  54. " Dear <t t-out=\"object.name or ''\">Mitchell Admin</t>,<br> <br>\n"
  55. " You added the following user(s) to your database but they haven't registered yet:\n"
  56. " <ul>\n"
  57. " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n"
  58. " <li t-out=\"invited_user or ''\">demo@example.com</li>\n"
  59. " </t>\n"
  60. " </ul>\n"
  61. " Follow up with them so they can access your database and start working with you.\n"
  62. " <br><br>\n"
  63. " Have a nice day!<br>\n"
  64. " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  65. " </div>\n"
  66. " </td></tr>\n"
  67. " <tr><td style=\"text-align:center;\">\n"
  68. " <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"
  69. " </td></tr>\n"
  70. " </table>\n"
  71. " </td>\n"
  72. " </tr>\n"
  73. "</tbody>\n"
  74. "</table>\n"
  75. "</td></tr>\n"
  76. "</table>\n"
  77. " "
  78. msgstr ""
  79. #. module: auth_signup
  80. #: model:mail.template,body_html:auth_signup.set_password_email
  81. msgid ""
  82. "<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"
  83. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  84. "<tbody>\n"
  85. " <!-- HEADER -->\n"
  86. " <tr>\n"
  87. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  88. " <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"
  89. " <tr><td valign=\"middle\">\n"
  90. " <span style=\"font-size: 10px;\">Welcome to Odoo</span><br>\n"
  91. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  92. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  93. " </span>\n"
  94. " </td><td valign=\"middle\" align=\"right\">\n"
  95. " <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"
  96. " </td></tr>\n"
  97. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  98. " <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"
  99. " </td></tr>\n"
  100. " </table>\n"
  101. " </td>\n"
  102. " </tr>\n"
  103. " <!-- CONTENT -->\n"
  104. " <tr>\n"
  105. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  106. " <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"
  107. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  108. " <div>\n"
  109. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  110. " 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"
  111. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  112. " <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"
  113. " Accept invitation\n"
  114. " </a>\n"
  115. " </div>\n"
  116. " <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
  117. " Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
  118. " 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"
  119. " 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"
  120. " <br><br>\n"
  121. " 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"
  122. " <br><br>\n"
  123. " Enjoy Odoo!<br>\n"
  124. " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  125. " </div>\n"
  126. " </td></tr>\n"
  127. " <tr><td style=\"text-align:center;\">\n"
  128. " <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"
  129. " </td></tr>\n"
  130. " </table>\n"
  131. " </td>\n"
  132. " </tr>\n"
  133. " <!-- FOOTER -->\n"
  134. " <tr>\n"
  135. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  136. " <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"
  137. " <tr><td valign=\"middle\" align=\"left\">\n"
  138. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  139. " </td></tr>\n"
  140. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  141. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  142. " <t t-if=\"object.company_id.email\">\n"
  143. " | <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"
  144. " </t>\n"
  145. " <t t-if=\"object.company_id.website\">\n"
  146. " | <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"
  147. " </t>\n"
  148. " </td></tr>\n"
  149. " </table>\n"
  150. " </td>\n"
  151. " </tr>\n"
  152. "</tbody>\n"
  153. "</table>\n"
  154. "</td></tr>\n"
  155. "<!-- POWERED BY -->\n"
  156. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  157. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  158. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  159. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  160. " </td></tr>\n"
  161. " </table>\n"
  162. "</td></tr>\n"
  163. "</table>"
  164. msgstr ""
  165. #. module: auth_signup
  166. #: model:mail.template,body_html:auth_signup.reset_password_email
  167. msgid ""
  168. "<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"
  169. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  170. "<tbody>\n"
  171. " <!-- HEADER -->\n"
  172. " <tr>\n"
  173. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  174. " <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"
  175. " <tr><td valign=\"middle\">\n"
  176. " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
  177. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  178. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  179. " </span>\n"
  180. " </td><td valign=\"middle\" align=\"right\">\n"
  181. " <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"
  182. " </td></tr>\n"
  183. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  184. " <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"
  185. " </td></tr>\n"
  186. " </table>\n"
  187. " </td>\n"
  188. " </tr>\n"
  189. " <!-- CONTENT -->\n"
  190. " <tr>\n"
  191. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  192. " <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"
  193. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  194. " <div>\n"
  195. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  196. " A password reset was requested for the Odoo account linked to this email.\n"
  197. " You may change your password by following this link which will remain valid during 24 hours:<br>\n"
  198. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  199. " <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"
  200. " Change password\n"
  201. " </a>\n"
  202. " </div>\n"
  203. " If you do not expect this, you can safely ignore this email.<br><br>\n"
  204. " Thanks,\n"
  205. " <t t-if=\"user.signature\">\n"
  206. " <br>\n"
  207. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  208. " </t>\n"
  209. " </div>\n"
  210. " </td></tr>\n"
  211. " <tr><td style=\"text-align:center;\">\n"
  212. " <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"
  213. " </td></tr>\n"
  214. " </table>\n"
  215. " </td>\n"
  216. " </tr>\n"
  217. " <!-- FOOTER -->\n"
  218. " <tr>\n"
  219. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  220. " <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"
  221. " <tr><td valign=\"middle\" align=\"left\">\n"
  222. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  223. " </td></tr>\n"
  224. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  225. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  226. "\n"
  227. " <t t-if=\"object.company_id.email\">\n"
  228. " | <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"
  229. " </t>\n"
  230. " <t t-if=\"object.company_id.website\">\n"
  231. " | <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"
  232. " </t>\n"
  233. " </td></tr>\n"
  234. " </table>\n"
  235. " </td>\n"
  236. " </tr>\n"
  237. "</tbody>\n"
  238. "</table>\n"
  239. "</td></tr>\n"
  240. "<!-- POWERED BY -->\n"
  241. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  242. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  243. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  244. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  245. " </td></tr>\n"
  246. " </table>\n"
  247. "</td></tr>\n"
  248. "</table>\n"
  249. " "
  250. msgstr ""
  251. #. module: auth_signup
  252. #: model:mail.template,body_html:auth_signup.mail_template_user_signup_account_created
  253. msgid ""
  254. "<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"
  255. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  256. "<tbody>\n"
  257. " <!-- HEADER -->\n"
  258. " <tr>\n"
  259. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  260. " <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"
  261. " <tr><td valign=\"middle\">\n"
  262. " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
  263. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  264. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  265. " </span>\n"
  266. " </td><td valign=\"middle\" align=\"right\">\n"
  267. " <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"
  268. " </td></tr>\n"
  269. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  270. " <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"
  271. " </td></tr>\n"
  272. " </table>\n"
  273. " </td>\n"
  274. " </tr>\n"
  275. " <!-- CONTENT -->\n"
  276. " <tr>\n"
  277. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  278. " <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"
  279. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  280. " <div>\n"
  281. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  282. " Your account has been successfully created!<br>\n"
  283. " Your login is <strong><t t-out=\"object.email or ''\">mark.brown23@example.com</t></strong><br>\n"
  284. " To gain access to your account, you can use the following link:\n"
  285. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  286. " <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"
  287. " Go to My Account\n"
  288. " </a>\n"
  289. " </div>\n"
  290. " Thanks,<br>\n"
  291. " <t t-if=\"user.signature\">\n"
  292. " <br>\n"
  293. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  294. " </t>\n"
  295. " </div>\n"
  296. " </td></tr>\n"
  297. " <tr><td style=\"text-align:center;\">\n"
  298. " <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"
  299. " </td></tr>\n"
  300. " </table>\n"
  301. " </td>\n"
  302. " </tr>\n"
  303. " <!-- FOOTER -->\n"
  304. " <tr>\n"
  305. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  306. " <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"
  307. " <tr><td valign=\"middle\" align=\"left\">\n"
  308. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  309. " </td></tr>\n"
  310. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  311. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  312. " <t t-if=\"object.company_id.email\">\n"
  313. " | <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"
  314. " </t>\n"
  315. " <t t-if=\"object.company_id.website\">\n"
  316. " | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\">\n"
  317. " <t t-out=\"object.company_id.website or ''\">http://www.example.com</t>\n"
  318. " </a>\n"
  319. " </t>\n"
  320. " </td></tr>\n"
  321. " </table>\n"
  322. " </td>\n"
  323. " </tr>\n"
  324. "</tbody>\n"
  325. "</table>\n"
  326. "</td></tr>\n"
  327. "<!-- POWERED BY -->\n"
  328. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  329. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  330. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  331. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  332. " </td></tr>\n"
  333. " </table>\n"
  334. "</td></tr>\n"
  335. "</table>"
  336. msgstr ""
  337. #. module: auth_signup
  338. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  339. msgid "Already have an account?"
  340. msgstr ""
  341. #. module: auth_signup
  342. #. odoo-python
  343. #: code:addons/auth_signup/controllers/main.py:0
  344. #, python-format
  345. msgid "Another user is already registered using this email address."
  346. msgstr ""
  347. #. module: auth_signup
  348. #. odoo-python
  349. #: code:addons/auth_signup/controllers/main.py:0
  350. #, python-format
  351. msgid "Authentication Failed."
  352. msgstr ""
  353. #. module: auth_signup
  354. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  355. msgid "Back to Login"
  356. msgstr ""
  357. #. module: auth_signup
  358. #. odoo-python
  359. #: code:addons/auth_signup/models/res_users.py:0
  360. #, python-format
  361. msgid "Cannot send email: user %s has no email address."
  362. msgstr ""
  363. #. module: auth_signup
  364. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  365. msgid "Close"
  366. msgstr "ປິດອອກ"
  367. #. module: auth_signup
  368. #: model:ir.model,name:auth_signup.model_res_config_settings
  369. msgid "Config Settings"
  370. msgstr "ການຕັ້ງຄ່າ"
  371. #. module: auth_signup
  372. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  373. msgid "Confirm Password"
  374. msgstr ""
  375. #. module: auth_signup
  376. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__active
  377. msgid "Confirmed"
  378. msgstr "ຮັບຮູ້ເເລັວ"
  379. #. module: auth_signup
  380. #: model:ir.model,name:auth_signup.model_res_partner
  381. msgid "Contact"
  382. msgstr "ຂໍ້ມູນຕິດຕໍ່ພົວພັນ"
  383. #. module: auth_signup
  384. #. odoo-python
  385. #: code:addons/auth_signup/controllers/main.py:0
  386. #, python-format
  387. msgid "Could not create a new account."
  388. msgstr ""
  389. #. module: auth_signup
  390. #. odoo-python
  391. #: code:addons/auth_signup/controllers/main.py:0
  392. #, python-format
  393. msgid "Could not reset your password"
  394. msgstr ""
  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 "ເລກບັນຊີສໍາຫຼັບລູກຄ້າ"
  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 ""
  403. #. module: auth_signup
  404. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  405. msgid "Don't have an account?"
  406. msgstr ""
  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 ""
  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 ""
  416. #. module: auth_signup
  417. #: model:ir.model,name:auth_signup.model_ir_http
  418. msgid "HTTP Routing"
  419. msgstr ""
  420. #. module: auth_signup
  421. #. odoo-python
  422. #: code:addons/auth_signup/controllers/main.py:0
  423. #, python-format
  424. msgid "Invalid signup token"
  425. msgstr ""
  426. #. module: auth_signup
  427. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  428. msgid "Let your customers log in to see their documents"
  429. msgstr ""
  430. #. module: auth_signup
  431. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__new
  432. msgid "Never Connected"
  433. msgstr ""
  434. #. module: auth_signup
  435. #. odoo-python
  436. #: code:addons/auth_signup/models/res_users.py:0
  437. #, python-format
  438. msgid "No account found for this login"
  439. msgstr ""
  440. #. module: auth_signup
  441. #. odoo-python
  442. #: code:addons/auth_signup/controllers/main.py:0
  443. #, python-format
  444. msgid "No login provided."
  445. msgstr ""
  446. #. module: auth_signup
  447. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2b
  448. msgid "On invitation"
  449. msgstr ""
  450. #. module: auth_signup
  451. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  452. msgid "Password"
  453. msgstr ""
  454. #. module: auth_signup
  455. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  456. msgid "Password Reset"
  457. msgstr ""
  458. #. module: auth_signup
  459. #: model:mail.template,subject:auth_signup.reset_password_email
  460. msgid "Password reset"
  461. msgstr ""
  462. #. module: auth_signup
  463. #. odoo-python
  464. #: code:addons/auth_signup/controllers/main.py:0
  465. #, python-format
  466. msgid "Password reset instructions sent to your email"
  467. msgstr ""
  468. #. module: auth_signup
  469. #. odoo-python
  470. #: code:addons/auth_signup/controllers/main.py:0
  471. #, python-format
  472. msgid "Passwords do not match; please retype them."
  473. msgstr ""
  474. #. module: auth_signup
  475. #: model_terms:ir.ui.view,arch_db:auth_signup.login_successful
  476. msgid "Registration successful."
  477. msgstr ""
  478. #. module: auth_signup
  479. #: model:mail.template,subject:auth_signup.mail_template_data_unregistered_users
  480. msgid "Reminder for unregistered users"
  481. msgstr ""
  482. #. module: auth_signup
  483. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  484. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  485. msgid "Reset Password"
  486. msgstr ""
  487. #. module: auth_signup
  488. #: model:ir.actions.server,name:auth_signup.action_send_password_reset_instructions
  489. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  490. msgid "Send Password Reset Instructions"
  491. msgstr ""
  492. #. module: auth_signup
  493. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  494. msgid "Send an Invitation Email"
  495. msgstr ""
  496. #. module: auth_signup
  497. #: model:mail.template,description:auth_signup.mail_template_data_unregistered_users
  498. msgid ""
  499. "Sent automatically to admin if new user haven't responded to the invitation"
  500. msgstr ""
  501. #. module: auth_signup
  502. #: model:mail.template,description:auth_signup.set_password_email
  503. msgid "Sent to new user after you invited them"
  504. msgstr ""
  505. #. module: auth_signup
  506. #: model:mail.template,description:auth_signup.mail_template_user_signup_account_created
  507. msgid "Sent to portal user who registered themselves"
  508. msgstr ""
  509. #. module: auth_signup
  510. #: model:mail.template,description:auth_signup.reset_password_email
  511. msgid "Sent to user who requested a password reset"
  512. msgstr ""
  513. #. module: auth_signup
  514. #: model:mail.template,name:auth_signup.set_password_email
  515. msgid "Settings: New Portal Signup"
  516. msgstr ""
  517. #. module: auth_signup
  518. #: model:mail.template,name:auth_signup.mail_template_user_signup_account_created
  519. msgid "Settings: New User Invite"
  520. msgstr ""
  521. #. module: auth_signup
  522. #: model:mail.template,name:auth_signup.mail_template_data_unregistered_users
  523. msgid "Settings: Unregistered User Reminder"
  524. msgstr ""
  525. #. module: auth_signup
  526. #: model:mail.template,name:auth_signup.reset_password_email
  527. msgid "Settings: User Reset Password"
  528. msgstr ""
  529. #. module: auth_signup
  530. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  531. msgid "Sign up"
  532. msgstr ""
  533. #. module: auth_signup
  534. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_expiration
  535. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_expiration
  536. msgid "Signup Expiration"
  537. msgstr ""
  538. #. module: auth_signup
  539. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_token
  540. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_token
  541. msgid "Signup Token"
  542. msgstr ""
  543. #. module: auth_signup
  544. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_type
  545. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_type
  546. msgid "Signup Token Type"
  547. msgstr ""
  548. #. module: auth_signup
  549. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_valid
  550. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_valid
  551. msgid "Signup Token is Valid"
  552. msgstr ""
  553. #. module: auth_signup
  554. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_url
  555. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_url
  556. msgid "Signup URL"
  557. msgstr ""
  558. #. module: auth_signup
  559. #. odoo-python
  560. #: code:addons/auth_signup/models/res_users.py:0
  561. #, python-format
  562. msgid "Signup is not allowed for uninvited users"
  563. msgstr ""
  564. #. module: auth_signup
  565. #. odoo-python
  566. #: code:addons/auth_signup/models/res_partner.py:0
  567. #, python-format
  568. msgid "Signup token '%s' is no longer valid"
  569. msgstr ""
  570. #. module: auth_signup
  571. #. odoo-python
  572. #: code:addons/auth_signup/models/res_partner.py:0
  573. #, python-format
  574. msgid "Signup token '%s' is not valid"
  575. msgstr ""
  576. #. module: auth_signup
  577. #. odoo-python
  578. #: code:addons/auth_signup/models/res_users.py:0
  579. #, python-format
  580. msgid "Signup: invalid template user"
  581. msgstr ""
  582. #. module: auth_signup
  583. #. odoo-python
  584. #: code:addons/auth_signup/models/res_users.py:0
  585. #, python-format
  586. msgid "Signup: no login given for new user"
  587. msgstr ""
  588. #. module: auth_signup
  589. #. odoo-python
  590. #: code:addons/auth_signup/models/res_users.py:0
  591. #, python-format
  592. msgid "Signup: no name or partner given for new user"
  593. msgstr ""
  594. #. module: auth_signup
  595. #: model:ir.model.fields,field_description:auth_signup.field_res_users__state
  596. msgid "Status"
  597. msgstr "ສະຖານະພາບ"
  598. #. module: auth_signup
  599. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_template_user_id
  600. msgid "Template user for new users created through signup"
  601. msgstr ""
  602. #. module: auth_signup
  603. #. odoo-python
  604. #: code:addons/auth_signup/controllers/main.py:0
  605. #, python-format
  606. msgid "The form was not properly filled in."
  607. msgstr ""
  608. #. module: auth_signup
  609. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  610. msgid ""
  611. "To send invitations in B2B mode, open a contact or select several ones in "
  612. "list view and click on 'Portal Access Management' option in the dropdown "
  613. "menu *Action*."
  614. msgstr ""
  615. #. module: auth_signup
  616. #: model:ir.model,name:auth_signup.model_res_users
  617. msgid "User"
  618. msgstr "ຜູ້ໃຊ້"
  619. #. module: auth_signup
  620. #: model:ir.actions.server,name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder_ir_actions_server
  621. #: model:ir.cron,cron_name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder
  622. msgid "Users: Notify About Unregistered Users"
  623. msgstr ""
  624. #. module: auth_signup
  625. #: model:mail.template,subject:auth_signup.mail_template_user_signup_account_created
  626. msgid "Welcome to {{ object.company_id.name }}!"
  627. msgstr ""
  628. #. module: auth_signup
  629. #. odoo-python
  630. #: code:addons/auth_signup/models/res_users.py:0
  631. #, python-format
  632. msgid "You cannot perform this action on an archived user."
  633. msgstr ""
  634. #. module: auth_signup
  635. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  636. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  637. msgid "Your Email"
  638. msgstr ""
  639. #. module: auth_signup
  640. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  641. msgid "Your Name"
  642. msgstr ""
  643. #. module: auth_signup
  644. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  645. msgid "e.g. John Doe"
  646. msgstr ""
  647. #. module: auth_signup
  648. #: model:mail.template,subject:auth_signup.set_password_email
  649. msgid ""
  650. "{{ object.create_uid.name }} from {{ object.company_id.name }} invites you "
  651. "to connect to Odoo"
  652. msgstr ""