Development of an internal social media platform with personalised dashboards for students
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 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Janos Guljas <janos@resenje.org>, 2011-2012
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: django\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2017-11-15 16:15+0100\n"
  11. "PO-Revision-Date: 2017-11-16 01:13+0000\n"
  12. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  13. "Language-Team: Serbian (Latin) (http://www.transifex.com/django/django/"
  14. "language/sr%40latin/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: sr@latin\n"
  19. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  21. msgid "Afrikaans"
  22. msgstr ""
  23. msgid "Arabic"
  24. msgstr "arapski"
  25. msgid "Asturian"
  26. msgstr ""
  27. msgid "Azerbaijani"
  28. msgstr "azerbejdžanski"
  29. msgid "Bulgarian"
  30. msgstr "bugarski"
  31. msgid "Belarusian"
  32. msgstr ""
  33. msgid "Bengali"
  34. msgstr "bengalski"
  35. msgid "Breton"
  36. msgstr ""
  37. msgid "Bosnian"
  38. msgstr "bosanski"
  39. msgid "Catalan"
  40. msgstr "katalonski"
  41. msgid "Czech"
  42. msgstr "češki"
  43. msgid "Welsh"
  44. msgstr "velški"
  45. msgid "Danish"
  46. msgstr "danski"
  47. msgid "German"
  48. msgstr "nemački"
  49. msgid "Lower Sorbian"
  50. msgstr ""
  51. msgid "Greek"
  52. msgstr "grčki"
  53. msgid "English"
  54. msgstr "engleski"
  55. msgid "Australian English"
  56. msgstr ""
  57. msgid "British English"
  58. msgstr "britanski engleski"
  59. msgid "Esperanto"
  60. msgstr ""
  61. msgid "Spanish"
  62. msgstr "španski"
  63. msgid "Argentinian Spanish"
  64. msgstr "argentinski španski"
  65. msgid "Colombian Spanish"
  66. msgstr ""
  67. msgid "Mexican Spanish"
  68. msgstr "meksički španski"
  69. msgid "Nicaraguan Spanish"
  70. msgstr "nikaragvanski španski"
  71. msgid "Venezuelan Spanish"
  72. msgstr ""
  73. msgid "Estonian"
  74. msgstr "estonski"
  75. msgid "Basque"
  76. msgstr "baskijski"
  77. msgid "Persian"
  78. msgstr "persijski"
  79. msgid "Finnish"
  80. msgstr "finski"
  81. msgid "French"
  82. msgstr "francuski"
  83. msgid "Frisian"
  84. msgstr "frizijski"
  85. msgid "Irish"
  86. msgstr "irski"
  87. msgid "Scottish Gaelic"
  88. msgstr ""
  89. msgid "Galician"
  90. msgstr "galski"
  91. msgid "Hebrew"
  92. msgstr "hebrejski"
  93. msgid "Hindi"
  94. msgstr "hindu"
  95. msgid "Croatian"
  96. msgstr "hrvatski"
  97. msgid "Upper Sorbian"
  98. msgstr ""
  99. msgid "Hungarian"
  100. msgstr "mađarski"
  101. msgid "Interlingua"
  102. msgstr ""
  103. msgid "Indonesian"
  104. msgstr "indonežanski"
  105. msgid "Ido"
  106. msgstr ""
  107. msgid "Icelandic"
  108. msgstr "islandski"
  109. msgid "Italian"
  110. msgstr "italijanski"
  111. msgid "Japanese"
  112. msgstr "japanski"
  113. msgid "Georgian"
  114. msgstr "gruzijski"
  115. msgid "Kazakh"
  116. msgstr ""
  117. msgid "Khmer"
  118. msgstr "kambodijski"
  119. msgid "Kannada"
  120. msgstr "kanada"
  121. msgid "Korean"
  122. msgstr "korejski"
  123. msgid "Luxembourgish"
  124. msgstr ""
  125. msgid "Lithuanian"
  126. msgstr "litvanski"
  127. msgid "Latvian"
  128. msgstr "latvijski"
  129. msgid "Macedonian"
  130. msgstr "makedonski"
  131. msgid "Malayalam"
  132. msgstr "malajalamski"
  133. msgid "Mongolian"
  134. msgstr "mongolski"
  135. msgid "Marathi"
  136. msgstr ""
  137. msgid "Burmese"
  138. msgstr ""
  139. msgid "Norwegian Bokmål"
  140. msgstr ""
  141. msgid "Nepali"
  142. msgstr ""
  143. msgid "Dutch"
  144. msgstr "holandski"
  145. msgid "Norwegian Nynorsk"
  146. msgstr "norveški novi"
  147. msgid "Ossetic"
  148. msgstr ""
  149. msgid "Punjabi"
  150. msgstr "Pandžabi"
  151. msgid "Polish"
  152. msgstr "poljski"
  153. msgid "Portuguese"
  154. msgstr "portugalski"
  155. msgid "Brazilian Portuguese"
  156. msgstr "brazilski portugalski"
  157. msgid "Romanian"
  158. msgstr "rumunski"
  159. msgid "Russian"
  160. msgstr "ruski"
  161. msgid "Slovak"
  162. msgstr "slovački"
  163. msgid "Slovenian"
  164. msgstr "slovenački"
  165. msgid "Albanian"
  166. msgstr "albanski"
  167. msgid "Serbian"
  168. msgstr "srpski"
  169. msgid "Serbian Latin"
  170. msgstr "srpski (latinica)"
  171. msgid "Swedish"
  172. msgstr "švedski"
  173. msgid "Swahili"
  174. msgstr ""
  175. msgid "Tamil"
  176. msgstr "tamilski"
  177. msgid "Telugu"
  178. msgstr "telugu"
  179. msgid "Thai"
  180. msgstr "tajlandski"
  181. msgid "Turkish"
  182. msgstr "turski"
  183. msgid "Tatar"
  184. msgstr ""
  185. msgid "Udmurt"
  186. msgstr ""
  187. msgid "Ukrainian"
  188. msgstr "ukrajinski"
  189. msgid "Urdu"
  190. msgstr "Urdu"
  191. msgid "Vietnamese"
  192. msgstr "vijetnamski"
  193. msgid "Simplified Chinese"
  194. msgstr "novokineski"
  195. msgid "Traditional Chinese"
  196. msgstr "starokineski"
  197. msgid "Messages"
  198. msgstr ""
  199. msgid "Site Maps"
  200. msgstr ""
  201. msgid "Static Files"
  202. msgstr ""
  203. msgid "Syndication"
  204. msgstr ""
  205. msgid "That page number is not an integer"
  206. msgstr ""
  207. msgid "That page number is less than 1"
  208. msgstr ""
  209. msgid "That page contains no results"
  210. msgstr ""
  211. msgid "Enter a valid value."
  212. msgstr "Unesite ispravnu vrednost."
  213. msgid "Enter a valid URL."
  214. msgstr "Unesite ispravan URL."
  215. msgid "Enter a valid integer."
  216. msgstr ""
  217. msgid "Enter a valid email address."
  218. msgstr ""
  219. #. Translators: "letters" means latin letters: a-z and A-Z.
  220. msgid ""
  221. "Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
  222. msgstr ""
  223. "Unesite isrpavan „slag“, koji se sastoji od slova, brojki, donjih crta ili "
  224. "cirtica."
  225. msgid ""
  226. "Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
  227. "hyphens."
  228. msgstr ""
  229. msgid "Enter a valid IPv4 address."
  230. msgstr "Unesite ispravnu IPv4 adresu."
  231. msgid "Enter a valid IPv6 address."
  232. msgstr "Unesite ispravnu IPv6 adresu."
  233. msgid "Enter a valid IPv4 or IPv6 address."
  234. msgstr "Unesite ispravnu IPv4 ili IPv6 adresu."
  235. msgid "Enter only digits separated by commas."
  236. msgstr "Unesite samo brojke razdvojene zapetama."
  237. #, python-format
  238. msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
  239. msgstr "Ovo polje mora da bude %(limit_value)s (trenutno ima %(show_value)s)."
  240. #, python-format
  241. msgid "Ensure this value is less than or equal to %(limit_value)s."
  242. msgstr "Ova vrednost mora da bude manja od %(limit_value)s. ili tačno toliko."
  243. #, python-format
  244. msgid "Ensure this value is greater than or equal to %(limit_value)s."
  245. msgstr "Ova vrednost mora biti veća od %(limit_value)s ili tačno toliko."
  246. #, python-format
  247. msgid ""
  248. "Ensure this value has at least %(limit_value)d character (it has "
  249. "%(show_value)d)."
  250. msgid_plural ""
  251. "Ensure this value has at least %(limit_value)d characters (it has "
  252. "%(show_value)d)."
  253. msgstr[0] ""
  254. msgstr[1] ""
  255. msgstr[2] ""
  256. #, python-format
  257. msgid ""
  258. "Ensure this value has at most %(limit_value)d character (it has "
  259. "%(show_value)d)."
  260. msgid_plural ""
  261. "Ensure this value has at most %(limit_value)d characters (it has "
  262. "%(show_value)d)."
  263. msgstr[0] ""
  264. msgstr[1] ""
  265. msgstr[2] ""
  266. #, python-format
  267. msgid "Ensure that there are no more than %(max)s digit in total."
  268. msgid_plural "Ensure that there are no more than %(max)s digits in total."
  269. msgstr[0] ""
  270. msgstr[1] ""
  271. msgstr[2] ""
  272. #, python-format
  273. msgid "Ensure that there are no more than %(max)s decimal place."
  274. msgid_plural "Ensure that there are no more than %(max)s decimal places."
  275. msgstr[0] ""
  276. msgstr[1] ""
  277. msgstr[2] ""
  278. #, python-format
  279. msgid ""
  280. "Ensure that there are no more than %(max)s digit before the decimal point."
  281. msgid_plural ""
  282. "Ensure that there are no more than %(max)s digits before the decimal point."
  283. msgstr[0] ""
  284. msgstr[1] ""
  285. msgstr[2] ""
  286. #, python-format
  287. msgid ""
  288. "File extension '%(extension)s' is not allowed. Allowed extensions are: "
  289. "'%(allowed_extensions)s'."
  290. msgstr ""
  291. msgid "Null characters are not allowed."
  292. msgstr ""
  293. msgid "and"
  294. msgstr "i"
  295. #, python-format
  296. msgid "%(model_name)s with this %(field_labels)s already exists."
  297. msgstr ""
  298. #, python-format
  299. msgid "Value %(value)r is not a valid choice."
  300. msgstr ""
  301. msgid "This field cannot be null."
  302. msgstr "Ovo polje ne može da ostane prazno."
  303. msgid "This field cannot be blank."
  304. msgstr "Ovo polje ne može da ostane prazno."
  305. #, python-format
  306. msgid "%(model_name)s with this %(field_label)s already exists."
  307. msgstr "%(model_name)s sa ovom vrednošću %(field_label)s već postoji."
  308. #. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
  309. #. Eg: "Title must be unique for pub_date year"
  310. #, python-format
  311. msgid ""
  312. "%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
  313. msgstr ""
  314. #, python-format
  315. msgid "Field of type: %(field_type)s"
  316. msgstr "Ponje tipa: %(field_type)s"
  317. msgid "Integer"
  318. msgstr "Ceo broj"
  319. #, python-format
  320. msgid "'%(value)s' value must be an integer."
  321. msgstr ""
  322. msgid "Big (8 byte) integer"
  323. msgstr "Veliki ceo broj"
  324. #, python-format
  325. msgid "'%(value)s' value must be either True or False."
  326. msgstr ""
  327. msgid "Boolean (Either True or False)"
  328. msgstr "Bulova vrednost (True ili False)"
  329. #, python-format
  330. msgid "String (up to %(max_length)s)"
  331. msgstr "String (najviše %(max_length)s znakova)"
  332. msgid "Comma-separated integers"
  333. msgstr "Celi brojevi razdvojeni zapetama"
  334. #, python-format
  335. msgid ""
  336. "'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
  337. "format."
  338. msgstr ""
  339. #, python-format
  340. msgid ""
  341. "'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
  342. "date."
  343. msgstr ""
  344. msgid "Date (without time)"
  345. msgstr "Datum (bez vremena)"
  346. #, python-format
  347. msgid ""
  348. "'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
  349. "uuuuuu]][TZ] format."
  350. msgstr ""
  351. #, python-format
  352. msgid ""
  353. "'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
  354. "[TZ]) but it is an invalid date/time."
  355. msgstr ""
  356. msgid "Date (with time)"
  357. msgstr "Datum (sa vremenom)"
  358. #, python-format
  359. msgid "'%(value)s' value must be a decimal number."
  360. msgstr ""
  361. msgid "Decimal number"
  362. msgstr "Decimalni broj"
  363. #, python-format
  364. msgid ""
  365. "'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
  366. "uuuuuu] format."
  367. msgstr ""
  368. msgid "Duration"
  369. msgstr ""
  370. msgid "Email address"
  371. msgstr "Imejl adresa"
  372. msgid "File path"
  373. msgstr "Putanja fajla"
  374. #, python-format
  375. msgid "'%(value)s' value must be a float."
  376. msgstr ""
  377. msgid "Floating point number"
  378. msgstr "Broj sa pokrenom zapetom"
  379. msgid "IPv4 address"
  380. msgstr "IPv4 adresa"
  381. msgid "IP address"
  382. msgstr "IP adresa"
  383. #, python-format
  384. msgid "'%(value)s' value must be either None, True or False."
  385. msgstr ""
  386. msgid "Boolean (Either True, False or None)"
  387. msgstr "Bulova vrednost (True, False ili None)"
  388. msgid "Positive integer"
  389. msgstr "Pozitivan ceo broj"
  390. msgid "Positive small integer"
  391. msgstr "Pozitivan mali ceo broj"
  392. #, python-format
  393. msgid "Slug (up to %(max_length)s)"
  394. msgstr "Slag (ne duži od %(max_length)s)"
  395. msgid "Small integer"
  396. msgstr "Mali ceo broj"
  397. msgid "Text"
  398. msgstr "Tekst"
  399. #, python-format
  400. msgid ""
  401. "'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
  402. "format."
  403. msgstr ""
  404. #, python-format
  405. msgid ""
  406. "'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
  407. "invalid time."
  408. msgstr ""
  409. msgid "Time"
  410. msgstr "Vreme"
  411. msgid "URL"
  412. msgstr "URL"
  413. msgid "Raw binary data"
  414. msgstr ""
  415. #, python-format
  416. msgid "'%(value)s' is not a valid UUID."
  417. msgstr ""
  418. msgid "File"
  419. msgstr "Fajl"
  420. msgid "Image"
  421. msgstr "Slika"
  422. #, python-format
  423. msgid "%(model)s instance with %(field)s %(value)r does not exist."
  424. msgstr ""
  425. msgid "Foreign Key (type determined by related field)"
  426. msgstr "Strani ključ (tip određuje referentno polje)"
  427. msgid "One-to-one relationship"
  428. msgstr "Relacija jedan na jedan"
  429. #, python-format
  430. msgid "%(from)s-%(to)s relationship"
  431. msgstr ""
  432. #, python-format
  433. msgid "%(from)s-%(to)s relationships"
  434. msgstr ""
  435. msgid "Many-to-many relationship"
  436. msgstr "Relacija više na više"
  437. #. Translators: If found as last label character, these punctuation
  438. #. characters will prevent the default label_suffix to be appended to the
  439. #. label
  440. msgid ":?.!"
  441. msgstr ""
  442. msgid "This field is required."
  443. msgstr "Ovo polje se mora popuniti."
  444. msgid "Enter a whole number."
  445. msgstr "Unesite ceo broj."
  446. msgid "Enter a number."
  447. msgstr "Unesite broj."
  448. msgid "Enter a valid date."
  449. msgstr "Unesite ispravan datum."
  450. msgid "Enter a valid time."
  451. msgstr "Unesite ispravno vreme"
  452. msgid "Enter a valid date/time."
  453. msgstr "Unesite ispravan datum/vreme."
  454. msgid "Enter a valid duration."
  455. msgstr ""
  456. msgid "No file was submitted. Check the encoding type on the form."
  457. msgstr "Fajl nije prebačen. Proverite tip enkodiranja formulara."
  458. msgid "No file was submitted."
  459. msgstr "Fajl nije prebačen."
  460. msgid "The submitted file is empty."
  461. msgstr "Prebačen fajl je prazan."
  462. #, python-format
  463. msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
  464. msgid_plural ""
  465. "Ensure this filename has at most %(max)d characters (it has %(length)d)."
  466. msgstr[0] ""
  467. msgstr[1] ""
  468. msgstr[2] ""
  469. msgid "Please either submit a file or check the clear checkbox, not both."
  470. msgstr "Može se samo poslati fajl ili izbrisati, ne oba."
  471. msgid ""
  472. "Upload a valid image. The file you uploaded was either not an image or a "
  473. "corrupted image."
  474. msgstr ""
  475. "Prebacite ispravan fajl. Fajl koji je prebačen ili nije slika, ili je "
  476. "oštećen."
  477. #, python-format
  478. msgid "Select a valid choice. %(value)s is not one of the available choices."
  479. msgstr ""
  480. "%(value)s nije među ponuđenim vrednostima. Odaberite jednu od ponuđenih."
  481. msgid "Enter a list of values."
  482. msgstr "Unesite listu vrednosti."
  483. msgid "Enter a complete value."
  484. msgstr ""
  485. msgid "Enter a valid UUID."
  486. msgstr ""
  487. #. Translators: This is the default suffix added to form field labels
  488. msgid ":"
  489. msgstr ""
  490. #, python-format
  491. msgid "(Hidden field %(name)s) %(error)s"
  492. msgstr ""
  493. msgid "ManagementForm data is missing or has been tampered with"
  494. msgstr ""
  495. #, python-format
  496. msgid "Please submit %d or fewer forms."
  497. msgid_plural "Please submit %d or fewer forms."
  498. msgstr[0] ""
  499. msgstr[1] ""
  500. msgstr[2] ""
  501. #, python-format
  502. msgid "Please submit %d or more forms."
  503. msgid_plural "Please submit %d or more forms."
  504. msgstr[0] ""
  505. msgstr[1] ""
  506. msgstr[2] ""
  507. msgid "Order"
  508. msgstr "Redosled"
  509. msgid "Delete"
  510. msgstr "Obriši"
  511. #, python-format
  512. msgid "Please correct the duplicate data for %(field)s."
  513. msgstr "Ispravite dupliran sadržaj za polja: %(field)s."
  514. #, python-format
  515. msgid "Please correct the duplicate data for %(field)s, which must be unique."
  516. msgstr ""
  517. "Ispravite dupliran sadržaj za polja: %(field)s, koji mora da bude jedinstven."
  518. #, python-format
  519. msgid ""
  520. "Please correct the duplicate data for %(field_name)s which must be unique "
  521. "for the %(lookup)s in %(date_field)s."
  522. msgstr ""
  523. "Ispravite dupliran sadržaj za polja: %(field_name)s, koji mora da bude "
  524. "jedinstven za %(lookup)s u %(date_field)s."
  525. msgid "Please correct the duplicate values below."
  526. msgstr "Ispravite duplirane vrednosti dole."
  527. msgid "The inline value did not match the parent instance."
  528. msgstr ""
  529. msgid "Select a valid choice. That choice is not one of the available choices."
  530. msgstr "Odabrana vrednost nije među ponuđenima. Odaberite jednu od ponuđenih."
  531. #, python-format
  532. msgid "\"%(pk)s\" is not a valid value."
  533. msgstr ""
  534. #, python-format
  535. msgid ""
  536. "%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
  537. "may be ambiguous or it may not exist."
  538. msgstr ""
  539. "Vreme %(datetime)s ne može se predstaviti u vremenskoj zoni "
  540. "%(current_timezone)s."
  541. msgid "Clear"
  542. msgstr "Očisti"
  543. msgid "Currently"
  544. msgstr "Trenutno"
  545. msgid "Change"
  546. msgstr "Izmeni"
  547. msgid "Unknown"
  548. msgstr "Nepoznato"
  549. msgid "Yes"
  550. msgstr "Da"
  551. msgid "No"
  552. msgstr "Ne"
  553. msgid "yes,no,maybe"
  554. msgstr "da,ne,možda"
  555. #, python-format
  556. msgid "%(size)d byte"
  557. msgid_plural "%(size)d bytes"
  558. msgstr[0] "%(size)d bajt"
  559. msgstr[1] "%(size)d bajta"
  560. msgstr[2] "%(size)d bajtova"
  561. #, python-format
  562. msgid "%s KB"
  563. msgstr "%s KB"
  564. #, python-format
  565. msgid "%s MB"
  566. msgstr "%s MB"
  567. #, python-format
  568. msgid "%s GB"
  569. msgstr "%s GB"
  570. #, python-format
  571. msgid "%s TB"
  572. msgstr "%s TB"
  573. #, python-format
  574. msgid "%s PB"
  575. msgstr "%s PB"
  576. msgid "p.m."
  577. msgstr "po p."
  578. msgid "a.m."
  579. msgstr "pre p."
  580. msgid "PM"
  581. msgstr "PM"
  582. msgid "AM"
  583. msgstr "AM"
  584. msgid "midnight"
  585. msgstr "ponoć"
  586. msgid "noon"
  587. msgstr "podne"
  588. msgid "Monday"
  589. msgstr "ponedeljak"
  590. msgid "Tuesday"
  591. msgstr "utorak"
  592. msgid "Wednesday"
  593. msgstr "sreda"
  594. msgid "Thursday"
  595. msgstr "četvrtak"
  596. msgid "Friday"
  597. msgstr "petak"
  598. msgid "Saturday"
  599. msgstr "subota"
  600. msgid "Sunday"
  601. msgstr "nedelja"
  602. msgid "Mon"
  603. msgstr "pon."
  604. msgid "Tue"
  605. msgstr "uto."
  606. msgid "Wed"
  607. msgstr "sre."
  608. msgid "Thu"
  609. msgstr "čet."
  610. msgid "Fri"
  611. msgstr "pet."
  612. msgid "Sat"
  613. msgstr "sub."
  614. msgid "Sun"
  615. msgstr "ned."
  616. msgid "January"
  617. msgstr "januar"
  618. msgid "February"
  619. msgstr "februar"
  620. msgid "March"
  621. msgstr "mart"
  622. msgid "April"
  623. msgstr "april"
  624. msgid "May"
  625. msgstr "maj"
  626. msgid "June"
  627. msgstr "jun"
  628. msgid "July"
  629. msgstr "jul"
  630. msgid "August"
  631. msgstr "avgust"
  632. msgid "September"
  633. msgstr "septembar"
  634. msgid "October"
  635. msgstr "oktobar"
  636. msgid "November"
  637. msgstr "novembar"
  638. msgid "December"
  639. msgstr "decembar"
  640. msgid "jan"
  641. msgstr "jan."
  642. msgid "feb"
  643. msgstr "feb."
  644. msgid "mar"
  645. msgstr "mar."
  646. msgid "apr"
  647. msgstr "apr."
  648. msgid "may"
  649. msgstr "maj."
  650. msgid "jun"
  651. msgstr "jun."
  652. msgid "jul"
  653. msgstr "jul."
  654. msgid "aug"
  655. msgstr "aug."
  656. msgid "sep"
  657. msgstr "sep."
  658. msgid "oct"
  659. msgstr "okt."
  660. msgid "nov"
  661. msgstr "nov."
  662. msgid "dec"
  663. msgstr "dec."
  664. msgctxt "abbrev. month"
  665. msgid "Jan."
  666. msgstr "Jan."
  667. msgctxt "abbrev. month"
  668. msgid "Feb."
  669. msgstr "Feb."
  670. msgctxt "abbrev. month"
  671. msgid "March"
  672. msgstr "Mart"
  673. msgctxt "abbrev. month"
  674. msgid "April"
  675. msgstr "April"
  676. msgctxt "abbrev. month"
  677. msgid "May"
  678. msgstr "Maj"
  679. msgctxt "abbrev. month"
  680. msgid "June"
  681. msgstr "Jun"
  682. msgctxt "abbrev. month"
  683. msgid "July"
  684. msgstr "Jul"
  685. msgctxt "abbrev. month"
  686. msgid "Aug."
  687. msgstr "Avg."
  688. msgctxt "abbrev. month"
  689. msgid "Sept."
  690. msgstr "Sept."
  691. msgctxt "abbrev. month"
  692. msgid "Oct."
  693. msgstr "Okt."
  694. msgctxt "abbrev. month"
  695. msgid "Nov."
  696. msgstr "Nov."
  697. msgctxt "abbrev. month"
  698. msgid "Dec."
  699. msgstr "Dec."
  700. msgctxt "alt. month"
  701. msgid "January"
  702. msgstr "Januar"
  703. msgctxt "alt. month"
  704. msgid "February"
  705. msgstr "Februar"
  706. msgctxt "alt. month"
  707. msgid "March"
  708. msgstr "Mart"
  709. msgctxt "alt. month"
  710. msgid "April"
  711. msgstr "April"
  712. msgctxt "alt. month"
  713. msgid "May"
  714. msgstr "Maj"
  715. msgctxt "alt. month"
  716. msgid "June"
  717. msgstr "Jun"
  718. msgctxt "alt. month"
  719. msgid "July"
  720. msgstr "Jul"
  721. msgctxt "alt. month"
  722. msgid "August"
  723. msgstr "Avgust"
  724. msgctxt "alt. month"
  725. msgid "September"
  726. msgstr "Septembar"
  727. msgctxt "alt. month"
  728. msgid "October"
  729. msgstr "Oktobar"
  730. msgctxt "alt. month"
  731. msgid "November"
  732. msgstr "Novembar"
  733. msgctxt "alt. month"
  734. msgid "December"
  735. msgstr "Decembar"
  736. msgid "This is not a valid IPv6 address."
  737. msgstr ""
  738. #, python-format
  739. msgctxt "String to return when truncating text"
  740. msgid "%(truncated_text)s..."
  741. msgstr "%(truncated_text)s..."
  742. msgid "or"
  743. msgstr "ili"
  744. #. Translators: This string is used as a separator between list elements
  745. msgid ", "
  746. msgstr ","
  747. #, python-format
  748. msgid "%d year"
  749. msgid_plural "%d years"
  750. msgstr[0] ""
  751. msgstr[1] ""
  752. msgstr[2] ""
  753. #, python-format
  754. msgid "%d month"
  755. msgid_plural "%d months"
  756. msgstr[0] ""
  757. msgstr[1] ""
  758. msgstr[2] ""
  759. #, python-format
  760. msgid "%d week"
  761. msgid_plural "%d weeks"
  762. msgstr[0] ""
  763. msgstr[1] ""
  764. msgstr[2] ""
  765. #, python-format
  766. msgid "%d day"
  767. msgid_plural "%d days"
  768. msgstr[0] ""
  769. msgstr[1] ""
  770. msgstr[2] ""
  771. #, python-format
  772. msgid "%d hour"
  773. msgid_plural "%d hours"
  774. msgstr[0] ""
  775. msgstr[1] ""
  776. msgstr[2] ""
  777. #, python-format
  778. msgid "%d minute"
  779. msgid_plural "%d minutes"
  780. msgstr[0] ""
  781. msgstr[1] ""
  782. msgstr[2] ""
  783. msgid "0 minutes"
  784. msgstr ""
  785. msgid "Forbidden"
  786. msgstr ""
  787. msgid "CSRF verification failed. Request aborted."
  788. msgstr ""
  789. msgid ""
  790. "You are seeing this message because this HTTPS site requires a 'Referer "
  791. "header' to be sent by your Web browser, but none was sent. This header is "
  792. "required for security reasons, to ensure that your browser is not being "
  793. "hijacked by third parties."
  794. msgstr ""
  795. msgid ""
  796. "If you have configured your browser to disable 'Referer' headers, please re-"
  797. "enable them, at least for this site, or for HTTPS connections, or for 'same-"
  798. "origin' requests."
  799. msgstr ""
  800. msgid ""
  801. "If you are using the <meta name=\"referrer\" content=\"no-referrer\"> tag or "
  802. "including the 'Referrer-Policy: no-referrer' header, please remove them. The "
  803. "CSRF protection requires the 'Referer' header to do strict referer checking. "
  804. "If you're concerned about privacy, use alternatives like <a rel=\"noreferrer"
  805. "\" ...> for links to third-party sites."
  806. msgstr ""
  807. msgid ""
  808. "You are seeing this message because this site requires a CSRF cookie when "
  809. "submitting forms. This cookie is required for security reasons, to ensure "
  810. "that your browser is not being hijacked by third parties."
  811. msgstr ""
  812. msgid ""
  813. "If you have configured your browser to disable cookies, please re-enable "
  814. "them, at least for this site, or for 'same-origin' requests."
  815. msgstr ""
  816. msgid "More information is available with DEBUG=True."
  817. msgstr ""
  818. msgid "No year specified"
  819. msgstr "Godina nije naznačena"
  820. msgid "Date out of range"
  821. msgstr ""
  822. msgid "No month specified"
  823. msgstr "Mesec nije naznačen"
  824. msgid "No day specified"
  825. msgstr "Dan nije naznačen"
  826. msgid "No week specified"
  827. msgstr "Nedelja nije naznačena"
  828. #, python-format
  829. msgid "No %(verbose_name_plural)s available"
  830. msgstr "Nedostupni objekti %(verbose_name_plural)s"
  831. #, python-format
  832. msgid ""
  833. "Future %(verbose_name_plural)s not available because %(class_name)s."
  834. "allow_future is False."
  835. msgstr ""
  836. "Opcija „future“ nije dostupna za „%(verbose_name_plural)s“ jer "
  837. "%(class_name)s.allow_future ima vrednost False."
  838. #, python-format
  839. msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
  840. msgstr "Neispravan datum „%(datestr)s“ dat formatu „%(format)s“"
  841. #, python-format
  842. msgid "No %(verbose_name)s found matching the query"
  843. msgstr "Nijedan objekat klase %(verbose_name)s nije nađen datim upitom."
  844. msgid "Page is not 'last', nor can it be converted to an int."
  845. msgstr "Stranica nije poslednja, niti može biti konvertovana u tip int."
  846. #, python-format
  847. msgid "Invalid page (%(page_number)s): %(message)s"
  848. msgstr ""
  849. #, python-format
  850. msgid "Empty list and '%(class_name)s.allow_empty' is False."
  851. msgstr "Prazna lista i „%(class_name)s.allow_empty“ ima vrednost False."
  852. msgid "Directory indexes are not allowed here."
  853. msgstr "Indeksi direktorijuma nisu dozvoljeni ovde."
  854. #, python-format
  855. msgid "\"%(path)s\" does not exist"
  856. msgstr "„%(path)s“ ne postoji"
  857. #, python-format
  858. msgid "Index of %(directory)s"
  859. msgstr "Indeks direktorijuma %(directory)s"
  860. msgid "Django: the Web framework for perfectionists with deadlines."
  861. msgstr ""
  862. #, python-format
  863. msgid ""
  864. "View <a href=\"https://docs.djangoproject.com/en/%(version)s/releases/\" "
  865. "target=\"_blank\" rel=\"noopener\">release notes</a> for Django %(version)s"
  866. msgstr ""
  867. msgid "The install worked successfully! Congratulations!"
  868. msgstr ""
  869. #, python-format
  870. msgid ""
  871. "You are seeing this page because <a href=\"https://docs.djangoproject.com/en/"
  872. "%(version)s/ref/settings/#debug\" target=\"_blank\" rel=\"noopener"
  873. "\">DEBUG=True</a> is in your settings file and you have not configured any "
  874. "URLs."
  875. msgstr ""
  876. msgid "Django Documentation"
  877. msgstr ""
  878. msgid "Topics, references, &amp; how-to's"
  879. msgstr ""
  880. msgid "Tutorial: A Polling App"
  881. msgstr ""
  882. msgid "Get started with Django"
  883. msgstr ""
  884. msgid "Django Community"
  885. msgstr ""
  886. msgid "Connect, get help, or contribute"
  887. msgstr ""