PageRenderTime 1523ms CodeModel.GetById 1499ms RepoModel.GetById 0ms app.codeStats 0ms

/django/contrib/admin/locale/hr/LC_MESSAGES/django.po

https://code.google.com/p/mango-py/
Unknown | 811 lines | 657 code | 154 blank | 0 comment | 0 complexity | c3ff0387622d2b03cd6609fd114eb76d MD5 | raw file
Possible License(s): BSD-3-Clause
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. msgid ""
  4. msgstr ""
  5. "Project-Id-Version: Django\n"
  6. "Report-Msgid-Bugs-To: \n"
  7. "POT-Creation-Date: 2011-03-20 21:03+0100\n"
  8. "PO-Revision-Date: 2011-03-13 21:15+0000\n"
  9. "Last-Translator: aljosa <aljosa.mohorovic@gmail.com>\n"
  10. "Language-Team: Croatian <>\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "Language: hr\n"
  15. "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
  16. "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
  17. #: actions.py:49
  18. #, python-format
  19. msgid "Successfully deleted %(count)d %(items)s."
  20. msgstr "Uspješno izbrisano %(count)d %(items)s."
  21. #: actions.py:61 options.py:1219
  22. #, python-format
  23. msgid "Cannot delete %(name)s"
  24. msgstr "Nije mogu?e izbrisati %(name)s"
  25. #: actions.py:63 options.py:1221
  26. msgid "Are you sure?"
  27. msgstr "Jeste li sigurni?"
  28. #: actions.py:85
  29. #, python-format
  30. msgid "Delete selected %(verbose_name_plural)s"
  31. msgstr "Izbrišite odabrane %(verbose_name_plural)s"
  32. #: filterspecs.py:54
  33. #, python-format
  34. msgid ""
  35. "<h3>By %s:</h3>\n"
  36. "<ul>\n"
  37. msgstr ""
  38. "<h3>Po %s:</h3>\n"
  39. "<ul>\n"
  40. #: filterspecs.py:104 filterspecs.py:139 filterspecs.py:168 filterspecs.py:258
  41. msgid "All"
  42. msgstr "Svi"
  43. #: filterspecs.py:139
  44. msgid "Yes"
  45. msgstr "Da"
  46. #: filterspecs.py:139
  47. msgid "No"
  48. msgstr "Ne"
  49. #: filterspecs.py:150
  50. msgid "Unknown"
  51. msgstr "Nepoznat pojam"
  52. #: filterspecs.py:196
  53. msgid "Any date"
  54. msgstr "Bilo koji datum"
  55. #: filterspecs.py:197
  56. msgid "Today"
  57. msgstr "Danas"
  58. #: filterspecs.py:200
  59. msgid "Past 7 days"
  60. msgstr "Prošlih 7 dana"
  61. #: filterspecs.py:203
  62. msgid "This month"
  63. msgstr "Ovaj mjesec"
  64. #: filterspecs.py:205
  65. msgid "This year"
  66. msgstr "Ova godina"
  67. #: forms.py:9
  68. msgid ""
  69. "Please enter a correct username and password. Note that both fields are case-"
  70. "sensitive."
  71. msgstr ""
  72. "Molim unesite ispravno korisni?ko ime i lozinku. Uzmite u obzir da oba polja "
  73. "razlikuju velika/mala slova."
  74. #: forms.py:18
  75. msgid "Please log in again, because your session has expired."
  76. msgstr "Molim prijavite se ponovo jer je vaš session istekao."
  77. #: forms.py:37
  78. #, python-format
  79. msgid "Your e-mail address is not your username. Try '%s' instead."
  80. msgstr "Vaša e-mail adresa nije vaše korisni?ko ime. Pokušajte sa '%s'"
  81. #: helpers.py:19
  82. msgid "Action:"
  83. msgstr "Akcija:"
  84. #: models.py:19
  85. msgid "action time"
  86. msgstr "vrijeme akcije"
  87. #: models.py:22
  88. msgid "object id"
  89. msgstr "id objekta"
  90. #: models.py:23
  91. msgid "object repr"
  92. msgstr "repr objekta"
  93. #: models.py:24
  94. msgid "action flag"
  95. msgstr "oznaka akcije"
  96. #: models.py:25
  97. msgid "change message"
  98. msgstr "promijeni poruku"
  99. #: models.py:28
  100. msgid "log entry"
  101. msgstr "zapis"
  102. #: models.py:29
  103. msgid "log entries"
  104. msgstr "zapisi"
  105. #: options.py:147 options.py:162
  106. msgid "None"
  107. msgstr "Nijedan"
  108. #: options.py:627
  109. #, python-format
  110. msgid "Changed %s."
  111. msgstr "Promijenjeno %s."
  112. #: options.py:627 options.py:637
  113. msgid "and"
  114. msgstr "i"
  115. #: options.py:632
  116. #, python-format
  117. msgid "Added %(name)s \"%(object)s\"."
  118. msgstr "Dodano %(name)s \"%(object)s\"."
  119. #: options.py:636
  120. #, python-format
  121. msgid "Changed %(list)s for %(name)s \"%(object)s\"."
  122. msgstr "Promijeni %(list)s za %(name)s \"%(object)s\"."
  123. #: options.py:641
  124. #, python-format
  125. msgid "Deleted %(name)s \"%(object)s\"."
  126. msgstr "Izbrisani %(name)s \"%(object)s\"."
  127. #: options.py:645
  128. msgid "No fields changed."
  129. msgstr "Nije bilo promjena polja."
  130. #: options.py:717
  131. #, python-format
  132. msgid "The %(name)s \"%(obj)s\" was added successfully."
  133. msgstr "%(name)s \"%(obj)s\" uspješno je dodano."
  134. #: options.py:721 options.py:761
  135. msgid "You may edit it again below."
  136. msgstr "Možete ponovo urediti unos dolje."
  137. #: options.py:731 options.py:771
  138. #, python-format
  139. msgid "You may add another %s below."
  140. msgstr "Možete dodati još jedan %s ispod."
  141. #: options.py:759
  142. #, python-format
  143. msgid "The %(name)s \"%(obj)s\" was changed successfully."
  144. msgstr "%(name)s \"%(obj)s\" uspješno promijenjeno."
  145. #: options.py:767
  146. #, python-format
  147. msgid ""
  148. "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below."
  149. msgstr "%(name)s \"%(obj)s\" uspješno dodan. Možete ponovo urediti unos dolje."
  150. #: options.py:827 options.py:1085
  151. msgid ""
  152. "Items must be selected in order to perform actions on them. No items have "
  153. "been changed."
  154. msgstr ""
  155. "Unosi moraju biti odabrani da bi se nad njima mogle izvršiti akcije. Nijedan "
  156. "unos nije promijenjen."
  157. #: options.py:846
  158. msgid "No action selected."
  159. msgstr "Nije odabrana akcija."
  160. #: options.py:927
  161. #, python-format
  162. msgid "Add %s"
  163. msgstr "Novi unos (%s)"
  164. #: options.py:953 options.py:1194
  165. #, python-format
  166. msgid "%(name)s object with primary key %(key)r does not exist."
  167. msgstr "Unos %(name)s sa primarnim klju?em %(key)r ne postoji."
  168. #: options.py:1018
  169. #, python-format
  170. msgid "Change %s"
  171. msgstr "Promijeni %s"
  172. #: options.py:1065
  173. msgid "Database error"
  174. msgstr "Pogreška u bazi"
  175. #: options.py:1127
  176. #, python-format
  177. msgid "%(count)s %(name)s was changed successfully."
  178. msgid_plural "%(count)s %(name)s were changed successfully."
  179. msgstr[0] "%(count)s %(name)s uspješno promijenjen."
  180. msgstr[1] "%(count)s %(name)s uspješno promijenjeno."
  181. msgstr[2] "%(count)s %(name)s uspješno promijenjeno."
  182. #: options.py:1154
  183. #, python-format
  184. msgid "%(total_count)s selected"
  185. msgid_plural "All %(total_count)s selected"
  186. msgstr[0] "%(total_count)s odabrano"
  187. msgstr[1] "Svih %(total_count)s odabrano"
  188. msgstr[2] "Svih %(total_count)s odabrano"
  189. #: options.py:1159
  190. #, python-format
  191. msgid "0 of %(cnt)s selected"
  192. msgstr "0 od %(cnt)s odabrano"
  193. #: options.py:1210
  194. #, python-format
  195. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  196. msgstr "%(name)s \"%(obj)s\" uspješno izbrisan."
  197. #: options.py:1255
  198. #, python-format
  199. msgid "Change history: %s"
  200. msgstr "Promijeni povijest: %s"
  201. #: sites.py:319 templates/admin/login.html:42
  202. #: templates/registration/password_reset_complete.html:14
  203. #: views/decorators.py:26
  204. msgid "Log in"
  205. msgstr "Prijavi se"
  206. #: sites.py:375
  207. msgid "Site administration"
  208. msgstr "Administracija stranica"
  209. #: sites.py:419
  210. #, python-format
  211. msgid "%s administration"
  212. msgstr "%s administracija"
  213. #: widgets.py:75
  214. msgid "Date:"
  215. msgstr "Datum:"
  216. #: widgets.py:75
  217. msgid "Time:"
  218. msgstr "Vrijeme:"
  219. #: widgets.py:140
  220. msgid "Lookup"
  221. msgstr "Potraži"
  222. #: widgets.py:246
  223. msgid "Add Another"
  224. msgstr "Unesi još"
  225. #: templates/admin/404.html:4 templates/admin/404.html.py:8
  226. msgid "Page not found"
  227. msgstr "Stranica nije prona?ena"
  228. #: templates/admin/404.html:10
  229. msgid "We're sorry, but the requested page could not be found."
  230. msgstr "Ispri?avamo se, ali tražena stranica nije prona?ena."
  231. #: templates/admin/500.html:4 templates/admin/app_index.html:8
  232. #: templates/admin/base.html:55 templates/admin/change_form.html:19
  233. #: templates/admin/change_list.html:42
  234. #: templates/admin/delete_confirmation.html:6
  235. #: templates/admin/delete_selected_confirmation.html:6
  236. #: templates/admin/invalid_setup.html:4 templates/admin/object_history.html:6
  237. #: templates/admin/auth/user/change_password.html:12
  238. #: templates/registration/logged_out.html:4
  239. #: templates/registration/password_change_done.html:5
  240. #: templates/registration/password_change_form.html:6
  241. #: templates/registration/password_reset_complete.html:4
  242. #: templates/registration/password_reset_confirm.html:4
  243. #: templates/registration/password_reset_done.html:4
  244. #: templates/registration/password_reset_form.html:4
  245. msgid "Home"
  246. msgstr "Po?etna"
  247. #: templates/admin/500.html:4
  248. msgid "Server error"
  249. msgstr "Greška na serveru"
  250. #: templates/admin/500.html:6
  251. msgid "Server error (500)"
  252. msgstr "Greška na serveru (500)"
  253. #: templates/admin/500.html:9
  254. msgid "Server Error <em>(500)</em>"
  255. msgstr "Greška na serveru <em>(500)</em>"
  256. #: templates/admin/500.html:10
  257. msgid ""
  258. "There's been an error. It's been reported to the site administrators via e-"
  259. "mail and should be fixed shortly. Thanks for your patience."
  260. msgstr ""
  261. "Dogodila se greška. Administratori su obaviješteni putem e-maila te bi "
  262. "greška uskoro trebala biti ispravljena. Hvala na strpljenju."
  263. #: templates/admin/actions.html:4
  264. msgid "Run the selected action"
  265. msgstr "Izvrši odabranu akciju"
  266. #: templates/admin/actions.html:4
  267. msgid "Go"
  268. msgstr "Idi"
  269. #: templates/admin/actions.html:11
  270. msgid "Click here to select the objects across all pages"
  271. msgstr "Klikni ovdje da bi odabrao unose kroz sve stranice"
  272. #: templates/admin/actions.html:11
  273. #, python-format
  274. msgid "Select all %(total_count)s %(module_name)s"
  275. msgstr "Odaberi svih %(total_count)s %(module_name)s"
  276. #: templates/admin/actions.html:13
  277. msgid "Clear selection"
  278. msgstr "O?isti odabir"
  279. #: templates/admin/app_index.html:10 templates/admin/index.html:19
  280. #, python-format
  281. msgid "%(name)s"
  282. msgstr "%(name)s"
  283. #: templates/admin/base.html:28
  284. msgid "Welcome,"
  285. msgstr "Dobrodošli,"
  286. #: templates/admin/base.html:33
  287. #: templates/registration/password_change_done.html:4
  288. #: templates/registration/password_change_form.html:5
  289. msgid "Documentation"
  290. msgstr "Dokumentacija"
  291. #: templates/admin/base.html:41
  292. #: templates/admin/auth/user/change_password.html:16
  293. #: templates/admin/auth/user/change_password.html:49
  294. #: templates/registration/password_change_done.html:4
  295. #: templates/registration/password_change_form.html:5
  296. msgid "Change password"
  297. msgstr "Promijeni lozinku"
  298. #: templates/admin/base.html:48
  299. #: templates/registration/password_change_done.html:4
  300. #: templates/registration/password_change_form.html:5
  301. msgid "Log out"
  302. msgstr "Odjava"
  303. #: templates/admin/base_site.html:4
  304. msgid "Django site admin"
  305. msgstr "Django administracija stranica"
  306. #: templates/admin/base_site.html:7
  307. msgid "Django administration"
  308. msgstr "Django administracija"
  309. #: templates/admin/change_form.html:22 templates/admin/index.html:29
  310. msgid "Add"
  311. msgstr "Novi unos"
  312. #: templates/admin/change_form.html:31 templates/admin/object_history.html:10
  313. msgid "History"
  314. msgstr "Povijest"
  315. #: templates/admin/change_form.html:32
  316. #: templates/admin/edit_inline/stacked.html:9
  317. #: templates/admin/edit_inline/tabular.html:28
  318. msgid "View on site"
  319. msgstr "Pogledaj na stranicama"
  320. #: templates/admin/change_form.html:43 templates/admin/change_list.html:73
  321. #: templates/admin/login.html:17
  322. #: templates/admin/auth/user/change_password.html:25
  323. #: templates/registration/password_change_form.html:16
  324. msgid "Please correct the error below."
  325. msgid_plural "Please correct the errors below."
  326. msgstr[0] "Molimo ispravite navedenu grešku."
  327. msgstr[1] "Molimo ispravite navedene greške."
  328. msgstr[2] "Molimo ispravite navedene greške."
  329. #: templates/admin/change_list.html:64
  330. #, python-format
  331. msgid "Add %(name)s"
  332. msgstr "Novi unos - %(name)s"
  333. #: templates/admin/change_list.html:84
  334. msgid "Filter"
  335. msgstr "Filter"
  336. #: templates/admin/delete_confirmation.html:10
  337. #: templates/admin/submit_line.html:4
  338. msgid "Delete"
  339. msgstr "Izbriši"
  340. #: templates/admin/delete_confirmation.html:17
  341. #, python-format
  342. msgid ""
  343. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  344. "related objects, but your account doesn't have permission to delete the "
  345. "following types of objects:"
  346. msgstr ""
  347. "Brisanje %(object_name)s '%(escaped_object)s' rezultiralo bi brisanjem "
  348. "povezanih objekta, ali vi nemate privilegije za brisanje navedenih objekta: "
  349. #: templates/admin/delete_confirmation.html:25
  350. #, python-format
  351. msgid ""
  352. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  353. "following protected related objects:"
  354. msgstr ""
  355. "Brisanje %(object_name)s '%(escaped_object)s' bi zahtijevalo i brisanje "
  356. "sljede?ih zašti?enih povezanih objekata:"
  357. #: templates/admin/delete_confirmation.html:33
  358. #, python-format
  359. msgid ""
  360. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  361. "All of the following related items will be deleted:"
  362. msgstr ""
  363. "Jeste li sigurni da želite izbrisati %(object_name)s \"%(escaped_object)s\"? "
  364. "Svi navedeni objekti biti ?e izbrisani:"
  365. #: templates/admin/delete_confirmation.html:38
  366. #: templates/admin/delete_selected_confirmation.html:43
  367. msgid "Yes, I'm sure"
  368. msgstr "Da, siguran sam"
  369. #: templates/admin/delete_selected_confirmation.html:9
  370. msgid "Delete multiple objects"
  371. msgstr "Izbriši više unosa."
  372. #: templates/admin/delete_selected_confirmation.html:16
  373. #, python-format
  374. msgid ""
  375. "Deleting the selected %(objects_name)s would result in deleting related "
  376. "objects, but your account doesn't have permission to delete the following "
  377. "types of objects:"
  378. msgstr ""
  379. "Brisanje odabranog %(objects_name)s rezultiralo bi brisanjem povezanih "
  380. "objekta, ali vaš korisni?ki ra?un nema dozvolu za brisanje sljede?e vrste "
  381. "objekata:"
  382. #: templates/admin/delete_selected_confirmation.html:24
  383. #, python-format
  384. msgid ""
  385. "Deleting the selected %(objects_name)s would require deleting the following "
  386. "protected related objects:"
  387. msgstr ""
  388. "Brisanje odabranog %(objects_name)s ?e zahtijevati brisanje sljede?ih "
  389. "zašti?enih povezanih objekata:"
  390. #: templates/admin/delete_selected_confirmation.html:32
  391. #, python-format
  392. msgid ""
  393. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  394. "following objects and their related items will be deleted:"
  395. msgstr ""
  396. "Jeste li sigurni da želite izbrisati odabrane %(objects_name)s ? Svi "
  397. "sljede?i objekti i povezane stavke ?e biti izbrisani:"
  398. #: templates/admin/filter.html:2
  399. #, python-format
  400. msgid " By %(filter_title)s "
  401. msgstr "Po %(filter_title)s "
  402. #: templates/admin/index.html:18
  403. #, python-format
  404. msgid "Models available in the %(name)s application."
  405. msgstr "Modeli dostupni u %(name)s aplikaciji."
  406. #: templates/admin/index.html:35
  407. msgid "Change"
  408. msgstr "Promijeni"
  409. #: templates/admin/index.html:45
  410. msgid "You don't have permission to edit anything."
  411. msgstr "Nemate privilegije za promjenu podataka."
  412. #: templates/admin/index.html:53
  413. msgid "Recent Actions"
  414. msgstr "Nedavne promjene"
  415. #: templates/admin/index.html:54
  416. msgid "My Actions"
  417. msgstr "Moje promjene"
  418. #: templates/admin/index.html:58
  419. msgid "None available"
  420. msgstr "Nije dostupno"
  421. #: templates/admin/index.html:72
  422. msgid "Unknown content"
  423. msgstr "Sadržaj nepoznat"
  424. #: templates/admin/invalid_setup.html:7
  425. msgid ""
  426. "Something's wrong with your database installation. Make sure the appropriate "
  427. "database tables have been created, and make sure the database is readable by "
  428. "the appropriate user."
  429. msgstr ""
  430. "Nešto nije uredu sa instalacijom/postavkama baze. Provjerite jesu li "
  431. "potrebne tablice u bazi kreirane i provjerite je li baza dostupna korisniku."
  432. #: templates/admin/login.html:33
  433. msgid "Username:"
  434. msgstr "Korisni?ko ime:"
  435. #: templates/admin/login.html:37
  436. msgid "Password:"
  437. msgstr "Lozinka:"
  438. #: templates/admin/object_history.html:22
  439. msgid "Date/time"
  440. msgstr "Datum/vrijeme"
  441. #: templates/admin/object_history.html:23
  442. msgid "User"
  443. msgstr "Korisnik"
  444. #: templates/admin/object_history.html:24
  445. msgid "Action"
  446. msgstr "Akcija"
  447. #: templates/admin/object_history.html:38
  448. msgid ""
  449. "This object doesn't have a change history. It probably wasn't added via this "
  450. "admin site."
  451. msgstr ""
  452. "Ovaj objekt nema povijest promjena. Mogu?e je da nije dodan korištenjem ove "
  453. "administracije."
  454. #: templates/admin/pagination.html:10
  455. msgid "Show all"
  456. msgstr "Prikaži sve"
  457. #: templates/admin/pagination.html:11 templates/admin/submit_line.html:3
  458. msgid "Save"
  459. msgstr "Spremi"
  460. #: templates/admin/search_form.html:8
  461. msgid "Search"
  462. msgstr "Traži"
  463. #: templates/admin/search_form.html:10
  464. #, python-format
  465. msgid "%(counter)s result"
  466. msgid_plural "%(counter)s results"
  467. msgstr[0] "%(counter)s rezultat"
  468. msgstr[1] "%(counter)s rezultata"
  469. msgstr[2] "%(counter)s rezultata"
  470. #: templates/admin/search_form.html:10
  471. #, python-format
  472. msgid "%(full_result_count)s total"
  473. msgstr "%(full_result_count)s ukupno"
  474. #: templates/admin/submit_line.html:5
  475. msgid "Save as new"
  476. msgstr "Spremi kao novi unos"
  477. #: templates/admin/submit_line.html:6
  478. msgid "Save and add another"
  479. msgstr "Spremi i unesi novi unos"
  480. #: templates/admin/submit_line.html:7
  481. msgid "Save and continue editing"
  482. msgstr "Spremi i nastavi ure?ivati"
  483. #: templates/admin/auth/user/add_form.html:6
  484. msgid ""
  485. "First, enter a username and password. Then, you'll be able to edit more user "
  486. "options."
  487. msgstr ""
  488. "Prvo, unesite korisni?ko ime i lozinku. Onda možete promijeniti više "
  489. "postavki korisnika."
  490. #: templates/admin/auth/user/add_form.html:8
  491. msgid "Enter a username and password."
  492. msgstr "Unesite korisni?ko ime i lozinku."
  493. #: templates/admin/auth/user/change_password.html:29
  494. #, python-format
  495. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  496. msgstr "Unesite novu lozinku za korisnika <strong>%(username)s</strong>."
  497. #: templates/admin/auth/user/change_password.html:36
  498. msgid "Password"
  499. msgstr "Lozinka"
  500. #: templates/admin/auth/user/change_password.html:42
  501. #: templates/registration/password_change_form.html:38
  502. msgid "Password (again)"
  503. msgstr "Lozinka (unesi ponovo)"
  504. #: templates/admin/auth/user/change_password.html:43
  505. msgid "Enter the same password as above, for verification."
  506. msgstr "Unesite istu lozinku, za potvrdu."
  507. #: templates/admin/edit_inline/stacked.html:67
  508. #: templates/admin/edit_inline/tabular.html:113
  509. #, python-format
  510. msgid "Add another %(verbose_name)s"
  511. msgstr "Dodaj još jedan %(verbose_name)s"
  512. #: templates/admin/edit_inline/stacked.html:70
  513. #: templates/admin/edit_inline/tabular.html:116
  514. msgid "Remove"
  515. msgstr "Ukloni"
  516. #: templates/admin/edit_inline/tabular.html:15
  517. msgid "Delete?"
  518. msgstr "Izbriši?"
  519. #: templates/registration/logged_out.html:8
  520. msgid "Thanks for spending some quality time with the Web site today."
  521. msgstr "Hvala što ste proveli malo kvalitetnog vremena na stranicama danas."
  522. #: templates/registration/logged_out.html:10
  523. msgid "Log in again"
  524. msgstr "Prijavite se ponovo"
  525. #: templates/registration/password_change_done.html:5
  526. #: templates/registration/password_change_form.html:6
  527. #: templates/registration/password_change_form.html:8
  528. #: templates/registration/password_change_form.html:20
  529. msgid "Password change"
  530. msgstr "Promjena lozinke"
  531. #: templates/registration/password_change_done.html:7
  532. #: templates/registration/password_change_done.html:11
  533. msgid "Password change successful"
  534. msgstr "Promjena lozinke uspješna"
  535. #: templates/registration/password_change_done.html:13
  536. msgid "Your password was changed."
  537. msgstr "Vaša lozinka je promijenjena."
  538. #: templates/registration/password_change_form.html:22
  539. msgid ""
  540. "Please enter your old password, for security's sake, and then enter your new "
  541. "password twice so we can verify you typed it in correctly."
  542. msgstr ""
  543. "Molim unesite staru lozinku, zbog sigurnosti, i onda unesite novu lozinku "
  544. "dvaput da bi mogli provjeriti jeste li je ispravno unijeli."
  545. #: templates/registration/password_change_form.html:28
  546. msgid "Old password"
  547. msgstr "Stara lozinka"
  548. #: templates/registration/password_change_form.html:33
  549. msgid "New password"
  550. msgstr "Nova lozinka"
  551. #: templates/registration/password_change_form.html:44
  552. #: templates/registration/password_reset_confirm.html:21
  553. msgid "Change my password"
  554. msgstr "Promijeni moju lozinku"
  555. #: templates/registration/password_reset_complete.html:4
  556. #: templates/registration/password_reset_confirm.html:6
  557. #: templates/registration/password_reset_done.html:4
  558. #: templates/registration/password_reset_form.html:4
  559. #: templates/registration/password_reset_form.html:6
  560. #: templates/registration/password_reset_form.html:10
  561. msgid "Password reset"
  562. msgstr "Resetiranje lozinke"
  563. #: templates/registration/password_reset_complete.html:6
  564. #: templates/registration/password_reset_complete.html:10
  565. msgid "Password reset complete"
  566. msgstr "Resetiranje lozinke završeno"
  567. #: templates/registration/password_reset_complete.html:12
  568. msgid "Your password has been set. You may go ahead and log in now."
  569. msgstr "Vaša lozinka je postavljena. Sada se možete prijaviti."
  570. #: templates/registration/password_reset_confirm.html:4
  571. msgid "Password reset confirmation"
  572. msgstr "Potvrda promjene lozinke"
  573. #: templates/registration/password_reset_confirm.html:12
  574. msgid "Enter new password"
  575. msgstr "Unesite novu lozinku"
  576. #: templates/registration/password_reset_confirm.html:14
  577. msgid ""
  578. "Please enter your new password twice so we can verify you typed it in "
  579. "correctly."
  580. msgstr ""
  581. "Molimo vas da unesete novu lozinku dvaput da bi mogli provjeriti jeste li je "
  582. "ispravno unijeli."
  583. #: templates/registration/password_reset_confirm.html:18
  584. msgid "New password:"
  585. msgstr "Nova lozinka:"
  586. #: templates/registration/password_reset_confirm.html:20
  587. msgid "Confirm password:"
  588. msgstr "Potvrdi lozinku:"
  589. #: templates/registration/password_reset_confirm.html:26
  590. msgid "Password reset unsuccessful"
  591. msgstr "Resetiranje lozinke neuspješno"
  592. #: templates/registration/password_reset_confirm.html:28
  593. msgid ""
  594. "The password reset link was invalid, possibly because it has already been "
  595. "used. Please request a new password reset."
  596. msgstr ""
  597. "Link za resetiranje lozinke je neispravan, vjerojatno jer je ve? korišten. "
  598. "Molimo zatražite novo resetiranje lozinke."
  599. #: templates/registration/password_reset_done.html:6
  600. #: templates/registration/password_reset_done.html:10
  601. msgid "Password reset successful"
  602. msgstr "Resetiranje lozinke uspješno"
  603. #: templates/registration/password_reset_done.html:12
  604. msgid ""
  605. "We've e-mailed you instructions for setting your password to the e-mail "
  606. "address you submitted. You should be receiving it shortly."
  607. msgstr ""
  608. "Poslali smo vam upute za postavljenje vaše lozinke na e-mail adresu koju ste "
  609. "unijeli. Trebali bi je uskoro primiti."
  610. #: templates/registration/password_reset_email.html:2
  611. #, python-format
  612. msgid ""
  613. "You're receiving this e-mail because you requested a password reset for your "
  614. "user account at %(site_name)s."
  615. msgstr ""
  616. "Dobili ste ovu e-mail poruku jer ste zatražili obnovu lozinke za vaš "
  617. "korisni?ki ra?un na %(site_name)s."
  618. #: templates/registration/password_reset_email.html:4
  619. msgid "Please go to the following page and choose a new password:"
  620. msgstr "Molimo oti?ite do sljede?e stranice i odaberite novu lozinku:"
  621. #: templates/registration/password_reset_email.html:8
  622. msgid "Your username, in case you've forgotten:"
  623. msgstr "Vaše korisni?ko ime, u slu?aju da ste zaboravili:"
  624. #: templates/registration/password_reset_email.html:10
  625. msgid "Thanks for using our site!"
  626. msgstr "Hvala šta koristite naše stranice!"
  627. #: templates/registration/password_reset_email.html:12
  628. #, python-format
  629. msgid "The %(site_name)s team"
  630. msgstr "%(site_name)s tim"
  631. #: templates/registration/password_reset_form.html:12
  632. msgid ""
  633. "Forgotten your password? Enter your e-mail address below, and we'll e-mail "
  634. "instructions for setting a new one."
  635. msgstr ""
  636. "Zaboravili ste lozinku? Unesite vašu e-mail adresu ispod i poslati ?emo vam "
  637. "upute kako postaviti novu."
  638. #: templates/registration/password_reset_form.html:16
  639. msgid "E-mail address:"
  640. msgstr "E-mail adresa:"
  641. #: templates/registration/password_reset_form.html:16
  642. msgid "Reset my password"
  643. msgstr "Resetiraj moju lozinku"
  644. #: templatetags/admin_list.py:290
  645. msgid "All dates"
  646. msgstr "Svi datumi"
  647. #: views/main.py:27
  648. msgid "(None)"
  649. msgstr "(Nijedan)"
  650. #: views/main.py:66
  651. #, python-format
  652. msgid "Select %s"
  653. msgstr "Odaberi %s"
  654. #: views/main.py:66
  655. #, python-format
  656. msgid "Select %s to change"
  657. msgstr "Odaberi za promjenu - %s"