sl.po 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_signup
  4. #
  5. # Translators:
  6. # Jasmina Macur <jasmina@hbs.si>, 2022
  7. # matjaz k <matjaz@mentis.si>, 2022
  8. # Tadej Lupšina <tadej@hbs.si>, 2022
  9. # Grega Vavtar <grega@hbs.si>, 2022
  10. # Matjaz Mozetic <m.mozetic@matmoz.si>, 2022
  11. # Martin Trigaux, 2022
  12. # Tomaž Jug <tomaz@editor.si>, 2023
  13. #
  14. msgid ""
  15. msgstr ""
  16. "Project-Id-Version: Odoo Server 16.0\n"
  17. "Report-Msgid-Bugs-To: \n"
  18. "POT-Creation-Date: 2023-05-23 08:23+0000\n"
  19. "PO-Revision-Date: 2022-09-22 05:45+0000\n"
  20. "Last-Translator: Tomaž Jug <tomaz@editor.si>, 2023\n"
  21. "Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
  22. "MIME-Version: 1.0\n"
  23. "Content-Type: text/plain; charset=UTF-8\n"
  24. "Content-Transfer-Encoding: \n"
  25. "Language: sl\n"
  26. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
  27. #. module: auth_signup
  28. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  29. msgid ""
  30. "<strong>A password reset has been requested for this user. An email "
  31. "containing the following link has been sent:</strong>"
  32. msgstr ""
  33. "<strong>Za tega uporabnika je bila zahtevana ponastavitev gesla. Poslana je "
  34. "bila e-pošta s sledečo povezavo:</strong>"
  35. #. module: auth_signup
  36. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  37. msgid ""
  38. "<strong>An invitation email containing the following subscription link has "
  39. "been sent:</strong>"
  40. msgstr ""
  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', [])\"></t>\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()\"></t>\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 "Že imate račun?"
  346. #. module: auth_signup
  347. #. odoo-python
  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 "Ta e-poštni naslov uporablja drug že registriran uporabnik."
  352. #. module: auth_signup
  353. #. odoo-python
  354. #: code:addons/auth_signup/controllers/main.py:0
  355. #, python-format
  356. msgid "Authentication Failed."
  357. msgstr ""
  358. #. module: auth_signup
  359. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  360. msgid "Back to Login"
  361. msgstr "Nazaj na prijavo"
  362. #. module: auth_signup
  363. #. odoo-python
  364. #: code:addons/auth_signup/models/res_users.py:0
  365. #, python-format
  366. msgid "Cannot send email: user %s has no email address."
  367. msgstr "Ne morem poslati e-pošte: uporabnik %s nima e-poštnega naslova."
  368. #. module: auth_signup
  369. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  370. msgid "Close"
  371. msgstr "Zaključi"
  372. #. module: auth_signup
  373. #: model:ir.model,name:auth_signup.model_res_config_settings
  374. msgid "Config Settings"
  375. msgstr "Uredi nastavitve"
  376. #. module: auth_signup
  377. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  378. msgid "Confirm Password"
  379. msgstr "Potrdite geslo"
  380. #. module: auth_signup
  381. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__active
  382. msgid "Confirmed"
  383. msgstr "Potrjeno"
  384. #. module: auth_signup
  385. #: model:ir.model,name:auth_signup.model_res_partner
  386. msgid "Contact"
  387. msgstr "Stik"
  388. #. module: auth_signup
  389. #. odoo-python
  390. #: code:addons/auth_signup/controllers/main.py:0
  391. #, python-format
  392. msgid "Could not create a new account."
  393. msgstr "Ni bilo mogoče ustvariti novega računa."
  394. #. module: auth_signup
  395. #. odoo-python
  396. #: code:addons/auth_signup/controllers/main.py:0
  397. #, python-format
  398. msgid "Could not reset your password"
  399. msgstr "Gesla ni bilo mogoče ponastaviti"
  400. #. module: auth_signup
  401. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_uninvited
  402. msgid "Customer Account"
  403. msgstr "Uporabniški račun stranke"
  404. #. module: auth_signup
  405. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  406. msgid "Default Access Rights"
  407. msgstr "Privzete pravice dostopa"
  408. #. module: auth_signup
  409. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  410. msgid "Don't have an account?"
  411. msgstr "Nimate uporabniškega računa?"
  412. #. module: auth_signup
  413. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_reset_password
  414. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  415. msgid "Enable password reset from Login page"
  416. msgstr "Omogoči spremembo gesla na prijavni strani"
  417. #. module: auth_signup
  418. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2c
  419. msgid "Free sign up"
  420. msgstr "Prosta prijava"
  421. #. module: auth_signup
  422. #: model:ir.model,name:auth_signup.model_ir_http
  423. msgid "HTTP Routing"
  424. msgstr "HTTP usmerjanje"
  425. #. module: auth_signup
  426. #. odoo-python
  427. #: code:addons/auth_signup/controllers/main.py:0
  428. #, python-format
  429. msgid "Invalid signup token"
  430. msgstr "Prijava je napačna"
  431. #. module: auth_signup
  432. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  433. msgid "Let your customers log in to see their documents"
  434. msgstr "Omogočite kupcem prijavo in vpogled v njihove dokumente"
  435. #. module: auth_signup
  436. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__new
  437. msgid "Never Connected"
  438. msgstr "Nikoli povezan"
  439. #. module: auth_signup
  440. #. odoo-python
  441. #: code:addons/auth_signup/models/res_users.py:0
  442. #, python-format
  443. msgid "No account found for this login"
  444. msgstr ""
  445. #. module: auth_signup
  446. #. odoo-python
  447. #: code:addons/auth_signup/controllers/main.py:0
  448. #, python-format
  449. msgid "No login provided."
  450. msgstr ""
  451. #. module: auth_signup
  452. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2b
  453. msgid "On invitation"
  454. msgstr "Ob povabilu"
  455. #. module: auth_signup
  456. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  457. msgid "Password"
  458. msgstr "Geslo"
  459. #. module: auth_signup
  460. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  461. msgid "Password Reset"
  462. msgstr "Ponastavitev gesla"
  463. #. module: auth_signup
  464. #: model:mail.template,subject:auth_signup.reset_password_email
  465. msgid "Password reset"
  466. msgstr "Ponastavitev gesla"
  467. #. module: auth_signup
  468. #. odoo-python
  469. #: code:addons/auth_signup/controllers/main.py:0
  470. #, python-format
  471. msgid "Password reset instructions sent to your email"
  472. msgstr ""
  473. #. module: auth_signup
  474. #. odoo-python
  475. #: code:addons/auth_signup/controllers/main.py:0
  476. #, python-format
  477. msgid "Passwords do not match; please retype them."
  478. msgstr ""
  479. #. module: auth_signup
  480. #: model_terms:ir.ui.view,arch_db:auth_signup.login_successful
  481. msgid "Registration successful."
  482. msgstr ""
  483. #. module: auth_signup
  484. #: model:mail.template,subject:auth_signup.mail_template_data_unregistered_users
  485. msgid "Reminder for unregistered users"
  486. msgstr ""
  487. #. module: auth_signup
  488. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  489. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  490. msgid "Reset Password"
  491. msgstr "Ponastavi geslo"
  492. #. module: auth_signup
  493. #: model:ir.actions.server,name:auth_signup.action_send_password_reset_instructions
  494. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  495. msgid "Send Password Reset Instructions"
  496. msgstr ""
  497. #. module: auth_signup
  498. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  499. msgid "Send an Invitation Email"
  500. msgstr "Pošlji e-poštno sporočilo z vabilom"
  501. #. module: auth_signup
  502. #: model:mail.template,description:auth_signup.mail_template_data_unregistered_users
  503. msgid ""
  504. "Sent automatically to admin if new user haven't responded to the invitation"
  505. msgstr ""
  506. #. module: auth_signup
  507. #: model:mail.template,description:auth_signup.set_password_email
  508. msgid "Sent to new user after you invited them"
  509. msgstr ""
  510. #. module: auth_signup
  511. #: model:mail.template,description:auth_signup.mail_template_user_signup_account_created
  512. msgid "Sent to portal user who registered themselves"
  513. msgstr ""
  514. #. module: auth_signup
  515. #: model:mail.template,description:auth_signup.reset_password_email
  516. msgid "Sent to user who requested a password reset"
  517. msgstr ""
  518. #. module: auth_signup
  519. #: model:mail.template,name:auth_signup.set_password_email
  520. msgid "Settings: New Portal Signup"
  521. msgstr ""
  522. #. module: auth_signup
  523. #: model:mail.template,name:auth_signup.mail_template_user_signup_account_created
  524. msgid "Settings: New User Invite"
  525. msgstr ""
  526. #. module: auth_signup
  527. #: model:mail.template,name:auth_signup.mail_template_data_unregistered_users
  528. msgid "Settings: Unregistered User Reminder"
  529. msgstr ""
  530. #. module: auth_signup
  531. #: model:mail.template,name:auth_signup.reset_password_email
  532. msgid "Settings: User Reset Password"
  533. msgstr ""
  534. #. module: auth_signup
  535. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  536. msgid "Sign up"
  537. msgstr "Prijavi"
  538. #. module: auth_signup
  539. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_expiration
  540. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_expiration
  541. msgid "Signup Expiration"
  542. msgstr "Iztek prijave"
  543. #. module: auth_signup
  544. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_token
  545. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_token
  546. msgid "Signup Token"
  547. msgstr "Prijavni podatki"
  548. #. module: auth_signup
  549. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_type
  550. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_type
  551. msgid "Signup Token Type"
  552. msgstr "Tip prijavnih podatkov"
  553. #. module: auth_signup
  554. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_valid
  555. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_valid
  556. msgid "Signup Token is Valid"
  557. msgstr "Prijava je pravilna"
  558. #. module: auth_signup
  559. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_url
  560. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_url
  561. msgid "Signup URL"
  562. msgstr "Prijavni URL"
  563. #. module: auth_signup
  564. #. odoo-python
  565. #: code:addons/auth_signup/models/res_users.py:0
  566. #, python-format
  567. msgid "Signup is not allowed for uninvited users"
  568. msgstr ""
  569. #. module: auth_signup
  570. #. odoo-python
  571. #: code:addons/auth_signup/models/res_partner.py:0
  572. #, python-format
  573. msgid "Signup token '%s' is no longer valid"
  574. msgstr ""
  575. #. module: auth_signup
  576. #. odoo-python
  577. #: code:addons/auth_signup/models/res_partner.py:0
  578. #, python-format
  579. msgid "Signup token '%s' is not valid"
  580. msgstr ""
  581. #. module: auth_signup
  582. #. odoo-python
  583. #: code:addons/auth_signup/models/res_users.py:0
  584. #, python-format
  585. msgid "Signup: invalid template user"
  586. msgstr ""
  587. #. module: auth_signup
  588. #. odoo-python
  589. #: code:addons/auth_signup/models/res_users.py:0
  590. #, python-format
  591. msgid "Signup: no login given for new user"
  592. msgstr ""
  593. #. module: auth_signup
  594. #. odoo-python
  595. #: code:addons/auth_signup/models/res_users.py:0
  596. #, python-format
  597. msgid "Signup: no name or partner given for new user"
  598. msgstr ""
  599. #. module: auth_signup
  600. #: model:ir.model.fields,field_description:auth_signup.field_res_users__state
  601. msgid "Status"
  602. msgstr "Status"
  603. #. module: auth_signup
  604. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_template_user_id
  605. msgid "Template user for new users created through signup"
  606. msgstr "Predloga uporabnika za ustvarjanje novih uporabnikov preko prijave"
  607. #. module: auth_signup
  608. #. odoo-python
  609. #: code:addons/auth_signup/controllers/main.py:0
  610. #, python-format
  611. msgid "The form was not properly filled in."
  612. msgstr ""
  613. #. module: auth_signup
  614. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  615. msgid ""
  616. "To send invitations in B2B mode, open a contact or select several ones in "
  617. "list view and click on 'Portal Access Management' option in the dropdown "
  618. "menu *Action*."
  619. msgstr ""
  620. "Če želiš poslati povabila v načinu B2B, odpri vizitko stika ali jih izberi "
  621. "več v pogledu seznama in klikni na možnost “Upravljanje dostopa do portala\""
  622. " v spustnem meniju *Ukrep*."
  623. #. module: auth_signup
  624. #: model:ir.model,name:auth_signup.model_res_users
  625. msgid "User"
  626. msgstr "Uporabnik"
  627. #. module: auth_signup
  628. #: model:ir.actions.server,name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder_ir_actions_server
  629. #: model:ir.cron,cron_name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder
  630. msgid "Users: Notify About Unregistered Users"
  631. msgstr ""
  632. #. module: auth_signup
  633. #: model:mail.template,subject:auth_signup.mail_template_user_signup_account_created
  634. msgid "Welcome to {{ object.company_id.name }}!"
  635. msgstr ""
  636. #. module: auth_signup
  637. #. odoo-python
  638. #: code:addons/auth_signup/models/res_users.py:0
  639. #, python-format
  640. msgid "You cannot perform this action on an archived user."
  641. msgstr ""
  642. #. module: auth_signup
  643. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  644. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  645. msgid "Your Email"
  646. msgstr "Vaša e-pošta"
  647. #. module: auth_signup
  648. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  649. msgid "Your Name"
  650. msgstr "Vaše ime"
  651. #. module: auth_signup
  652. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  653. msgid "e.g. John Doe"
  654. msgstr "npr. Janez Novak"
  655. #. module: auth_signup
  656. #: model:mail.template,subject:auth_signup.set_password_email
  657. msgid ""
  658. "{{ object.create_uid.name }} from {{ object.company_id.name }} invites you "
  659. "to connect to Odoo"
  660. msgstr ""