bg.po 32 KB

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