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

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