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

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