cs.po 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_signup
  4. #
  5. # Translators:
  6. # Michal Veselý <michal@veselyberanek.net>, 2022
  7. # Jan Horzinka <jan.horzinka@centrum.cz>, 2022
  8. # Rastislav Brencic <rastislav.brencic@azet.sk>, 2022
  9. # Jiří Podhorecký, 2022
  10. # karolína schusterová <karolina.schusterova@vdp.sk>, 2022
  11. # Martin Trigaux, 2022
  12. # Chris, 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: Chris, 2023\n"
  21. "Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
  22. "MIME-Version: 1.0\n"
  23. "Content-Type: text/plain; charset=UTF-8\n"
  24. "Content-Transfer-Encoding: \n"
  25. "Language: cs\n"
  26. "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 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>U tohoto uživatele bylo požadováno resetování hesla. Byl odeslán "
  34. "e-mail obsahující následující odkaz:</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. "<strong>Byl odeslán e-mail s pozvánkou obsahující následující odkaz na "
  42. "předplatné:</strong>"
  43. #. module: auth_signup
  44. #: model:mail.template,body_html:auth_signup.mail_template_data_unregistered_users
  45. msgid ""
  46. "<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"
  47. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  48. "<tbody>\n"
  49. " <!-- CONTENT -->\n"
  50. " <tr>\n"
  51. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  52. " <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"
  53. " <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"></t>\n"
  54. " <td style=\"text-align : left\">\n"
  55. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  56. " Pending Invitations\n"
  57. " </span><br><br>\n"
  58. " </td>\n"
  59. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  60. " <div>\n"
  61. " Dear <t t-out=\"object.name or ''\">Mitchell Admin</t>,<br> <br>\n"
  62. " You added the following user(s) to your database but they haven't registered yet:\n"
  63. " <ul>\n"
  64. " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n"
  65. " <li t-out=\"invited_user or ''\">demo@example.com</li>\n"
  66. " </t>\n"
  67. " </ul>\n"
  68. " Follow up with them so they can access your database and start working with you.\n"
  69. " <br><br>\n"
  70. " Have a nice day!<br>\n"
  71. " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  72. " </div>\n"
  73. " </td></tr>\n"
  74. " <tr><td style=\"text-align:center;\">\n"
  75. " <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"
  76. " </td></tr>\n"
  77. " </table>\n"
  78. " </td>\n"
  79. " </tr>\n"
  80. "</tbody>\n"
  81. "</table>\n"
  82. "</td></tr>\n"
  83. "</table>\n"
  84. " "
  85. msgstr ""
  86. #. module: auth_signup
  87. #: model:mail.template,body_html:auth_signup.set_password_email
  88. msgid ""
  89. "<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"
  90. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  91. "<tbody>\n"
  92. " <!-- HEADER -->\n"
  93. " <tr>\n"
  94. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  95. " <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"
  96. " <tr><td valign=\"middle\">\n"
  97. " <span style=\"font-size: 10px;\">Welcome to Odoo</span><br>\n"
  98. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  99. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  100. " </span>\n"
  101. " </td><td valign=\"middle\" align=\"right\">\n"
  102. " <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"
  103. " </td></tr>\n"
  104. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  105. " <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"
  106. " </td></tr>\n"
  107. " </table>\n"
  108. " </td>\n"
  109. " </tr>\n"
  110. " <!-- CONTENT -->\n"
  111. " <tr>\n"
  112. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  113. " <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"
  114. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  115. " <div>\n"
  116. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  117. " 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"
  118. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  119. " <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"
  120. " Accept invitation\n"
  121. " </a>\n"
  122. " </div>\n"
  123. " <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
  124. " Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
  125. " 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"
  126. " 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"
  127. " <br><br>\n"
  128. " 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"
  129. " <br><br>\n"
  130. " Enjoy Odoo!<br>\n"
  131. " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  132. " </div>\n"
  133. " </td></tr>\n"
  134. " <tr><td style=\"text-align:center;\">\n"
  135. " <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"
  136. " </td></tr>\n"
  137. " </table>\n"
  138. " </td>\n"
  139. " </tr>\n"
  140. " <!-- FOOTER -->\n"
  141. " <tr>\n"
  142. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  143. " <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"
  144. " <tr><td valign=\"middle\" align=\"left\">\n"
  145. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  146. " </td></tr>\n"
  147. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  148. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  149. " <t t-if=\"object.company_id.email\">\n"
  150. " | <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"
  151. " </t>\n"
  152. " <t t-if=\"object.company_id.website\">\n"
  153. " | <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"
  154. " </t>\n"
  155. " </td></tr>\n"
  156. " </table>\n"
  157. " </td>\n"
  158. " </tr>\n"
  159. "</tbody>\n"
  160. "</table>\n"
  161. "</td></tr>\n"
  162. "<!-- POWERED BY -->\n"
  163. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  164. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  165. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  166. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  167. " </td></tr>\n"
  168. " </table>\n"
  169. "</td></tr>\n"
  170. "</table>"
  171. msgstr ""
  172. #. module: auth_signup
  173. #: model:mail.template,body_html:auth_signup.reset_password_email
  174. msgid ""
  175. "<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"
  176. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  177. "<tbody>\n"
  178. " <!-- HEADER -->\n"
  179. " <tr>\n"
  180. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  181. " <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"
  182. " <tr><td valign=\"middle\">\n"
  183. " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
  184. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  185. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  186. " </span>\n"
  187. " </td><td valign=\"middle\" align=\"right\">\n"
  188. " <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"
  189. " </td></tr>\n"
  190. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  191. " <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"
  192. " </td></tr>\n"
  193. " </table>\n"
  194. " </td>\n"
  195. " </tr>\n"
  196. " <!-- CONTENT -->\n"
  197. " <tr>\n"
  198. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  199. " <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"
  200. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  201. " <div>\n"
  202. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  203. " A password reset was requested for the Odoo account linked to this email.\n"
  204. " You may change your password by following this link which will remain valid during 24 hours:<br>\n"
  205. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  206. " <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"
  207. " Change password\n"
  208. " </a>\n"
  209. " </div>\n"
  210. " If you do not expect this, you can safely ignore this email.<br><br>\n"
  211. " Thanks,\n"
  212. " <t t-if=\"user.signature\">\n"
  213. " <br>\n"
  214. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  215. " </t>\n"
  216. " </div>\n"
  217. " </td></tr>\n"
  218. " <tr><td style=\"text-align:center;\">\n"
  219. " <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"
  220. " </td></tr>\n"
  221. " </table>\n"
  222. " </td>\n"
  223. " </tr>\n"
  224. " <!-- FOOTER -->\n"
  225. " <tr>\n"
  226. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  227. " <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"
  228. " <tr><td valign=\"middle\" align=\"left\">\n"
  229. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  230. " </td></tr>\n"
  231. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  232. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  233. "\n"
  234. " <t t-if=\"object.company_id.email\">\n"
  235. " | <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"
  236. " </t>\n"
  237. " <t t-if=\"object.company_id.website\">\n"
  238. " | <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"
  239. " </t>\n"
  240. " </td></tr>\n"
  241. " </table>\n"
  242. " </td>\n"
  243. " </tr>\n"
  244. "</tbody>\n"
  245. "</table>\n"
  246. "</td></tr>\n"
  247. "<!-- POWERED BY -->\n"
  248. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  249. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  250. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  251. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  252. " </td></tr>\n"
  253. " </table>\n"
  254. "</td></tr>\n"
  255. "</table>\n"
  256. " "
  257. msgstr ""
  258. #. module: auth_signup
  259. #: model:mail.template,body_html:auth_signup.mail_template_user_signup_account_created
  260. msgid ""
  261. "<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"
  262. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  263. "<tbody>\n"
  264. " <!-- HEADER -->\n"
  265. " <tr>\n"
  266. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  267. " <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"
  268. " <tr><td valign=\"middle\">\n"
  269. " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
  270. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  271. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  272. " </span>\n"
  273. " </td><td valign=\"middle\" align=\"right\">\n"
  274. " <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"
  275. " </td></tr>\n"
  276. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  277. " <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"
  278. " </td></tr>\n"
  279. " </table>\n"
  280. " </td>\n"
  281. " </tr>\n"
  282. " <!-- CONTENT -->\n"
  283. " <tr>\n"
  284. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  285. " <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"
  286. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  287. " <div>\n"
  288. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  289. " Your account has been successfully created!<br>\n"
  290. " Your login is <strong><t t-out=\"object.email or ''\">mark.brown23@example.com</t></strong><br>\n"
  291. " To gain access to your account, you can use the following link:\n"
  292. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  293. " <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"
  294. " Go to My Account\n"
  295. " </a>\n"
  296. " </div>\n"
  297. " Thanks,<br>\n"
  298. " <t t-if=\"user.signature\">\n"
  299. " <br>\n"
  300. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  301. " </t>\n"
  302. " </div>\n"
  303. " </td></tr>\n"
  304. " <tr><td style=\"text-align:center;\">\n"
  305. " <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"
  306. " </td></tr>\n"
  307. " </table>\n"
  308. " </td>\n"
  309. " </tr>\n"
  310. " <!-- FOOTER -->\n"
  311. " <tr>\n"
  312. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  313. " <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"
  314. " <tr><td valign=\"middle\" align=\"left\">\n"
  315. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  316. " </td></tr>\n"
  317. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  318. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  319. " <t t-if=\"object.company_id.email\">\n"
  320. " | <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"
  321. " </t>\n"
  322. " <t t-if=\"object.company_id.website\">\n"
  323. " | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\">\n"
  324. " <t t-out=\"object.company_id.website or ''\">http://www.example.com</t>\n"
  325. " </a>\n"
  326. " </t>\n"
  327. " </td></tr>\n"
  328. " </table>\n"
  329. " </td>\n"
  330. " </tr>\n"
  331. "</tbody>\n"
  332. "</table>\n"
  333. "</td></tr>\n"
  334. "<!-- POWERED BY -->\n"
  335. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  336. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  337. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  338. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  339. " </td></tr>\n"
  340. " </table>\n"
  341. "</td></tr>\n"
  342. "</table>"
  343. msgstr ""
  344. #. module: auth_signup
  345. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  346. msgid "Already have an account?"
  347. msgstr "Máte již účet?"
  348. #. module: auth_signup
  349. #. odoo-python
  350. #: code:addons/auth_signup/controllers/main.py:0
  351. #, python-format
  352. msgid "Another user is already registered using this email address."
  353. msgstr "Pomocí této e-mailové adresy je již registrován jiný uživatel."
  354. #. module: auth_signup
  355. #. odoo-python
  356. #: code:addons/auth_signup/controllers/main.py:0
  357. #, python-format
  358. msgid "Authentication Failed."
  359. msgstr "Ověření se nezdařilo."
  360. #. module: auth_signup
  361. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  362. msgid "Back to Login"
  363. msgstr "Zpět k přihlášení"
  364. #. module: auth_signup
  365. #. odoo-python
  366. #: code:addons/auth_signup/models/res_users.py:0
  367. #, python-format
  368. msgid "Cannot send email: user %s has no email address."
  369. msgstr "Nelze odeslat e-mail: uživatel %s nemá žádnou e-mailovou adresu."
  370. #. module: auth_signup
  371. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  372. msgid "Close"
  373. msgstr "Zavřít"
  374. #. module: auth_signup
  375. #: model:ir.model,name:auth_signup.model_res_config_settings
  376. msgid "Config Settings"
  377. msgstr "Nastavení konfigurace"
  378. #. module: auth_signup
  379. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  380. msgid "Confirm Password"
  381. msgstr "Potvrzení hesla"
  382. #. module: auth_signup
  383. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__active
  384. msgid "Confirmed"
  385. msgstr "Potvrzeno"
  386. #. module: auth_signup
  387. #: model:ir.model,name:auth_signup.model_res_partner
  388. msgid "Contact"
  389. msgstr "Kontakt"
  390. #. module: auth_signup
  391. #. odoo-python
  392. #: code:addons/auth_signup/controllers/main.py:0
  393. #, python-format
  394. msgid "Could not create a new account."
  395. msgstr "Nelze vytvořit nový účet."
  396. #. module: auth_signup
  397. #. odoo-python
  398. #: code:addons/auth_signup/controllers/main.py:0
  399. #, python-format
  400. msgid "Could not reset your password"
  401. msgstr "Heslo se nepodařilo resetovat"
  402. #. module: auth_signup
  403. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_uninvited
  404. msgid "Customer Account"
  405. msgstr "Zákaznický účet"
  406. #. module: auth_signup
  407. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  408. msgid "Default Access Rights"
  409. msgstr "Výchozí přístupová práva"
  410. #. module: auth_signup
  411. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  412. msgid "Don't have an account?"
  413. msgstr "Nemáte účet?"
  414. #. module: auth_signup
  415. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_reset_password
  416. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  417. msgid "Enable password reset from Login page"
  418. msgstr "Povolit obnovu hesla na přihlašovací stránce"
  419. #. module: auth_signup
  420. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2c
  421. msgid "Free sign up"
  422. msgstr "Přihlášení zdarma"
  423. #. module: auth_signup
  424. #: model:ir.model,name:auth_signup.model_ir_http
  425. msgid "HTTP Routing"
  426. msgstr "HTTP Routing"
  427. #. module: auth_signup
  428. #. odoo-python
  429. #: code:addons/auth_signup/controllers/main.py:0
  430. #, python-format
  431. msgid "Invalid signup token"
  432. msgstr "Neplatný registrační token"
  433. #. module: auth_signup
  434. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  435. msgid "Let your customers log in to see their documents"
  436. msgstr "Nechte své zákazníky přihlásit se kvuli zobrazení svých dokumentů"
  437. #. module: auth_signup
  438. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__new
  439. msgid "Never Connected"
  440. msgstr "Nikdy nepřipojen"
  441. #. module: auth_signup
  442. #. odoo-python
  443. #: code:addons/auth_signup/models/res_users.py:0
  444. #, python-format
  445. msgid "No account found for this login"
  446. msgstr ""
  447. #. module: auth_signup
  448. #. odoo-python
  449. #: code:addons/auth_signup/controllers/main.py:0
  450. #, python-format
  451. msgid "No login provided."
  452. msgstr "Není poskytnuto žádné přihlášení."
  453. #. module: auth_signup
  454. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2b
  455. msgid "On invitation"
  456. msgstr "Na pozvání"
  457. #. module: auth_signup
  458. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  459. msgid "Password"
  460. msgstr "Heslo"
  461. #. module: auth_signup
  462. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  463. msgid "Password Reset"
  464. msgstr "Resetovat heslo"
  465. #. module: auth_signup
  466. #: model:mail.template,subject:auth_signup.reset_password_email
  467. msgid "Password reset"
  468. msgstr "Heslo obnoveno"
  469. #. module: auth_signup
  470. #. odoo-python
  471. #: code:addons/auth_signup/controllers/main.py:0
  472. #, python-format
  473. msgid "Password reset instructions sent to your email"
  474. msgstr ""
  475. #. module: auth_signup
  476. #. odoo-python
  477. #: code:addons/auth_signup/controllers/main.py:0
  478. #, python-format
  479. msgid "Passwords do not match; please retype them."
  480. msgstr "Hesla se neshodují; přepište je prosím."
  481. #. module: auth_signup
  482. #: model_terms:ir.ui.view,arch_db:auth_signup.login_successful
  483. msgid "Registration successful."
  484. msgstr ""
  485. #. module: auth_signup
  486. #: model:mail.template,subject:auth_signup.mail_template_data_unregistered_users
  487. msgid "Reminder for unregistered users"
  488. msgstr "Připomenutí pro neregistrované uživatele"
  489. #. module: auth_signup
  490. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  491. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  492. msgid "Reset Password"
  493. msgstr "Resetovat heslo"
  494. #. module: auth_signup
  495. #: model:ir.actions.server,name:auth_signup.action_send_password_reset_instructions
  496. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  497. msgid "Send Password Reset Instructions"
  498. msgstr "Odeslat pokyny k resetování hesla"
  499. #. module: auth_signup
  500. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  501. msgid "Send an Invitation Email"
  502. msgstr "Zašlete e-mail s pozvánkou"
  503. #. module: auth_signup
  504. #: model:mail.template,description:auth_signup.mail_template_data_unregistered_users
  505. msgid ""
  506. "Sent automatically to admin if new user haven't responded to the invitation"
  507. msgstr ""
  508. #. module: auth_signup
  509. #: model:mail.template,description:auth_signup.set_password_email
  510. msgid "Sent to new user after you invited them"
  511. msgstr ""
  512. #. module: auth_signup
  513. #: model:mail.template,description:auth_signup.mail_template_user_signup_account_created
  514. msgid "Sent to portal user who registered themselves"
  515. msgstr ""
  516. #. module: auth_signup
  517. #: model:mail.template,description:auth_signup.reset_password_email
  518. msgid "Sent to user who requested a password reset"
  519. msgstr ""
  520. #. module: auth_signup
  521. #: model:mail.template,name:auth_signup.set_password_email
  522. msgid "Settings: New Portal Signup"
  523. msgstr ""
  524. #. module: auth_signup
  525. #: model:mail.template,name:auth_signup.mail_template_user_signup_account_created
  526. msgid "Settings: New User Invite"
  527. msgstr ""
  528. #. module: auth_signup
  529. #: model:mail.template,name:auth_signup.mail_template_data_unregistered_users
  530. msgid "Settings: Unregistered User Reminder"
  531. msgstr ""
  532. #. module: auth_signup
  533. #: model:mail.template,name:auth_signup.reset_password_email
  534. msgid "Settings: User Reset Password"
  535. msgstr ""
  536. #. module: auth_signup
  537. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  538. msgid "Sign up"
  539. msgstr "Přihlásit se"
  540. #. module: auth_signup
  541. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_expiration
  542. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_expiration
  543. msgid "Signup Expiration"
  544. msgstr "Platnost registrace"
  545. #. module: auth_signup
  546. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_token
  547. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_token
  548. msgid "Signup Token"
  549. msgstr "Registrační token"
  550. #. module: auth_signup
  551. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_type
  552. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_type
  553. msgid "Signup Token Type"
  554. msgstr "Druh přihlašovacího tokenu"
  555. #. module: auth_signup
  556. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_valid
  557. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_valid
  558. msgid "Signup Token is Valid"
  559. msgstr "Přihlašovací token je platný"
  560. #. module: auth_signup
  561. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_url
  562. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_url
  563. msgid "Signup URL"
  564. msgstr "Registrační URL"
  565. #. module: auth_signup
  566. #. odoo-python
  567. #: code:addons/auth_signup/models/res_users.py:0
  568. #, python-format
  569. msgid "Signup is not allowed for uninvited users"
  570. msgstr "U nezvaných uživatelů není registrace povolena"
  571. #. module: auth_signup
  572. #. odoo-python
  573. #: code:addons/auth_signup/models/res_partner.py:0
  574. #, python-format
  575. msgid "Signup token '%s' is no longer valid"
  576. msgstr "Registrační token '%s'již není platný"
  577. #. module: auth_signup
  578. #. odoo-python
  579. #: code:addons/auth_signup/models/res_partner.py:0
  580. #, python-format
  581. msgid "Signup token '%s' is not valid"
  582. msgstr "Registrační token '%s' není platný"
  583. #. module: auth_signup
  584. #. odoo-python
  585. #: code:addons/auth_signup/models/res_users.py:0
  586. #, python-format
  587. msgid "Signup: invalid template user"
  588. msgstr "Registrace: neplatný uživatel šablony"
  589. #. module: auth_signup
  590. #. odoo-python
  591. #: code:addons/auth_signup/models/res_users.py:0
  592. #, python-format
  593. msgid "Signup: no login given for new user"
  594. msgstr "Registrace: pro nového uživatele nebylo zadáno žádné přihlášení"
  595. #. module: auth_signup
  596. #. odoo-python
  597. #: code:addons/auth_signup/models/res_users.py:0
  598. #, python-format
  599. msgid "Signup: no name or partner given for new user"
  600. msgstr "Registrace: novému uživateli není zadáno žádné jméno ani partner"
  601. #. module: auth_signup
  602. #: model:ir.model.fields,field_description:auth_signup.field_res_users__state
  603. msgid "Status"
  604. msgstr "Stav"
  605. #. module: auth_signup
  606. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_template_user_id
  607. msgid "Template user for new users created through signup"
  608. msgstr "Šablona pro nové uživatele vytvořené při registraci"
  609. #. module: auth_signup
  610. #. odoo-python
  611. #: code:addons/auth_signup/controllers/main.py:0
  612. #, python-format
  613. msgid "The form was not properly filled in."
  614. msgstr "Formulář nebyl řádně vyplněn."
  615. #. module: auth_signup
  616. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  617. msgid ""
  618. "To send invitations in B2B mode, open a contact or select several ones in "
  619. "list view and click on 'Portal Access Management' option in the dropdown "
  620. "menu *Action*."
  621. msgstr ""
  622. "Chcete-li posílat pozvánky v režimu B2B, otevřete kontakt nebo vyberte "
  623. "několik v zobrazení seznamu a klikněte na možnost Správa portálového "
  624. "přístupu v rozevírací nabídce *Akce*."
  625. #. module: auth_signup
  626. #: model:ir.model,name:auth_signup.model_res_users
  627. msgid "User"
  628. msgstr "Uživatel"
  629. #. module: auth_signup
  630. #: model:ir.actions.server,name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder_ir_actions_server
  631. #: model:ir.cron,cron_name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder
  632. msgid "Users: Notify About Unregistered Users"
  633. msgstr "Uživatelé: upozorňují na neregistrované uživatele"
  634. #. module: auth_signup
  635. #: model:mail.template,subject:auth_signup.mail_template_user_signup_account_created
  636. msgid "Welcome to {{ object.company_id.name }}!"
  637. msgstr "Vítejte v {{ object.company_id.name }}!"
  638. #. module: auth_signup
  639. #. odoo-python
  640. #: code:addons/auth_signup/models/res_users.py:0
  641. #, python-format
  642. msgid "You cannot perform this action on an archived user."
  643. msgstr "U archivovaného uživatele nelze tuto akci provést."
  644. #. module: auth_signup
  645. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  646. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  647. msgid "Your Email"
  648. msgstr "Váš e-mail"
  649. #. module: auth_signup
  650. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  651. msgid "Your Name"
  652. msgstr "Vaše jméno"
  653. #. module: auth_signup
  654. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  655. msgid "e.g. John Doe"
  656. msgstr "např. Honza Dlouhý"
  657. #. module: auth_signup
  658. #: model:mail.template,subject:auth_signup.set_password_email
  659. msgid ""
  660. "{{ object.create_uid.name }} from {{ object.company_id.name }} invites you "
  661. "to connect to Odoo"
  662. msgstr ""
  663. "{{ object.create_uid.name }} z {{ object.company_id.name }} Vás zve k "
  664. "připojení do Odoo"