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.

bs.yml 45KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063
  1. #Ernad Husremovic hernad@bring.out.ba
  2. bs:
  3. direction: ltr
  4. date:
  5. formats:
  6. default: "%d.%m.%Y"
  7. short: "%e. %b"
  8. long: "%e. %B %Y"
  9. only_day: "%e"
  10. day_names: [Nedjelja, Ponedjeljak, Utorak, Srijeda, Četvrtak, Petak, Subota]
  11. abbr_day_names: [Ned, Pon, Uto, Sri, Čet, Pet, Sub]
  12. month_names: [~, Januar, Februar, Mart, April, Maj, Jun, Jul, Avgust, Septembar, Oktobar, Novembar, Decembar]
  13. abbr_month_names: [~, Jan, Feb, Mar, Apr, Maj, Jun, Jul, Avg, Sep, Okt, Nov, Dec]
  14. order:
  15. - :day
  16. - :month
  17. - :year
  18. time:
  19. formats:
  20. default: "%A, %e. %B %Y, %H:%M"
  21. short: "%e. %B, %H:%M Uhr"
  22. long: "%A, %e. %B %Y, %H:%M"
  23. time: "%H:%M"
  24. am: "prijepodne"
  25. pm: "poslijepodne"
  26. datetime:
  27. distance_in_words:
  28. half_a_minute: "pola minute"
  29. less_than_x_seconds:
  30. one: "manje od 1 sekunde"
  31. other: "manje od %{count} sekudni"
  32. x_seconds:
  33. one: "1 sekunda"
  34. other: "%{count} sekundi"
  35. less_than_x_minutes:
  36. one: "manje od 1 minute"
  37. other: "manje od %{count} minuta"
  38. x_minutes:
  39. one: "1 minuta"
  40. other: "%{count} minuta"
  41. about_x_hours:
  42. one: "oko 1 sahat"
  43. other: "oko %{count} sahata"
  44. x_hours:
  45. one: "1 hour"
  46. other: "%{count} hours"
  47. x_days:
  48. one: "1 dan"
  49. other: "%{count} dana"
  50. about_x_months:
  51. one: "oko 1 mjesec"
  52. other: "oko %{count} mjeseci"
  53. x_months:
  54. one: "1 mjesec"
  55. other: "%{count} mjeseci"
  56. about_x_years:
  57. one: "oko 1 godine"
  58. other: "oko %{count} godina"
  59. over_x_years:
  60. one: "preko 1 godine"
  61. other: "preko %{count} godina"
  62. almost_x_years:
  63. one: "almost 1 year"
  64. other: "almost %{count} years"
  65. number:
  66. format:
  67. precision: 2
  68. separator: ','
  69. delimiter: '.'
  70. currency:
  71. format:
  72. unit: 'KM'
  73. format: '%u %n'
  74. separator:
  75. delimiter:
  76. precision:
  77. percentage:
  78. format:
  79. delimiter: ""
  80. precision:
  81. format:
  82. delimiter: ""
  83. human:
  84. format:
  85. delimiter: ""
  86. precision: 3
  87. storage_units:
  88. format: "%n %u"
  89. units:
  90. byte:
  91. one: "Byte"
  92. other: "Bytes"
  93. kb: "KB"
  94. mb: "MB"
  95. gb: "GB"
  96. tb: "TB"
  97. # Used in array.to_sentence.
  98. support:
  99. array:
  100. sentence_connector: "i"
  101. skip_last_comma: false
  102. activerecord:
  103. errors:
  104. template:
  105. header:
  106. one: "1 error prohibited this %{model} from being saved"
  107. other: "%{count} errors prohibited this %{model} from being saved"
  108. messages:
  109. inclusion: "nije uključeno u listu"
  110. exclusion: "je rezervisano"
  111. invalid: "nije ispravno"
  112. confirmation: "ne odgovara potvrdi"
  113. accepted: "mora se prihvatiti"
  114. empty: "ne može biti prazno"
  115. blank: "ne može biti znak razmaka"
  116. too_long: "je predugačko"
  117. too_short: "je prekratko"
  118. wrong_length: "je pogrešne dužine"
  119. taken: "već je zauzeto"
  120. not_a_number: "nije broj"
  121. not_a_date: "nije ispravan datum"
  122. greater_than: "mora bit veći od %{count}"
  123. greater_than_or_equal_to: "mora bit veći ili jednak %{count}"
  124. equal_to: "mora biti jednak %{count}"
  125. less_than: "mora biti manji od %{count}"
  126. less_than_or_equal_to: "mora bit manji ili jednak %{count}"
  127. odd: "mora biti neparan"
  128. even: "mora biti paran"
  129. greater_than_start_date: "mora biti veći nego početni datum"
  130. not_same_project: "ne pripada istom projektu"
  131. circular_dependency: "Ova relacija stvar cirkularnu zavisnost"
  132. cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
  133. actionview_instancetag_blank_option: Molimo odaberite
  134. general_text_No: 'Da'
  135. general_text_Yes: 'Ne'
  136. general_text_no: 'ne'
  137. general_text_yes: 'da'
  138. general_lang_name: 'Bosanski'
  139. general_csv_separator: ','
  140. general_csv_decimal_separator: '.'
  141. general_csv_encoding: UTF-8
  142. general_pdf_encoding: UTF-8
  143. general_first_day_of_week: '7'
  144. notice_account_activated: Vaš nalog je aktiviran. Možete se prijaviti.
  145. notice_account_invalid_creditentials: Pogrešan korisnik ili lozinka
  146. notice_account_lost_email_sent: Email sa uputstvima o izboru nove šifre je poslat na vašu adresu.
  147. notice_account_password_updated: Lozinka je uspješno promjenjena.
  148. notice_account_pending: "Vaš nalog je kreiran i čeka odobrenje administratora."
  149. notice_account_register_done: Nalog je uspješno kreiran. Da bi ste aktivirali vaš nalog kliknite na link koji vam je poslat.
  150. notice_account_unknown_email: Nepoznati korisnik.
  151. notice_account_updated: Nalog je uspješno promjenen.
  152. notice_account_wrong_password: Pogrešna lozinka
  153. notice_can_t_change_password: Ovaj nalog koristi eksterni izvor prijavljivanja. Ne mogu da promjenim šifru.
  154. notice_default_data_loaded: Podrazumjevana konfiguracija uspječno učitana.
  155. notice_email_error: Došlo je do greške pri slanju emaila (%{value})
  156. notice_email_sent: "Email je poslan %{value}"
  157. notice_failed_to_save_issues: "Neuspješno snimanje %{count} aktivnosti na %{total} izabrano: %{ids}."
  158. notice_feeds_access_key_reseted: Vaš RSS pristup je resetovan.
  159. notice_file_not_found: Stranica kojoj pokušavate da pristupite ne postoji ili je uklonjena.
  160. notice_locking_conflict: "Konflikt: podaci su izmjenjeni od strane drugog korisnika."
  161. notice_no_issue_selected: "Nijedna aktivnost nije izabrana! Molim, izaberite aktivnosti koje želite za ispravljate."
  162. notice_not_authorized: Niste ovlašćeni da pristupite ovoj stranici.
  163. notice_successful_connection: Uspješna konekcija.
  164. notice_successful_create: Uspješno kreiranje.
  165. notice_successful_delete: Brisanje izvršeno.
  166. notice_successful_update: Promjene uspješno izvršene.
  167. error_can_t_load_default_data: "Podrazumjevane postavke se ne mogu učitati %{value}"
  168. error_scm_command_failed: "Desila se greška pri pristupu repozitoriju: %{value}"
  169. error_scm_not_found: "Unos i/ili revizija ne postoji u repozitoriju."
  170. error_scm_annotate: "Ova stavka ne postoji ili nije označena."
  171. error_issue_not_found_in_project: 'Aktivnost nije nađena ili ne pripada ovom projektu'
  172. warning_attachments_not_saved: "%{count} fajl(ovi) ne mogu biti snimljen(i)."
  173. mail_subject_lost_password: "Vaša %{value} lozinka"
  174. mail_body_lost_password: 'Za promjenu lozinke, kliknite na sljedeći link:'
  175. mail_subject_register: "Aktivirajte %{value} vaš korisnički račun"
  176. mail_body_register: 'Za aktivaciju vašeg korisničkog računa, kliknite na sljedeći link:'
  177. mail_body_account_information_external: "Možete koristiti vaš %{value} korisnički račun za prijavu na sistem."
  178. mail_body_account_information: Informacija o vašem korisničkom računu
  179. mail_subject_account_activation_request: "%{value} zahtjev za aktivaciju korisničkog računa"
  180. mail_body_account_activation_request: "Novi korisnik (%{value}) se registrovao. Korisnički račun čeka vaše odobrenje za aktivaciju:"
  181. mail_subject_reminder: "%{count} aktivnost(i) u kašnjenju u narednim %{days} danima"
  182. mail_body_reminder: "%{count} aktivnost(i) koje su dodjeljenje vama u narednim %{days} danima:"
  183. gui_validation_error: 1 greška
  184. gui_validation_error_plural: "%{count} grešaka"
  185. field_name: Ime
  186. field_description: Opis
  187. field_summary: Pojašnjenje
  188. field_is_required: Neophodno popuniti
  189. field_firstname: Ime
  190. field_lastname: Prezime
  191. field_mail: Email
  192. field_filename: Fajl
  193. field_filesize: Veličina
  194. field_downloads: Downloadi
  195. field_author: Autor
  196. field_created_on: Kreirano
  197. field_updated_on: Izmjenjeno
  198. field_field_format: Format
  199. field_is_for_all: Za sve projekte
  200. field_possible_values: Moguće vrijednosti
  201. field_regexp: '"Regularni izraz"'
  202. field_min_length: Minimalna veličina
  203. field_max_length: Maksimalna veličina
  204. field_value: Vrijednost
  205. field_category: Kategorija
  206. field_title: Naslov
  207. field_project: Projekat
  208. field_issue: Aktivnost
  209. field_status: Status
  210. field_notes: Bilješke
  211. field_is_closed: Aktivnost zatvorena
  212. field_is_default: Podrazumjevana vrijednost
  213. field_tracker: Područje aktivnosti
  214. field_subject: Subjekat
  215. field_due_date: Završiti do
  216. field_assigned_to: Dodijeljeno
  217. field_priority: Prioritet
  218. field_fixed_version: Ciljna verzija
  219. field_user: Korisnik
  220. field_role: Uloga
  221. field_homepage: Naslovna strana
  222. field_is_public: Javni
  223. field_parent: Podprojekt od
  224. field_is_in_roadmap: Aktivnosti prikazane u planu realizacije
  225. field_login: Prijava
  226. field_mail_notification: Email notifikacije
  227. field_admin: Administrator
  228. field_last_login_on: Posljednja konekcija
  229. field_language: Jezik
  230. field_effective_date: Datum
  231. field_password: Lozinka
  232. field_new_password: Nova lozinka
  233. field_password_confirmation: Potvrda
  234. field_version: Verzija
  235. field_type: Tip
  236. field_host: Host
  237. field_port: Port
  238. field_account: Korisnički račun
  239. field_base_dn: Base DN
  240. field_attr_login: Attribut za prijavu
  241. field_attr_firstname: Attribut za ime
  242. field_attr_lastname: Atribut za prezime
  243. field_attr_mail: Atribut za email
  244. field_onthefly: 'Kreiranje korisnika "On-the-fly"'
  245. field_start_date: Početak
  246. field_done_ratio: "% Realizovano"
  247. field_auth_source: Mod za authentifikaciju
  248. field_hide_mail: Sakrij moju email adresu
  249. field_comments: Komentar
  250. field_url: URL
  251. field_start_page: Početna stranica
  252. field_subproject: Podprojekat
  253. field_hours: Sahata
  254. field_activity: Operacija
  255. field_spent_on: Datum
  256. field_identifier: Identifikator
  257. field_is_filter: Korišteno kao filter
  258. field_issue_to: Povezana aktivnost
  259. field_delay: Odgađanje
  260. field_assignable: Aktivnosti dodijeljene ovoj ulozi
  261. field_redirect_existing_links: Izvrši redirekciju postojećih linkova
  262. field_estimated_hours: Procjena vremena
  263. field_column_names: Kolone
  264. field_time_zone: Vremenska zona
  265. field_searchable: Pretraživo
  266. field_default_value: Podrazumjevana vrijednost
  267. field_comments_sorting: Prikaži komentare
  268. field_parent_title: 'Stranica "roditelj"'
  269. field_editable: Može se mijenjati
  270. field_watcher: Posmatrač
  271. field_identity_url: OpenID URL
  272. field_content: Sadržaj
  273. setting_app_title: Naslov aplikacije
  274. setting_app_subtitle: Podnaslov aplikacije
  275. setting_welcome_text: Tekst dobrodošlice
  276. setting_default_language: Podrazumjevani jezik
  277. setting_login_required: Authentifikacija neophodna
  278. setting_self_registration: Samo-registracija
  279. setting_attachment_max_size: Maksimalna veličina prikačenog fajla
  280. setting_issues_export_limit: Limit za eksport aktivnosti
  281. setting_mail_from: Mail adresa - pošaljilac
  282. setting_bcc_recipients: '"BCC" (blind carbon copy) primaoci '
  283. setting_plain_text_mail: Email sa običnim tekstom (bez HTML-a)
  284. setting_host_name: Ime hosta i putanja
  285. setting_text_formatting: Formatiranje teksta
  286. setting_wiki_compression: Kompresija Wiki istorije
  287. setting_feeds_limit: 'Limit za "RSS" feed-ove'
  288. setting_default_projects_public: Podrazumjeva se da je novi projekat javni
  289. setting_autofetch_changesets: 'Automatski kupi "commit"-e'
  290. setting_sys_api_enabled: 'Omogući "WS" za upravljanje repozitorijom'
  291. setting_commit_ref_keywords: Ključne riječi za reference
  292. setting_commit_fix_keywords: 'Ključne riječi za status "zatvoreno"'
  293. setting_autologin: Automatski login
  294. setting_date_format: Format datuma
  295. setting_time_format: Format vremena
  296. setting_cross_project_issue_relations: Omogući relacije između aktivnosti na različitim projektima
  297. setting_issue_list_default_columns: Podrazumjevane koleone za prikaz na listi aktivnosti
  298. setting_emails_footer: Potpis na email-ovima
  299. setting_protocol: Protokol
  300. setting_per_page_options: Broj objekata po stranici
  301. setting_user_format: Format korisničkog prikaza
  302. setting_activity_days_default: Prikaz promjena na projektu - opseg dana
  303. setting_display_subprojects_issues: Prikaz podprojekata na glavnom projektima (podrazumjeva se)
  304. setting_enabled_scm: Omogući SCM (source code management)
  305. setting_mail_handler_api_enabled: Omogući automatsku obradu ulaznih emailova
  306. setting_mail_handler_api_key: API ključ (obrada ulaznih mailova)
  307. setting_sequential_project_identifiers: Generiši identifikatore projekta sekvencijalno
  308. setting_gravatar_enabled: 'Koristi "gravatar" korisničke ikone'
  309. setting_diff_max_lines_displayed: Maksimalan broj linija za prikaz razlika između dva fajla
  310. setting_file_max_size_displayed: Maksimalna veličina fajla kod prikaza razlika unutar fajla (inline)
  311. setting_repository_log_display_limit: Maksimalna veličina revizija prikazanih na log fajlu
  312. setting_openid: Omogući OpenID prijavu i registraciju
  313. permission_edit_project: Ispravke projekta
  314. permission_select_project_modules: Odaberi module projekta
  315. permission_manage_members: Upravljanje članovima
  316. permission_manage_versions: Upravljanje verzijama
  317. permission_manage_categories: Upravljanje kategorijama aktivnosti
  318. permission_add_issues: Dodaj aktivnosti
  319. permission_edit_issues: Ispravka aktivnosti
  320. permission_manage_issue_relations: Upravljaj relacijama među aktivnostima
  321. permission_add_issue_notes: Dodaj bilješke
  322. permission_edit_issue_notes: Ispravi bilješke
  323. permission_edit_own_issue_notes: Ispravi sopstvene bilješke
  324. permission_move_issues: Pomjeri aktivnosti
  325. permission_delete_issues: Izbriši aktivnosti
  326. permission_manage_public_queries: Upravljaj javnim upitima
  327. permission_save_queries: Snimi upite
  328. permission_view_gantt: Pregled gantograma
  329. permission_view_calendar: Pregled kalendara
  330. permission_view_issue_watchers: Pregled liste korisnika koji prate aktivnost
  331. permission_add_issue_watchers: Dodaj onoga koji prati aktivnost
  332. permission_log_time: Evidentiraj utrošak vremena
  333. permission_view_time_entries: Pregled utroška vremena
  334. permission_edit_time_entries: Ispravka utroška vremena
  335. permission_edit_own_time_entries: Ispravka svog utroška vremena
  336. permission_manage_news: Upravljaj novostima
  337. permission_comment_news: Komentiraj novosti
  338. permission_manage_documents: Upravljaj dokumentima
  339. permission_view_documents: Pregled dokumenata
  340. permission_manage_files: Upravljaj fajlovima
  341. permission_view_files: Pregled fajlova
  342. permission_manage_wiki: Upravljaj wiki stranicama
  343. permission_rename_wiki_pages: Ispravi wiki stranicu
  344. permission_delete_wiki_pages: Izbriši wiki stranicu
  345. permission_view_wiki_pages: Pregled wiki sadržaja
  346. permission_view_wiki_edits: Pregled wiki istorije
  347. permission_edit_wiki_pages: Ispravka wiki stranica
  348. permission_delete_wiki_pages_attachments: Brisanje fajlova prikačenih wiki-ju
  349. permission_protect_wiki_pages: Zaštiti wiki stranicu
  350. permission_manage_repository: Upravljaj repozitorijem
  351. permission_browse_repository: Pregled repozitorija
  352. permission_view_changesets: Pregled setova promjena
  353. permission_commit_access: 'Pristup "commit"-u'
  354. permission_manage_boards: Upravljaj forumima
  355. permission_view_messages: Pregled poruka
  356. permission_add_messages: Šalji poruke
  357. permission_edit_messages: Ispravi poruke
  358. permission_edit_own_messages: Ispravka sopstvenih poruka
  359. permission_delete_messages: Prisanje poruka
  360. permission_delete_own_messages: Brisanje sopstvenih poruka
  361. project_module_issue_tracking: Praćenje aktivnosti
  362. project_module_time_tracking: Praćenje vremena
  363. project_module_news: Novosti
  364. project_module_documents: Dokumenti
  365. project_module_files: Fajlovi
  366. project_module_wiki: Wiki stranice
  367. project_module_repository: Repozitorij
  368. project_module_boards: Forumi
  369. label_user: Korisnik
  370. label_user_plural: Korisnici
  371. label_user_new: Novi korisnik
  372. label_project: Projekat
  373. label_project_new: Novi projekat
  374. label_project_plural: Projekti
  375. label_x_projects:
  376. zero: 0 projekata
  377. one: 1 projekat
  378. other: "%{count} projekata"
  379. label_project_all: Svi projekti
  380. label_project_latest: Posljednji projekti
  381. label_issue: Aktivnost
  382. label_issue_new: Nova aktivnost
  383. label_issue_plural: Aktivnosti
  384. label_issue_view_all: Vidi sve aktivnosti
  385. label_issues_by: "Aktivnosti po %{value}"
  386. label_issue_added: Aktivnost je dodana
  387. label_issue_updated: Aktivnost je izmjenjena
  388. label_document: Dokument
  389. label_document_new: Novi dokument
  390. label_document_plural: Dokumenti
  391. label_document_added: Dokument je dodan
  392. label_role: Uloga
  393. label_role_plural: Uloge
  394. label_role_new: Nove uloge
  395. label_role_and_permissions: Uloge i dozvole
  396. label_member: Izvršilac
  397. label_member_new: Novi izvršilac
  398. label_member_plural: Izvršioci
  399. label_tracker: Područje aktivnosti
  400. label_tracker_plural: Područja aktivnosti
  401. label_tracker_new: Novo područje aktivnosti
  402. label_workflow: Tok promjena na aktivnosti
  403. label_issue_status: Status aktivnosti
  404. label_issue_status_plural: Statusi aktivnosti
  405. label_issue_status_new: Novi status
  406. label_issue_category: Kategorija aktivnosti
  407. label_issue_category_plural: Kategorije aktivnosti
  408. label_issue_category_new: Nova kategorija
  409. label_custom_field: Proizvoljno polje
  410. label_custom_field_plural: Proizvoljna polja
  411. label_custom_field_new: Novo proizvoljno polje
  412. label_enumerations: Enumeracije
  413. label_enumeration_new: Nova vrijednost
  414. label_information: Informacija
  415. label_information_plural: Informacije
  416. label_please_login: Molimo prijavite se
  417. label_register: Registracija
  418. label_login_with_open_id_option: ili prijava sa OpenID-om
  419. label_password_lost: Izgubljena lozinka
  420. label_home: Početna stranica
  421. label_my_page: Moja stranica
  422. label_my_account: Moj korisnički račun
  423. label_my_projects: Moji projekti
  424. label_administration: Administracija
  425. label_login: Prijavi se
  426. label_logout: Odjavi se
  427. label_help: Pomoć
  428. label_reported_issues: Prijavljene aktivnosti
  429. label_assigned_to_me_issues: Aktivnosti dodjeljene meni
  430. label_last_login: Posljednja konekcija
  431. label_registered_on: Registrovan na
  432. label_activity_plural: Promjene
  433. label_activity: Operacija
  434. label_overall_activity: Pregled svih promjena
  435. label_user_activity: "Promjene izvršene od: %{value}"
  436. label_new: Novi
  437. label_logged_as: Prijavljen kao
  438. label_environment: Sistemsko okruženje
  439. label_authentication: Authentifikacija
  440. label_auth_source: Mod authentifikacije
  441. label_auth_source_new: Novi mod authentifikacije
  442. label_auth_source_plural: Modovi authentifikacije
  443. label_subproject_plural: Podprojekti
  444. label_and_its_subprojects: "%{value} i njegovi podprojekti"
  445. label_min_max_length: Min - Maks dužina
  446. label_list: Lista
  447. label_date: Datum
  448. label_integer: Cijeli broj
  449. label_float: Float
  450. label_boolean: Logička varijabla
  451. label_string: Tekst
  452. label_text: Dugi tekst
  453. label_attribute: Atribut
  454. label_attribute_plural: Atributi
  455. label_download: "%{count} download"
  456. label_download_plural: "%{count} download-i"
  457. label_no_data: Nema podataka za prikaz
  458. label_change_status: Promjeni status
  459. label_history: Istorija
  460. label_attachment: Fajl
  461. label_attachment_new: Novi fajl
  462. label_attachment_delete: Izbriši fajl
  463. label_attachment_plural: Fajlovi
  464. label_file_added: Fajl je dodan
  465. label_report: Izvještaj
  466. label_report_plural: Izvještaji
  467. label_news: Novosti
  468. label_news_new: Dodaj novosti
  469. label_news_plural: Novosti
  470. label_news_latest: Posljednje novosti
  471. label_news_view_all: Pogledaj sve novosti
  472. label_news_added: Novosti su dodane
  473. label_settings: Postavke
  474. label_overview: Pregled
  475. label_version: Verzija
  476. label_version_new: Nova verzija
  477. label_version_plural: Verzije
  478. label_confirmation: Potvrda
  479. label_export_to: 'Takođe dostupno u:'
  480. label_read: Čitaj...
  481. label_public_projects: Javni projekti
  482. label_open_issues: otvoren
  483. label_open_issues_plural: otvoreni
  484. label_closed_issues: zatvoren
  485. label_closed_issues_plural: zatvoreni
  486. label_x_open_issues_abbr_on_total:
  487. zero: 0 otvoreno / %{total}
  488. one: 1 otvorena / %{total}
  489. other: "%{count} otvorene / %{total}"
  490. label_x_open_issues_abbr:
  491. zero: 0 otvoreno
  492. one: 1 otvorena
  493. other: "%{count} otvorene"
  494. label_x_closed_issues_abbr:
  495. zero: 0 zatvoreno
  496. one: 1 zatvorena
  497. other: "%{count} zatvorene"
  498. label_total: Ukupno
  499. label_permissions: Dozvole
  500. label_current_status: Tekući status
  501. label_new_statuses_allowed: Novi statusi dozvoljeni
  502. label_all: sve
  503. label_none: ništa
  504. label_nobody: niko
  505. label_next: Sljedeće
  506. label_previous: Predhodno
  507. label_used_by: Korišteno od
  508. label_details: Detalji
  509. label_add_note: Dodaj bilješku
  510. label_per_page: Po stranici
  511. label_calendar: Kalendar
  512. label_months_from: mjeseci od
  513. label_gantt: Gantt
  514. label_internal: Interno
  515. label_last_changes: "posljednjih %{count} promjena"
  516. label_change_view_all: Vidi sve promjene
  517. label_personalize_page: Personaliziraj ovu stranicu
  518. label_comment: Komentar
  519. label_comment_plural: Komentari
  520. label_x_comments:
  521. zero: bez komentara
  522. one: 1 komentar
  523. other: "%{count} komentari"
  524. label_comment_add: Dodaj komentar
  525. label_comment_added: Komentar je dodan
  526. label_comment_delete: Izbriši komentar
  527. label_query: Proizvoljan upit
  528. label_query_plural: Proizvoljni upiti
  529. label_query_new: Novi upit
  530. label_filter_add: Dodaj filter
  531. label_filter_plural: Filteri
  532. label_equals: je
  533. label_not_equals: nije
  534. label_in_less_than: je manji nego
  535. label_in_more_than: je više nego
  536. label_in: u
  537. label_today: danas
  538. label_all_time: sve vrijeme
  539. label_yesterday: juče
  540. label_this_week: ova hefta
  541. label_last_week: zadnja hefta
  542. label_last_n_days: "posljednjih %{count} dana"
  543. label_this_month: ovaj mjesec
  544. label_last_month: posljednji mjesec
  545. label_this_year: ova godina
  546. label_date_range: Datumski opseg
  547. label_less_than_ago: ranije nego (dana)
  548. label_more_than_ago: starije nego (dana)
  549. label_ago: prije (dana)
  550. label_contains: sadrži
  551. label_not_contains: ne sadrži
  552. label_day_plural: dani
  553. label_repository: Repozitorij
  554. label_repository_plural: Repozitoriji
  555. label_browse: Listaj
  556. label_modification: "%{count} promjena"
  557. label_modification_plural: "%{count} promjene"
  558. label_revision: Revizija
  559. label_revision_plural: Revizije
  560. label_associated_revisions: Doddjeljene revizije
  561. label_added: dodano
  562. label_modified: izmjenjeno
  563. label_copied: kopirano
  564. label_renamed: preimenovano
  565. label_deleted: izbrisano
  566. label_latest_revision: Posljednja revizija
  567. label_latest_revision_plural: Posljednje revizije
  568. label_view_revisions: Vidi revizije
  569. label_max_size: Maksimalna veličina
  570. label_sort_highest: Pomjeri na vrh
  571. label_sort_higher: Pomjeri gore
  572. label_sort_lower: Pomjeri dole
  573. label_sort_lowest: Pomjeri na dno
  574. label_roadmap: Plan realizacije
  575. label_roadmap_due_in: "Obavezan do %{value}"
  576. label_roadmap_overdue: "%{value} kasni"
  577. label_roadmap_no_issues: Nema aktivnosti za ovu verziju
  578. label_search: Traži
  579. label_result_plural: Rezultati
  580. label_all_words: Sve riječi
  581. label_wiki: Wiki stranice
  582. label_wiki_edit: ispravka wiki-ja
  583. label_wiki_edit_plural: ispravke wiki-ja
  584. label_wiki_page: Wiki stranica
  585. label_wiki_page_plural: Wiki stranice
  586. label_index_by_title: Indeks prema naslovima
  587. label_index_by_date: Indeks po datumima
  588. label_current_version: Tekuća verzija
  589. label_preview: Pregled
  590. label_feed_plural: Feeds
  591. label_changes_details: Detalji svih promjena
  592. label_issue_tracking: Evidencija aktivnosti
  593. label_spent_time: Utrošak vremena
  594. label_f_hour: "%{value} sahat"
  595. label_f_hour_plural: "%{value} sahata"
  596. label_time_tracking: Evidencija vremena
  597. label_change_plural: Promjene
  598. label_statistics: Statistika
  599. label_commits_per_month: '"Commit"-a po mjesecu'
  600. label_commits_per_author: '"Commit"-a po autoru'
  601. label_view_diff: Pregled razlika
  602. label_diff_inline: zajedno
  603. label_diff_side_by_side: jedna pored druge
  604. label_options: Opcije
  605. label_copy_workflow_from: Kopiraj tok promjena statusa iz
  606. label_permissions_report: Izvještaj
  607. label_watched_issues: Aktivnosti koje pratim
  608. label_related_issues: Korelirane aktivnosti
  609. label_applied_status: Status je primjenjen
  610. label_loading: Učitavam...
  611. label_relation_new: Nova relacija
  612. label_relation_delete: Izbriši relaciju
  613. label_relates_to: korelira sa
  614. label_duplicates: duplikat
  615. label_duplicated_by: duplicirano od
  616. label_blocks: blokira
  617. label_blocked_by: blokirano on
  618. label_precedes: predhodi
  619. label_follows: slijedi
  620. label_end_to_start: 'kraj -> početak'
  621. label_end_to_end: 'kraja -> kraj'
  622. label_start_to_start: 'početak -> početak'
  623. label_start_to_end: 'početak -> kraj'
  624. label_stay_logged_in: Ostani prijavljen
  625. label_disabled: onemogućen
  626. label_show_completed_versions: Prikaži završene verzije
  627. label_me: ja
  628. label_board: Forum
  629. label_board_new: Novi forum
  630. label_board_plural: Forumi
  631. label_topic_plural: Teme
  632. label_message_plural: Poruke
  633. label_message_last: Posljednja poruka
  634. label_message_new: Nova poruka
  635. label_message_posted: Poruka je dodana
  636. label_reply_plural: Odgovori
  637. label_send_information: Pošalji informaciju o korisničkom računu
  638. label_year: Godina
  639. label_month: Mjesec
  640. label_week: Hefta
  641. label_date_from: Od
  642. label_date_to: Do
  643. label_language_based: Bazirano na korisnikovom jeziku
  644. label_sort_by: "Sortiraj po %{value}"
  645. label_send_test_email: Pošalji testni email
  646. label_feeds_access_key_created_on: "RSS pristupni ključ kreiran prije %{value} dana"
  647. label_module_plural: Moduli
  648. label_added_time_by: "Dodano od %{author} prije %{age}"
  649. label_updated_time_by: "Izmjenjeno od %{author} prije %{age}"
  650. label_updated_time: "Izmjenjeno prije %{value}"
  651. label_jump_to_a_project: Skoči na projekat...
  652. label_file_plural: Fajlovi
  653. label_changeset_plural: Setovi promjena
  654. label_default_columns: Podrazumjevane kolone
  655. label_no_change_option: (Bez promjene)
  656. label_bulk_edit_selected_issues: Ispravi odjednom odabrane aktivnosti
  657. label_theme: Tema
  658. label_default: Podrazumjevano
  659. label_search_titles_only: Pretraži samo naslove
  660. label_user_mail_option_all: "Za bilo koji događaj na svim mojim projektima"
  661. label_user_mail_option_selected: "Za bilo koji događaj na odabranim projektima..."
  662. label_user_mail_no_self_notified: "Ne želim notifikaciju za promjene koje sam ja napravio"
  663. label_registration_activation_by_email: aktivacija korisničkog računa email-om
  664. label_registration_manual_activation: ručna aktivacija korisničkog računa
  665. label_registration_automatic_activation: automatska kreacija korisničkog računa
  666. label_display_per_page: "Po stranici: %{value}"
  667. label_age: Starost
  668. label_change_properties: Promjena osobina
  669. label_general: Generalno
  670. label_more: Više
  671. label_scm: SCM
  672. label_plugins: Plugin-ovi
  673. label_ldap_authentication: LDAP authentifikacija
  674. label_downloads_abbr: D/L
  675. label_optional_description: Opis (opciono)
  676. label_add_another_file: Dodaj još jedan fajl
  677. label_preferences: Postavke
  678. label_chronological_order: Hronološki poredak
  679. label_reverse_chronological_order: Reverzni hronološki poredak
  680. label_planning: Planiranje
  681. label_incoming_emails: Dolazni email-ovi
  682. label_generate_key: Generiši ključ
  683. label_issue_watchers: Praćeno od
  684. label_example: Primjer
  685. label_display: Prikaz
  686. button_apply: Primjeni
  687. button_add: Dodaj
  688. button_archive: Arhiviranje
  689. button_back: Nazad
  690. button_cancel: Odustani
  691. button_change: Izmjeni
  692. button_change_password: Izmjena lozinke
  693. button_check_all: Označi sve
  694. button_clear: Briši
  695. button_copy: Kopiraj
  696. button_create: Novi
  697. button_delete: Briši
  698. button_download: Download
  699. button_edit: Ispravka
  700. button_list: Lista
  701. button_lock: Zaključaj
  702. button_log_time: Utrošak vremena
  703. button_login: Prijava
  704. button_move: Pomjeri
  705. button_rename: Promjena imena
  706. button_reply: Odgovor
  707. button_reset: Resetuj
  708. button_rollback: Vrati predhodno stanje
  709. button_save: Snimi
  710. button_sort: Sortiranje
  711. button_submit: Pošalji
  712. button_test: Testiraj
  713. button_unarchive: Otpakuj arhivu
  714. button_uncheck_all: Isključi sve
  715. button_unlock: Otključaj
  716. button_unwatch: Prekini notifikaciju
  717. button_update: Promjena na aktivnosti
  718. button_view: Pregled
  719. button_watch: Notifikacija
  720. button_configure: Konfiguracija
  721. button_quote: Citat
  722. status_active: aktivan
  723. status_registered: registrovan
  724. status_locked: zaključan
  725. text_select_mail_notifications: Odaberi događaje za koje će se slati email notifikacija.
  726. text_regexp_info: npr. ^[A-Z0-9]+$
  727. text_min_max_length_info: 0 znači bez restrikcije
  728. text_project_destroy_confirmation: Sigurno želite izbrisati ovaj projekat i njegove podatke ?
  729. text_subprojects_destroy_warning: "Podprojekt(i): %{value} će takođe biti izbrisani."
  730. text_workflow_edit: Odaberite ulogu i područje aktivnosti za ispravku toka promjena na aktivnosti
  731. text_are_you_sure: Da li ste sigurni ?
  732. text_tip_issue_begin_day: zadatak počinje danas
  733. text_tip_issue_end_day: zadatak završava danas
  734. text_tip_issue_begin_end_day: zadatak započinje i završava danas
  735. text_caracters_maximum: "maksimum %{count} karaktera."
  736. text_caracters_minimum: "Dužina mora biti najmanje %{count} znakova."
  737. text_length_between: "Broj znakova između %{min} i %{max}."
  738. text_tracker_no_workflow: Tok statusa nije definisan za ovo područje aktivnosti
  739. text_unallowed_characters: Nedozvoljeni znakovi
  740. text_comma_separated: Višestruke vrijednosti dozvoljene (odvojiti zarezom).
  741. text_issues_ref_in_commit_messages: 'Referenciranje i zatvaranje aktivnosti putem "commit" poruka'
  742. text_issue_added: "Aktivnost %{id} je prijavljena od %{author}."
  743. text_issue_updated: "Aktivnost %{id} je izmjenjena od %{author}."
  744. text_wiki_destroy_confirmation: Sigurno želite izbrisati ovaj wiki i čitav njegov sadržaj ?
  745. text_issue_category_destroy_question: "Neke aktivnosti (%{count}) pripadaju ovoj kategoriji. Sigurno to želite uraditi ?"
  746. text_issue_category_destroy_assignments: Ukloni kategoriju
  747. text_issue_category_reassign_to: Ponovo dodijeli ovu kategoriju
  748. text_user_mail_option: "Za projekte koje niste odabrali, primićete samo notifikacije o stavkama koje pratite ili ste u njih uključeni (npr. vi ste autor ili su vama dodjeljenje)."
  749. text_no_configuration_data: "Uloge, područja aktivnosti, statusi aktivnosti i tok promjena statusa nisu konfigurisane.\nKrajnje je preporučeno da učitate tekuđe postavke. Kasnije ćete ih moći mjenjati po svojim potrebama."
  750. text_load_default_configuration: Učitaj tekuću konfiguraciju
  751. text_status_changed_by_changeset: "Primjenjeno u setu promjena %{value}."
  752. text_issues_destroy_confirmation: 'Sigurno želite izbrisati odabranu/e aktivnost/i ?'
  753. text_select_project_modules: 'Odaberi module koje želite u ovom projektu:'
  754. text_default_administrator_account_changed: Tekući administratorski račun je promjenjen
  755. text_file_repository_writable: U direktorij sa fajlovima koji su prilozi se može pisati
  756. text_plugin_assets_writable: U direktorij plugin-ova se može pisati
  757. text_rmagick_available: RMagick je dostupan (opciono)
  758. text_destroy_time_entries_question: "%{hours} sahata je prijavljeno na aktivnostima koje želite brisati. Želite li to učiniti ?"
  759. text_destroy_time_entries: Izbriši prijavljeno vrijeme
  760. text_assign_time_entries_to_project: Dodaj prijavljenoo vrijeme projektu
  761. text_reassign_time_entries: 'Preraspodjeli prijavljeno vrijeme na ovu aktivnost:'
  762. text_user_wrote: "%{value} je napisao/la:"
  763. text_enumeration_destroy_question: "Za %{count} objekata je dodjeljenja ova vrijednost."
  764. text_enumeration_category_reassign_to: 'Ponovo im dodjeli ovu vrijednost:'
  765. text_email_delivery_not_configured: "Email dostava nije konfiguraisana, notifikacija je onemogućena.\nKonfiguriši SMTP server u config/configuration.yml i restartuj aplikaciju nakon toga."
  766. text_repository_usernames_mapping: "Odaberi ili ispravi redmine korisnika mapiranog za svako korisničko ima nađeno u logu repozitorija.\nKorisnici sa istim imenom u redmineu i u repozitoruju se automatski mapiraju."
  767. text_diff_truncated: '... Ovaj prikaz razlike je odsječen pošto premašuje maksimalnu veličinu za prikaz'
  768. text_custom_field_possible_values_info: 'Jedna linija za svaku vrijednost'
  769. default_role_manager: Menadžer
  770. default_role_developer: Programer
  771. default_role_reporter: Reporter
  772. default_tracker_bug: Greška
  773. default_tracker_feature: Nova funkcija
  774. default_tracker_support: Podrška
  775. default_issue_status_new: Novi
  776. default_issue_status_in_progress: In Progress
  777. default_issue_status_resolved: Riješen
  778. default_issue_status_feedback: Čeka se povratna informacija
  779. default_issue_status_closed: Zatvoren
  780. default_issue_status_rejected: Odbijen
  781. default_doc_category_user: Korisnička dokumentacija
  782. default_doc_category_tech: Tehnička dokumentacija
  783. default_priority_low: Nizak
  784. default_priority_normal: Normalan
  785. default_priority_high: Visok
  786. default_priority_urgent: Urgentno
  787. default_priority_immediate: Odmah
  788. default_activity_design: Dizajn
  789. default_activity_development: Programiranje
  790. enumeration_issue_priorities: Prioritet aktivnosti
  791. enumeration_doc_categories: Kategorije dokumenata
  792. enumeration_activities: Operacije (utrošak vremena)
  793. notice_unable_delete_version: Ne mogu izbrisati verziju.
  794. button_create_and_continue: Kreiraj i nastavi
  795. button_annotate: Zabilježi
  796. button_activate: Aktiviraj
  797. label_sort: Sortiranje
  798. label_date_from_to: Od %{start} do %{end}
  799. label_ascending: Rastuće
  800. label_descending: Opadajuće
  801. label_greater_or_equal: ">="
  802. label_less_or_equal: <=
  803. text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
  804. text_wiki_page_reassign_children: Reassign child pages to this parent page
  805. text_wiki_page_nullify_children: Keep child pages as root pages
  806. text_wiki_page_destroy_children: Delete child pages and all their descendants
  807. setting_password_min_length: Minimum password length
  808. field_group_by: Group results by
  809. mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
  810. label_wiki_content_added: Wiki page added
  811. mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
  812. mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
  813. label_wiki_content_updated: Wiki page updated
  814. mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
  815. permission_add_project: Create project
  816. setting_new_project_user_role_id: Role given to a non-admin user who creates a project
  817. label_view_all_revisions: View all revisions
  818. label_tag: Tag
  819. label_branch: Branch
  820. error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
  821. error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
  822. text_journal_changed: "%{label} changed from %{old} to %{new}"
  823. text_journal_set_to: "%{label} set to %{value}"
  824. text_journal_deleted: "%{label} deleted (%{old})"
  825. label_group_plural: Groups
  826. label_group: Group
  827. label_group_new: New group
  828. label_time_entry_plural: Spent time
  829. text_journal_added: "%{label} %{value} added"
  830. field_active: Active
  831. enumeration_system_activity: System Activity
  832. permission_delete_issue_watchers: Delete watchers
  833. version_status_closed: closed
  834. version_status_locked: locked
  835. version_status_open: open
  836. error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened
  837. label_user_anonymous: Anonymous
  838. button_move_and_follow: Move and follow
  839. setting_default_projects_modules: Default enabled modules for new projects
  840. setting_gravatar_default: Default Gravatar image
  841. field_sharing: Sharing
  842. label_version_sharing_hierarchy: With project hierarchy
  843. label_version_sharing_system: With all projects
  844. label_version_sharing_descendants: With subprojects
  845. label_version_sharing_tree: With project tree
  846. label_version_sharing_none: Not shared
  847. error_can_not_archive_project: This project can not be archived
  848. button_duplicate: Duplicate
  849. button_copy_and_follow: Copy and follow
  850. label_copy_source: Source
  851. setting_issue_done_ratio: Calculate the issue done ratio with
  852. setting_issue_done_ratio_issue_status: Use the issue status
  853. error_issue_done_ratios_not_updated: Issue done ratios not updated.
  854. error_workflow_copy_target: Please select target tracker(s) and role(s)
  855. setting_issue_done_ratio_issue_field: Use the issue field
  856. label_copy_same_as_target: Same as target
  857. label_copy_target: Target
  858. notice_issue_done_ratios_updated: Issue done ratios updated.
  859. error_workflow_copy_source: Please select a source tracker or role
  860. label_update_issue_done_ratios: Update issue done ratios
  861. setting_start_of_week: Start calendars on
  862. permission_view_issues: View Issues
  863. label_display_used_statuses_only: Only display statuses that are used by this tracker
  864. label_revision_id: Revision %{value}
  865. label_api_access_key: API access key
  866. label_api_access_key_created_on: API access key created %{value} ago
  867. label_feeds_access_key: RSS access key
  868. notice_api_access_key_reseted: Your API access key was reset.
  869. setting_rest_api_enabled: Enable REST web service
  870. label_missing_api_access_key: Missing an API access key
  871. label_missing_feeds_access_key: Missing a RSS access key
  872. button_show: Show
  873. text_line_separated: Multiple values allowed (one line for each value).
  874. setting_mail_handler_body_delimiters: Truncate emails after one of these lines
  875. permission_add_subprojects: Create subprojects
  876. label_subproject_new: New subproject
  877. text_own_membership_delete_confirmation: |-
  878. You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
  879. Are you sure you want to continue?
  880. label_close_versions: Close completed versions
  881. label_board_sticky: Sticky
  882. label_board_locked: Locked
  883. permission_export_wiki_pages: Export wiki pages
  884. setting_cache_formatted_text: Cache formatted text
  885. permission_manage_project_activities: Manage project activities
  886. error_unable_delete_issue_status: Unable to delete issue status
  887. label_profile: Profile
  888. permission_manage_subtasks: Manage subtasks
  889. field_parent_issue: Parent task
  890. label_subtask_plural: Subtasks
  891. label_project_copy_notifications: Send email notifications during the project copy
  892. error_can_not_delete_custom_field: Unable to delete custom field
  893. error_unable_to_connect: Unable to connect (%{value})
  894. error_can_not_remove_role: This role is in use and can not be deleted.
  895. error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
  896. field_principal: Principal
  897. label_my_page_block: My page block
  898. notice_failed_to_save_members: "Failed to save member(s): %{errors}."
  899. text_zoom_out: Zoom out
  900. text_zoom_in: Zoom in
  901. notice_unable_delete_time_entry: Unable to delete time log entry.
  902. label_overall_spent_time: Overall spent time
  903. field_time_entries: Log time
  904. project_module_gantt: Gantt
  905. project_module_calendar: Calendar
  906. button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
  907. text_are_you_sure_with_children: Delete issue and all child issues?
  908. field_text: Text field
  909. label_user_mail_option_only_owner: Only for things I am the owner of
  910. setting_default_notification_option: Default notification option
  911. label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
  912. label_user_mail_option_only_assigned: Only for things I am assigned to
  913. label_user_mail_option_none: No events
  914. field_member_of_group: Assignee's group
  915. field_assigned_to_role: Assignee's role
  916. notice_not_authorized_archived_project: The project you're trying to access has been archived.
  917. label_principal_search: "Search for user or group:"
  918. label_user_search: "Search for user:"
  919. field_visible: Visible
  920. setting_emails_header: Emails header
  921. setting_commit_logtime_activity_id: Activity for logged time
  922. text_time_logged_by_changeset: Applied in changeset %{value}.
  923. setting_commit_logtime_enabled: Enable time logging
  924. notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
  925. setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
  926. field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
  927. text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
  928. label_my_queries: My custom queries
  929. text_journal_changed_no_detail: "%{label} updated"
  930. label_news_comment_added: Comment added to a news
  931. button_expand_all: Expand all
  932. button_collapse_all: Collapse all
  933. label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
  934. label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
  935. label_bulk_edit_selected_time_entries: Bulk edit selected time entries
  936. text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
  937. label_role_anonymous: Anonymous
  938. label_role_non_member: Non member
  939. label_issue_note_added: Note added
  940. label_issue_status_updated: Status updated
  941. label_issue_priority_updated: Priority updated
  942. label_issues_visibility_own: Issues created by or assigned to the user
  943. field_issues_visibility: Issues visibility
  944. label_issues_visibility_all: All issues
  945. permission_set_own_issues_private: Set own issues public or private
  946. field_is_private: Private
  947. permission_set_issues_private: Set issues public or private
  948. label_issues_visibility_public: All non private issues
  949. text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
  950. field_commit_logs_encoding: 'Enkodiranje "commit" poruka'
  951. field_scm_path_encoding: Path encoding
  952. text_scm_path_encoding_note: "Default: UTF-8"
  953. field_path_to_repository: Path to repository
  954. field_root_directory: Root directory
  955. field_cvs_module: Module
  956. field_cvsroot: CVSROOT
  957. text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
  958. text_scm_command: Command
  959. text_scm_command_version: Version
  960. label_git_report_last_commit: Report last commit for files and directories
  961. text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
  962. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
  963. notice_issue_successful_create: Issue %{id} created.
  964. label_between: between
  965. setting_issue_group_assignment: Allow issue assignment to groups
  966. label_diff: diff
  967. text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
  968. description_query_sort_criteria_direction: Sort direction
  969. description_project_scope: Search scope
  970. description_filter: Filter
  971. description_user_mail_notification: Mail notification settings
  972. description_date_from: Enter start date
  973. description_message_content: Message content
  974. description_available_columns: Available Columns
  975. description_date_range_interval: Choose range by selecting start and end date
  976. description_issue_category_reassign: Choose issue category
  977. description_search: Searchfield
  978. description_notes: Notes
  979. description_date_range_list: Choose range from list
  980. description_choose_project: Projects
  981. description_date_to: Enter end date
  982. description_query_sort_criteria_attribute: Sort attribute
  983. description_wiki_subpages_reassign: Choose new parent page
  984. description_selected_columns: Selected Columns
  985. label_parent_revision: Parent
  986. label_child_revision: Child
  987. error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
  988. setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
  989. button_edit_section: Edit this section
  990. setting_repositories_encodings: Attachments and repositories encodings
  991. description_all_columns: All Columns
  992. button_export: Export
  993. label_export_options: "%{export_format} export options"
  994. error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
  995. notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
  996. label_x_issues:
  997. zero: 0 aktivnost
  998. one: 1 aktivnost
  999. other: "%{count} aktivnosti"
  1000. label_repository_new: New repository
  1001. field_repository_is_default: Main repository
  1002. label_copy_attachments: Copy attachments
  1003. label_item_position: "%{position}/%{count}"
  1004. label_completed_versions: Completed versions
  1005. text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  1006. field_multiple: Multiple values
  1007. setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
  1008. text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
  1009. text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
  1010. notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
  1011. text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
  1012. permission_manage_related_issues: Manage related issues
  1013. field_ldap_filter: LDAP filter
  1014. label_search_for_watchers: Search for watchers to add
  1015. notice_account_deleted: Your account has been permanently deleted.
  1016. setting_unsubscribe: Allow users to delete their own account
  1017. button_delete_my_account: Delete my account
  1018. text_account_destroy_confirmation: |-
  1019. Are you sure you want to proceed?
  1020. Your account will be permanently deleted, with no way to reactivate it.
  1021. error_session_expired: Your session has expired. Please login again.
  1022. text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
  1023. setting_session_lifetime: Session maximum lifetime
  1024. setting_session_timeout: Session inactivity timeout
  1025. label_session_expiration: Session expiration
  1026. permission_close_project: Close / reopen the project
  1027. label_show_closed_projects: View closed projects
  1028. button_close: Close
  1029. button_reopen: Reopen
  1030. project_status_active: active
  1031. project_status_closed: closed
  1032. project_status_archived: archived
  1033. text_project_closed: This project is closed and read-only.