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 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Igor Jerosimić, 2019
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # Janos Guljas <janos@resenje.org>, 2011-2012
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: django\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2019-01-16 20:42+0100\n"
  12. "PO-Revision-Date: 2019-06-27 12:37+0000\n"
  13. "Last-Translator: Igor Jerosimić\n"
  14. "Language-Team: Serbian (Latin) (http://www.transifex.com/django/django/"
  15. "language/sr@latin/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: sr@latin\n"
  20. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  21. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  22. #, python-format
  23. msgid "Successfully deleted %(count)d %(items)s."
  24. msgstr "Uspešno obrisano: %(count)d %(items)s."
  25. #, python-format
  26. msgid "Cannot delete %(name)s"
  27. msgstr "Nesuspelo brisanje %(name)s"
  28. msgid "Are you sure?"
  29. msgstr "Da li ste sigurni?"
  30. #, python-format
  31. msgid "Delete selected %(verbose_name_plural)s"
  32. msgstr "Briši označene objekte klase %(verbose_name_plural)s"
  33. msgid "Administration"
  34. msgstr "Administracija"
  35. msgid "All"
  36. msgstr "Svi"
  37. msgid "Yes"
  38. msgstr "Da"
  39. msgid "No"
  40. msgstr "Ne"
  41. msgid "Unknown"
  42. msgstr "Nepoznato"
  43. msgid "Any date"
  44. msgstr "Svi datumi"
  45. msgid "Today"
  46. msgstr "Danas"
  47. msgid "Past 7 days"
  48. msgstr "Poslednjih 7 dana"
  49. msgid "This month"
  50. msgstr "Ovaj mesec"
  51. msgid "This year"
  52. msgstr "Ova godina"
  53. msgid "No date"
  54. msgstr "Nema datuma"
  55. msgid "Has date"
  56. msgstr "Ima datum"
  57. #, python-format
  58. msgid ""
  59. "Please enter the correct %(username)s and password for a staff account. Note "
  60. "that both fields may be case-sensitive."
  61. msgstr ""
  62. "Molim vas unesite ispravno %(username)s i lozinku. Obratite pažnju da mala i "
  63. "velika slova predstavljaju različite karaktere."
  64. msgid "Action:"
  65. msgstr "Radnja:"
  66. #, python-format
  67. msgid "Add another %(verbose_name)s"
  68. msgstr "Dodaj još jedan objekat klase %(verbose_name)s."
  69. msgid "Remove"
  70. msgstr "Obriši"
  71. msgid "Addition"
  72. msgstr "Dodavanja"
  73. msgid "Change"
  74. msgstr "Izmeni"
  75. msgid "Deletion"
  76. msgstr "Brisanja"
  77. msgid "action time"
  78. msgstr "vreme radnje"
  79. msgid "user"
  80. msgstr "korisnik"
  81. msgid "content type"
  82. msgstr "tip sadržaja"
  83. msgid "object id"
  84. msgstr "id objekta"
  85. #. Translators: 'repr' means representation
  86. #. (https://docs.python.org/library/functions.html#repr)
  87. msgid "object repr"
  88. msgstr "opis objekta"
  89. msgid "action flag"
  90. msgstr "oznaka radnje"
  91. msgid "change message"
  92. msgstr "opis izmene"
  93. msgid "log entry"
  94. msgstr "zapis u logovima"
  95. msgid "log entries"
  96. msgstr "zapisi u logovima"
  97. #, python-format
  98. msgid "Added \"%(object)s\"."
  99. msgstr "Dodat objekat klase „%(object)s“."
  100. #, python-format
  101. msgid "Changed \"%(object)s\" - %(changes)s"
  102. msgstr "Promenjen objekat klase „%(object)s“ - %(changes)s"
  103. #, python-format
  104. msgid "Deleted \"%(object)s.\""
  105. msgstr "Uklonjen objekat klase „%(object)s“."
  106. msgid "LogEntry Object"
  107. msgstr "Objekat unosa loga"
  108. #, python-brace-format
  109. msgid "Added {name} \"{object}\"."
  110. msgstr "Dodat objekat {name} \"{object}\"."
  111. msgid "Added."
  112. msgstr "Dodato."
  113. msgid "and"
  114. msgstr "i"
  115. #, python-brace-format
  116. msgid "Changed {fields} for {name} \"{object}\"."
  117. msgstr "Izmenjena polja {fields} za {name} \"{object}\"."
  118. #, python-brace-format
  119. msgid "Changed {fields}."
  120. msgstr "Izmenjena polja {fields}."
  121. #, python-brace-format
  122. msgid "Deleted {name} \"{object}\"."
  123. msgstr "Obrisan objekat {name} \"{object}\"."
  124. msgid "No fields changed."
  125. msgstr "Bez izmena u poljima."
  126. msgid "None"
  127. msgstr "Ništa"
  128. msgid ""
  129. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  130. msgstr ""
  131. #, python-brace-format
  132. msgid "The {name} \"{obj}\" was added successfully."
  133. msgstr ""
  134. msgid "You may edit it again below."
  135. msgstr ""
  136. #, python-brace-format
  137. msgid ""
  138. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  139. "below."
  140. msgstr ""
  141. #, python-brace-format
  142. msgid ""
  143. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  144. msgstr ""
  145. #, python-brace-format
  146. msgid ""
  147. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  148. msgstr ""
  149. #, python-brace-format
  150. msgid ""
  151. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  152. "below."
  153. msgstr ""
  154. #, python-brace-format
  155. msgid "The {name} \"{obj}\" was changed successfully."
  156. msgstr ""
  157. msgid ""
  158. "Items must be selected in order to perform actions on them. No items have "
  159. "been changed."
  160. msgstr ""
  161. "Potrebno je izabrati objekte da bi se izvršila akcija nad njima. Nijedan "
  162. "objekat nije promenjen."
  163. msgid "No action selected."
  164. msgstr "Nije izabrana nijedna akcija."
  165. #, python-format
  166. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  167. msgstr "Objekat „%(obj)s“ klase %(name)s uspešno je obrisan."
  168. #, python-format
  169. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  170. msgstr ""
  171. #, python-format
  172. msgid "Add %s"
  173. msgstr "Dodaj objekat klase %s"
  174. #, python-format
  175. msgid "Change %s"
  176. msgstr "Izmeni objekat klase %s"
  177. #, python-format
  178. msgid "View %s"
  179. msgstr "Pregled %s"
  180. msgid "Database error"
  181. msgstr "Greška u bazi podataka"
  182. #, python-format
  183. msgid "%(count)s %(name)s was changed successfully."
  184. msgid_plural "%(count)s %(name)s were changed successfully."
  185. msgstr[0] "Uspešno promenjen %(count)s %(name)s."
  186. msgstr[1] "Uspešno promenjena %(count)s %(name)s."
  187. msgstr[2] "Uspešno promenjenih %(count)s %(name)s."
  188. #, python-format
  189. msgid "%(total_count)s selected"
  190. msgid_plural "All %(total_count)s selected"
  191. msgstr[0] "%(total_count)s izabran"
  192. msgstr[1] "Sva %(total_count)s izabrana"
  193. msgstr[2] "Svih %(total_count)s izabranih"
  194. #, python-format
  195. msgid "0 of %(cnt)s selected"
  196. msgstr "0 od %(cnt)s izabrano"
  197. #, python-format
  198. msgid "Change history: %s"
  199. msgstr "Istorijat izmena: %s"
  200. #. Translators: Model verbose name and instance representation,
  201. #. suitable to be an item in a list.
  202. #, python-format
  203. msgid "%(class_name)s %(instance)s"
  204. msgstr ""
  205. #, python-format
  206. msgid ""
  207. "Deleting %(class_name)s %(instance)s would require deleting the following "
  208. "protected related objects: %(related_objects)s"
  209. msgstr ""
  210. msgid "Django site admin"
  211. msgstr "Django administracija sajta"
  212. msgid "Django administration"
  213. msgstr "Django administracija"
  214. msgid "Site administration"
  215. msgstr "Administracija sistema"
  216. msgid "Log in"
  217. msgstr "Prijava"
  218. #, python-format
  219. msgid "%(app)s administration"
  220. msgstr ""
  221. msgid "Page not found"
  222. msgstr "Stranica nije pronađena"
  223. msgid "We're sorry, but the requested page could not be found."
  224. msgstr "Žao nam je, tražena stranica nije pronađena."
  225. msgid "Home"
  226. msgstr "Početna"
  227. msgid "Server error"
  228. msgstr "Greška na serveru"
  229. msgid "Server error (500)"
  230. msgstr "Greška na serveru (500)"
  231. msgid "Server Error <em>(500)</em>"
  232. msgstr "Greška na serveru <em>(500)</em>"
  233. msgid ""
  234. "There's been an error. It's been reported to the site administrators via "
  235. "email and should be fixed shortly. Thanks for your patience."
  236. msgstr ""
  237. msgid "Run the selected action"
  238. msgstr "Pokreni odabranu radnju"
  239. msgid "Go"
  240. msgstr "Počni"
  241. msgid "Click here to select the objects across all pages"
  242. msgstr "Izaberi sve objekte na ovoj stranici."
  243. #, python-format
  244. msgid "Select all %(total_count)s %(module_name)s"
  245. msgstr "Izaberi sve %(module_name)s od %(total_count)s ukupno."
  246. msgid "Clear selection"
  247. msgstr "Poništi izbor"
  248. msgid ""
  249. "First, enter a username and password. Then, you'll be able to edit more user "
  250. "options."
  251. msgstr ""
  252. "Prvo unesite korisničko ime i lozinku. Potom ćete moći da menjate još "
  253. "korisničkih podešavanja."
  254. msgid "Enter a username and password."
  255. msgstr "Unesite korisničko ime i lozinku"
  256. msgid "Change password"
  257. msgstr "Promena lozinke"
  258. msgid "Please correct the error below."
  259. msgstr ""
  260. msgid "Please correct the errors below."
  261. msgstr ""
  262. #, python-format
  263. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  264. msgstr "Unesite novu lozinku za korisnika <strong>%(username)s</strong>."
  265. msgid "Welcome,"
  266. msgstr "Dobrodošli,"
  267. msgid "View site"
  268. msgstr "Pogledaj sajt"
  269. msgid "Documentation"
  270. msgstr "Dokumentacija"
  271. msgid "Log out"
  272. msgstr "Odjava"
  273. #, python-format
  274. msgid "Add %(name)s"
  275. msgstr "Dodaj objekat klase %(name)s"
  276. msgid "History"
  277. msgstr "Istorijat"
  278. msgid "View on site"
  279. msgstr "Pregled na sajtu"
  280. msgid "Filter"
  281. msgstr "Filter"
  282. msgid "Remove from sorting"
  283. msgstr "Izbaci iz sortiranja"
  284. #, python-format
  285. msgid "Sorting priority: %(priority_number)s"
  286. msgstr "Prioritet sortiranja: %(priority_number)s"
  287. msgid "Toggle sorting"
  288. msgstr "Uključi/isključi sortiranje"
  289. msgid "Delete"
  290. msgstr "Obriši"
  291. #, python-format
  292. msgid ""
  293. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  294. "related objects, but your account doesn't have permission to delete the "
  295. "following types of objects:"
  296. msgstr ""
  297. "Uklanjanje %(object_name)s „%(escaped_object)s“ povlači uklanjanje svih "
  298. "objekata koji su povezani sa ovim objektom, ali vaš nalog nema dozvole za "
  299. "brisanje sledećih tipova objekata:"
  300. #, python-format
  301. msgid ""
  302. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  303. "following protected related objects:"
  304. msgstr ""
  305. "Da bi izbrisali izabran %(object_name)s „%(escaped_object)s“ potrebno je "
  306. "brisati i sledeće zaštićene povezane objekte:"
  307. #, python-format
  308. msgid ""
  309. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  310. "All of the following related items will be deleted:"
  311. msgstr ""
  312. "Da sigurni da želite da obrišete %(object_name)s „%(escaped_object)s“? "
  313. "Sledeći objekti koji su u vezi sa ovim objektom će takođe biti obrisani:"
  314. msgid "Objects"
  315. msgstr ""
  316. msgid "Yes, I'm sure"
  317. msgstr "Da, siguran sam"
  318. msgid "No, take me back"
  319. msgstr ""
  320. msgid "Delete multiple objects"
  321. msgstr "Brisanje više objekata"
  322. #, python-format
  323. msgid ""
  324. "Deleting the selected %(objects_name)s would result in deleting related "
  325. "objects, but your account doesn't have permission to delete the following "
  326. "types of objects:"
  327. msgstr ""
  328. "Da bi izbrisali izabrane %(objects_name)s potrebno je brisati i zaštićene "
  329. "povezane objekte, međutim vaš nalog nema dozvole za brisanje sledećih tipova "
  330. "objekata:"
  331. #, python-format
  332. msgid ""
  333. "Deleting the selected %(objects_name)s would require deleting the following "
  334. "protected related objects:"
  335. msgstr ""
  336. "Da bi izbrisali izabrane %(objects_name)s potrebno je brisati i sledeće "
  337. "zaštićene povezane objekte:"
  338. #, python-format
  339. msgid ""
  340. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  341. "following objects and their related items will be deleted:"
  342. msgstr ""
  343. "Da li ste sigurni da želite da izbrišete izabrane %(objects_name)s? Svi "
  344. "sledeći objekti i objekti sa njima povezani će biti izbrisani:"
  345. msgid "View"
  346. msgstr "Pregled"
  347. msgid "Delete?"
  348. msgstr "Brisanje?"
  349. #, python-format
  350. msgid " By %(filter_title)s "
  351. msgstr " %(filter_title)s "
  352. msgid "Summary"
  353. msgstr ""
  354. #, python-format
  355. msgid "Models in the %(name)s application"
  356. msgstr ""
  357. msgid "Add"
  358. msgstr "Dodaj"
  359. msgid "You don't have permission to view or edit anything."
  360. msgstr "Nemate dozvolu da pogledate ili izmenite bilo šta."
  361. msgid "Recent actions"
  362. msgstr ""
  363. msgid "My actions"
  364. msgstr ""
  365. msgid "None available"
  366. msgstr "Nema podataka"
  367. msgid "Unknown content"
  368. msgstr "Nepoznat sadržaj"
  369. msgid ""
  370. "Something's wrong with your database installation. Make sure the appropriate "
  371. "database tables have been created, and make sure the database is readable by "
  372. "the appropriate user."
  373. msgstr ""
  374. "Nešto nije uredu sa vašom bazom podataka. Proverite da li postoje "
  375. "odgovarajuće tabele i da li odgovarajući korisnik ima pristup bazi."
  376. #, python-format
  377. msgid ""
  378. "You are authenticated as %(username)s, but are not authorized to access this "
  379. "page. Would you like to login to a different account?"
  380. msgstr ""
  381. msgid "Forgotten your password or username?"
  382. msgstr "Zaboravili ste lozinku ili korisničko ime?"
  383. msgid "Date/time"
  384. msgstr "Datum/vreme"
  385. msgid "User"
  386. msgstr "Korisnik"
  387. msgid "Action"
  388. msgstr "Radnja"
  389. msgid ""
  390. "This object doesn't have a change history. It probably wasn't added via this "
  391. "admin site."
  392. msgstr ""
  393. "Ovaj objekat nema zabeležen istorijat izmena. Verovatno nije dodat kroz ovaj "
  394. "sajt za administraciju."
  395. msgid "Show all"
  396. msgstr "Prikaži sve"
  397. msgid "Save"
  398. msgstr "Sačuvaj"
  399. msgid "Popup closing…"
  400. msgstr ""
  401. msgid "Search"
  402. msgstr "Pretraga"
  403. #, python-format
  404. msgid "%(counter)s result"
  405. msgid_plural "%(counter)s results"
  406. msgstr[0] "%(counter)s rezultat"
  407. msgstr[1] "%(counter)s rezultata"
  408. msgstr[2] "%(counter)s rezultata"
  409. #, python-format
  410. msgid "%(full_result_count)s total"
  411. msgstr "ukupno %(full_result_count)s"
  412. msgid "Save as new"
  413. msgstr "Sačuvaj kao novi"
  414. msgid "Save and add another"
  415. msgstr "Sačuvaj i dodaj sledeći"
  416. msgid "Save and continue editing"
  417. msgstr "Sačuvaj i nastavi sa izmenama"
  418. msgid "Save and view"
  419. msgstr "Snimi i pogledaj"
  420. msgid "Close"
  421. msgstr ""
  422. #, python-format
  423. msgid "Change selected %(model)s"
  424. msgstr ""
  425. #, python-format
  426. msgid "Add another %(model)s"
  427. msgstr ""
  428. #, python-format
  429. msgid "Delete selected %(model)s"
  430. msgstr ""
  431. msgid "Thanks for spending some quality time with the Web site today."
  432. msgstr "Hvala što ste danas proveli vreme na ovom sajtu."
  433. msgid "Log in again"
  434. msgstr "Ponovna prijava"
  435. msgid "Password change"
  436. msgstr "Izmena lozinke"
  437. msgid "Your password was changed."
  438. msgstr "Vaša lozinka je izmenjena."
  439. msgid ""
  440. "Please enter your old password, for security's sake, and then enter your new "
  441. "password twice so we can verify you typed it in correctly."
  442. msgstr ""
  443. "Iz bezbednosnih razloga prvo unesite svoju staru lozinku, a novu zatim "
  444. "unesite dva puta da bismo mogli da proverimo da li ste je pravilno uneli."
  445. msgid "Change my password"
  446. msgstr "Izmeni moju lozinku"
  447. msgid "Password reset"
  448. msgstr "Resetovanje lozinke"
  449. msgid "Your password has been set. You may go ahead and log in now."
  450. msgstr "Vaša lozinka je postavljena. Možete se prijaviti."
  451. msgid "Password reset confirmation"
  452. msgstr "Potvrda resetovanja lozinke"
  453. msgid ""
  454. "Please enter your new password twice so we can verify you typed it in "
  455. "correctly."
  456. msgstr ""
  457. "Unesite novu lozinku dva puta kako bismo mogli da proverimo da li ste je "
  458. "pravilno uneli."
  459. msgid "New password:"
  460. msgstr "Nova lozinka:"
  461. msgid "Confirm password:"
  462. msgstr "Potvrda lozinke:"
  463. msgid ""
  464. "The password reset link was invalid, possibly because it has already been "
  465. "used. Please request a new password reset."
  466. msgstr ""
  467. "Link za resetovanje lozinke nije važeći, verovatno zato što je već "
  468. "iskorišćen. Ponovo zatražite resetovanje lozinke."
  469. msgid ""
  470. "We've emailed you instructions for setting your password, if an account "
  471. "exists with the email you entered. You should receive them shortly."
  472. msgstr ""
  473. msgid ""
  474. "If you don't receive an email, please make sure you've entered the address "
  475. "you registered with, and check your spam folder."
  476. msgstr ""
  477. #, python-format
  478. msgid ""
  479. "You're receiving this email because you requested a password reset for your "
  480. "user account at %(site_name)s."
  481. msgstr ""
  482. msgid "Please go to the following page and choose a new password:"
  483. msgstr "Idite na sledeću stranicu i postavite novu lozinku."
  484. msgid "Your username, in case you've forgotten:"
  485. msgstr "Ukoliko ste zaboravili, vaše korisničko ime:"
  486. msgid "Thanks for using our site!"
  487. msgstr "Hvala što koristite naš sajt!"
  488. #, python-format
  489. msgid "The %(site_name)s team"
  490. msgstr "Ekipa sajta %(site_name)s"
  491. msgid ""
  492. "Forgotten your password? Enter your email address below, and we'll email "
  493. "instructions for setting a new one."
  494. msgstr ""
  495. msgid "Email address:"
  496. msgstr ""
  497. msgid "Reset my password"
  498. msgstr "Resetuj moju lozinku"
  499. msgid "All dates"
  500. msgstr "Svi datumi"
  501. #, python-format
  502. msgid "Select %s"
  503. msgstr "Odaberi objekat klase %s"
  504. #, python-format
  505. msgid "Select %s to change"
  506. msgstr "Odaberi objekat klase %s za izmenu"
  507. #, python-format
  508. msgid "Select %s to view"
  509. msgstr "Odaberi %sza pregled"
  510. msgid "Date:"
  511. msgstr "Datum:"
  512. msgid "Time:"
  513. msgstr "Vreme:"
  514. msgid "Lookup"
  515. msgstr "Pretraži"
  516. msgid "Currently:"
  517. msgstr ""
  518. msgid "Change:"
  519. msgstr ""