You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Juraj Bubniak <translations@jbub.eu>, 2012-2013
  6. # Marian Andre <marian@andre.sk>, 2013-2015,2017
  7. # Martin Kosír, 2011
  8. # Martin Tóth <ezimir@gmail.com>, 2017
  9. # Zbynek Drlik <drlik.zbynek@gmail.com>, 2019
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: django\n"
  13. "Report-Msgid-Bugs-To: \n"
  14. "POT-Creation-Date: 2019-01-16 20:42+0100\n"
  15. "PO-Revision-Date: 2019-06-10 07:35+0000\n"
  16. "Last-Translator: Zbynek Drlik <drlik.zbynek@gmail.com>\n"
  17. "Language-Team: Slovak (http://www.transifex.com/django/django/language/sk/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: sk\n"
  22. "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n "
  23. ">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
  24. #, python-format
  25. msgid "Successfully deleted %(count)d %(items)s."
  26. msgstr "Úspešne zmazaných %(count)d %(items)s."
  27. #, python-format
  28. msgid "Cannot delete %(name)s"
  29. msgstr "Nedá sa vymazať %(name)s"
  30. msgid "Are you sure?"
  31. msgstr "Ste si istý?"
  32. #, python-format
  33. msgid "Delete selected %(verbose_name_plural)s"
  34. msgstr "Zmazať označené %(verbose_name_plural)s"
  35. msgid "Administration"
  36. msgstr "Správa"
  37. msgid "All"
  38. msgstr "Všetko"
  39. msgid "Yes"
  40. msgstr "Áno"
  41. msgid "No"
  42. msgstr "Nie"
  43. msgid "Unknown"
  44. msgstr "Neznámy"
  45. msgid "Any date"
  46. msgstr "Ľubovoľný dátum"
  47. msgid "Today"
  48. msgstr "Dnes"
  49. msgid "Past 7 days"
  50. msgstr "Posledných 7 dní"
  51. msgid "This month"
  52. msgstr "Tento mesiac"
  53. msgid "This year"
  54. msgstr "Tento rok"
  55. msgid "No date"
  56. msgstr "Bez dátumu"
  57. msgid "Has date"
  58. msgstr "S dátumom"
  59. #, python-format
  60. msgid ""
  61. "Please enter the correct %(username)s and password for a staff account. Note "
  62. "that both fields may be case-sensitive."
  63. msgstr ""
  64. "Zadajte prosím správne %(username)s a heslo pre účet personálu - \"staff "
  65. "account\". Obe polia môžu obsahovať veľké a malé písmená."
  66. msgid "Action:"
  67. msgstr "Akcia:"
  68. #, python-format
  69. msgid "Add another %(verbose_name)s"
  70. msgstr "Pridať ďalší %(verbose_name)s"
  71. msgid "Remove"
  72. msgstr "Odstrániť"
  73. msgid "Addition"
  74. msgstr ""
  75. msgid "Change"
  76. msgstr "Zmeniť"
  77. msgid "Deletion"
  78. msgstr ""
  79. msgid "action time"
  80. msgstr "čas akcie"
  81. msgid "user"
  82. msgstr "používateľ"
  83. msgid "content type"
  84. msgstr "typ obsahu"
  85. msgid "object id"
  86. msgstr "identifikátor objektu"
  87. #. Translators: 'repr' means representation
  88. #. (https://docs.python.org/library/functions.html#repr)
  89. msgid "object repr"
  90. msgstr "reprezentácia objektu"
  91. msgid "action flag"
  92. msgstr "príznak akcie"
  93. msgid "change message"
  94. msgstr "zmeniť správu"
  95. msgid "log entry"
  96. msgstr "položka záznamu"
  97. msgid "log entries"
  98. msgstr "položky záznamu"
  99. #, python-format
  100. msgid "Added \"%(object)s\"."
  101. msgstr "Pridané \"%(object)s\"."
  102. #, python-format
  103. msgid "Changed \"%(object)s\" - %(changes)s"
  104. msgstr "Zmenené \"%(object)s\" - %(changes)s "
  105. #, python-format
  106. msgid "Deleted \"%(object)s.\""
  107. msgstr "Odstránené \"%(object)s.\""
  108. msgid "LogEntry Object"
  109. msgstr "Objekt LogEntry"
  110. #, python-brace-format
  111. msgid "Added {name} \"{object}\"."
  112. msgstr "Pridaný {name} \"{object}\"."
  113. msgid "Added."
  114. msgstr "Pridaný."
  115. msgid "and"
  116. msgstr "a"
  117. #, python-brace-format
  118. msgid "Changed {fields} for {name} \"{object}\"."
  119. msgstr "Zmenený {fields} pre {name} \"{object}\"."
  120. #, python-brace-format
  121. msgid "Changed {fields}."
  122. msgstr "Zmenené {fields}."
  123. #, python-brace-format
  124. msgid "Deleted {name} \"{object}\"."
  125. msgstr "Zmazaný {name} \"{object}\"."
  126. msgid "No fields changed."
  127. msgstr "Polia nezmenené."
  128. msgid "None"
  129. msgstr "Žiadne"
  130. msgid ""
  131. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  132. msgstr ""
  133. "Ak chcete vybrať viac ako jednu položku, podržte \"Control\", alebo \"Command"
  134. "\" na počítači Mac."
  135. #, python-brace-format
  136. msgid "The {name} \"{obj}\" was added successfully."
  137. msgstr "Objekt {name} \"{obj}\" bol úspešne pridaný."
  138. msgid "You may edit it again below."
  139. msgstr ""
  140. #, python-brace-format
  141. msgid ""
  142. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  143. "below."
  144. msgstr ""
  145. "Objekt {name} \"{obj}\" bol úspešne pridaný. Môžete pridať ďaľší {name} "
  146. "nižšie."
  147. #, python-brace-format
  148. msgid ""
  149. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  150. msgstr ""
  151. "Objekt {name} \"{obj}\" bol úspešne zmenený. Ďalšie zmeny môžete urobiť "
  152. "nižšie."
  153. #, python-brace-format
  154. msgid ""
  155. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  156. msgstr ""
  157. "Objekt {name} \"{obj}\" bol úspešne pridaný. Ďalšie zmeny môžete urobiť "
  158. "nižšie."
  159. #, python-brace-format
  160. msgid ""
  161. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  162. "below."
  163. msgstr ""
  164. "Objekt {name} \"{obj}\" bol úspešne pridaný. Môžete pridať ďaľší {name} "
  165. "nižšie."
  166. #, python-brace-format
  167. msgid "The {name} \"{obj}\" was changed successfully."
  168. msgstr "Objekt {name} \"{obj}\" bol úspešne pridaný."
  169. msgid ""
  170. "Items must be selected in order to perform actions on them. No items have "
  171. "been changed."
  172. msgstr ""
  173. "Položky musia byť vybrané, ak chcete na nich vykonať akcie. Neboli vybrané "
  174. "žiadne položky."
  175. msgid "No action selected."
  176. msgstr "Nebola vybraná žiadna akcia."
  177. #, python-format
  178. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  179. msgstr "Objekt %(name)s \"%(obj)s\" bol úspešne vymazaný."
  180. #, python-format
  181. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  182. msgstr ""
  183. "Položka %(name)s s ID \"%(key)s\" neexistuje - pravdepodobne je vymazaná?"
  184. #, python-format
  185. msgid "Add %s"
  186. msgstr "Pridať %s"
  187. #, python-format
  188. msgid "Change %s"
  189. msgstr "Zmeniť %s"
  190. #, python-format
  191. msgid "View %s"
  192. msgstr ""
  193. msgid "Database error"
  194. msgstr "Chyba databázy"
  195. #, python-format
  196. msgid "%(count)s %(name)s was changed successfully."
  197. msgid_plural "%(count)s %(name)s were changed successfully."
  198. msgstr[0] "%(count)s %(name)s bola úspešne zmenená."
  199. msgstr[1] "%(count)s %(name)s boli úspešne zmenené."
  200. msgstr[2] "%(count)s %(name)s bolo úspešne zmenených."
  201. msgstr[3] "%(count)s %(name)s bolo úspešne zmenených."
  202. #, python-format
  203. msgid "%(total_count)s selected"
  204. msgid_plural "All %(total_count)s selected"
  205. msgstr[0] "%(total_count)s vybraná"
  206. msgstr[1] "Všetky %(total_count)s vybrané"
  207. msgstr[2] "Všetkých %(total_count)s vybraných"
  208. msgstr[3] "Všetkých %(total_count)s vybraných"
  209. #, python-format
  210. msgid "0 of %(cnt)s selected"
  211. msgstr "0 z %(cnt)s vybraných"
  212. #, python-format
  213. msgid "Change history: %s"
  214. msgstr "Zoznam zmien: %s"
  215. #. Translators: Model verbose name and instance representation,
  216. #. suitable to be an item in a list.
  217. #, python-format
  218. msgid "%(class_name)s %(instance)s"
  219. msgstr "%(class_name)s %(instance)s"
  220. #, python-format
  221. msgid ""
  222. "Deleting %(class_name)s %(instance)s would require deleting the following "
  223. "protected related objects: %(related_objects)s"
  224. msgstr ""
  225. "Vymazanie %(class_name)s %(instance)s vyžaduje vymazanie nasledovných "
  226. "súvisiacich chránených objektov: %(related_objects)s"
  227. msgid "Django site admin"
  228. msgstr "Správa Django stránky"
  229. msgid "Django administration"
  230. msgstr "Správa Django"
  231. msgid "Site administration"
  232. msgstr "Správa stránky"
  233. msgid "Log in"
  234. msgstr "Prihlásenie"
  235. #, python-format
  236. msgid "%(app)s administration"
  237. msgstr "%(app)s správa"
  238. msgid "Page not found"
  239. msgstr "Stránka nenájdená"
  240. msgid "We're sorry, but the requested page could not be found."
  241. msgstr "Ľutujeme, ale požadovanú stránku nie je možné nájsť."
  242. msgid "Home"
  243. msgstr "Domov"
  244. msgid "Server error"
  245. msgstr "Chyba servera"
  246. msgid "Server error (500)"
  247. msgstr "Chyba servera (500)"
  248. msgid "Server Error <em>(500)</em>"
  249. msgstr "Chyba servera <em>(500)</em>"
  250. msgid ""
  251. "There's been an error. It's been reported to the site administrators via "
  252. "email and should be fixed shortly. Thanks for your patience."
  253. msgstr ""
  254. "Došlo k chybe. Chyba bola nahlásená správcovi webu prostredníctvom e-mailu a "
  255. "zanedlho by mala byť odstránená. Ďakujeme za vašu trpezlivosť."
  256. msgid "Run the selected action"
  257. msgstr "Vykonať vybranú akciu"
  258. msgid "Go"
  259. msgstr "Vykonať"
  260. msgid "Click here to select the objects across all pages"
  261. msgstr "Kliknite sem pre výber objektov na všetkých stránkach"
  262. #, python-format
  263. msgid "Select all %(total_count)s %(module_name)s"
  264. msgstr "Vybrať všetkých %(total_count)s %(module_name)s"
  265. msgid "Clear selection"
  266. msgstr "Zrušiť výber"
  267. msgid ""
  268. "First, enter a username and password. Then, you'll be able to edit more user "
  269. "options."
  270. msgstr ""
  271. "Najskôr zadajte používateľské meno a heslo. Potom budete môcť upraviť viac "
  272. "používateľských nastavení."
  273. msgid "Enter a username and password."
  274. msgstr "Zadajte používateľské meno a heslo."
  275. msgid "Change password"
  276. msgstr "Zmeniť heslo"
  277. msgid "Please correct the error below."
  278. msgstr ""
  279. msgid "Please correct the errors below."
  280. msgstr "Prosím, opravte chyby uvedené nižšie."
  281. #, python-format
  282. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  283. msgstr "Zadajte nové heslo pre používateľa <strong>%(username)s</strong>."
  284. msgid "Welcome,"
  285. msgstr "Vitajte,"
  286. msgid "View site"
  287. msgstr "Pozrieť stránku"
  288. msgid "Documentation"
  289. msgstr "Dokumentácia"
  290. msgid "Log out"
  291. msgstr "Odhlásiť"
  292. #, python-format
  293. msgid "Add %(name)s"
  294. msgstr "Pridať %(name)s"
  295. msgid "History"
  296. msgstr "Zmeny"
  297. msgid "View on site"
  298. msgstr "Pozrieť na stránke"
  299. msgid "Filter"
  300. msgstr "Filtrovať"
  301. msgid "Remove from sorting"
  302. msgstr "Odstrániť z triedenia"
  303. #, python-format
  304. msgid "Sorting priority: %(priority_number)s"
  305. msgstr "Triedenie priority: %(priority_number)s "
  306. msgid "Toggle sorting"
  307. msgstr "Prepnúť triedenie"
  308. msgid "Delete"
  309. msgstr "Odstrániť"
  310. #, python-format
  311. msgid ""
  312. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  313. "related objects, but your account doesn't have permission to delete the "
  314. "following types of objects:"
  315. msgstr ""
  316. "Odstránenie objektu %(object_name)s '%(escaped_object)s' by malo za následok "
  317. "aj odstránenie súvisiacich objektov. Váš účet však nemá oprávnenie na "
  318. "odstránenie nasledujúcich typov objektov:"
  319. #, python-format
  320. msgid ""
  321. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  322. "following protected related objects:"
  323. msgstr ""
  324. "Vymazanie %(object_name)s '%(escaped_object)s' vyžaduje vymazanie "
  325. "nasledovných súvisiacich chránených objektov:"
  326. #, python-format
  327. msgid ""
  328. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  329. "All of the following related items will be deleted:"
  330. msgstr ""
  331. "Ste si istý, že chcete odstrániť objekt %(object_name)s \"%(escaped_object)s"
  332. "\"? Všetky nasledujúce súvisiace objekty budú odstránené:"
  333. msgid "Objects"
  334. msgstr "Objekty"
  335. msgid "Yes, I'm sure"
  336. msgstr "Áno, som si istý"
  337. msgid "No, take me back"
  338. msgstr "Nie, chcem sa vrátiť"
  339. msgid "Delete multiple objects"
  340. msgstr "Zmazať viacero objektov"
  341. #, python-format
  342. msgid ""
  343. "Deleting the selected %(objects_name)s would result in deleting related "
  344. "objects, but your account doesn't have permission to delete the following "
  345. "types of objects:"
  346. msgstr ""
  347. "Vymazanie označených %(objects_name)s by spôsobilo vymazanie súvisiacich "
  348. "objektov, ale váš účet nemá oprávnenie na vymazanie nasledujúcich typov "
  349. "objektov:"
  350. #, python-format
  351. msgid ""
  352. "Deleting the selected %(objects_name)s would require deleting the following "
  353. "protected related objects:"
  354. msgstr ""
  355. "Vymazanie označených %(objects_name)s vyžaduje vymazanie nasledujúcich "
  356. "chránených súvisiacich objektov:"
  357. #, python-format
  358. msgid ""
  359. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  360. "following objects and their related items will be deleted:"
  361. msgstr ""
  362. "Ste si isty, že chcete vymazať označené %(objects_name)s? Vymažú sa všetky "
  363. "nasledujúce objekty a ich súvisiace položky:"
  364. msgid "View"
  365. msgstr ""
  366. msgid "Delete?"
  367. msgstr "Zmazať?"
  368. #, python-format
  369. msgid " By %(filter_title)s "
  370. msgstr "Podľa %(filter_title)s "
  371. msgid "Summary"
  372. msgstr "Súhrn"
  373. #, python-format
  374. msgid "Models in the %(name)s application"
  375. msgstr "Modely v %(name)s aplikácii"
  376. msgid "Add"
  377. msgstr "Pridať"
  378. msgid "You don't have permission to view or edit anything."
  379. msgstr ""
  380. msgid "Recent actions"
  381. msgstr "Posledné akcie"
  382. msgid "My actions"
  383. msgstr "Moje akcie"
  384. msgid "None available"
  385. msgstr "Nedostupné"
  386. msgid "Unknown content"
  387. msgstr "Neznámy obsah"
  388. msgid ""
  389. "Something's wrong with your database installation. Make sure the appropriate "
  390. "database tables have been created, and make sure the database is readable by "
  391. "the appropriate user."
  392. msgstr ""
  393. "Niečo nie je v poriadku s vašou inštaláciou databázy. Uistite sa, že boli "
  394. "vytvorené potrebné databázové tabuľky a taktiež skontrolujte, či príslušný "
  395. "používateľ môže databázu čítať."
  396. #, python-format
  397. msgid ""
  398. "You are authenticated as %(username)s, but are not authorized to access this "
  399. "page. Would you like to login to a different account?"
  400. msgstr ""
  401. "Ste prihlásený ako %(username)s, ale nemáte práva k tejto stránke. Chcete sa "
  402. "prihlásiť do iného účtu?"
  403. msgid "Forgotten your password or username?"
  404. msgstr "Zabudli ste heslo alebo používateľské meno?"
  405. msgid "Date/time"
  406. msgstr "Dátum a čas"
  407. msgid "User"
  408. msgstr "Používateľ"
  409. msgid "Action"
  410. msgstr "Akcia"
  411. msgid ""
  412. "This object doesn't have a change history. It probably wasn't added via this "
  413. "admin site."
  414. msgstr ""
  415. "Tento objekt nemá zoznam zmien. Pravdepodobne nebol pridaný prostredníctvom "
  416. "tejto správcovskej stránky."
  417. msgid "Show all"
  418. msgstr "Zobraziť všetky"
  419. msgid "Save"
  420. msgstr "Uložiť"
  421. msgid "Popup closing…"
  422. msgstr ""
  423. msgid "Search"
  424. msgstr "Vyhľadávanie"
  425. #, python-format
  426. msgid "%(counter)s result"
  427. msgid_plural "%(counter)s results"
  428. msgstr[0] "%(counter)s výsledok"
  429. msgstr[1] "%(counter)s výsledky"
  430. msgstr[2] "%(counter)s výsledkov"
  431. msgstr[3] "%(counter)s výsledkov"
  432. #, python-format
  433. msgid "%(full_result_count)s total"
  434. msgstr "%(full_result_count)s spolu"
  435. msgid "Save as new"
  436. msgstr "Uložiť ako nový"
  437. msgid "Save and add another"
  438. msgstr "Uložiť a pridať ďalší"
  439. msgid "Save and continue editing"
  440. msgstr "Uložiť a pokračovať v úpravách"
  441. msgid "Save and view"
  442. msgstr ""
  443. msgid "Close"
  444. msgstr "Zatvoriť"
  445. #, python-format
  446. msgid "Change selected %(model)s"
  447. msgstr "Zmeniť vybrané %(model)s"
  448. #, python-format
  449. msgid "Add another %(model)s"
  450. msgstr "Pridať ďalší %(model)s"
  451. #, python-format
  452. msgid "Delete selected %(model)s"
  453. msgstr "Zmazať vybrané %(model)s"
  454. msgid "Thanks for spending some quality time with the Web site today."
  455. msgstr "Ďakujeme za čas strávený na našich stránkach."
  456. msgid "Log in again"
  457. msgstr "Znova sa prihlásiť"
  458. msgid "Password change"
  459. msgstr "Zmena hesla"
  460. msgid "Your password was changed."
  461. msgstr "Vaše heslo bolo zmenené."
  462. msgid ""
  463. "Please enter your old password, for security's sake, and then enter your new "
  464. "password twice so we can verify you typed it in correctly."
  465. msgstr ""
  466. "Z bezpečnostných dôvodov zadajte staré heslo a potom nové heslo dvakrát, aby "
  467. "sme mohli overiť, že ste ho zadali správne."
  468. msgid "Change my password"
  469. msgstr "Zmeniť moje heslo"
  470. msgid "Password reset"
  471. msgstr "Obnovenie hesla"
  472. msgid "Your password has been set. You may go ahead and log in now."
  473. msgstr "Vaše heslo bolo nastavené. Môžete pokračovať a prihlásiť sa."
  474. msgid "Password reset confirmation"
  475. msgstr "Potvrdenie obnovenia hesla"
  476. msgid ""
  477. "Please enter your new password twice so we can verify you typed it in "
  478. "correctly."
  479. msgstr ""
  480. "Zadajte nové heslo dvakrát, aby sme mohli overiť, že ste ho zadali správne."
  481. msgid "New password:"
  482. msgstr "Nové heslo:"
  483. msgid "Confirm password:"
  484. msgstr "Potvrdenie hesla:"
  485. msgid ""
  486. "The password reset link was invalid, possibly because it has already been "
  487. "used. Please request a new password reset."
  488. msgstr ""
  489. "Odkaz na obnovenie hesla je neplatný, pretože už bol pravdepodobne raz "
  490. "použitý. Prosím, požiadajte znovu o obnovu hesla."
  491. msgid ""
  492. "We've emailed you instructions for setting your password, if an account "
  493. "exists with the email you entered. You should receive them shortly."
  494. msgstr ""
  495. "Čoskoro by ste mali dostať inštrukcie pre nastavenie hesla, ak existuje "
  496. "konto s emailom, ktorý ste zadali. "
  497. msgid ""
  498. "If you don't receive an email, please make sure you've entered the address "
  499. "you registered with, and check your spam folder."
  500. msgstr ""
  501. "Ak ste nedostali email, uistite sa, že ste zadali adresu, s ktorou ste sa "
  502. "registrovali a skontrolujte svoj spamový priečinok."
  503. #, python-format
  504. msgid ""
  505. "You're receiving this email because you requested a password reset for your "
  506. "user account at %(site_name)s."
  507. msgstr ""
  508. "Tento e-mail ste dostali preto, lebo ste požiadali o obnovenie hesla pre "
  509. "užívateľský účet na %(site_name)s."
  510. msgid "Please go to the following page and choose a new password:"
  511. msgstr "Prosím, choďte na túto stránku a zvoľte si nové heslo:"
  512. msgid "Your username, in case you've forgotten:"
  513. msgstr "Vaše používateľské meno, pre prípad, že ste ho zabudli:"
  514. msgid "Thanks for using our site!"
  515. msgstr "Ďakujeme, že používate našu stránku!"
  516. #, python-format
  517. msgid "The %(site_name)s team"
  518. msgstr "Tím %(site_name)s"
  519. msgid ""
  520. "Forgotten your password? Enter your email address below, and we'll email "
  521. "instructions for setting a new one."
  522. msgstr ""
  523. "Zabudli ste heslo? Zadajte svoju e-mailovú adresu a my vám pošleme "
  524. "inštrukcie pre nastavenie nového hesla."
  525. msgid "Email address:"
  526. msgstr "E-mailová adresa:"
  527. msgid "Reset my password"
  528. msgstr "Obnova môjho hesla"
  529. msgid "All dates"
  530. msgstr "Všetky dátumy"
  531. #, python-format
  532. msgid "Select %s"
  533. msgstr "Vybrať %s"
  534. #, python-format
  535. msgid "Select %s to change"
  536. msgstr "Vybrať \"%s\" na úpravu"
  537. #, python-format
  538. msgid "Select %s to view"
  539. msgstr ""
  540. msgid "Date:"
  541. msgstr "Dátum:"
  542. msgid "Time:"
  543. msgstr "Čas:"
  544. msgid "Lookup"
  545. msgstr "Vyhľadanie"
  546. msgid "Currently:"
  547. msgstr "Aktuálne:"
  548. msgid "Change:"
  549. msgstr "Zmeniť:"