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.

sl.yml 59KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304
  1. sl:
  2. # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
  3. direction: ltr
  4. date:
  5. formats:
  6. # Use the strftime parameters for formats.
  7. # When no format has been given, it uses default.
  8. # You can provide other formats here if you like!
  9. default: "%d.%m.%Y"
  10. short: "%d. %b"
  11. long: "%d. %B, %Y"
  12. day_names: [Nedelja, Ponedeljek, Torek, Sreda, Četrtek, Petek, Sobota]
  13. abbr_day_names: [Ned, Pon, To, Sr, Čet, Pet, Sob]
  14. # Don't forget the nil at the beginning; there's no such thing as a 0th month
  15. month_names: [~, Januar, Februar, Marec, April, Maj, Junij, Julij, Avgust, September, Oktober, November, December]
  16. abbr_month_names: [~, Jan, Feb, Mar, Apr, Maj, Jun, Jul, Aug, Sep, Okt, Nov, Dec]
  17. # Used in date_select and datime_select.
  18. order:
  19. - :day
  20. - :month
  21. - :year
  22. time:
  23. formats:
  24. default: "%a, %d. %b, %Y %H:%M:%S %z"
  25. time: "%H:%M"
  26. short: "%d. %b %H:%M"
  27. long: "%d. %B, %Y %H:%M"
  28. am: "am"
  29. pm: "pm"
  30. datetime:
  31. distance_in_words:
  32. half_a_minute: "pol minute"
  33. less_than_x_seconds:
  34. one: "manj kot 1. sekundo"
  35. other: "manj kot %{count} sekund"
  36. x_seconds:
  37. one: "1. sekunda"
  38. other: "%{count} sekund"
  39. less_than_x_minutes:
  40. one: "manj kot minuto"
  41. other: "manj kot %{count} minut"
  42. x_minutes:
  43. one: "1 minuta"
  44. other: "%{count} minut"
  45. about_x_hours:
  46. one: "okrog 1. ure"
  47. other: "okrog %{count} ur"
  48. x_hours:
  49. one: "1 ura"
  50. other: "%{count} ur"
  51. x_days:
  52. one: "1 dan"
  53. other: "%{count} dni"
  54. about_x_months:
  55. one: "okrog 1. mesec"
  56. other: "okrog %{count} mesecev"
  57. x_months:
  58. one: "1 mesec"
  59. other: "%{count} mesecev"
  60. about_x_years:
  61. one: "okrog 1. leto"
  62. other: "okrog %{count} let"
  63. over_x_years:
  64. one: "več kot 1. leto"
  65. other: "več kot %{count} let"
  66. almost_x_years:
  67. one: "skoraj 1. leto"
  68. other: "skoraj %{count} let"
  69. number:
  70. format:
  71. separator: ","
  72. delimiter: "."
  73. precision: 3
  74. human:
  75. format:
  76. precision: 3
  77. delimiter: ""
  78. storage_units:
  79. format: "%n %u"
  80. units:
  81. kb: KB
  82. tb: TB
  83. gb: GB
  84. byte:
  85. one: Byte
  86. other: Bytes
  87. mb: MB
  88. # Used in array.to_sentence.
  89. support:
  90. array:
  91. sentence_connector: "in"
  92. skip_last_comma: false
  93. activerecord:
  94. errors:
  95. template:
  96. header:
  97. one: "1. napaka je preprečila temu %{model} da bi se shranil"
  98. other: "%{count} napak je preprečilo temu %{model} da bi se shranil"
  99. messages:
  100. inclusion: "ni vključen na seznamu"
  101. exclusion: "je rezerviran"
  102. invalid: "je napačen"
  103. confirmation: "ne ustreza potrdilu"
  104. accepted: "mora biti sprejet"
  105. empty: "ne sme biti prazen"
  106. blank: "ne sme biti neizpolnjen"
  107. too_long: "je predolg"
  108. too_short: "je prekratek"
  109. wrong_length: "je napačne dolžine"
  110. taken: "je že zaseden"
  111. not_a_number: "ni število"
  112. not_a_date: "ni veljaven datum"
  113. greater_than: "mora biti večji kot %{count}"
  114. greater_than_or_equal_to: "mora biti večji ali enak kot %{count}"
  115. equal_to: "mora biti enak kot %{count}"
  116. less_than: "mora biti manjši kot %{count}"
  117. less_than_or_equal_to: "mora biti manjši ali enak kot %{count}"
  118. odd: "mora biti sodo"
  119. even: "mora biti liho"
  120. greater_than_start_date: "mora biti kasnejši kot začetni datum"
  121. not_same_project: "ne pripada istemu projektu"
  122. circular_dependency: "Ta odnos bi povzročil krožno odvisnost"
  123. cant_link_an_issue_with_a_descendant: "Zahtevek ne more biti povezan s svojo podnalogo"
  124. earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
  125. not_a_regexp: "is not a valid regular expression"
  126. open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
  127. actionview_instancetag_blank_option: Prosimo izberite
  128. general_text_No: 'Ne'
  129. general_text_Yes: 'Da'
  130. general_text_no: 'ne'
  131. general_text_yes: 'da'
  132. general_lang_name: 'Slovene (Slovenščina)'
  133. general_csv_separator: ','
  134. general_csv_decimal_separator: '.'
  135. general_csv_encoding: UTF-8
  136. general_pdf_fontname: freesans
  137. general_pdf_monospaced_fontname: freemono
  138. general_first_day_of_week: '1'
  139. notice_account_updated: Račun je bil uspešno posodobljen.
  140. notice_account_invalid_credentials: Napačno uporabniško ime ali geslo
  141. notice_account_password_updated: Geslo je bilo uspešno posodobljeno.
  142. notice_account_wrong_password: Napačno geslo
  143. notice_account_register_done: Račun je bil uspešno ustvarjen. Za aktivacijo potrdite povezavo, ki vam je bila poslana v e-nabiralnik.
  144. notice_account_unknown_email: Neznan uporabnik.
  145. notice_can_t_change_password: Ta račun za overovljanje uporablja zunanji. Gesla ni mogoče spremeniti.
  146. notice_account_lost_email_sent: Poslano vam je bilo e-pismo z navodili za izbiro novega gesla.
  147. notice_account_activated: Vaš račun je bil aktiviran. Sedaj se lahko prijavite.
  148. notice_successful_create: Ustvarjanje uspelo.
  149. notice_successful_update: Posodobitev uspela.
  150. notice_successful_delete: Izbris uspel.
  151. notice_successful_connection: Povezava uspela.
  152. notice_file_not_found: Stran na katero se želite povezati ne obstaja ali pa je bila umaknjena.
  153. notice_locking_conflict: Drug uporabnik je posodobil podatke.
  154. notice_not_authorized: Nimate privilegijev za dostop do te strani.
  155. notice_email_sent: "E-poštno sporočilo je bilo poslano %{value}"
  156. notice_email_error: "Ob pošiljanju e-sporočila je prišlo do napake (%{value})"
  157. notice_feeds_access_key_reseted: Vaš Atom dostopni ključ je bil ponastavljen.
  158. notice_failed_to_save_issues: "Neuspelo shranjevanje %{count} zahtevka na %{total} izbranem: %{ids}."
  159. notice_no_issue_selected: "Izbran ni noben zahtevek! Prosimo preverite zahtevke, ki jih želite urediti."
  160. notice_account_pending: "Vaš račun je bil ustvarjen in čaka na potrditev s strani administratorja."
  161. notice_default_data_loaded: Privzete nastavitve so bile uspešno naložene.
  162. notice_unable_delete_version: Verzije ni bilo mogoče izbrisati.
  163. error_can_t_load_default_data: "Privzetih nastavitev ni bilo mogoče naložiti: %{value}"
  164. error_scm_not_found: "Vnos ali revizija v shrambi ni bila najdena ."
  165. error_scm_command_failed: "Med vzpostavljem povezave s shrambo je prišlo do napake: %{value}"
  166. error_scm_annotate: "Vnos ne obstaja ali pa ga ni mogoče komentirati."
  167. error_issue_not_found_in_project: 'Zahtevek ni bil najden ali pa ne pripada temu projektu'
  168. mail_subject_lost_password: "Vaše %{value} geslo"
  169. mail_body_lost_password: 'Za spremembo glesla kliknite na naslednjo povezavo:'
  170. mail_subject_register: "Aktivacija %{value} vašega računa"
  171. mail_body_register: 'Za aktivacijo vašega računa kliknite na naslednjo povezavo:'
  172. mail_body_account_information_external: "Za prijavo lahko uporabite vaš %{value} račun."
  173. mail_body_account_information: "Informacije o vašem računu. Za spremembo gesla sledite linku 'Spremeni geslo' na naslovu za prijavo, spodaj."
  174. mail_subject_account_activation_request: "%{value} zahtevek za aktivacijo računa"
  175. mail_body_account_activation_request: "Registriral se je nov uporabnik (%{value}). Račun čaka na vašo odobritev:"
  176. mail_subject_reminder: "%{count} zahtevek(zahtevki) zapadejo v naslednjih %{days} dneh"
  177. mail_body_reminder: "%{count} zahtevek(zahtevki), ki so vam dodeljeni bodo zapadli v naslednjih %{days} dneh:"
  178. field_name: Ime
  179. field_description: Opis
  180. field_summary: Povzetek
  181. field_is_required: Zahtevano
  182. field_firstname: Ime
  183. field_lastname: Priimek
  184. field_mail: E-naslov
  185. field_filename: Datoteka
  186. field_filesize: Velikost
  187. field_downloads: Prenosi
  188. field_author: Avtor
  189. field_created_on: Ustvarjen
  190. field_updated_on: Posodobljeno
  191. field_field_format: Format
  192. field_is_for_all: Za vse projekte
  193. field_possible_values: Možne vrednosti
  194. field_regexp: Regularni izraz
  195. field_min_length: Minimalna dolžina
  196. field_max_length: Maksimalna dolžina
  197. field_value: Vrednost
  198. field_category: Kategorija
  199. field_title: Naslov
  200. field_project: Projekt
  201. field_issue: Zahtevek
  202. field_status: Status
  203. field_notes: Zabeležka
  204. field_is_closed: Zahtevek zaprt
  205. field_is_default: Privzeta vrednost
  206. field_tracker: Vrsta zahtevka
  207. field_subject: Tema
  208. field_due_date: Do datuma
  209. field_assigned_to: Dodeljen
  210. field_priority: Prioriteta
  211. field_fixed_version: Ciljna verzija
  212. field_user: Uporabnik
  213. field_role: Vloga
  214. field_homepage: Domača stran
  215. field_is_public: Javno
  216. field_parent: Podprojekt projekta
  217. field_is_in_roadmap: Zahtevki prikazani na zemljevidu
  218. field_login: Prijava
  219. field_mail_notification: E-poštna oznanila
  220. field_admin: Administrator
  221. field_last_login_on: Zadnjič povezan(a)
  222. field_language: Jezik
  223. field_effective_date: Datum
  224. field_password: Geslo
  225. field_new_password: Novo geslo
  226. field_password_confirmation: Potrditev
  227. field_version: Verzija
  228. field_type: Tip
  229. field_host: Gostitelj
  230. field_port: Vrata
  231. field_account: Račun
  232. field_base_dn: Bazni DN
  233. field_attr_login: Oznaka za prijavo
  234. field_attr_firstname: Oznaka za ime
  235. field_attr_lastname: Oznaka za priimek
  236. field_attr_mail: Oznaka za e-naslov
  237. field_onthefly: Sprotna izdelava uporabnikov
  238. field_start_date: Začetek
  239. field_done_ratio: "% Narejeno"
  240. field_auth_source: Način overovljanja
  241. field_hide_mail: Skrij moj e-naslov
  242. field_comments: Komentar
  243. field_url: URL
  244. field_start_page: Začetna stran
  245. field_subproject: Podprojekt
  246. field_hours: Ur
  247. field_activity: Aktivnost
  248. field_spent_on: Datum
  249. field_identifier: Identifikator
  250. field_is_filter: Uporabljen kot filter
  251. field_issue_to: Povezan zahtevek
  252. field_delay: Zamik
  253. field_assignable: Zahtevki so lahko dodeljeni tej vlogi
  254. field_redirect_existing_links: Preusmeri obstoječe povezave
  255. field_estimated_hours: Ocenjen čas
  256. field_column_names: Stolpci
  257. field_time_zone: Časovni pas
  258. field_searchable: Zmožen iskanja
  259. field_default_value: Privzeta vrednost
  260. field_comments_sorting: Prikaži komentarje
  261. field_parent_title: Matična stran
  262. setting_app_title: Naslov aplikacije
  263. setting_welcome_text: Pozdravno besedilo
  264. setting_default_language: Privzeti jezik
  265. setting_login_required: Zahtevano overovljanje
  266. setting_self_registration: Samostojna registracija
  267. setting_attachment_max_size: Maksimalna velikost priponk
  268. setting_issues_export_limit: Skrajna meja za izvoz zahtevkov
  269. setting_mail_from: E-naslov za emisijo
  270. setting_bcc_recipients: Prejemniki slepih kopij (bcc)
  271. setting_plain_text_mail: navadno e-sporočilo (ne HTML)
  272. setting_host_name: Ime gostitelja in pot
  273. setting_text_formatting: Oblikovanje besedila
  274. setting_wiki_compression: Stiskanje Wiki zgodovine
  275. setting_feeds_limit: Meja obsega Atom virov
  276. setting_default_projects_public: Novi projekti so privzeto javni
  277. setting_autofetch_changesets: Samodejni izvleček zapisa sprememb
  278. setting_sys_api_enabled: Omogoči WS za upravljanje shrambe
  279. setting_commit_ref_keywords: Sklicne ključne besede
  280. setting_commit_fix_keywords: Urejanje ključne besede
  281. setting_autologin: Avtomatska prijava
  282. setting_date_format: Oblika datuma
  283. setting_time_format: Oblika časa
  284. setting_cross_project_issue_relations: Dovoli povezave zahtevkov med različnimi projekti
  285. setting_issue_list_default_columns: Privzeti stolpci prikazani na seznamu zahtevkov
  286. setting_emails_footer: Noga e-sporočil
  287. setting_protocol: Protokol
  288. setting_per_page_options: Število elementov na stran
  289. setting_user_format: Oblika prikaza uporabnikov
  290. setting_activity_days_default: Prikaz dni na aktivnost projekta
  291. setting_display_subprojects_issues: Privzeti prikaz zahtevkov podprojektov v glavnem projektu
  292. setting_enabled_scm: Omogočen SCM
  293. setting_mail_handler_api_enabled: Omogoči WS za prihajajočo e-pošto
  294. setting_mail_handler_api_key: API ključ
  295. setting_sequential_project_identifiers: Generiraj projektne identifikatorje sekvenčno
  296. setting_gravatar_enabled: Uporabljaj Gravatar ikone
  297. setting_diff_max_lines_displayed: Maksimalno število prikazanih vrstic različnosti
  298. permission_edit_project: Uredi projekt
  299. permission_select_project_modules: Izberi module projekta
  300. permission_manage_members: Uredi člane
  301. permission_manage_versions: Uredi verzije
  302. permission_manage_categories: Urejanje kategorij zahtevkov
  303. permission_add_issues: Dodaj zahtevke
  304. permission_edit_issues: Uredi zahtevke
  305. permission_manage_issue_relations: Uredi odnose med zahtevki
  306. permission_add_issue_notes: Dodaj zabeležke
  307. permission_edit_issue_notes: Uredi zabeležke
  308. permission_edit_own_issue_notes: Uredi lastne zabeležke
  309. permission_delete_issues: Izbriši zahtevke
  310. permission_manage_public_queries: Uredi javna povpraševanja
  311. permission_save_queries: Shrani povpraševanje
  312. permission_view_gantt: Poglej gantogram
  313. permission_view_calendar: Poglej koledar
  314. permission_view_issue_watchers: Oglej si listo spremeljevalcev
  315. permission_add_issue_watchers: Dodaj spremljevalce
  316. permission_log_time: Beleži porabljen čas
  317. permission_view_time_entries: Poglej porabljen čas
  318. permission_edit_time_entries: Uredi beležko časa
  319. permission_edit_own_time_entries: Uredi beležko lastnega časa
  320. permission_manage_news: Uredi novice
  321. permission_comment_news: Komentiraj novice
  322. permission_view_documents: Poglej dokumente
  323. permission_manage_files: Uredi datoteke
  324. permission_view_files: Poglej datoteke
  325. permission_manage_wiki: Uredi wiki
  326. permission_rename_wiki_pages: Preimenuj wiki strani
  327. permission_delete_wiki_pages: Izbriši wiki strani
  328. permission_view_wiki_pages: Poglej wiki
  329. permission_view_wiki_edits: Poglej wiki zgodovino
  330. permission_edit_wiki_pages: Uredi wiki strani
  331. permission_delete_wiki_pages_attachments: Izbriši priponke
  332. permission_protect_wiki_pages: Zaščiti wiki strani
  333. permission_manage_repository: Uredi shrambo
  334. permission_browse_repository: Prebrskaj shrambo
  335. permission_view_changesets: Poglej zapis sprememb
  336. permission_commit_access: Dostop za predajo
  337. permission_manage_boards: Uredi table
  338. permission_view_messages: Poglej sporočila
  339. permission_add_messages: Objavi sporočila
  340. permission_edit_messages: Uredi sporočila
  341. permission_edit_own_messages: Uredi lastna sporočila
  342. permission_delete_messages: Izbriši sporočila
  343. permission_delete_own_messages: Izbriši lastna sporočila
  344. project_module_issue_tracking: Sledenje zahtevkom
  345. project_module_time_tracking: Sledenje časa
  346. project_module_news: Novice
  347. project_module_documents: Dokumenti
  348. project_module_files: Datoteke
  349. project_module_wiki: Wiki
  350. project_module_repository: Shramba
  351. project_module_boards: Table
  352. label_user: Uporabnik
  353. label_user_plural: Uporabniki
  354. label_user_new: Nov uporabnik
  355. label_project: Projekt
  356. label_project_new: Nov projekt
  357. label_project_plural: Projekti
  358. label_x_projects:
  359. zero: ni projektov
  360. one: 1 projekt
  361. other: "%{count} projektov"
  362. label_project_all: Vsi projekti
  363. label_project_latest: Zadnji projekti
  364. label_issue: Zahtevek
  365. label_issue_new: Nov zahtevek
  366. label_issue_plural: Zahtevki
  367. label_issue_view_all: Poglej vse zahtevke
  368. label_issues_by: "Zahtevki od %{value}"
  369. label_issue_added: Zahtevek dodan
  370. label_issue_updated: Zahtevek posodobljen
  371. label_document: Dokument
  372. label_document_new: Nov dokument
  373. label_document_plural: Dokumenti
  374. label_document_added: Dokument dodan
  375. label_role: Vloga
  376. label_role_plural: Vloge
  377. label_role_new: Nova vloga
  378. label_role_and_permissions: Vloge in dovoljenja
  379. label_member: Član
  380. label_member_new: Nov član
  381. label_member_plural: Člani
  382. label_tracker: Vrsta zahtevka
  383. label_tracker_plural: Vrste zahtevkov
  384. label_tracker_new: Nova vrsta zahtevka
  385. label_workflow: Potek dela
  386. label_issue_status: Stanje zahtevka
  387. label_issue_status_plural: Stanje zahtevkov
  388. label_issue_status_new: Novo stanje
  389. label_issue_category: Kategorija zahtevka
  390. label_issue_category_plural: Kategorije zahtevkov
  391. label_issue_category_new: Nova kategorija
  392. label_custom_field: Polje po meri
  393. label_custom_field_plural: Polja po meri
  394. label_custom_field_new: Novo polje po meri
  395. label_enumerations: Seznami
  396. label_enumeration_new: Nova vrednost
  397. label_information: Informacija
  398. label_information_plural: Informacije
  399. label_register: Registracija
  400. label_password_lost: Spremeni geslo
  401. label_home: Domov
  402. label_my_page: Moja stran
  403. label_my_account: Moj račun
  404. label_my_projects: Moji projekti
  405. label_administration: Upravljanje
  406. label_login: Prijava
  407. label_logout: Odjava
  408. label_help: Pomoč
  409. label_reported_issues: Prijavljeni zahtevki
  410. label_assigned_to_me_issues: Zahtevki dodeljeni meni
  411. label_last_login: Zadnja povezava
  412. label_registered_on: Registriran
  413. label_activity: Aktivnosti
  414. label_overall_activity: Celotna aktivnost
  415. label_user_activity: "Aktivnost %{value}"
  416. label_new: Nov
  417. label_logged_as: Prijavljen(a) kot
  418. label_environment: Okolje
  419. label_authentication: Overovitev
  420. label_auth_source: Način overovitve
  421. label_auth_source_new: Nov način overovitve
  422. label_auth_source_plural: Načini overovitve
  423. label_subproject_plural: Podprojekti
  424. label_and_its_subprojects: "%{value} in njegovi podprojekti"
  425. label_min_max_length: Min - Max dolžina
  426. label_list: Seznam
  427. label_date: Datum
  428. label_integer: Celo število
  429. label_float: Decimalno število
  430. label_boolean: Boolean
  431. label_string: Besedilo
  432. label_text: Dolgo besedilo
  433. label_attribute: Lastnost
  434. label_attribute_plural: Lastnosti
  435. label_no_data: Ni podatkov za prikaz
  436. label_change_status: Spremeni stanje
  437. label_history: Zgodovina
  438. label_attachment: Datoteka
  439. label_attachment_new: Nova datoteka
  440. label_attachment_delete: Izbriši datoteko
  441. label_attachment_plural: Datoteke
  442. label_file_added: Datoteka dodana
  443. label_report: Poročilo
  444. label_report_plural: Poročila
  445. label_news: Novica
  446. label_news_new: Dodaj novico
  447. label_news_plural: Novice
  448. label_news_latest: Zadnje novice
  449. label_news_view_all: Poglej vse novice
  450. label_news_added: Dodane novice
  451. label_settings: Nastavitve
  452. label_overview: Povzetek
  453. label_version: Verzija
  454. label_version_new: Nova verzija
  455. label_version_plural: Verzije
  456. label_confirmation: Potrditev
  457. label_export_to: 'Na razpolago tudi v:'
  458. label_read: Preberi...
  459. label_public_projects: Javni projekti
  460. label_open_issues: odprt zahtevek
  461. label_open_issues_plural: odprti zahtevki
  462. label_closed_issues: zaprt zahtevek
  463. label_closed_issues_plural: zaprti zahtevki
  464. label_x_open_issues_abbr:
  465. zero: 0 odprtih
  466. one: 1 odprt
  467. other: "%{count} odprtih"
  468. label_x_closed_issues_abbr:
  469. zero: 0 zaprtih
  470. one: 1 zaprt
  471. other: "%{count} zaprtih"
  472. label_total: Skupaj
  473. label_permissions: Dovoljenja
  474. label_current_status: Trenutno stanje
  475. label_new_statuses_allowed: Novi zahtevki dovoljeni
  476. label_all: vsi
  477. label_none: noben
  478. label_nobody: nihče
  479. label_next: Naslednji
  480. label_previous: Prejšnji
  481. label_used_by: V uporabi od
  482. label_details: Podrobnosti
  483. label_add_note: Dodaj zabeležko
  484. label_calendar: Koledar
  485. label_months_from: mesecev od
  486. label_gantt: Gantogram
  487. label_internal: Notranji
  488. label_last_changes: "zadnjih %{count} sprememb"
  489. label_change_view_all: Poglej vse spremembe
  490. label_comment: Komentar
  491. label_comment_plural: Komentarji
  492. label_x_comments:
  493. zero: ni komentarjev
  494. one: 1 komentar
  495. other: "%{count} komentarjev"
  496. label_comment_add: Dodaj komentar
  497. label_comment_added: Komentar dodan
  498. label_comment_delete: Izbriši komentarje
  499. label_query: Iskanje po meri
  500. label_query_plural: Iskanja po meri
  501. label_query_new: Novo iskanje
  502. label_filter_add: Dodaj filter
  503. label_filter_plural: Filtri
  504. label_equals: je enako
  505. label_not_equals: ni enako
  506. label_in_less_than: v manj kot
  507. label_in_more_than: v več kot
  508. label_in: v
  509. label_today: danes
  510. label_yesterday: včeraj
  511. label_this_week: ta teden
  512. label_last_week: pretekli teden
  513. label_last_n_days: "zadnjih %{count} dni"
  514. label_this_month: ta mesec
  515. label_last_month: zadnji mesec
  516. label_this_year: to leto
  517. label_date_range: Razpon datumov
  518. label_less_than_ago: manj kot dni nazaj
  519. label_more_than_ago: več kot dni nazaj
  520. label_ago: dni nazaj
  521. label_contains: vsebuje
  522. label_not_contains: ne vsebuje
  523. label_day_plural: dni
  524. label_repository: Shramba
  525. label_repository_plural: Shrambe
  526. label_browse: Prebrskaj
  527. label_revision: Revizija
  528. label_revision_plural: Revizije
  529. label_associated_revisions: Povezane revizije
  530. label_added: dodano
  531. label_modified: spremenjeno
  532. label_copied: kopirano
  533. label_renamed: preimenovano
  534. label_deleted: izbrisano
  535. label_latest_revision: Zadnja revizija
  536. label_latest_revision_plural: Zadnje revizije
  537. label_view_revisions: Poglej revizije
  538. label_max_size: Največja velikost
  539. label_sort_highest: Premakni na vrh
  540. label_sort_higher: Premakni gor
  541. label_sort_lower: Premakni dol
  542. label_sort_lowest: Premakni na dno
  543. label_roadmap: Načrt
  544. label_roadmap_due_in: "Do %{value}"
  545. label_roadmap_overdue: "%{value} zakasnel"
  546. label_roadmap_no_issues: Ni zahtevkov za to verzijo
  547. label_search: Išči
  548. label_result_plural: Rezultati
  549. label_all_words: Vse besede
  550. label_wiki: Predstavitev
  551. label_wiki_edit: Uredi stran
  552. label_wiki_edit_plural: Uredi strani
  553. label_wiki_page: Predstavitvena stran
  554. label_wiki_page_plural: Predstavitvene strani
  555. label_index_by_title: Razvrsti po naslovu
  556. label_index_by_date: Razvrsti po datumu
  557. label_current_version: Trenutna verzija
  558. label_preview: Predogled
  559. label_feed_plural: Atom viri
  560. label_changes_details: Podrobnosti o vseh spremembah
  561. label_issue_tracking: Sledenje zahtevkom
  562. label_spent_time: Porabljen čas
  563. label_f_hour: "%{value} ura"
  564. label_f_hour_plural: "%{value} ur"
  565. label_time_tracking: Sledenje času
  566. label_change_plural: Spremembe
  567. label_statistics: Statistika
  568. label_commits_per_month: Predaj na mesec
  569. label_commits_per_author: Predaj na avtorja
  570. label_view_diff: Preglej razlike
  571. label_diff_inline: znotraj
  572. label_diff_side_by_side: vzporedno
  573. label_options: Možnosti
  574. label_copy_workflow_from: Kopiraj potek dela od
  575. label_permissions_report: Poročilo o dovoljenjih
  576. label_watched_issues: Spremljani zahtevki
  577. label_related_issues: Povezani zahtevki
  578. label_applied_status: Uveljavljeno stanje
  579. label_loading: Nalaganje...
  580. label_relation_new: Nova povezava
  581. label_relation_delete: Izbriši povezavo
  582. label_relates_to: povezan z
  583. label_duplicates: duplikati
  584. label_duplicated_by: dupliciral
  585. label_blocks: blok
  586. label_blocked_by: blokiral
  587. label_precedes: ima prednost pred
  588. label_follows: sledi
  589. label_stay_logged_in: Ostani prijavljen(a)
  590. label_disabled: onemogoči
  591. label_show_completed_versions: Prikaži zaključene verzije
  592. label_me: jaz
  593. label_board: Forum
  594. label_board_new: Nov forum
  595. label_board_plural: Forumi
  596. label_topic_plural: Teme
  597. label_message_plural: Sporočila
  598. label_message_last: Zadnje sporočilo
  599. label_message_new: Novo sporočilo
  600. label_message_posted: Sporočilo dodano
  601. label_reply_plural: Odgovori
  602. label_send_information: Pošlji informacijo o računu uporabniku
  603. label_year: Leto
  604. label_month: Mesec
  605. label_week: Teden
  606. label_date_from: Do
  607. label_date_to: Do
  608. label_language_based: Glede na uporabnikov jezik
  609. label_sort_by: "Razporedi po %{value}"
  610. label_send_test_email: Pošlji testno e-pismo
  611. label_feeds_access_key_created_on: "Atom dostopni ključ narejen %{value} nazaj"
  612. label_module_plural: Moduli
  613. label_added_time_by: "Dodal %{author} %{age} nazaj"
  614. label_updated_time_by: "Posodobil %{author} %{age} nazaj"
  615. label_updated_time: "Posodobljeno %{value} nazaj"
  616. label_jump_to_a_project: Skoči na projekt...
  617. label_file_plural: Datoteke
  618. label_changeset_plural: Zapisi sprememb
  619. label_default_columns: Privzeti stolpci
  620. label_no_change_option: (Ni spremembe)
  621. label_bulk_edit_selected_issues: Uredi izbrane zahtevke skupaj
  622. label_theme: Tema
  623. label_default: Privzeto
  624. label_search_titles_only: Preišči samo naslove
  625. label_user_mail_option_all: "Za vsak dogodek v vseh mojih projektih"
  626. label_user_mail_option_selected: "Za vsak dogodek samo na izbranih projektih..."
  627. label_user_mail_no_self_notified: "Ne želim biti opozorjen(a) na spremembe, ki jih naredim sam(a)"
  628. label_registration_activation_by_email: aktivacija računa po e-pošti
  629. label_registration_manual_activation: ročna aktivacija računa
  630. label_registration_automatic_activation: samodejna aktivacija računa
  631. label_display_per_page: "Na stran: %{value}"
  632. label_age: Starost
  633. label_change_properties: Sprememba lastnosti
  634. label_general: Splošno
  635. label_scm: SCM
  636. label_plugins: Vtičniki
  637. label_ldap_authentication: LDAP overovljanje
  638. label_downloads_abbr: D/L
  639. label_optional_description: Neobvezen opis
  640. label_add_another_file: Dodaj še eno datoteko
  641. label_preferences: Preference
  642. label_chronological_order: Kronološko
  643. label_reverse_chronological_order: Obrnjeno kronološko
  644. label_incoming_emails: Prihajajoča e-pošta
  645. label_generate_key: Ustvari ključ
  646. label_issue_watchers: Spremljevalci
  647. label_example: Vzorec
  648. button_login: Prijavi se
  649. button_submit: Pošlji
  650. button_save: Shrani
  651. button_check_all: Označi vse
  652. button_uncheck_all: Odznači vse
  653. button_delete: Izbriši
  654. button_create: Ustvari
  655. button_test: Testiraj
  656. button_edit: Uredi
  657. button_add: Dodaj
  658. button_change: Spremeni
  659. button_apply: Uporabi
  660. button_clear: Počisti
  661. button_lock: Zakleni
  662. button_unlock: Odkleni
  663. button_download: Prenesi
  664. button_list: Seznam
  665. button_view: Pogled
  666. button_move: Premakni
  667. button_back: Nazaj
  668. button_cancel: Prekliči
  669. button_activate: Aktiviraj
  670. button_sort: Razvrsti
  671. button_log_time: Beleži čas
  672. button_rollback: Povrni na to verzijo
  673. button_watch: Spremljaj
  674. button_unwatch: Ne spremljaj
  675. button_reply: Odgovori
  676. button_archive: Arhiviraj
  677. button_unarchive: Odarhiviraj
  678. button_reset: Ponastavi
  679. button_rename: Preimenuj
  680. button_change_password: Spremeni geslo
  681. button_copy: Kopiraj
  682. button_annotate: Zapiši pripombo
  683. button_update: Posodobi
  684. button_configure: Konfiguriraj
  685. button_quote: Citiraj
  686. status_active: aktivni
  687. status_registered: registriran
  688. status_locked: zaklenjen
  689. text_select_mail_notifications: Izberi dejanja za katera naj bodo poslana oznanila preko e-pošto.
  690. text_regexp_info: npr. ^[A-Z0-9]+$
  691. text_min_max_length_info: 0 pomeni brez omejitev
  692. text_project_destroy_confirmation: Ali ste prepričani da želite izbrisati izbrani projekt in vse z njim povezane podatke?
  693. text_subprojects_destroy_warning: "Njegov(i) podprojekt(i): %{value} bodo prav tako izbrisani."
  694. text_workflow_edit: Izberite vlogo in zahtevek za urejanje poteka dela
  695. text_are_you_sure: Ali ste prepričani?
  696. text_tip_issue_begin_day: naloga z začetkom na ta dan
  697. text_tip_issue_end_day: naloga z zaključkom na ta dan
  698. text_tip_issue_begin_end_day: naloga ki se začne in konča ta dan
  699. text_caracters_maximum: "največ %{count} znakov."
  700. text_caracters_minimum: "Mora biti vsaj dolg vsaj %{count} znakov."
  701. text_length_between: "Dolžina med %{min} in %{max} znakov."
  702. text_tracker_no_workflow: Potek dela za to vrsto zahtevka ni določen
  703. text_unallowed_characters: Nedovoljeni znaki
  704. text_comma_separated: Dovoljenih je več vrednosti (ločenih z vejico).
  705. text_issues_ref_in_commit_messages: Zahtevki sklicev in popravkov v sporočilu predaje
  706. text_issue_added: "Zahtevek %{id} je sporočil(a) %{author}."
  707. text_issue_updated: "Zahtevek %{id} je posodobil(a) %{author}."
  708. text_wiki_destroy_confirmation: Ali ste prepričani da želite izbrisati to wiki stran in vso njeno vsebino?
  709. text_issue_category_destroy_question: "Nekateri zahtevki (%{count}) so dodeljeni tej kategoriji. Kaj želite storiti?"
  710. text_issue_category_destroy_assignments: Odstrani naloge v kategoriji
  711. text_issue_category_reassign_to: Ponovno dodeli zahtevke tej kategoriji
  712. text_user_mail_option: "Na neizbrane projekte boste prejemali le obvestila o zadevah ki jih spremljate ali v katere ste vključeni (npr. zahtevki katerih avtor(ica) ste)"
  713. text_no_configuration_data: "Vloge, vrste zahtevkov, statusi zahtevkov in potek dela še niso bili določeni. \nZelo priporočljivo je, da naložite privzeto konfiguracijo, ki jo lahko kasneje tudi prilagodite."
  714. text_load_default_configuration: Naloži privzeto konfiguracijo
  715. text_status_changed_by_changeset: "Dodano v zapis sprememb %{value}."
  716. text_issues_destroy_confirmation: 'Ali ste prepričani, da želite izbrisati izbrani(e) zahtevek(ke)?'
  717. text_select_project_modules: 'Izberite module, ki jih želite omogočiti za ta projekt:'
  718. text_default_administrator_account_changed: Spremenjen privzeti administratorski račun
  719. text_file_repository_writable: Omogočeno pisanje v shrambo datotek
  720. text_minimagick_available: MiniMagick je na voljo(neobvezno)
  721. text_destroy_time_entries_question: "%{hours} ur je bilo opravljenih na zahtevku, ki ga želite izbrisati. Kaj želite storiti?"
  722. text_destroy_time_entries: Izbriši opravljene ure
  723. text_assign_time_entries_to_project: Predaj opravljene ure projektu
  724. text_reassign_time_entries: 'Prenesi opravljene ure na ta zahtevek:'
  725. text_user_wrote: "%{value} je napisal(a):"
  726. text_user_wrote_in: "%{value} je napisal(a) (%{link}):"
  727. text_enumeration_destroy_question: "%{count} objektov je določenih tej vrednosti."
  728. text_enumeration_category_reassign_to: 'Ponastavi jih na to vrednost:'
  729. text_email_delivery_not_configured: "E-poštna dostava ni nastavljena in oznanila so onemogočena.\nNastavite vaš SMTP strežnik v config/configuration.yml in ponovno zaženite aplikacijo da ga omogočite.\n"
  730. text_repository_usernames_mapping: "Izberite ali posodobite Redmine uporabnika dodeljenega vsakemu uporabniškemu imenu najdenemu v zapisniku shrambe.\n Uporabniki z enakim Redmine ali shrambinem uporabniškem imenu ali e-poštnem naslovu so samodejno dodeljeni."
  731. text_diff_truncated: '... Ta sprememba je bila odsekana ker presega največjo velikost ki je lahko prikazana.'
  732. default_role_manager: Upravnik
  733. default_role_developer: Razvijalec
  734. default_role_reporter: Poročevalec
  735. default_tracker_bug: Hrošč
  736. default_tracker_feature: Funkcija
  737. default_tracker_support: Podpora
  738. default_issue_status_new: Nov
  739. default_issue_status_in_progress: V teku
  740. default_issue_status_resolved: Rešen
  741. default_issue_status_feedback: Povratna informacija
  742. default_issue_status_closed: Zaključen
  743. default_issue_status_rejected: Zavrnjen
  744. default_doc_category_user: Uporabniška dokumentacija
  745. default_doc_category_tech: Tehnična dokumentacija
  746. default_priority_low: Nizka
  747. default_priority_normal: Običajna
  748. default_priority_high: Visoka
  749. default_priority_urgent: Urgentna
  750. default_priority_immediate: Takojšnje ukrepanje
  751. default_activity_design: Oblikovanje
  752. default_activity_development: Razvoj
  753. enumeration_issue_priorities: Prioritete zahtevkov
  754. enumeration_doc_categories: Kategorije dokumentov
  755. enumeration_activities: Aktivnosti (sledenje časa)
  756. warning_attachments_not_saved: "%{count} datotek(e) ni bilo mogoče shraniti."
  757. field_editable: Uredljivo
  758. text_plugin_assets_writable: Zapisljiva mapa za vtičnike
  759. label_display: Prikaz
  760. button_create_and_continue: Ustvari in nadaljuj
  761. text_custom_field_possible_values_info: 'Ena vrstica za vsako vrednost'
  762. setting_repository_log_display_limit: Največje število prikazanih revizij v log datoteki
  763. setting_file_max_size_displayed: Največja velikost besedilnih datotek v vključenem prikazu
  764. field_watcher: Opazovalec
  765. setting_openid: Dovoli OpenID prijavo in registracijo
  766. field_identity_url: OpenID URL
  767. label_login_with_open_id_option: ali se prijavi z OpenID
  768. field_content: Vsebina
  769. label_descending: Padajoče
  770. label_sort: Razvrsti
  771. label_ascending: Naraščajoče
  772. label_date_from_to: Od %{start} do %{end}
  773. label_greater_or_equal: ">="
  774. label_less_or_equal: <=
  775. text_wiki_page_destroy_question: Ta stran ima %{descendants} podstran(i) in naslednik(ov). Kaj želite storiti?
  776. text_wiki_page_reassign_children: Znova dodeli podstrani tej glavni strani
  777. text_wiki_page_nullify_children: Obdrži podstrani kot glavne strani
  778. text_wiki_page_destroy_children: Izbriši podstrani in vse njihove naslednike
  779. setting_password_min_length: Minimalna dolžina gesla
  780. field_group_by: Združi rezultate po
  781. mail_subject_wiki_content_updated: "'%{id}' wiki stran je bila posodobljena"
  782. label_wiki_content_added: Wiki stran dodana
  783. mail_subject_wiki_content_added: "'%{id}' wiki stran je bila dodana"
  784. mail_body_wiki_content_added: "%{author} je dodal '%{id}' wiki stran"
  785. label_wiki_content_updated: Wiki stran posodobljena
  786. mail_body_wiki_content_updated: "%{author} je posodobil '%{id}' wiki stran."
  787. permission_add_project: Ustvari projekt
  788. setting_new_project_user_role_id: Vloga, dodeljena neadministratorskemu uporabniku, ki je ustvaril projekt
  789. label_view_all_revisions: Poglej vse revizije
  790. label_tag: Oznaka
  791. label_branch: Veja
  792. error_no_tracker_in_project: Noben sledilnik ni povezan s tem projektom. Prosimo preverite nastavitve projekta.
  793. error_no_default_issue_status: Privzeti zahtevek ni definiran. Prosimo preverite svoje nastavitve (Pojdite na "Administracija -> Stanje zahtevkov").
  794. text_journal_changed: "%{label} se je spremenilo iz %{old} v %{new}"
  795. text_journal_set_to: "%{label} nastavljeno na %{value}"
  796. text_journal_deleted: "%{label} izbrisan (%{old})"
  797. label_group_plural: Skupine
  798. label_group: Skupina
  799. label_group_new: Nova skupina
  800. label_time_entry_plural: Porabljen čas
  801. text_journal_added: "%{label} %{value} dodan"
  802. field_active: Aktiven
  803. enumeration_system_activity: Sistemska aktivnost
  804. permission_delete_issue_watchers: Izbriši opazovalce
  805. version_status_closed: zaprt
  806. version_status_locked: zaklenjen
  807. version_status_open: odprt
  808. error_can_not_reopen_issue_on_closed_version: Zahtevek dodeljen zaprti verziji ne more biti ponovno odprt
  809. label_user_anonymous: Anonimni
  810. button_move_and_follow: Premakni in sledi
  811. setting_default_projects_modules: Privzeti moduli za nove projekte
  812. setting_gravatar_default: Privzeta Gravatar slika
  813. field_sharing: Deljenje
  814. label_version_sharing_hierarchy: S projektno hierarhijo
  815. label_version_sharing_system: Z vsemi projekti
  816. label_version_sharing_descendants: S podprojekti
  817. label_version_sharing_tree: Z drevesom projekta
  818. label_version_sharing_none: Ni deljeno
  819. error_can_not_archive_project: Ta projekt ne more biti arhiviran
  820. button_duplicate: Podvoji
  821. button_copy_and_follow: Kopiraj in sledi
  822. label_copy_source: Vir
  823. setting_issue_done_ratio: Izračunaj razmerje opravljenega zahtevka z
  824. setting_issue_done_ratio_issue_status: Uporabi stanje zahtevka
  825. error_issue_done_ratios_not_updated: Razmerje opravljenega zahtevka ni bilo posodobljeno.
  826. error_workflow_copy_target: Prosimo izberite ciljni(e) sledilnik(e) in vlogo(e)
  827. setting_issue_done_ratio_issue_field: Uporabi polje zahtevka
  828. label_copy_same_as_target: Enako kot cilj
  829. label_copy_target: Cilj
  830. notice_issue_done_ratios_updated: Razmerje opravljenega zahtevka posodobljeno.
  831. error_workflow_copy_source: Prosimo izberite vir zahtevka ali vlogo
  832. label_update_issue_done_ratios: Posodobi razmerje opravljenega zahtevka
  833. setting_start_of_week: Začni koledarje z
  834. permission_view_issues: Poglej zahtevke
  835. label_display_used_statuses_only: Prikaži samo stanja ki uporabljajo ta sledilnik
  836. label_revision_id: Revizija %{value}
  837. label_api_access_key: API dostopni ključ
  838. label_api_access_key_created_on: API dostopni ključ ustvarjen pred %{value}
  839. label_feeds_access_key: Atom dostopni ključ
  840. notice_api_access_key_reseted: Vaš API dostopni ključ je bil ponastavljen.
  841. setting_rest_api_enabled: Omogoči REST spletni servis
  842. label_missing_api_access_key: Manjkajoč API dostopni ključ
  843. label_missing_feeds_access_key: Manjkajoč Atom dostopni ključ
  844. button_show: Prikaži
  845. text_line_separated: Dovoljenih več vrednosti (ena vrstica za vsako vrednost).
  846. setting_mail_handler_body_delimiters: Odreži e-pošto po eni od teh vrstic
  847. permission_add_subprojects: Ustvari podprojekte
  848. label_subproject_new: Nov podprojekt
  849. text_own_membership_delete_confirmation: |-
  850. Odstranili boste nekatere ali vse od dovoljenj zaradi česar morda ne boste mogli več urejati tega projekta.
  851. Ali ste prepričani, da želite nadaljevati?
  852. label_close_versions: Zapri dokončane verzije
  853. label_board_sticky: Lepljivo
  854. label_board_locked: Zaklenjeno
  855. permission_export_wiki_pages: Izvozi wiki strani
  856. setting_cache_formatted_text: Predpomni oblikovano besedilo
  857. permission_manage_project_activities: Uredi aktivnosti projekta
  858. error_unable_delete_issue_status: Stanja zahtevka ni bilo možno spremeniti (%{value})
  859. label_profile: Profil
  860. permission_manage_subtasks: Uredi podnaloge
  861. field_parent_issue: Nadrejena naloga
  862. label_subtask_plural: Podnaloge
  863. label_project_copy_notifications: Med kopiranjem projekta pošlji e-poštno sporočilo
  864. error_can_not_delete_custom_field: Polja po meri ni mogoče izbrisati
  865. error_unable_to_connect: Povezava ni mogoča (%{value})
  866. error_can_not_remove_role: Ta vloga je v uporabi in je ni mogoče izbrisati.
  867. error_can_not_delete_tracker: Ta sledilnik vsebuje zahtevke in se ga ne more izbrisati.
  868. field_principal: Upravnik varnosti
  869. notice_failed_to_save_members: "Shranjevanje uporabnika(ov) ni uspelo: %{errors}."
  870. text_zoom_out: Približaj
  871. text_zoom_in: Oddalji
  872. notice_unable_delete_time_entry: Brisanje dnevnika porabljenaga časa ni mogoče.
  873. label_overall_spent_time: Skupni porabljeni čas
  874. field_time_entries: Beleži porabljeni čas
  875. project_module_gantt: Gantogram
  876. project_module_calendar: Koledear
  877. button_edit_associated_wikipage: "Uredi povezano Wiki stran: %{page_title}"
  878. field_text: Besedilno polje
  879. setting_default_notification_option: Privzeta možnost obveščanja
  880. label_user_mail_option_only_my_events: Samo za stvari, ki jih opazujem ali sem v njih vpleten
  881. label_user_mail_option_none: Noben dogodek
  882. field_member_of_group: Pooblaščenčeva skupina
  883. field_assigned_to_role: Pooblaščenčeva vloga
  884. notice_not_authorized_archived_project: Projekt, do katerega poskušate dostopati, je bil arhiviran.
  885. label_principal_search: "Poišči uporabnika ali skupino:"
  886. label_user_search: "Poišči uporabnikia:"
  887. field_visible: Viden
  888. setting_emails_header: Glava e-pošte
  889. setting_commit_logtime_activity_id: Aktivnost zabeleženega časa
  890. text_time_logged_by_changeset: Uporabljeno v spremembi %{value}.
  891. setting_commit_logtime_enabled: Omogoči beleženje časa
  892. notice_gantt_chart_truncated: Graf je bil odrezan, ker je prekoračil največje dovoljeno število elementov, ki se jih lahko prikaže (%{max})
  893. setting_gantt_items_limit: Največje število elementov prikazano na gantogramu
  894. field_warn_on_leaving_unsaved: Opozori me, kadar zapuščam stran z neshranjenim besedilom
  895. text_warn_on_leaving_unsaved: Trenutna stran vsebuje neshranjeno besedilo ki bo izgubljeno, če zapustite to stran.
  896. label_my_queries: Moje poizvedbe po meri
  897. text_journal_changed_no_detail: "%{label} posodobljen"
  898. label_news_comment_added: Komentar dodan novici
  899. button_expand_all: Razširi vse
  900. button_collapse_all: Skrči vse
  901. label_additional_workflow_transitions_for_assignee: Dovoljeni dodatni prehodi kadar je uporabnik pooblaščenec
  902. label_additional_workflow_transitions_for_author: Dovoljeni dodatni prehodi kadar je uporabnik avtor
  903. label_bulk_edit_selected_time_entries: Skupinsko urejanje izbranih časovnih zapisov
  904. text_time_entries_destroy_confirmation: Ali ste prepričani, da želite izbristai izbran(e) časovn(i/e) zapis(e)?
  905. label_role_anonymous: Anonimni
  906. label_role_non_member: Nečlan
  907. label_issue_note_added: Dodan zaznamek
  908. label_issue_status_updated: Status posodobljen
  909. label_issue_priority_updated: Prioriteta posodobljena
  910. label_issues_visibility_own: Zahtevek ustvarjen s strani uporabnika ali dodeljen uporabniku
  911. field_issues_visibility: Vidljivost zahtevkov
  912. label_issues_visibility_all: Vsi zahtevki
  913. permission_set_own_issues_private: Nastavi lastne zahtevke kot javne ali zasebne
  914. field_is_private: Zaseben
  915. permission_set_issues_private: Nastavi zahtevke kot javne ali zasebne
  916. label_issues_visibility_public: Vsi nezasebni zahtevki
  917. text_issues_destroy_descendants_confirmation: To bo izbrisalo tudi %{count} podnalog(o).
  918. field_commit_logs_encoding: Kodiranje sporočil ob predaji
  919. field_scm_path_encoding: Pot do kodiranja
  920. text_scm_path_encoding_note: "Privzeto: UTF-8"
  921. field_path_to_repository: Pot do shrambe
  922. field_root_directory: Korenska mapa
  923. field_cvs_module: Modul
  924. field_cvsroot: CVSROOT
  925. text_mercurial_repository_note: Lokalna shramba (npr. /hgrepo, c:\hgrepo)
  926. text_scm_command: Ukaz
  927. text_scm_command_version: Verzija
  928. label_git_report_last_commit: Sporoči zadnje uveljavljanje datotek in map
  929. text_scm_config: Svoje SCM ukaze lahko nastavite v datoteki config/configuration.yml. Po urejanju prosimo ponovno zaženite aplikacijo.
  930. text_scm_command_not_available: SCM ukaz ni na voljo. Prosimo preverite nastavitve v upravljalskem podoknu.
  931. text_git_repository_note: Shramba je prazna in lokalna (npr. /gitrepo, c:\gitrepo)
  932. notice_issue_successful_create: Ustvarjen zahtevek %{id}.
  933. label_between: med
  934. setting_issue_group_assignment: Dovoli dodeljevanje zahtevka skupinam
  935. label_diff: diff
  936. description_query_sort_criteria_direction: Sort direction
  937. description_project_scope: Search scope
  938. description_filter: Filter
  939. description_user_mail_notification: Mail notification settings
  940. description_message_content: Message content
  941. description_available_columns: Available Columns
  942. description_issue_category_reassign: Choose issue category
  943. description_search: Searchfield
  944. description_notes: Notes
  945. description_choose_project: Projects
  946. description_query_sort_criteria_attribute: Sort attribute
  947. description_wiki_subpages_reassign: Choose new parent page
  948. description_selected_columns: Selected Columns
  949. label_parent_revision: Parent
  950. label_child_revision: Child
  951. error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
  952. setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
  953. button_edit_section: Edit this section
  954. setting_repositories_encodings: Attachments and repositories encodings
  955. description_all_columns: All Columns
  956. button_export: Export
  957. label_export_options: "%{export_format} export options"
  958. error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
  959. notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
  960. label_x_issues:
  961. zero: 0 zahtevek
  962. one: 1 zahtevek
  963. other: "%{count} zahtevki"
  964. label_repository_new: New repository
  965. field_repository_is_default: Main repository
  966. label_copy_attachments: Copy attachments
  967. label_item_position: "%{position}/%{count}"
  968. label_completed_versions: Completed versions
  969. text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  970. field_multiple: Multiple values
  971. setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
  972. text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
  973. text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
  974. notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
  975. text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
  976. permission_manage_related_issues: Manage related issues
  977. field_auth_source_ldap_filter: LDAP filter
  978. label_search_for_watchers: Search for watchers to add
  979. notice_account_deleted: Your account has been permanently deleted.
  980. setting_unsubscribe: Allow users to delete their own account
  981. button_delete_my_account: Delete my account
  982. text_account_destroy_confirmation: |-
  983. Are you sure you want to proceed?
  984. Your account will be permanently deleted, with no way to reactivate it.
  985. error_session_expired: Your session has expired. Please login again.
  986. text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
  987. setting_session_lifetime: Session maximum lifetime
  988. setting_session_timeout: Session inactivity timeout
  989. label_session_expiration: Session expiration
  990. permission_close_project: Close / reopen the project
  991. label_show_closed_projects: View closed projects
  992. button_close: Close
  993. button_reopen: Reopen
  994. project_status_active: active
  995. project_status_closed: closed
  996. project_status_archived: archived
  997. text_project_closed: This project is closed and read-only.
  998. notice_user_successful_create: User %{id} created.
  999. field_core_fields: Standard fields
  1000. field_timeout: Timeout (in seconds)
  1001. setting_thumbnails_enabled: Display attachment thumbnails
  1002. setting_thumbnails_size: Thumbnails size (in pixels)
  1003. label_status_transitions: Status transitions
  1004. label_fields_permissions: Fields permissions
  1005. label_readonly: Read-only
  1006. label_required: Required
  1007. text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  1008. field_board_parent: Parent forum
  1009. label_attribute_of_project: Project's %{name}
  1010. label_attribute_of_author: Author's %{name}
  1011. label_attribute_of_assigned_to: Assignee's %{name}
  1012. label_attribute_of_fixed_version: Target version's %{name}
  1013. label_copy_subtasks: Copy subtasks
  1014. label_copied_to: copied to
  1015. label_copied_from: copied from
  1016. label_any_issues_in_project: any issues in project
  1017. label_any_issues_not_in_project: any issues not in project
  1018. field_private_notes: Private notes
  1019. permission_view_private_notes: View private notes
  1020. permission_set_notes_private: Set notes as private
  1021. label_no_issues_in_project: no issues in project
  1022. label_any: vsi
  1023. label_last_n_weeks: last %{count} weeks
  1024. setting_cross_project_subtasks: Allow cross-project subtasks
  1025. label_cross_project_descendants: S podprojekti
  1026. label_cross_project_tree: Z drevesom projekta
  1027. label_cross_project_hierarchy: S projektno hierarhijo
  1028. label_cross_project_system: Z vsemi projekti
  1029. button_hide: Hide
  1030. setting_non_working_week_days: Non-working days
  1031. label_in_the_next_days: in the next
  1032. label_in_the_past_days: in the past
  1033. label_attribute_of_user: User's %{name}
  1034. text_turning_multiple_off: If you disable multiple values, multiple values will be
  1035. removed in order to preserve only one value per item.
  1036. label_attribute_of_issue: Issue's %{name}
  1037. permission_add_documents: Add documents
  1038. permission_edit_documents: Edit documents
  1039. permission_delete_documents: Delete documents
  1040. label_gantt_progress_line: Progress line
  1041. setting_jsonp_enabled: Enable JSONP support
  1042. field_inherit_members: Inherit members
  1043. field_closed_on: Closed
  1044. field_generate_password: Generate password
  1045. setting_default_projects_tracker_ids: Default trackers for new projects
  1046. label_total_time: Skupaj
  1047. notice_account_not_activated_yet: You haven't activated your account yet. If you want
  1048. to receive a new activation email, please <a href="%{url}">click this link</a>.
  1049. notice_account_locked: Your account is locked.
  1050. label_hidden: Hidden
  1051. label_visibility_private: to me only
  1052. label_visibility_roles: to these roles only
  1053. label_visibility_public: to any users
  1054. field_must_change_passwd: Must change password at next logon
  1055. notice_new_password_must_be_different: The new password must be different from the
  1056. current password
  1057. setting_mail_handler_excluded_filenames: Exclude attachments by name
  1058. text_convert_available: ImageMagick convert available (optional)
  1059. label_link: Link
  1060. label_only: only
  1061. label_drop_down_list: drop-down list
  1062. label_checkboxes: checkboxes
  1063. label_link_values_to: Link values to URL
  1064. setting_force_default_language_for_anonymous: Force default language for anonymous
  1065. users
  1066. setting_force_default_language_for_loggedin: Force default language for logged-in
  1067. users
  1068. label_custom_field_select_type: Select the type of object to which the custom field
  1069. is to be attached
  1070. label_issue_assigned_to_updated: Assignee updated
  1071. label_check_for_updates: Check for updates
  1072. label_latest_compatible_version: Latest compatible version
  1073. label_unknown_plugin: Unknown plugin
  1074. label_radio_buttons: radio buttons
  1075. label_group_anonymous: Anonymous users
  1076. label_group_non_member: Non member users
  1077. label_add_projects: Add projects
  1078. field_default_status: Default status
  1079. text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
  1080. field_users_visibility: Users visibility
  1081. label_users_visibility_all: All active users
  1082. label_users_visibility_members_of_visible_projects: Members of visible projects
  1083. label_edit_attachments: Edit attached files
  1084. setting_link_copied_issue: Link issues on copy
  1085. label_link_copied_issue: Link copied issue
  1086. label_ask: Ask
  1087. label_search_attachments_yes: Search attachment filenames and descriptions
  1088. label_search_attachments_no: Do not search attachments
  1089. label_search_attachments_only: Search attachments only
  1090. label_search_open_issues_only: Open issues only
  1091. field_address: E-naslov
  1092. setting_max_additional_emails: Maximum number of additional email addresses
  1093. label_email_address_plural: Emails
  1094. label_email_address_add: Add email address
  1095. label_enable_notifications: Enable notifications
  1096. label_disable_notifications: Disable notifications
  1097. setting_search_results_per_page: Search results per page
  1098. label_blank_value: blank
  1099. permission_copy_issues: Copy issues
  1100. error_password_expired: Your password has expired or the administrator requires you
  1101. to change it.
  1102. field_time_entries_visibility: Time logs visibility
  1103. setting_password_max_age: Require password change after
  1104. label_parent_task_attributes: Parent tasks attributes
  1105. label_parent_task_attributes_derived: Calculated from subtasks
  1106. label_parent_task_attributes_independent: Independent of subtasks
  1107. label_time_entries_visibility_all: All time entries
  1108. label_time_entries_visibility_own: Time entries created by the user
  1109. label_member_management: Member management
  1110. label_member_management_all_roles: All roles
  1111. label_member_management_selected_roles_only: Only these roles
  1112. label_password_required: Confirm your password to continue
  1113. label_total_spent_time: Skupni porabljeni čas
  1114. notice_import_finished: "%{count} items have been imported"
  1115. notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
  1116. error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
  1117. error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
  1118. settings below
  1119. error_can_not_read_import_file: An error occurred while reading the file to import
  1120. permission_import_issues: Import issues
  1121. label_import_issues: Import issues
  1122. label_select_file_to_import: Select the file to import
  1123. label_fields_separator: Field separator
  1124. label_fields_wrapper: Field wrapper
  1125. label_encoding: Encoding
  1126. label_comma_char: Comma
  1127. label_semi_colon_char: Semicolon
  1128. label_quote_char: Quote
  1129. label_double_quote_char: Double quote
  1130. label_fields_mapping: Fields mapping
  1131. label_file_content_preview: File content preview
  1132. label_create_missing_values: Create missing values
  1133. button_import: Import
  1134. field_total_estimated_hours: Total estimated time
  1135. label_api: API
  1136. label_total_plural: Totals
  1137. label_assigned_issues: Assigned issues
  1138. label_field_format_enumeration: Key/value list
  1139. label_f_hour_short: '%{value} h'
  1140. field_default_version: Default version
  1141. error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
  1142. setting_attachment_extensions_allowed: Allowed extensions
  1143. setting_attachment_extensions_denied: Disallowed extensions
  1144. label_any_open_issues: any open issues
  1145. label_no_open_issues: no open issues
  1146. label_default_values_for_new_users: Default values for new users
  1147. error_ldap_bind_credentials: Invalid LDAP Account/Password
  1148. setting_sys_api_key: API ključ
  1149. setting_lost_password: Spremeni geslo
  1150. mail_subject_security_notification: Security notification
  1151. mail_body_security_notification_change: ! '%{field} was changed.'
  1152. mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
  1153. mail_body_security_notification_add: ! '%{field} %{value} was added.'
  1154. mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
  1155. mail_body_security_notification_notify_enabled: Email address %{value} now receives
  1156. notifications.
  1157. mail_body_security_notification_notify_disabled: Email address %{value} no longer
  1158. receives notifications.
  1159. mail_body_settings_updated: ! 'The following settings were changed:'
  1160. field_remote_ip: IP address
  1161. label_wiki_page_new: New wiki page
  1162. label_relations: Relations
  1163. button_filter: Filter
  1164. mail_body_password_updated: Your password has been changed.
  1165. label_no_preview: No preview available
  1166. error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
  1167. for which you can create an issue
  1168. label_tracker_all: All trackers
  1169. label_new_project_issue_tab_enabled: Display the "New issue" tab
  1170. setting_new_item_menu_tab: Project menu tab for creating new objects
  1171. label_new_object_tab_enabled: Display the "+" drop-down
  1172. error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
  1173. for which you can create an issue
  1174. field_textarea_font: Font used for text areas
  1175. label_font_default: Default font
  1176. label_font_monospace: Monospaced font
  1177. label_font_proportional: Proportional font
  1178. setting_timespan_format: Time span format
  1179. label_table_of_contents: Table of contents
  1180. setting_commit_logs_formatting: Apply text formatting to commit messages
  1181. setting_mail_handler_enable_regex: Enable regular expressions
  1182. error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
  1183. project: %{errors}'
  1184. error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
  1185. be reassigned to an issue that is about to be deleted
  1186. setting_timelog_required_fields: Required fields for time logs
  1187. label_attribute_of_object: '%{object_name}''s %{name}'
  1188. label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
  1189. label_user_mail_option_only_owner: Only for things I watch or I am the owner of
  1190. warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
  1191. of values from one or more fields on the selected objects
  1192. field_updated_by: Updated by
  1193. field_last_updated_by: Last updated by
  1194. field_full_width_layout: Full width layout
  1195. label_last_notes: Last notes
  1196. field_digest: Checksum
  1197. field_default_assigned_to: Default assignee
  1198. setting_show_custom_fields_on_registration: Show custom fields on registration
  1199. permission_view_news: View news
  1200. label_no_preview_alternative_html: No preview available. %{link} the file instead.
  1201. label_no_preview_download: Download
  1202. setting_close_duplicate_issues: Close duplicate issues automatically
  1203. error_exceeds_maximum_hours_per_day: Cannot log more than %{max_hours} hours on the
  1204. same day (%{logged_hours} hours have already been logged)
  1205. setting_time_entry_list_defaults: Timelog list defaults
  1206. setting_timelog_accept_0_hours: Accept time logs with 0 hours
  1207. setting_timelog_max_hours_per_day: Maximum hours that can be logged per day and user
  1208. label_x_revisions: "%{count} revisions"
  1209. error_can_not_delete_auth_source: This authentication mode is in use and cannot be
  1210. deleted.
  1211. button_actions: Actions
  1212. mail_body_lost_password_validity: Please be aware that you may change the password
  1213. only once using this link.
  1214. text_login_required_html: When not requiring authentication, public projects and their
  1215. contents are openly available on the network. You can <a href="%{anonymous_role_path}">edit
  1216. the applicable permissions</a>.
  1217. label_login_required_yes: 'Yes'
  1218. label_login_required_no: No, allow anonymous access to public projects
  1219. text_project_is_public_non_member: Public projects and their contents are available
  1220. to all logged-in users.
  1221. text_project_is_public_anonymous: Public projects and their contents are openly available
  1222. on the network.
  1223. label_version_and_files: Versions (%{count}) and Files
  1224. label_ldap: LDAP
  1225. label_ldaps_verify_none: LDAPS (without certificate check)
  1226. label_ldaps_verify_peer: LDAPS
  1227. label_ldaps_warning: It is recommended to use an encrypted LDAPS connection with certificate
  1228. check to prevent any manipulation during the authentication process.
  1229. label_nothing_to_preview: Nothing to preview
  1230. error_token_expired: This password recovery link has expired, please try again.
  1231. error_spent_on_future_date: Cannot log time on a future date
  1232. setting_timelog_accept_future_dates: Accept time logs on future dates
  1233. label_delete_link_to_subtask: Izbriši povezavo
  1234. error_not_allowed_to_log_time_for_other_users: You are not allowed to log time
  1235. for other users
  1236. permission_log_time_for_other_users: Log spent time for other users
  1237. label_tomorrow: tomorrow
  1238. label_next_week: next week
  1239. label_next_month: next month
  1240. text_role_no_workflow: No workflow defined for this role
  1241. text_status_no_workflow: No tracker uses this status in the workflows
  1242. setting_mail_handler_preferred_body_part: Preferred part of multipart (HTML) emails
  1243. setting_show_status_changes_in_mail_subject: Show status changes in issue mail notifications
  1244. subject
  1245. label_inherited_from_parent_project: Inherited from parent project
  1246. label_inherited_from_group: Inherited from group %{name}
  1247. label_trackers_description: Trackers description
  1248. label_open_trackers_description: View all trackers description
  1249. label_preferred_body_part_text: Text
  1250. label_preferred_body_part_html: HTML (experimental)
  1251. field_parent_issue_subject: Parent task subject
  1252. permission_edit_own_issues: Edit own issues
  1253. text_select_apply_tracker: Select tracker
  1254. label_updated_issues: Updated issues
  1255. text_avatar_server_config_html: The current avatar server is <a href="%{url}">%{url}</a>.
  1256. You can configure it in config/configuration.yml.
  1257. setting_gantt_months_limit: Maximum number of months displayed on the gantt chart
  1258. label_import_time_entries: Import time entries
  1259. label_import_notifications: Send email notifications during the import
  1260. text_gs_available: ImageMagick PDF support available (optional)
  1261. field_recently_used_projects: Number of recently used projects in jump box
  1262. label_optgroup_bookmarks: Bookmarks
  1263. label_optgroup_others: Other projects
  1264. label_optgroup_recents: Recently used
  1265. button_project_bookmark: Add bookmark
  1266. button_project_bookmark_delete: Remove bookmark
  1267. field_history_default_tab: Issue's history default tab
  1268. label_issue_history_properties: Property changes
  1269. label_issue_history_notes: Notes
  1270. label_last_tab_visited: Last visited tab
  1271. field_unique_id: Unique ID
  1272. text_no_subject: no subject
  1273. setting_password_required_char_classes: Required character classes for passwords
  1274. label_password_char_class_uppercase: uppercase letters
  1275. label_password_char_class_lowercase: lowercase letters
  1276. label_password_char_class_digits: digits
  1277. label_password_char_class_special_chars: special characters
  1278. text_characters_must_contain: Must contain %{character_classes}.