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.

sr-YU.yml 56KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239
  1. # Serbian translations for Redmine
  2. # by Vladimir Medarović (vlada@medarovic.com)
  3. sr-YU:
  4. direction: ltr
  5. jquery:
  6. locale: "sr"
  7. date:
  8. formats:
  9. # Use the strftime parameters for formats.
  10. # When no format has been given, it uses default.
  11. # You can provide other formats here if you like!
  12. default: "%d.%m.%Y."
  13. short: "%e %b"
  14. long: "%B %e, %Y"
  15. day_names: [nedelja, ponedeljak, utorak, sreda, četvrtak, petak, subota]
  16. abbr_day_names: [ned, pon, uto, sre, čet, pet, sub]
  17. # Don't forget the nil at the beginning; there's no such thing as a 0th month
  18. month_names: [~, januar, februar, mart, april, maj, jun, jul, avgust, septembar, oktobar, novembar, decembar]
  19. abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, avg, sep, okt, nov, dec]
  20. # Used in date_select and datime_select.
  21. order:
  22. - :day
  23. - :month
  24. - :year
  25. time:
  26. formats:
  27. default: "%d.%m.%Y. u %H:%M"
  28. time: "%H:%M"
  29. short: "%d. %b u %H:%M"
  30. long: "%d. %B %Y u %H:%M"
  31. am: "am"
  32. pm: "pm"
  33. datetime:
  34. distance_in_words:
  35. half_a_minute: "pola minuta"
  36. less_than_x_seconds:
  37. one: "manje od jedne sekunde"
  38. other: "manje od %{count} sek."
  39. x_seconds:
  40. one: "jedna sekunda"
  41. other: "%{count} sek."
  42. less_than_x_minutes:
  43. one: "manje od minuta"
  44. other: "manje od %{count} min."
  45. x_minutes:
  46. one: "jedan minut"
  47. other: "%{count} min."
  48. about_x_hours:
  49. one: "približno jedan sat"
  50. other: "približno %{count} sati"
  51. x_hours:
  52. one: "1 sat"
  53. other: "%{count} sati"
  54. x_days:
  55. one: "jedan dan"
  56. other: "%{count} dana"
  57. about_x_months:
  58. one: "približno jedan mesec"
  59. other: "približno %{count} meseci"
  60. x_months:
  61. one: "jedan mesec"
  62. other: "%{count} meseci"
  63. about_x_years:
  64. one: "približno godinu dana"
  65. other: "približno %{count} god."
  66. over_x_years:
  67. one: "preko godinu dana"
  68. other: "preko %{count} god."
  69. almost_x_years:
  70. one: "skoro godinu dana"
  71. other: "skoro %{count} god."
  72. number:
  73. format:
  74. separator: ","
  75. delimiter: ""
  76. precision: 3
  77. human:
  78. format:
  79. delimiter: ""
  80. precision: 3
  81. storage_units:
  82. format: "%n %u"
  83. units:
  84. byte:
  85. one: "Byte"
  86. other: "Bytes"
  87. kb: "KB"
  88. mb: "MB"
  89. gb: "GB"
  90. tb: "TB"
  91. # Used in array.to_sentence.
  92. support:
  93. array:
  94. sentence_connector: "i"
  95. skip_last_comma: false
  96. activerecord:
  97. errors:
  98. template:
  99. header:
  100. one: "1 error prohibited this %{model} from being saved"
  101. other: "%{count} errors prohibited this %{model} from being saved"
  102. messages:
  103. inclusion: "nije uključen u spisak"
  104. exclusion: "je rezervisan"
  105. invalid: "je neispravan"
  106. confirmation: "potvrda ne odgovara"
  107. accepted: "mora biti prihvaćen"
  108. empty: "ne može biti prazno"
  109. blank: "ne može biti prazno"
  110. too_long: "je predugačka (maksimum znakova je %{count})"
  111. too_short: "je prekratka (minimum znakova je %{count})"
  112. wrong_length: "je pogrešne dužine (broj znakova mora biti %{count})"
  113. taken: "je već u upotrebi"
  114. not_a_number: "nije broj"
  115. not_a_date: "nije ispravan datum"
  116. greater_than: "mora biti veći od %{count}"
  117. greater_than_or_equal_to: "mora biti veći ili jednak %{count}"
  118. equal_to: "mora biti jednak %{count}"
  119. less_than: "mora biti manji od %{count}"
  120. less_than_or_equal_to: "mora biti manji ili jednak %{count}"
  121. odd: "mora biti paran"
  122. even: "mora biti neparan"
  123. greater_than_start_date: "mora biti veći od početnog datuma"
  124. not_same_project: "ne pripada istom projektu"
  125. circular_dependency: "Ova veza će stvoriti kružnu referencu"
  126. cant_link_an_issue_with_a_descendant: "Problem ne može biti povezan sa jednim od svojih podzadataka"
  127. earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
  128. not_a_regexp: "is not a valid regular expression"
  129. open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
  130. actionview_instancetag_blank_option: Molim odaberite
  131. general_text_No: 'Ne'
  132. general_text_Yes: 'Da'
  133. general_text_no: 'ne'
  134. general_text_yes: 'da'
  135. general_lang_name: 'Serbian (Srpski)'
  136. general_csv_separator: ','
  137. general_csv_decimal_separator: '.'
  138. general_csv_encoding: UTF-8
  139. general_pdf_fontname: freesans
  140. general_pdf_monospaced_fontname: freemono
  141. general_first_day_of_week: '1'
  142. notice_account_updated: Nalog je uspešno ažuriran.
  143. notice_account_invalid_credentials: Neispravno korisničko ime ili lozinka.
  144. notice_account_password_updated: Lozinka je uspešno ažurirana.
  145. notice_account_wrong_password: Pogrešna lozinka
  146. notice_account_register_done: Korisnički nalog je uspešno kreiran. Kliknite na link koji ste dobili u e-poruci za aktivaciju.
  147. notice_account_unknown_email: Nepoznat korisnik.
  148. notice_can_t_change_password: Ovaj korisnički nalog za potvrdu identiteta koristi spoljni izvor. Nemoguće je promeniti lozinku.
  149. notice_account_lost_email_sent: Poslata vam je e-poruka sa uputstvom za izbor nove lozinke
  150. notice_account_activated: Vaš korisnički nalog je aktiviran. Sada se možete prijaviti.
  151. notice_successful_create: Uspešno kreiranje.
  152. notice_successful_update: Uspešno ažuriranje.
  153. notice_successful_delete: Uspešno brisanje.
  154. notice_successful_connection: Uspešno povezivanje.
  155. notice_file_not_found: Strana kojoj želite pristupiti ne postoji ili je uklonjena.
  156. notice_locking_conflict: Podatak je ažuriran od strane drugog korisnika.
  157. notice_not_authorized: Niste ovlašćeni za pristup ovoj strani.
  158. notice_email_sent: "E-poruka je poslata na %{value}"
  159. notice_email_error: "Dogodila se greška prilikom slanja e-poruke (%{value})"
  160. notice_feeds_access_key_reseted: Vaš Atom pristupni ključ je poništen.
  161. notice_api_access_key_reseted: Vaš API pristupni ključ je poništen.
  162. notice_failed_to_save_issues: "Neuspešno snimanje %{count} problema od %{total} odabranih: %{ids}."
  163. notice_failed_to_save_members: "Neuspešno snimanje člana(ova): %{errors}."
  164. notice_no_issue_selected: "Ni jedan problem nije odabran! Molimo, odaberite problem koji želite da menjate."
  165. notice_account_pending: "Vaš nalog je kreiran i čeka na odobrenje administratora."
  166. notice_default_data_loaded: Podrazumevano konfigurisanje je uspešno učitano.
  167. notice_unable_delete_version: Verziju je nemoguće izbrisati.
  168. notice_unable_delete_time_entry: Stavku evidencije vremena je nemoguće izbrisati.
  169. notice_issue_done_ratios_updated: Odnos rešenih problema je ažuriran.
  170. error_can_t_load_default_data: "Podrazumevano konfigurisanje je nemoguće učitati: %{value}"
  171. error_scm_not_found: "Stavka ili ispravka nisu pronađene u spremištu."
  172. error_scm_command_failed: "Greška se javila prilikom pokušaja pristupa spremištu: %{value}"
  173. error_scm_annotate: "Stavka ne postoji ili ne može biti označena."
  174. error_issue_not_found_in_project: 'Problem nije pronađen ili ne pripada ovom projektu.'
  175. error_no_tracker_in_project: 'Ni jedno praćenje nije povezano sa ovim projektom. Molimo proverite podešavanja projekta.'
  176. error_no_default_issue_status: 'Podrazumevani status problema nije definisan. Molimo proverite vaše konfigurisanje (idite na "Administracija -> Statusi problema").'
  177. error_can_not_delete_custom_field: Nemoguće je izbrisati prilagođeno polje
  178. error_can_not_delete_tracker: "Ovo praćenje sadrži probleme i ne može biti obrisano."
  179. error_can_not_remove_role: "Ova uloga je u upotrebi i ne može biti obrisana."
  180. error_can_not_reopen_issue_on_closed_version: 'Problem dodeljen zatvorenoj verziji ne može biti ponovo otvoren'
  181. error_can_not_archive_project: Ovaj projekat se ne može arhivirati
  182. error_issue_done_ratios_not_updated: "Odnos rešenih problema nije ažuriran."
  183. error_workflow_copy_source: 'Molimo odaberite izvorno praćenje ili ulogu'
  184. error_workflow_copy_target: 'Molimo odaberite odredišno praćenje i ulogu'
  185. error_unable_delete_issue_status: 'Status problema je nemoguće obrisati'
  186. error_unable_to_connect: "Povezivanje sa (%{value}) je nemoguće"
  187. warning_attachments_not_saved: "%{count} datoteka ne može biti snimljena."
  188. mail_subject_lost_password: "Vaša %{value} lozinka"
  189. mail_body_lost_password: 'Za promenu vaše lozinke, kliknite na sledeći link:'
  190. mail_subject_register: "Aktivacija vašeg %{value} naloga"
  191. mail_body_register: 'Za aktivaciju vašeg naloga, kliknite na sledeći link:'
  192. mail_body_account_information_external: "Vaš nalog %{value} možete koristiti za prijavu."
  193. mail_body_account_information: Informacije o vašem nalogu
  194. mail_subject_account_activation_request: "Zahtev za aktivaciju naloga %{value}"
  195. mail_body_account_activation_request: "Novi korisnik (%{value}) je registrovan. Nalog čeka na vaše odobrenje:"
  196. mail_subject_reminder: "%{count} problema dospeva narednih %{days} dana"
  197. mail_body_reminder: "%{count} problema dodeljenih vama dospeva u narednih %{days} dana:"
  198. mail_subject_wiki_content_added: "Wiki stranica '%{id}' je dodata"
  199. mail_body_wiki_content_added: "%{author} je dodao wiki stranicu '%{id}'."
  200. mail_subject_wiki_content_updated: "Wiki stranica '%{id}' je ažurirana"
  201. mail_body_wiki_content_updated: "%{author} je ažurirao wiki stranicu '%{id}'."
  202. field_name: Naziv
  203. field_description: Opis
  204. field_summary: Rezime
  205. field_is_required: Obavezno
  206. field_firstname: Ime
  207. field_lastname: Prezime
  208. field_mail: E-adresa
  209. field_filename: Datoteka
  210. field_filesize: Veličina
  211. field_downloads: Preuzimanja
  212. field_author: Autor
  213. field_created_on: Kreirano
  214. field_updated_on: Ažurirano
  215. field_field_format: Format
  216. field_is_for_all: Za sve projekte
  217. field_possible_values: Moguće vrednosti
  218. field_regexp: Regularan izraz
  219. field_min_length: Minimalna dužina
  220. field_max_length: Maksimalna dužina
  221. field_value: Vrednost
  222. field_category: Kategorija
  223. field_title: Naslov
  224. field_project: Projekat
  225. field_issue: Problem
  226. field_status: Status
  227. field_notes: Beleške
  228. field_is_closed: Zatvoren problem
  229. field_is_default: Podrazumevana vrednost
  230. field_tracker: Praćenje
  231. field_subject: Predmet
  232. field_due_date: Krajnji rok
  233. field_assigned_to: Dodeljeno
  234. field_priority: Prioritet
  235. field_fixed_version: Odredišna verzija
  236. field_user: Korisnik
  237. field_principal: Glavni
  238. field_role: Uloga
  239. field_homepage: Početna stranica
  240. field_is_public: Javno objavljivanje
  241. field_parent: Potprojekat od
  242. field_is_in_roadmap: Problemi prikazani u planu rada
  243. field_login: Korisničko ime
  244. field_mail_notification: Obaveštenja putem e-pošte
  245. field_admin: Administrator
  246. field_last_login_on: Poslednje povezivanje
  247. field_language: Jezik
  248. field_effective_date: Datum
  249. field_password: Lozinka
  250. field_new_password: Nova lozinka
  251. field_password_confirmation: Potvrda lozinke
  252. field_version: Verzija
  253. field_type: Tip
  254. field_host: Glavni računar
  255. field_port: Port
  256. field_account: Korisnički nalog
  257. field_base_dn: Bazni DN
  258. field_attr_login: Atribut prijavljivanja
  259. field_attr_firstname: Atribut imena
  260. field_attr_lastname: Atribut prezimena
  261. field_attr_mail: Atribut e-adrese
  262. field_onthefly: Kreiranje korisnika u toku rada
  263. field_start_date: Početak
  264. field_done_ratio: "% urađeno"
  265. field_auth_source: Režim potvrde identiteta
  266. field_hide_mail: Sakrij moju e-adresu
  267. field_comments: Komentar
  268. field_url: URL
  269. field_start_page: Početna stranica
  270. field_subproject: Potprojekat
  271. field_hours: sati
  272. field_activity: Aktivnost
  273. field_spent_on: Datum
  274. field_identifier: Identifikator
  275. field_is_filter: Upotrebi kao filter
  276. field_issue_to: Srodni problemi
  277. field_delay: Kašnjenje
  278. field_assignable: Problem može biti dodeljen ovoj ulozi
  279. field_redirect_existing_links: Preusmeri postojeće veze
  280. field_estimated_hours: Procenjeno vreme
  281. field_column_names: Kolone
  282. field_time_zone: Vremenska zona
  283. field_searchable: Može da se pretražuje
  284. field_default_value: Podrazumevana vrednost
  285. field_comments_sorting: Prikaži komentare
  286. field_parent_title: Matična stranica
  287. field_editable: Izmenljivo
  288. field_watcher: Posmatrač
  289. field_identity_url: OpenID URL
  290. field_content: Sadržaj
  291. field_group_by: Grupisanje rezultata po
  292. field_sharing: Deljenje
  293. field_parent_issue: Matični zadatak
  294. setting_app_title: Naslov aplikacije
  295. setting_welcome_text: Tekst dobrodošlice
  296. setting_default_language: Podrazumevani jezik
  297. setting_login_required: Obavezna potvrda identiteta
  298. setting_self_registration: Samoregistracija
  299. setting_attachment_max_size: Maks. veličina priložene datoteke
  300. setting_issues_export_limit: Ograničenje izvoza „problema“
  301. setting_mail_from: E-adresa pošiljaoca
  302. setting_bcc_recipients: Primaoci „Bcc“ kopije
  303. setting_plain_text_mail: Poruka sa čistim tekstom (bez HTML-a)
  304. setting_host_name: Putanja i naziv glavnog računara
  305. setting_text_formatting: Oblikovanje teksta
  306. setting_wiki_compression: Kompresija Wiki istorije
  307. setting_feeds_limit: Ograničenje sadržaja izvora vesti
  308. setting_default_projects_public: Podrazumeva se javno prikazivanje novih projekata
  309. setting_autofetch_changesets: Izvršavanje automatskog preuzimanja
  310. setting_sys_api_enabled: Omogućavanje WS za upravljanje spremištem
  311. setting_commit_ref_keywords: Referenciranje ključnih reči
  312. setting_commit_fix_keywords: Popravljanje ključnih reči
  313. setting_autologin: Automatska prijava
  314. setting_date_format: Format datuma
  315. setting_time_format: Format vremena
  316. setting_cross_project_issue_relations: Dozvoli povezivanje problema iz unakrsnih projekata
  317. setting_issue_list_default_columns: Podrazumevane kolone prikazane na spisku problema
  318. setting_emails_footer: Podnožje stranice e-poruke
  319. setting_protocol: Protokol
  320. setting_per_page_options: Opcije prikaza objekata po stranici
  321. setting_user_format: Format prikaza korisnika
  322. setting_activity_days_default: Broj dana prikazanih na projektnoj aktivnosti
  323. setting_display_subprojects_issues: Prikazuj probleme iz potprojekata na glavnom projektu, ukoliko nije drugačije navedeno
  324. setting_enabled_scm: Omogućavanje SCM
  325. setting_mail_handler_body_delimiters: "Skraćivanje e-poruke nakon jedne od ovih linija"
  326. setting_mail_handler_api_enabled: Omogućavanje WS dolazne e-poruke
  327. setting_mail_handler_api_key: API ključ
  328. setting_sequential_project_identifiers: Generisanje sekvencijalnog imena projekta
  329. setting_gravatar_enabled: Koristi Gravatar korisničke ikone
  330. setting_gravatar_default: Podrazumevana Gravatar slika
  331. setting_diff_max_lines_displayed: Maks. broj prikazanih različitih linija
  332. setting_file_max_size_displayed: Maks. veličina tekst. datoteka prikazanih umetnuto
  333. setting_repository_log_display_limit: Maks. broj revizija prikazanih u datoteci za evidenciju
  334. setting_openid: Dozvoli OpenID prijavu i registraciju
  335. setting_password_min_length: Minimalna dužina lozinke
  336. setting_new_project_user_role_id: Kreatoru projekta (koji nije administrator) dodeljuje je uloga
  337. setting_default_projects_modules: Podrazumevano omogućeni moduli za nove projekte
  338. setting_issue_done_ratio: Izračunaj odnos rešenih problema
  339. setting_issue_done_ratio_issue_field: koristeći polje problema
  340. setting_issue_done_ratio_issue_status: koristeći status problema
  341. setting_start_of_week: Prvi dan u sedmici
  342. setting_rest_api_enabled: Omogući REST web usluge
  343. setting_cache_formatted_text: Keširanje obrađenog teksta
  344. permission_add_project: Kreiranje projekta
  345. permission_add_subprojects: Kreiranje potpojekta
  346. permission_edit_project: Izmena projekata
  347. permission_select_project_modules: Odabiranje modula projekta
  348. permission_manage_members: Upravljanje članovima
  349. permission_manage_project_activities: Upravljanje projektnim aktivnostima
  350. permission_manage_versions: Upravljanje verzijama
  351. permission_manage_categories: Upravljanje kategorijama problema
  352. permission_view_issues: Pregled problema
  353. permission_add_issues: Dodavanje problema
  354. permission_edit_issues: Izmena problema
  355. permission_manage_issue_relations: Upravljanje vezama između problema
  356. permission_add_issue_notes: Dodavanje beleški
  357. permission_edit_issue_notes: Izmena beleški
  358. permission_edit_own_issue_notes: Izmena sopstvenih beleški
  359. permission_delete_issues: Brisanje problema
  360. permission_manage_public_queries: Upravljanje javnim upitima
  361. permission_save_queries: Snimanje upita
  362. permission_view_gantt: Pregledanje Gantovog dijagrama
  363. permission_view_calendar: Pregledanje kalendara
  364. permission_view_issue_watchers: Pregledanje spiska posmatrača
  365. permission_add_issue_watchers: Dodavanje posmatrača
  366. permission_delete_issue_watchers: Brisanje posmatrača
  367. permission_log_time: Beleženje utrošenog vremena
  368. permission_view_time_entries: Pregledanje utrošenog vremena
  369. permission_edit_time_entries: Izmena utrošenog vremena
  370. permission_edit_own_time_entries: Izmena sopstvenog utrošenog vremena
  371. permission_manage_news: Upravljanje vestima
  372. permission_comment_news: Komentarisanje vesti
  373. permission_view_documents: Pregledanje dokumenata
  374. permission_manage_files: Upravljanje datotekama
  375. permission_view_files: Pregledanje datoteka
  376. permission_manage_wiki: Upravljanje wiki stranicama
  377. permission_rename_wiki_pages: Promena imena wiki stranicama
  378. permission_delete_wiki_pages: Brisanje wiki stranica
  379. permission_view_wiki_pages: Pregledanje wiki stranica
  380. permission_view_wiki_edits: Pregledanje wiki istorije
  381. permission_edit_wiki_pages: Izmena wiki stranica
  382. permission_delete_wiki_pages_attachments: Brisanje priloženih datoteka
  383. permission_protect_wiki_pages: Zaštita wiki stranica
  384. permission_manage_repository: Upravljanje spremištem
  385. permission_browse_repository: Pregledanje spremišta
  386. permission_view_changesets: Pregledanje skupa promena
  387. permission_commit_access: Potvrda pristupa
  388. permission_manage_boards: Upravljanje forumima
  389. permission_view_messages: Pregledanje poruka
  390. permission_add_messages: Slanje poruka
  391. permission_edit_messages: Izmena poruka
  392. permission_edit_own_messages: Izmena sopstvenih poruka
  393. permission_delete_messages: Brisanje poruka
  394. permission_delete_own_messages: Brisanje sopstvenih poruka
  395. permission_export_wiki_pages: Izvoz wiki stranica
  396. permission_manage_subtasks: Upravljanje podzadacima
  397. project_module_issue_tracking: Praćenje problema
  398. project_module_time_tracking: Praćenje vremena
  399. project_module_news: Vesti
  400. project_module_documents: Dokumenti
  401. project_module_files: Datoteke
  402. project_module_wiki: Wiki
  403. project_module_repository: Spremište
  404. project_module_boards: Forumi
  405. label_user: Korisnik
  406. label_user_plural: Korisnici
  407. label_user_new: Novi korisnik
  408. label_user_anonymous: Anoniman
  409. label_project: Projekat
  410. label_project_new: Novi projekat
  411. label_project_plural: Projekti
  412. label_x_projects:
  413. zero: nema projekata
  414. one: jedan projekat
  415. other: "%{count} projekata"
  416. label_project_all: Svi projekti
  417. label_project_latest: Poslednji projekti
  418. label_issue: Problem
  419. label_issue_new: Novi problem
  420. label_issue_plural: Problemi
  421. label_issue_view_all: Prikaz svih problema
  422. label_issues_by: "Problemi (%{value})"
  423. label_issue_added: Problem je dodat
  424. label_issue_updated: Problem je ažuriran
  425. label_document: Dokument
  426. label_document_new: Novi dokument
  427. label_document_plural: Dokumenti
  428. label_document_added: Dokument je dodat
  429. label_role: Uloga
  430. label_role_plural: Uloge
  431. label_role_new: Nova uloga
  432. label_role_and_permissions: Uloge i dozvole
  433. label_member: Član
  434. label_member_new: Novi član
  435. label_member_plural: Članovi
  436. label_tracker: Praćenje
  437. label_tracker_plural: Praćenja
  438. label_tracker_new: Novo praćenje
  439. label_workflow: Tok posla
  440. label_issue_status: Status problema
  441. label_issue_status_plural: Statusi problema
  442. label_issue_status_new: Novi status
  443. label_issue_category: Kategorija problema
  444. label_issue_category_plural: Kategorije problema
  445. label_issue_category_new: Nova kategorija
  446. label_custom_field: Prilagođeno polje
  447. label_custom_field_plural: Prilagođena polja
  448. label_custom_field_new: Novo prilagođeno polje
  449. label_enumerations: Nabrojiva lista
  450. label_enumeration_new: Nova vrednost
  451. label_information: Informacija
  452. label_information_plural: Informacije
  453. label_please_login: Molimo, prijavite se
  454. label_register: Registracija
  455. label_login_with_open_id_option: ili prijava sa OpenID
  456. label_password_lost: Izgubljena lozinka
  457. label_home: Početak
  458. label_my_page: Moja stranica
  459. label_my_account: Moj nalog
  460. label_my_projects: Moji projekti
  461. label_administration: Administracija
  462. label_login: Prijava
  463. label_logout: Odjava
  464. label_help: Pomoć
  465. label_reported_issues: Prijavljeni problemi
  466. label_assigned_to_me_issues: Problemi dodeljeni meni
  467. label_last_login: Poslednje povezivanje
  468. label_registered_on: Registrovan
  469. label_activity: Aktivnost
  470. label_overall_activity: Celokupna aktivnost
  471. label_user_activity: "Aktivnost korisnika %{value}"
  472. label_new: Novo
  473. label_logged_as: Prijavljeni ste kao
  474. label_environment: Okruženje
  475. label_authentication: Potvrda identiteta
  476. label_auth_source: Režim potvrde identiteta
  477. label_auth_source_new: Novi režim potvrde identiteta
  478. label_auth_source_plural: Režimi potvrde identiteta
  479. label_subproject_plural: Potprojekti
  480. label_subproject_new: Novi potprojekat
  481. label_and_its_subprojects: "%{value} i njegovi potprojekti"
  482. label_min_max_length: Min. - Maks. dužina
  483. label_list: Spisak
  484. label_date: Datum
  485. label_integer: Ceo broj
  486. label_float: Sa pokretnim zarezom
  487. label_boolean: Logički operator
  488. label_string: Tekst
  489. label_text: Dugi tekst
  490. label_attribute: Osobina
  491. label_attribute_plural: Osobine
  492. label_no_data: Nema podataka za prikazivanje
  493. label_change_status: Promena statusa
  494. label_history: Istorija
  495. label_attachment: Datoteka
  496. label_attachment_new: Nova datoteka
  497. label_attachment_delete: Brisanje datoteke
  498. label_attachment_plural: Datoteke
  499. label_file_added: Datoteka je dodata
  500. label_report: Izveštaj
  501. label_report_plural: Izveštaji
  502. label_news: Vesti
  503. label_news_new: Dodavanje vesti
  504. label_news_plural: Vesti
  505. label_news_latest: Poslednje vesti
  506. label_news_view_all: Prikaz svih vesti
  507. label_news_added: Vesti su dodate
  508. label_settings: Podešavanja
  509. label_overview: Pregled
  510. label_version: Verzija
  511. label_version_new: Nova verzija
  512. label_version_plural: Verzije
  513. label_close_versions: Zatvori završene verzije
  514. label_confirmation: Potvrda
  515. label_export_to: 'Takođe dostupno i u varijanti:'
  516. label_read: Čitanje...
  517. label_public_projects: Javni projekti
  518. label_open_issues: otvoren
  519. label_open_issues_plural: otvorenih
  520. label_closed_issues: zatvoren
  521. label_closed_issues_plural: zatvorenih
  522. label_x_open_issues_abbr:
  523. zero: 0 otvorenih
  524. one: 1 otvoren
  525. other: "%{count} otvorenih"
  526. label_x_closed_issues_abbr:
  527. zero: 0 zatvorenih
  528. one: 1 zatvoren
  529. other: "%{count} zatvorenih"
  530. label_total: Ukupno
  531. label_permissions: Dozvole
  532. label_current_status: Trenutni status
  533. label_new_statuses_allowed: Novi statusi dozvoljeni
  534. label_all: svi
  535. label_none: nijedan
  536. label_nobody: nikome
  537. label_next: Sledeće
  538. label_previous: Prethodno
  539. label_used_by: Koristio
  540. label_details: Detalji
  541. label_add_note: Dodaj belešku
  542. label_calendar: Kalendar
  543. label_months_from: meseci od
  544. label_gantt: Gantov dijagram
  545. label_internal: Unutrašnji
  546. label_last_changes: "poslednjih %{count} promena"
  547. label_change_view_all: Prikaži sve promene
  548. label_comment: Komentar
  549. label_comment_plural: Komentari
  550. label_x_comments:
  551. zero: bez komentara
  552. one: jedan komentar
  553. other: "%{count} komentara"
  554. label_comment_add: Dodaj komentar
  555. label_comment_added: Komentar dodat
  556. label_comment_delete: Obriši komentare
  557. label_query: Prilagođen upit
  558. label_query_plural: Prilagođeni upiti
  559. label_query_new: Novi upit
  560. label_filter_add: Dodavanje filtera
  561. label_filter_plural: Filteri
  562. label_equals: je
  563. label_not_equals: nije
  564. label_in_less_than: manje od
  565. label_in_more_than: više od
  566. label_greater_or_equal: '>='
  567. label_less_or_equal: '<='
  568. label_in: u
  569. label_today: danas
  570. label_all_time: sve vreme
  571. label_yesterday: juče
  572. label_this_week: ove sedmice
  573. label_last_week: poslednje sedmice
  574. label_last_n_days: "poslednjih %{count} dana"
  575. label_this_month: ovog meseca
  576. label_last_month: poslednjeg meseca
  577. label_this_year: ove godine
  578. label_date_range: Vremenski period
  579. label_less_than_ago: pre manje od nekoliko dana
  580. label_more_than_ago: pre više od nekoliko dana
  581. label_ago: pre nekoliko dana
  582. label_contains: sadrži
  583. label_not_contains: ne sadrži
  584. label_day_plural: dana
  585. label_repository: Spremište
  586. label_repository_plural: Spremišta
  587. label_browse: Pregledanje
  588. label_branch: Grana
  589. label_tag: Oznaka
  590. label_revision: Revizija
  591. label_revision_plural: Revizije
  592. label_revision_id: "Revizija %{value}"
  593. label_associated_revisions: Pridružene revizije
  594. label_added: dodato
  595. label_modified: promenjeno
  596. label_copied: kopirano
  597. label_renamed: preimenovano
  598. label_deleted: izbrisano
  599. label_latest_revision: Poslednja revizija
  600. label_latest_revision_plural: Poslednje revizije
  601. label_view_revisions: Pregled revizija
  602. label_view_all_revisions: Pregled svih revizija
  603. label_max_size: Maksimalna veličina
  604. label_sort_highest: Premeštanje na vrh
  605. label_sort_higher: Premeštanje na gore
  606. label_sort_lower: Premeštanje na dole
  607. label_sort_lowest: Premeštanje na dno
  608. label_roadmap: Plan rada
  609. label_roadmap_due_in: "Dospeva %{value}"
  610. label_roadmap_overdue: "%{value} najkasnije"
  611. label_roadmap_no_issues: Nema problema za ovu verziju
  612. label_search: Pretraga
  613. label_result_plural: Rezultati
  614. label_all_words: Sve reči
  615. label_wiki: Wiki
  616. label_wiki_edit: Wiki izmena
  617. label_wiki_edit_plural: Wiki izmene
  618. label_wiki_page: Wiki stranica
  619. label_wiki_page_plural: Wiki stranice
  620. label_index_by_title: Indeksiranje po naslovu
  621. label_index_by_date: Indeksiranje po datumu
  622. label_current_version: Trenutna verzija
  623. label_preview: Pregled
  624. label_feed_plural: Izvori vesti
  625. label_changes_details: Detalji svih promena
  626. label_issue_tracking: Praćenje problema
  627. label_spent_time: Utrošeno vreme
  628. label_overall_spent_time: Celokupno utrošeno vreme
  629. label_f_hour: "%{value} sat"
  630. label_f_hour_plural: "%{value} sati"
  631. label_time_tracking: Praćenje vremena
  632. label_change_plural: Promene
  633. label_statistics: Statistika
  634. label_commits_per_month: Izvršenja mesečno
  635. label_commits_per_author: Izvršenja po autoru
  636. label_view_diff: Pogledaj razlike
  637. label_diff_inline: unutra
  638. label_diff_side_by_side: uporedo
  639. label_options: Opcije
  640. label_copy_workflow_from: Kopiranje toka posla od
  641. label_permissions_report: Izveštaj o dozvolama
  642. label_watched_issues: Posmatrani problemi
  643. label_related_issues: Srodni problemi
  644. label_applied_status: Primenjeni statusi
  645. label_loading: Učitavanje...
  646. label_relation_new: Nova relacija
  647. label_relation_delete: Brisanje relacije
  648. label_relates_to: srodnih sa
  649. label_duplicates: dupliranih
  650. label_duplicated_by: dupliranih od
  651. label_blocks: odbijenih
  652. label_blocked_by: odbijenih od
  653. label_precedes: prethodi
  654. label_follows: praćenih
  655. label_stay_logged_in: Ostanite prijavljeni
  656. label_disabled: onemogućeno
  657. label_show_completed_versions: Prikazivanje završene verzije
  658. label_me: meni
  659. label_board: Forum
  660. label_board_new: Novi forum
  661. label_board_plural: Forumi
  662. label_board_locked: Zaključana
  663. label_board_sticky: Lepljiva
  664. label_topic_plural: Teme
  665. label_message_plural: Poruke
  666. label_message_last: Poslednja poruka
  667. label_message_new: Nova poruka
  668. label_message_posted: Poruka je dodata
  669. label_reply_plural: Odgovori
  670. label_send_information: Pošalji korisniku detalje naloga
  671. label_year: Godina
  672. label_month: Mesec
  673. label_week: Sedmica
  674. label_date_from: Šalje
  675. label_date_to: Prima
  676. label_language_based: Bazirano na jeziku korisnika
  677. label_sort_by: "Sortirano po %{value}"
  678. label_send_test_email: Slanje probne e-poruke
  679. label_feeds_access_key: Atom pristupni ključ
  680. label_missing_feeds_access_key: Atom pristupni ključ nedostaje
  681. label_feeds_access_key_created_on: "Atom pristupni ključ je napravljen pre %{value}"
  682. label_module_plural: Moduli
  683. label_added_time_by: "Dodao %{author} pre %{age}"
  684. label_updated_time_by: "Ažurirao %{author} pre %{age}"
  685. label_updated_time: "Ažurirano pre %{value}"
  686. label_jump_to_a_project: Skok na projekat...
  687. label_file_plural: Datoteke
  688. label_changeset_plural: Skupovi promena
  689. label_default_columns: Podrazumevane kolone
  690. label_no_change_option: (Bez promena)
  691. label_bulk_edit_selected_issues: Grupna izmena odabranih problema
  692. label_theme: Tema
  693. label_default: Podrazumevano
  694. label_search_titles_only: Pretražuj samo naslove
  695. label_user_mail_option_all: "Za bilo koji događaj na svim mojim projektima"
  696. label_user_mail_option_selected: "Za bilo koji događaj na samo odabranim projektima..."
  697. label_user_mail_no_self_notified: "Ne želim biti obaveštavan za promene koje sam pravim"
  698. label_registration_activation_by_email: aktivacija naloga putem e-poruke
  699. label_registration_manual_activation: ručna aktivacija naloga
  700. label_registration_automatic_activation: automatska aktivacija naloga
  701. label_display_per_page: "Broj stavki po stranici: %{value}"
  702. label_age: Starost
  703. label_change_properties: Promeni svojstva
  704. label_general: Opšti
  705. label_scm: SCM
  706. label_plugins: Dodatne komponente
  707. label_ldap_authentication: LDAP potvrda identiteta
  708. label_downloads_abbr: D/L
  709. label_optional_description: Opciono opis
  710. label_add_another_file: Dodaj još jednu datoteku
  711. label_preferences: Podešavanja
  712. label_chronological_order: po hronološkom redosledu
  713. label_reverse_chronological_order: po obrnutom hronološkom redosledu
  714. label_incoming_emails: Dolazne e-poruke
  715. label_generate_key: Generisanje ključa
  716. label_issue_watchers: Posmatrači
  717. label_example: Primer
  718. label_display: Prikaz
  719. label_sort: Sortiranje
  720. label_ascending: Rastući niz
  721. label_descending: Opadajući niz
  722. label_date_from_to: Od %{start} do %{end}
  723. label_wiki_content_added: Wiki stranica je dodata
  724. label_wiki_content_updated: Wiki stranica je ažurirana
  725. label_group: Grupa
  726. label_group_plural: Grupe
  727. label_group_new: Nova grupa
  728. label_time_entry_plural: Utrošeno vreme
  729. label_version_sharing_none: Nije deljeno
  730. label_version_sharing_descendants: Sa potprojektima
  731. label_version_sharing_hierarchy: Sa hijerarhijom projekta
  732. label_version_sharing_tree: Sa stablom projekta
  733. label_version_sharing_system: Sa svim projektima
  734. label_update_issue_done_ratios: Ažuriraj odnos rešenih problema
  735. label_copy_source: Izvor
  736. label_copy_target: Odredište
  737. label_copy_same_as_target: Isto kao odredište
  738. label_display_used_statuses_only: Prikazuj statuse korišćene samo od strane ovog praćenja
  739. label_api_access_key: API pristupni ključ
  740. label_missing_api_access_key: Nedostaje API pristupni ključ
  741. label_api_access_key_created_on: "API pristupni ključ je kreiran pre %{value}"
  742. label_profile: Profil
  743. label_subtask_plural: Podzadatak
  744. label_project_copy_notifications: Pošalji e-poruku sa obaveštenjem prilikom kopiranja projekta
  745. button_login: Prijava
  746. button_submit: Pošalji
  747. button_save: Snimi
  748. button_check_all: Uključi sve
  749. button_uncheck_all: Isključi sve
  750. button_delete: Izbriši
  751. button_create: Kreiraj
  752. button_create_and_continue: Kreiraj i nastavi
  753. button_test: Test
  754. button_edit: Izmeni
  755. button_add: Dodaj
  756. button_change: Promeni
  757. button_apply: Primeni
  758. button_clear: Obriši
  759. button_lock: Zaključaj
  760. button_unlock: Otključaj
  761. button_download: Preuzmi
  762. button_list: Spisak
  763. button_view: Prikaži
  764. button_move: Pomeri
  765. button_move_and_follow: Pomeri i prati
  766. button_back: Nazad
  767. button_cancel: Poništi
  768. button_activate: Aktiviraj
  769. button_sort: Sortiraj
  770. button_log_time: Evidentiraj vreme
  771. button_rollback: Povratak na ovu verziju
  772. button_watch: Prati
  773. button_unwatch: Ne prati više
  774. button_reply: Odgovori
  775. button_archive: Arhiviraj
  776. button_unarchive: Vrati iz arhive
  777. button_reset: Poništi
  778. button_rename: Preimenuj
  779. button_change_password: Promeni lozinku
  780. button_copy: Kopiraj
  781. button_copy_and_follow: Kopiraj i prati
  782. button_annotate: Pribeleži
  783. button_update: Ažuriraj
  784. button_configure: Podesi
  785. button_quote: Pod navodnicima
  786. button_duplicate: Dupliraj
  787. button_show: Prikaži
  788. status_active: aktivni
  789. status_registered: registrovani
  790. status_locked: zaključani
  791. version_status_open: otvoren
  792. version_status_locked: zaključan
  793. version_status_closed: zatvoren
  794. field_active: Aktivan
  795. text_select_mail_notifications: Odaberi akcije za koje će obaveštenje biti poslato putem e-pošte.
  796. text_regexp_info: npr. ^[A-Z0-9]+$
  797. text_min_max_length_info: 0 znači bez ograničenja
  798. text_project_destroy_confirmation: Jeste li sigurni da želite da izbrišete ovaj projekat i sve pripadajuće podatke?
  799. text_subprojects_destroy_warning: "Potprojekti: %{value} će takođe biti izbrisan."
  800. text_workflow_edit: Odaberite ulogu i praćenje za izmenu toka posla
  801. text_are_you_sure: Jeste li sigurni?
  802. text_journal_changed: "%{label} promenjen od %{old} u %{new}"
  803. text_journal_set_to: "%{label} postavljen u %{value}"
  804. text_journal_deleted: "%{label} izbrisano (%{old})"
  805. text_journal_added: "%{label} %{value} dodato"
  806. text_tip_issue_begin_day: zadatak počinje ovog dana
  807. text_tip_issue_end_day: zadatak se završava ovog dana
  808. text_tip_issue_begin_end_day: zadatak počinje i završava ovog dana
  809. text_caracters_maximum: "Najviše %{count} znak(ova)."
  810. text_caracters_minimum: "Broj znakova mora biti najmanje %{count}."
  811. text_length_between: "Broj znakova mora biti između %{min} i %{max}."
  812. text_tracker_no_workflow: Ovo praćenje nema definisan tok posla
  813. text_unallowed_characters: Nedozvoljeni znakovi
  814. text_comma_separated: Dozvoljene su višestruke vrednosti (odvojene zarezom).
  815. text_line_separated: Dozvoljene su višestruke vrednosti (jedan red za svaku vrednost).
  816. text_issues_ref_in_commit_messages: Referenciranje i popravljanje problema u izvršnim porukama
  817. text_issue_added: "%{author} je prijavio problem %{id}."
  818. text_issue_updated: "%{author} je ažurirao problem %{id}."
  819. text_wiki_destroy_confirmation: Jeste li sigurni da želite da obrišete wiki i sav sadržaj?
  820. text_issue_category_destroy_question: "Nekoliko problema (%{count}) je dodeljeno ovoj kategoriji. Šta želite da uradite?"
  821. text_issue_category_destroy_assignments: Ukloni dodeljene kategorije
  822. text_issue_category_reassign_to: Dodeli ponovo probleme ovoj kategoriji
  823. text_user_mail_option: "Za neizabrane projekte, dobićete samo obaveštenje o stvarima koje pratite ili ste uključeni (npr. problemi čiji ste vi autor ili zastupnik)."
  824. text_no_configuration_data: "Uloge, praćenja, statusi problema i toka posla još uvek nisu podešeni.\nPreporučljivo je da učitate podrazumevano konfigurisanje. Izmena je moguća nakon prvog učitavanja."
  825. text_load_default_configuration: Učitaj podrazumevano konfigurisanje
  826. text_status_changed_by_changeset: "Primenjeno u skupu sa promenama %{value}."
  827. text_issues_destroy_confirmation: 'Jeste li sigurni da želite da izbrišete odabrane probleme?'
  828. text_select_project_modules: 'Odaberite module koje želite omogućiti za ovaj projekat:'
  829. text_default_administrator_account_changed: Podrazumevani administratorski nalog je promenjen
  830. text_file_repository_writable: Fascikla priloženih datoteka je upisiva
  831. text_plugin_assets_writable: Fascikla elemenata dodatnih komponenti je upisiva
  832. text_rmagick_available: RMagick je dostupan (opciono)
  833. text_destroy_time_entries_question: "%{hours} sati je prijavljeno za ovaj problem koji želite izbrisati. Šta želite da uradite?"
  834. text_destroy_time_entries: Izbriši prijavljene sate
  835. text_assign_time_entries_to_project: Dodeli prijavljene sate projektu
  836. text_reassign_time_entries: 'Dodeli ponovo prijavljene sate ovom problemu:'
  837. text_user_wrote: "%{value} je napisao:"
  838. text_enumeration_destroy_question: "%{count} objekat(a) je dodeljeno ovoj vrednosti."
  839. text_enumeration_category_reassign_to: 'Dodeli ih ponovo ovoj vrednosti:'
  840. text_email_delivery_not_configured: "Isporuka e-poruka nije konfigurisana i obaveštenja su onemogućena.\nPodesite vaš SMTP server u config/configuration.yml i pokrenite ponovo aplikaciju za njihovo omogućavanje."
  841. text_repository_usernames_mapping: "Odaberite ili ažurirajte Redmine korisnike mapiranjem svakog korisničkog imena pronađenog u evidenciji spremišta.\nKorisnici sa istim Redmine imenom i imenom spremišta ili e-adresom su automatski mapirani."
  842. text_diff_truncated: '... Ova razlika je isečena jer je dostignuta maksimalna veličina prikaza.'
  843. text_custom_field_possible_values_info: 'Jedan red za svaku vrednost'
  844. text_wiki_page_destroy_question: "Ova stranica ima %{descendants} podređenih stranica i podstranica. Šta želite da uradite?"
  845. text_wiki_page_nullify_children: "Zadrži podređene stranice kao korene stranice"
  846. text_wiki_page_destroy_children: "Izbriši podređene stranice i sve njihove podstranice"
  847. text_wiki_page_reassign_children: "Dodeli ponovo podređene stranice ovoj matičnoj stranici"
  848. text_own_membership_delete_confirmation: "Nakon uklanjanja pojedinih ili svih vaših dozvola nećete više moći da uređujete ovaj projekat.\nŽelite li da nastavite?"
  849. text_zoom_in: Uvećaj
  850. text_zoom_out: Umanji
  851. default_role_manager: Menadžer
  852. default_role_developer: Programer
  853. default_role_reporter: Izveštač
  854. default_tracker_bug: Greška
  855. default_tracker_feature: Funkcionalnost
  856. default_tracker_support: Podrška
  857. default_issue_status_new: Novo
  858. default_issue_status_in_progress: U toku
  859. default_issue_status_resolved: Rešeno
  860. default_issue_status_feedback: Povratna informacija
  861. default_issue_status_closed: Zatvoreno
  862. default_issue_status_rejected: Odbijeno
  863. default_doc_category_user: Korisnička dokumentacija
  864. default_doc_category_tech: Tehnička dokumentacija
  865. default_priority_low: Nizak
  866. default_priority_normal: Normalan
  867. default_priority_high: Visok
  868. default_priority_urgent: Hitno
  869. default_priority_immediate: Neposredno
  870. default_activity_design: Dizajn
  871. default_activity_development: Razvoj
  872. enumeration_issue_priorities: Prioriteti problema
  873. enumeration_doc_categories: Kategorije dokumenta
  874. enumeration_activities: Aktivnosti (praćenje vremena)
  875. enumeration_system_activity: Sistemska aktivnost
  876. field_time_entries: Vreme evidencije
  877. project_module_gantt: Gantov dijagram
  878. project_module_calendar: Kalendar
  879. button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
  880. field_text: Text field
  881. setting_default_notification_option: Podrazumevana opcija za notifikaciju
  882. label_user_mail_option_only_my_events: Za dogadjaje koje pratim ili sam u njih uključen
  883. label_user_mail_option_none: Bez obaveštenja
  884. field_member_of_group: Assignee's group
  885. field_assigned_to_role: Assignee's role
  886. notice_not_authorized_archived_project: Projekat kome pokušavate da pristupite je arhiviran
  887. label_principal_search: "Traži korisnike ili grupe:"
  888. label_user_search: "Traži korisnike:"
  889. field_visible: Vidljivo
  890. setting_emails_header: Email zaglavlje
  891. setting_commit_logtime_activity_id: Activity for logged time
  892. text_time_logged_by_changeset: Applied in changeset %{value}.
  893. setting_commit_logtime_enabled: Omogući praćenje vremena
  894. notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
  895. setting_gantt_items_limit: Maksimalan broj stavki na gant grafiku
  896. field_warn_on_leaving_unsaved: Upozori me ako napuštam stranu sa tekstom koji nije snimljen
  897. text_warn_on_leaving_unsaved: Strana sadrži tekst koji nije snimljen i biće izgubljen ako je napustite.
  898. label_my_queries: My custom queries
  899. text_journal_changed_no_detail: "%{label} ažuriran"
  900. label_news_comment_added: Komentar dodat u novosti
  901. button_expand_all: Proširi sve
  902. button_collapse_all: Zatvori sve
  903. label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
  904. label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
  905. label_bulk_edit_selected_time_entries: Bulk edit selected time entries
  906. text_time_entries_destroy_confirmation: Da li ste sigurni da želite da obrišete selektovane stavke ?
  907. label_role_anonymous: Anonimus
  908. label_role_non_member: Nije član
  909. label_issue_note_added: Nota dodana
  910. label_issue_status_updated: Status ažuriran
  911. label_issue_priority_updated: Prioritet ažuriran
  912. label_issues_visibility_own: Problem kreiran od strane ili je dodeljen korisniku
  913. field_issues_visibility: Vidljivost problema
  914. label_issues_visibility_all: Svi problemi
  915. permission_set_own_issues_private: Podesi sopstveni problem kao privatan ili javan
  916. field_is_private: Privatno
  917. permission_set_issues_private: Podesi problem kao privatan ili javan
  918. label_issues_visibility_public: Svi javni problemi
  919. text_issues_destroy_descendants_confirmation: Ova operacija će takođe obrisati %{count} podzadataka.
  920. field_commit_logs_encoding: Kodiranje izvršnih poruka
  921. field_scm_path_encoding: Path encoding
  922. text_scm_path_encoding_note: "Default: UTF-8"
  923. field_path_to_repository: Path to repository
  924. field_root_directory: Root directory
  925. field_cvs_module: Module
  926. field_cvsroot: CVSROOT
  927. text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
  928. text_scm_command: Command
  929. text_scm_command_version: Version
  930. label_git_report_last_commit: Report last commit for files and directories
  931. notice_issue_successful_create: Issue %{id} created.
  932. label_between: between
  933. setting_issue_group_assignment: Allow issue assignment to groups
  934. label_diff: diff
  935. text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
  936. description_query_sort_criteria_direction: Sort direction
  937. description_project_scope: Search scope
  938. description_filter: Filter
  939. description_user_mail_notification: Mail notification settings
  940. description_message_content: Message content
  941. description_available_columns: Available Columns
  942. description_issue_category_reassign: Choose issue category
  943. description_search: Searchfield
  944. description_notes: Notes
  945. description_choose_project: Projects
  946. description_query_sort_criteria_attribute: Sort attribute
  947. description_wiki_subpages_reassign: Choose new parent page
  948. description_selected_columns: Selected Columns
  949. label_parent_revision: Parent
  950. label_child_revision: Child
  951. error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
  952. setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
  953. button_edit_section: Edit this section
  954. setting_repositories_encodings: Attachments and repositories encodings
  955. description_all_columns: All Columns
  956. button_export: Export
  957. label_export_options: "%{export_format} export options"
  958. error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
  959. notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
  960. label_x_issues:
  961. zero: 0 problem
  962. one: 1 problem
  963. other: "%{count} problemi"
  964. label_repository_new: New repository
  965. field_repository_is_default: Main repository
  966. label_copy_attachments: Copy attachments
  967. label_item_position: "%{position}/%{count}"
  968. label_completed_versions: Completed versions
  969. text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  970. field_multiple: Multiple values
  971. setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
  972. text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
  973. text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
  974. notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
  975. text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
  976. permission_manage_related_issues: Manage related issues
  977. field_auth_source_ldap_filter: LDAP filter
  978. label_search_for_watchers: Search for watchers to add
  979. notice_account_deleted: Your account has been permanently deleted.
  980. setting_unsubscribe: Allow users to delete their own account
  981. button_delete_my_account: Delete my account
  982. text_account_destroy_confirmation: |-
  983. Are you sure you want to proceed?
  984. Your account will be permanently deleted, with no way to reactivate it.
  985. error_session_expired: Your session has expired. Please login again.
  986. text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
  987. setting_session_lifetime: Session maximum lifetime
  988. setting_session_timeout: Session inactivity timeout
  989. label_session_expiration: Session expiration
  990. permission_close_project: Close / reopen the project
  991. label_show_closed_projects: View closed projects
  992. button_close: Close
  993. button_reopen: Reopen
  994. project_status_active: active
  995. project_status_closed: closed
  996. project_status_archived: archived
  997. text_project_closed: This project is closed and read-only.
  998. notice_user_successful_create: User %{id} created.
  999. field_core_fields: Standard fields
  1000. field_timeout: Timeout (in seconds)
  1001. setting_thumbnails_enabled: Display attachment thumbnails
  1002. setting_thumbnails_size: Thumbnails size (in pixels)
  1003. label_status_transitions: Status transitions
  1004. label_fields_permissions: Fields permissions
  1005. label_readonly: Read-only
  1006. label_required: Required
  1007. text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  1008. field_board_parent: Parent forum
  1009. label_attribute_of_project: Project's %{name}
  1010. label_attribute_of_author: Author's %{name}
  1011. label_attribute_of_assigned_to: Assignee's %{name}
  1012. label_attribute_of_fixed_version: Target version's %{name}
  1013. label_copy_subtasks: Copy subtasks
  1014. label_copied_to: copied to
  1015. label_copied_from: copied from
  1016. label_any_issues_in_project: any issues in project
  1017. label_any_issues_not_in_project: any issues not in project
  1018. field_private_notes: Private notes
  1019. permission_view_private_notes: View private notes
  1020. permission_set_notes_private: Set notes as private
  1021. label_no_issues_in_project: no issues in project
  1022. label_any: svi
  1023. label_last_n_weeks: last %{count} weeks
  1024. setting_cross_project_subtasks: Allow cross-project subtasks
  1025. label_cross_project_descendants: Sa potprojektima
  1026. label_cross_project_tree: Sa stablom projekta
  1027. label_cross_project_hierarchy: Sa hijerarhijom projekta
  1028. label_cross_project_system: Sa svim projektima
  1029. button_hide: Hide
  1030. setting_non_working_week_days: Non-working days
  1031. label_in_the_next_days: in the next
  1032. label_in_the_past_days: in the past
  1033. label_attribute_of_user: User's %{name}
  1034. text_turning_multiple_off: If you disable multiple values, multiple values will be
  1035. removed in order to preserve only one value per item.
  1036. label_attribute_of_issue: Issue's %{name}
  1037. permission_add_documents: Add documents
  1038. permission_edit_documents: Edit documents
  1039. permission_delete_documents: Delete documents
  1040. label_gantt_progress_line: Progress line
  1041. setting_jsonp_enabled: Enable JSONP support
  1042. field_inherit_members: Inherit members
  1043. field_closed_on: Closed
  1044. field_generate_password: Generate password
  1045. setting_default_projects_tracker_ids: Default trackers for new projects
  1046. label_total_time: Ukupno
  1047. text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
  1048. text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
  1049. notice_account_not_activated_yet: You haven't activated your account yet. If you want
  1050. to receive a new activation email, please <a href="%{url}">click this link</a>.
  1051. notice_account_locked: Your account is locked.
  1052. label_hidden: Hidden
  1053. label_visibility_private: to me only
  1054. label_visibility_roles: to these roles only
  1055. label_visibility_public: to any users
  1056. field_must_change_passwd: Must change password at next logon
  1057. notice_new_password_must_be_different: The new password must be different from the
  1058. current password
  1059. setting_mail_handler_excluded_filenames: Exclude attachments by name
  1060. text_convert_available: ImageMagick convert available (optional)
  1061. label_link: Link
  1062. label_only: only
  1063. label_drop_down_list: drop-down list
  1064. label_checkboxes: checkboxes
  1065. label_link_values_to: Link values to URL
  1066. setting_force_default_language_for_anonymous: Force default language for anonymous
  1067. users
  1068. setting_force_default_language_for_loggedin: Force default language for logged-in
  1069. users
  1070. label_custom_field_select_type: Select the type of object to which the custom field
  1071. is to be attached
  1072. label_issue_assigned_to_updated: Assignee updated
  1073. label_check_for_updates: Check for updates
  1074. label_latest_compatible_version: Latest compatible version
  1075. label_unknown_plugin: Unknown plugin
  1076. label_radio_buttons: radio buttons
  1077. label_group_anonymous: Anonymous users
  1078. label_group_non_member: Non member users
  1079. label_add_projects: Add projects
  1080. field_default_status: Default status
  1081. text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
  1082. field_users_visibility: Users visibility
  1083. label_users_visibility_all: All active users
  1084. label_users_visibility_members_of_visible_projects: Members of visible projects
  1085. label_edit_attachments: Edit attached files
  1086. setting_link_copied_issue: Link issues on copy
  1087. label_link_copied_issue: Link copied issue
  1088. label_ask: Ask
  1089. label_search_attachments_yes: Search attachment filenames and descriptions
  1090. label_search_attachments_no: Do not search attachments
  1091. label_search_attachments_only: Search attachments only
  1092. label_search_open_issues_only: Open issues only
  1093. field_address: E-adresa
  1094. setting_max_additional_emails: Maximum number of additional email addresses
  1095. label_email_address_plural: Emails
  1096. label_email_address_add: Add email address
  1097. label_enable_notifications: Enable notifications
  1098. label_disable_notifications: Disable notifications
  1099. setting_search_results_per_page: Search results per page
  1100. label_blank_value: blank
  1101. permission_copy_issues: Copy issues
  1102. error_password_expired: Your password has expired or the administrator requires you
  1103. to change it.
  1104. field_time_entries_visibility: Time logs visibility
  1105. setting_password_max_age: Require password change after
  1106. label_parent_task_attributes: Parent tasks attributes
  1107. label_parent_task_attributes_derived: Calculated from subtasks
  1108. label_parent_task_attributes_independent: Independent of subtasks
  1109. label_time_entries_visibility_all: All time entries
  1110. label_time_entries_visibility_own: Time entries created by the user
  1111. label_member_management: Member management
  1112. label_member_management_all_roles: All roles
  1113. label_member_management_selected_roles_only: Only these roles
  1114. label_password_required: Confirm your password to continue
  1115. label_total_spent_time: Celokupno utrošeno vreme
  1116. notice_import_finished: "%{count} items have been imported"
  1117. notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
  1118. error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
  1119. error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
  1120. settings below
  1121. error_can_not_read_import_file: An error occurred while reading the file to import
  1122. permission_import_issues: Import issues
  1123. label_import_issues: Import issues
  1124. label_select_file_to_import: Select the file to import
  1125. label_fields_separator: Field separator
  1126. label_fields_wrapper: Field wrapper
  1127. label_encoding: Encoding
  1128. label_comma_char: Comma
  1129. label_semi_colon_char: Semicolon
  1130. label_quote_char: Quote
  1131. label_double_quote_char: Double quote
  1132. label_fields_mapping: Fields mapping
  1133. label_file_content_preview: File content preview
  1134. label_create_missing_values: Create missing values
  1135. button_import: Import
  1136. field_total_estimated_hours: Total estimated time
  1137. label_api: API
  1138. label_total_plural: Totals
  1139. label_assigned_issues: Assigned issues
  1140. label_field_format_enumeration: Key/value list
  1141. label_f_hour_short: '%{value} h'
  1142. field_default_version: Default version
  1143. error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
  1144. setting_attachment_extensions_allowed: Allowed extensions
  1145. setting_attachment_extensions_denied: Disallowed extensions
  1146. label_any_open_issues: any open issues
  1147. label_no_open_issues: no open issues
  1148. label_default_values_for_new_users: Default values for new users
  1149. error_ldap_bind_credentials: Invalid LDAP Account/Password
  1150. setting_sys_api_key: API ključ
  1151. setting_lost_password: Izgubljena lozinka
  1152. mail_subject_security_notification: Security notification
  1153. mail_body_security_notification_change: ! '%{field} was changed.'
  1154. mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
  1155. mail_body_security_notification_add: ! '%{field} %{value} was added.'
  1156. mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
  1157. mail_body_security_notification_notify_enabled: Email address %{value} now receives
  1158. notifications.
  1159. mail_body_security_notification_notify_disabled: Email address %{value} no longer
  1160. receives notifications.
  1161. mail_body_settings_updated: ! 'The following settings were changed:'
  1162. field_remote_ip: IP address
  1163. label_wiki_page_new: New wiki page
  1164. label_relations: Relations
  1165. button_filter: Filter
  1166. mail_body_password_updated: Your password has been changed.
  1167. label_no_preview: No preview available
  1168. error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
  1169. for which you can create an issue
  1170. label_tracker_all: All trackers
  1171. label_new_project_issue_tab_enabled: Display the "New issue" tab
  1172. setting_new_item_menu_tab: Project menu tab for creating new objects
  1173. label_new_object_tab_enabled: Display the "+" drop-down
  1174. error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
  1175. for which you can create an issue
  1176. field_textarea_font: Font used for text areas
  1177. label_font_default: Default font
  1178. label_font_monospace: Monospaced font
  1179. label_font_proportional: Proportional font
  1180. setting_timespan_format: Time span format
  1181. label_table_of_contents: Table of contents
  1182. setting_commit_logs_formatting: Apply text formatting to commit messages
  1183. setting_mail_handler_enable_regex: Enable regular expressions
  1184. error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
  1185. project: %{errors}'
  1186. error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
  1187. be reassigned to an issue that is about to be deleted
  1188. setting_timelog_required_fields: Required fields for time logs
  1189. label_attribute_of_object: '%{object_name}''s %{name}'
  1190. label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
  1191. label_user_mail_option_only_owner: Only for things I watch or I am the owner of
  1192. warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
  1193. of values from one or more fields on the selected objects
  1194. field_updated_by: Updated by
  1195. field_last_updated_by: Last updated by
  1196. field_full_width_layout: Full width layout
  1197. label_last_notes: Last notes
  1198. field_digest: Checksum
  1199. field_default_assigned_to: Default assignee
  1200. setting_show_custom_fields_on_registration: Show custom fields on registration
  1201. permission_view_news: View news
  1202. label_no_preview_alternative_html: No preview available. %{link} the file instead.
  1203. label_no_preview_download: Download
  1204. setting_close_duplicate_issues: Close duplicate issues automatically
  1205. error_exceeds_maximum_hours_per_day: Cannot log more than %{max_hours} hours on the
  1206. same day (%{logged_hours} hours have already been logged)
  1207. setting_time_entry_list_defaults: Timelog list defaults
  1208. setting_timelog_accept_0_hours: Accept time logs with 0 hours
  1209. setting_timelog_max_hours_per_day: Maximum hours that can be logged per day and user
  1210. label_x_revisions: "%{count} revisions"
  1211. error_can_not_delete_auth_source: This authentication mode is in use and cannot be
  1212. deleted.