diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 0f945d132..e2c99aae5 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -5,16 +5,16 @@ hr: # Use the strftime parameters for formats. # When no format has been given, it uses default. # You can provide other formats here if you like! - default: "%m/%d/%Y" - short: "%b %d" - long: "%B %d, %Y" + default: "%d.%m.%Y." + short: "%d.%b" + long: "%d. %B %Y." day_names: [Nedjelja, Ponedjeljak, Utorak, Srijeda, Četvrtak, Petak, Subota] - abbr_day_names: [Ned, Pon, Uto, Sri, Čet, Pet, Sub] + abbr_day_names: [ned, pon, uto, sri, čet, pet, sub] # Don't forget the nil at the beginning; there's no such thing as a 0th month - month_names: [~, Siječanj, Veljača, Ožujak, Travanj, Svibanj, Lipanj, Srpanj, Kolovoz, Rujan, Listopad, Studeni, Prosinac] - abbr_month_names: [~, Sij, Velj, Ožu, Tra, Svi, Lip, Srp, Kol, Ruj, Lis, Stu, Pro] + month_names: [~, siječanj, veljača, ožujak, travanj, svibanj, lipanj, srpanj, kolovoz, rujan, listopad, studeni, prosinac] + abbr_month_names: [~, sij, velj, ožu, tra, svi, lip, srp, kol, ruj, lis, stu, pro] # Used in date_select and datime_select. order: - :year @@ -23,10 +23,10 @@ hr: time: formats: - default: "%m/%d/%Y %I:%M %p" - time: "%I:%M %p" - short: "%d %b %H:%M" - long: "%B %d, %Y %H:%M" + default: "%d.%m.%Y. %H:%M" + time: "%H:%M" + short: "%d.%m. %H:%M" + long: "%d. %B %Y. %H:%M" am: "am" pm: "pm" @@ -37,35 +37,38 @@ hr: one: "manje od sekunde" other: "manje od %{count} sekundi" x_seconds: - one: "1 sekunda" + one: "1 sekunde" other: "%{count} sekundi" less_than_x_minutes: one: "manje od minute" other: "manje od %{count} minuta" x_minutes: - one: "1 minuta" + one: "1 minute" other: "%{count} minuta" about_x_hours: one: "oko sat vremena" other: "oko %{count} sati" x_hours: - one: "1 sata" + one: "1 sat" other: "%{count} sati" x_days: one: "1 dan" other: "%{count} dana" about_x_months: - one: "oko 1 mjesec" + one: "oko mjesec dana" other: "oko %{count} mjeseci" x_months: - one: "mjesec" + one: "mjesec dana" other: "%{count} mjeseci" about_x_years: - one: "1 godina" + one: "oko godinu dana" other: "%{count} godina" over_x_years: - one: "preko 1 godine" + one: "preko godinu dana" other: "preko %{count} godina" + almost_x_years: + one: "gotovo godinu dana" + other: "gotovo %{count} godina" number: format: @@ -80,9 +83,9 @@ hr: format: "%n %u" units: byte: - one: "Byte" - other: "Bytes" - kb: "KB" + one: "byte" + other: "bytes" + kb: "kB" mb: "MB" gb: "GB" tb: "TB" @@ -97,111 +100,157 @@ hr: errors: template: header: - one: "1 error prohibited this %{model} from being saved" - other: "%{count} errors prohibited this %{model} from being saved" + one: "1 greška zapriječila je da ovaj %{model} bude spremljen" + other: "%{count} grešaka zapriječilo je da ovaj %{model} bude spremljen" messages: - inclusion: "nije ukljuceno u listu" - exclusion: "je rezervirano" - invalid: "nije ispravno" - confirmation: "ne odgovara za potvrdu" - accepted: "mora biti prihvaćen" - empty: "ne može biti prazno" - blank: "ne može biti razmaka" - too_long: "je predug (maximum is %{count} characters)" - too_short: "je prekratak (minimum is %{count} characters)" - wrong_length: "je pogrešne dužine (should be %{count} characters)" - taken: "već je zauzeto" - not_a_number: "nije broj" - not_a_date: "nije ispravan datum" - greater_than: "mora biti veći od %{count}" - greater_than_or_equal_to: "mora biti veći ili jednak %{count}" - equal_to: "mora biti jednak %{count}" - less_than: "mora biti manji od %{count}" - less_than_or_equal_to: "mora bit manji ili jednak%{count}" - odd: "mora biti neparan" - even: "mora biti paran" - greater_than_start_date: "mora biti veci nego pocetni datum" - not_same_project: "ne pripada istom projektu" - circular_dependency: "Ovaj relacija stvara kružnu ovisnost" - cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" - earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" - not_a_regexp: "is not a valid regular expression" - open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" - must_contain_uppercase: "must contain uppercase letters (A-Z)" - must_contain_lowercase: "must contain lowercase letters (a-z)" - must_contain_digits: "must contain digits (0-9)" - must_contain_special_chars: "must contain special characters (!, $, %, ...)" + inclusion: nije uključeno u listu + exclusion: je rezervirano + invalid: je neispravno + confirmation: ne odgovara potvrdi + accepted: mora biti prihvaćeno + empty: ne smije biti prazno + blank: ne smije biti nepopunjeno + too_long: "je predugo (maksimalno %{count} znakova)" + too_short: "je prekratko (minimalno %{count} znakova)" + wrong_length: "je pogrešne duljine (treba biti %{count} znakova)" + taken: je već zauzeto + not_a_number: nije broj + not_a_date: nije valjan datum + greater_than: "mora biti veće od %{count}" + greater_than_or_equal_to: "mora biti veće ili jednako %{count}" + equal_to: "mora biti jednako %{count}" + less_than: "mora biti manje od %{count}" + less_than_or_equal_to: "mora biti manje ili jednako %{count}" + odd: mora biti neparno + even: mora biti parno + greater_than_start_date: mora biti veće od početnog datuma + not_same_project: ne pripada istom projektu + circular_dependency: Ova relacija stvorila bi cirkularnu ovisnost + cant_link_an_issue_with_a_descendant: Predmet ne može biti povezan s nekim od njegovih podpredmeta + earlier_than_minimum_start_date: "ne može biti ranije od %{date} zbog predmeta koji prethode" + not_a_regexp: nije valjani regularni izraz + open_issue_with_closed_parent: "Otvoreni predmet ne može biti povezan sa zatvorenim nadređenim predmetom." + must_contain_uppercase: "mora sadržavati velika slova (A-Z)" + must_contain_lowercase: "mora sadržavati mala slova (a-z)" + must_contain_digits: "mora sadržavati znamenke (0-9)" + must_contain_special_chars: "mora sadržavati posebne znakove (!, $, %, ...)" domain_not_allowed: "contains a domain not allowed (%{domain})" - actionview_instancetag_blank_option: Molimo odaberite + actionview_instancetag_blank_option: Molim odaberite - general_text_No: 'Ne' - general_text_Yes: 'Da' - general_text_no: 'ne' - general_text_yes: 'da' - general_lang_name: 'Croatian (Hrvatski)' - general_csv_separator: ';' - general_csv_decimal_separator: ',' + general_text_No: Ne + general_text_Yes: Da + general_text_no: ne + general_text_yes: da + general_lang_name: Croatian (Hrvatski) + general_csv_separator: ";" + general_csv_decimal_separator: "," general_csv_encoding: UTF-8 general_pdf_fontname: freesans general_pdf_monospaced_fontname: freemono - general_first_day_of_week: '7' + general_first_day_of_week: "7" - notice_account_updated: Vaš profil je uspješno promijenjen. + notice_account_updated: Račun je uspješno ažuriran. notice_account_invalid_credentials: Neispravno korisničko ime ili zaporka. - notice_account_password_updated: Zaporka je uspješno promijenjena. + notice_account_password_updated: Zaporka je uspješno ažurirana. notice_account_wrong_password: Pogrešna zaporka - notice_account_register_done: Racun je uspješno napravljen. Da biste aktivirali svoj račun, kliknite na link koji vam je poslan na e-mail. - notice_can_t_change_password: Ovaj račun koristi eksterni izvor prijavljivanja. Nemoguće je promijeniti zaporku. - notice_account_lost_email_sent: E-mail s uputama kako bi odabrali novu zaporku je poslan na na vašu e-mail adresu. - notice_account_activated: Vaš racun je aktiviran. Možete se prijaviti. - notice_successful_create: Uspješno napravljeno. - notice_successful_update: Uspješna promjena. + notice_account_register_done: "Račun je uspješno otvoren. Na adresu %{email} poslana je elektronička pošta koja sadrži upute kako aktivirati vaš račun." + notice_account_not_activated_yet: Još uvijek niste aktivirali vaš račun. Ako želite primiti novu aktivacijsku e-poštu, molim kliknite na ovu poveznicu. + notice_account_locked: Vaš račun je zaključan. + notice_can_t_change_password: Ovaj račun koristi vanjski izvor za autentikaciju. Nije moguće promijeniti zaporku. + notice_account_lost_email_sent: Poslana vam je e-pošta s uputama za odabir nove zaporke. + notice_account_activated: Vaš račun je aktiviran. Sada se možete prijaviti. + notice_successful_create: Uspješno otvaranje. + notice_successful_update: Uspješno ažuriranje. notice_successful_delete: Uspješno brisanje. - notice_successful_connection: Uspješna veza. + notice_successful_connection: Uspješno povezivanje. notice_file_not_found: Stranica kojoj ste pokušali pristupiti ne postoji ili je uklonjena. - notice_locking_conflict: Podataci su ažurirani od strane drugog korisnika. + notice_locking_conflict: Podatci su ažurirani od strane drugog korisnika. notice_not_authorized: Niste ovlašteni za pristup ovoj stranici. - notice_email_sent: E-mail je poslan %{value}" - notice_email_error: Dogodila se pogreška tijekom slanja E-maila (%{value})" - notice_feeds_access_key_reseted: Vaš Atom pristup je resetovan. - notice_api_access_key_reseted: Vaš API pristup je resetovan. - notice_failed_to_save_issues: "Neuspjelo spremanje %{count} predmeta na %{total} odabrane: %{ids}." - notice_account_pending: "Vaš korisnicki račun je otvoren, čeka odobrenje administratora." - notice_default_data_loaded: Konfiguracija je uspješno učitana. - notice_unable_delete_version: Nije moguće izbrisati verziju. - notice_issue_done_ratios_updated: Issue done ratios updated. + notice_not_authorized_archived_project: Projekt kojem pokušavate pristupiti je arhiviran. + notice_email_sent: "Poslana je e-pošta na %{value}" + notice_email_error: "Dogodila se pogreška tijekom slanja e-pošte (%{value})" + notice_feeds_access_key_reseted: Vaš Atom pristupni ključ je nanovo postavljen. + notice_api_access_key_reseted: Vaš API pristupni ključ je nanovo postavljen. + notice_failed_to_save_issues: "Od %{total} odabranih nije uspjelo spremanje %{count} predmeta: %{ids}." + notice_failed_to_save_time_entries: "Od %{total} odabranih nije uspjelo spremanje %{count} vremenskih zapisa: %{ids}." + notice_failed_to_save_members: "Spremanje članova nije uspjelo: %{errors}." + notice_account_pending: "Vaš korisnički račun je otvoren i sada čeka odobrenje administratora." + notice_default_data_loaded: Zadana konfiguracija je uspješno učitana. + notice_unable_delete_version: Brisanje verzije nije uspjelo. + notice_unable_delete_time_entry: Brisanje vremenskog zapisa nije uspjelo. + notice_issue_done_ratios_updated: Ažurirani postotci dovršenosti predmeta. + notice_gantt_chart_truncated: "Grafikon je izostavljen zato što premašuje maksimalni broj predmeta koji mogu biti prikazani (%{max})" + notice_issue_successful_create: "Otvoren predmet %{id}." + notice_issue_update_conflict: Dok ste uređivali predmet on je bio ažuriran od strane drugog korisnika. + notice_account_deleted: Vaš račun je trajno obrisan. + notice_user_successful_create: "Kreiran je korisnik %{id}." + notice_new_password_must_be_different: Nova zaporka mora se razlikovati od sadašnje + notice_import_finished: "Uvezeno je %{count} predmeta" + notice_import_finished_with_errors: "%{count} od %{total} predmeta nije moglo biti uvezeno" - error_can_t_load_default_data: "Zadanu konfiguracija nije učitana: %{value}" - error_scm_not_found: "Unos i/ili revizija nije pronađen." - error_scm_command_failed: "Dogodila se pogreška prilikom pokušaja pristupa: %{value}" - error_scm_annotate: "Ne postoji ili ne može biti obilježen." - error_issue_not_found_in_project: 'Nije pronađen ili ne pripada u ovaj projekt' - error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' - error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' - error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version can not be reopened' - error_can_not_archive_project: This project can not be archived - error_issue_done_ratios_not_updated: "Issue done ratios not updated." - error_workflow_copy_source: 'Please select a source tracker or role' - error_workflow_copy_target: 'Please select target tracker(s) and role(s)' - - warning_attachments_not_saved: "%{count} Datoteka/e nije mogla biti spremljena." + error_can_t_load_default_data: "Zadana konfiguracija nije mogla biti učitana: %{value}" + error_scm_not_found: "Unos ili revizija nisu pronađeni u repozitoriju." + error_scm_command_failed: "Dogodila se pogreška prilikom pokušaja pristupa repozitoriju: %{value}" + error_scm_annotate: "Zapis ne postoji ili ne može biti označen." + error_scm_annotate_big_text_file: Zapis ne može biti označen jer premašuje maksimalnu veličinu tekstualne datoteke. + error_issue_not_found_in_project: Predmet nije pronađen ili ne pripada ovom projektu + error_no_tracker_in_project: S ovim projektom nije povezana nijedna vrsta predmeta. Molim provjerite postavke projekta. + error_no_default_issue_status: Nije definiran zadani status predmeta. Molim provjerite vašu konfiguraciju (Idite na "Administracija -> Statusi predmeta"). + error_can_not_delete_custom_field: Brisanje korisnički definiranog polja nije uspjelo + error_can_not_delete_tracker: Postoje predmeti ove vrste te stoga nije moguće obrisati ovu vrstu predmeta. + error_can_not_remove_role: Ova rola je u upotrebi te se ne može brisati. + error_can_not_reopen_issue_on_closed_version: Predmet povezan sa zatvorenom verzijom ne može biti nanovo otvoren + error_can_not_archive_project: Ovaj projekt ne može se arhivirati + error_issue_done_ratios_not_updated: Postotci dovršenosti predmeta nisu ažurirani. + error_workflow_copy_source: Molim odaberite izvorišnu vrstu predmeta ili rolu + error_workflow_copy_target: Molim odaberite ciljane vrste predmeta i role + error_unable_delete_issue_status: "Brisanje statusa predmeta (%{value}) nije uspjelo" + error_unable_to_connect: "Povezivanje nije uspjelo (%{value})" + error_attachment_too_big: "Ova datoteka ne može biti otpremljena zato što premašuje najveću dozvoljenu veličinu datoteke (%{max_size})" + error_session_expired: Vaša sjednica je istekla. Molim ponovno se prijavite. + error_token_expired: Poveznica za obnovu zaporke je istekla, molim pokušajte ponovno. + warning_attachments_not_saved: "%{count} datoteka nije moglo biti spremljeno." + error_password_expired: Vaša zaporka je istekla ili administrator od vas traži da je promijenite. + error_invalid_file_encoding: "Datoteka nije u valjanom %{encoding} formatu" + error_invalid_csv_file_or_settings: Datoteka nije u CSV formatu ili ne odgovara donjim postavkama + error_can_not_read_import_file: Tijekom čitanja datoteke za uvoz dogodila se pogreška + error_attachment_extension_not_allowed: "Tip privitka %{extension} nije dozvoljen" + error_ldap_bind_credentials: "Neispravan LDAP račun/zaporka" + error_no_tracker_allowed_for_new_issue_in_project: "Na projektu nije podešena nijedna moguća vrsta predmeta." + error_no_projects_with_tracker_allowed_for_new_issue: Nema projekata s vrstama predmeta za koje možete otvoriti predmet + error_move_of_child_not_possible: "Prebacivanje podpredmeta %{child} u novi projekt nije uspjelo: %{errors}" + error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Utrošeno vrijeme ne može biti prebačeno na predmet koji se briše + warning_fields_cleared_on_bulk_edit: Promjene će rezultirati automatskim brisanjem vrijednosti iz jednog ili više polja odabranih objekata + error_exceeds_maximum_hours_per_day: "Nije moguće evidentirati više od %{max_hours} sati u jednom danu (evidentirano je već %{logged_hours} sati)" + error_can_not_delete_auth_source: "Ovaj način autentikacije je u uporabi i ne može se brisati." + error_spent_on_future_date: Nije moguće evidentirati vrijeme na datum koji je u budućnosti + error_not_allowed_to_log_time_for_other_users: Niste ovlašteni evidentirati vrijeme u ime drugih korisnika mail_subject_lost_password: "Vaša %{value} zaporka" - mail_body_lost_password: 'Kako biste promijenili Vašu zaporku slijedite poveznicu:' - mail_subject_register: "Aktivacija korisničog računa %{value}" - mail_body_register: 'Da biste aktivirali svoj račun, kliknite na sljedeci link:' - mail_body_account_information_external: "Možete koristiti vaš račun %{value} za prijavu." + mail_body_lost_password: "Kako biste promijenili vašu zaporku, kliknite na sljedeću poveznicu:" + mail_body_lost_password_validity: Molim imajte na umu da koristeći ovaj link zaporku možete promijeniti samo jednom. + mail_subject_register: "Aktivacija vašeg računa %{value}" + mail_body_register: "Kako biste aktivirali vaš račun, kliknite na sljedeću poveznicu:" + mail_body_account_information_external: "Za prijavu možete upotrijebiti vaš račun %{value}." mail_body_account_information: Vaši korisnički podaci - mail_subject_account_activation_request: "%{value} predmet za aktivaciju korisničkog računa" - mail_body_account_activation_request: "Novi korisnik (%{value}) je registriran. Njegov korisnički račun čeka vaše odobrenje:" - mail_subject_reminder: "%{count} predmet(a) dospijeva sljedećih %{days} dana" - mail_body_reminder: "%{count} vama dodijeljen(ih) predmet(a) dospijeva u sljedećih %{days} dana:" - mail_subject_wiki_content_added: "'%{id}' wiki page has been added" - mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}." - mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" - mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}." - + mail_subject_account_activation_request: "Zahtjev za aktivaciju računa %{value}" + mail_body_account_activation_request: "Registrirao se novi korisnik (%{value}). Račun čeka vaše odobrenje:" + mail_subject_reminder: "%{count} predmeta ima rok unutar sljedećih %{days} dana" + mail_body_reminder: "%{count} vama dodijeljenih predmeta ima rok unutar sljedećih %{days} dana:" + mail_subject_wiki_content_added: "Dodana je wiki stranica %{id}" + mail_body_wiki_content_added: "Korisnik %{author} dodao je wiki stranicu %{id}." + mail_subject_wiki_content_updated: "Ažurirana je wiki stranica %{id}" + mail_body_wiki_content_updated: "Korisnik %{author} ažurirao je wiki stranicu %{id}." + mail_subject_security_notification: Sigurnosna obavijest + mail_body_security_notification_change: "Promijenjen je podatak %{field}." + mail_body_security_notification_change_to: "%{field} promijenjeno u %{value}." + mail_body_security_notification_add: "Za %{field} dodano %{value}." + mail_body_security_notification_remove: "Iz %{field} uklonjeno %{value}." + mail_body_security_notification_notify_enabled: "Adresa e-pošte %{value} sada prima obavijesti." + mail_body_security_notification_notify_disabled: "Adresa e-pošte %{value} više ne prima obavijesti." + mail_body_settings_updated: "Promijenjene su sljedeće postavke:" + mail_body_password_updated: "Vaša zaporka je promijenjena." field_name: Ime field_description: Opis @@ -210,18 +259,20 @@ hr: field_firstname: Ime field_lastname: Prezime field_mail: E-pošta + field_address: E-pošta field_filename: Datoteka field_filesize: Veličina field_downloads: Preuzimanja field_author: Autor - field_created_on: Napravljen - field_updated_on: Promijenjen + field_created_on: Otvoreno + field_updated_on: Ažurirano + field_closed_on: Zatvoreno field_field_format: Format field_is_for_all: Za sve projekte field_possible_values: Moguće vrijednosti field_regexp: Regularni izraz - field_min_length: Minimalna dužina - field_max_length: Maksimalna dužina + field_min_length: Minimalna duljina + field_max_length: Maksimalna duljina field_value: Vrijednost field_category: Kategorija field_title: Naslov @@ -229,213 +280,330 @@ hr: field_issue: Predmet field_status: Status field_notes: Napomene - field_is_closed: Predmet je zatvoren + field_is_closed: Predmet zatvoren field_is_default: Zadana vrijednost - field_tracker: Tracker - field_subject: Predmet - field_due_date: Do datuma + field_tracker: Vrsta predmeta + field_subject: Naslov + field_due_date: Rok field_assigned_to: Dodijeljeno field_priority: Prioritet - field_fixed_version: Verzija + field_fixed_version: Ciljana verzija field_user: Korisnik - field_role: Uloga - field_homepage: Naslovnica - field_is_public: Javni projekt - field_parent: Potprojekt od - field_is_in_roadmap: Predmeti se prikazuju u Putokazu + field_principal: Principal + field_role: Rola + field_homepage: Naslovna stranica + field_is_public: Javan + field_parent: Podprojekt od + field_is_in_roadmap: Predmeti se prikazuju u detaljima verzija field_login: Korisničko ime - field_mail_notification: Obavijest putem e-pošte + field_mail_notification: Obavijesti putem e-pošte field_admin: Administrator field_last_login_on: Zadnja prijava - field_language: Primarni jezik - field_effective_date: Datum + field_language: Jezik + field_effective_date: Rok field_password: Zaporka field_new_password: Nova zaporka - field_password_confirmation: Potvrda zaporke + field_password_confirmation: Potvrda field_version: Verzija field_type: Tip - field_host: Host - field_port: Port - field_account: Racun + field_host: Poslužitelj + field_port: Priključak + field_account: Račun field_base_dn: Osnovni DN - field_attr_login: Login atribut + field_attr_login: Atribut korisničkog imena field_attr_firstname: Atribut imena field_attr_lastname: Atribut prezimena field_attr_mail: Atribut e-pošte - field_onthefly: "Izrada korisnika \"u hodu\"" - field_start_date: Pocetak - field_done_ratio: "% Učinjeno" - field_auth_source: Vrsta prijavljivanja + field_onthefly: "Kreiranje korisnika \"u hodu\"" + field_start_date: Datum početka + field_done_ratio: "% dovršeno" + field_auth_source: Način autentikacije field_hide_mail: Sakrij moju adresu e-pošte field_comments: Komentar field_url: URL field_start_page: Početna stranica - field_subproject: Potprojekt + field_subproject: Podprojekt field_hours: Sati field_activity: Aktivnost field_spent_on: Datum field_identifier: Identifikator - field_is_filter: Korišteno kao filtar - field_delay: Odgodeno - field_assignable: Predmeti mogu biti dodijeljeni ovoj ulozi - field_redirect_existing_links: Preusmjeravanje postojećih linkova + field_is_filter: Koristi se kao filtar + field_issue_to: Povezani predmet + field_delay: Odgoda + field_assignable: Predmeti mogu biti dodijeljeni korisnicima s ovom rolom + field_redirect_existing_links: Preusmjeri postojeće poveznice field_estimated_hours: Procijenjeno vrijeme field_column_names: Stupci + field_time_entries: Evidentiraj vrijeme field_time_zone: Vremenska zona field_searchable: Pretraživo field_default_value: Zadana vrijednost - field_comments_sorting: Prikaz komentara - field_parent_title: Parent page - field_editable: Editable - field_watcher: Watcher - field_content: Content - field_group_by: Group results by + field_comments_sorting: Prikaži komentare + field_parent_title: Nadređena stranica + field_editable: Može se urediti + field_watcher: Promatrač + field_content: Sadržaj + field_group_by: Grupiraj rezultate po + field_sharing: Dijeljenje + field_parent_issue: Nadređeni predmet + field_parent_issue_subject: Tema nadređenog predmeta + field_member_of_group: Grupa dodijeljenog korisnika + field_assigned_to_role: Rola dodijeljenog korisnika + field_text: Tekstualno polje + field_visible: Vidljivo + field_warn_on_leaving_unsaved: Upozori me kada napuštam stranicu s nespremljenim tekstom + field_issues_visibility: Vidljivost predmeta + field_is_private: Privatno + field_commit_logs_encoding: Kodiranje poruka pohrana (commit-ova) + field_scm_path_encoding: Kodiranje putanje + field_path_to_repository: Putanja prema repozitoriju + field_root_directory: Korijenska mapa + field_cvsroot: CVSROOT + field_cvs_module: Modul + field_repository_is_default: Glavni repozitorij + field_multiple: Višestruka vrijednost + field_auth_source_ldap_filter: LDAP filtar + field_core_fields: Standardna polja + field_timeout: Istek vremena (u sekundama) + field_board_parent: Nadređeni forum + field_private_notes: Privatne bilješke + field_inherit_members: Naslijedi članove + field_generate_password: Generiraj zaporku + field_must_change_passwd: Mora promijeniti zaporku pri sljedećoj prijavi + field_default_status: Zadani status + field_users_visibility: Vidljivost korisnika + field_time_entries_visibility: Vidljivost evidencije vremena + field_total_estimated_hours: Ukupno procijenjeno vrijeme + field_default_version: Zadana verzija + field_remote_ip: IP adresa + field_textarea_font: Font korišten za tekstualne okvire + field_updated_by: Ažurirao korisnik + field_last_updated_by: Posljednji ažurirao korisnik + field_full_width_layout: Razmještaj po čitavoj širini + field_digest: Kontrolna suma + field_default_assigned_to: Zadano dodijeljeno + field_recently_used_projects: Broj nedavno korištenih projekata u polju za prebacivanje na drugi projekt + field_history_default_tab: Zadana kartica povijesti predmeta + field_unique_id: Jedinstveni identifikator - setting_app_title: Naziv aplikacije + setting_app_title: Naslov aplikacije setting_welcome_text: Tekst dobrodošlice setting_default_language: Zadani jezik - setting_login_required: Potrebna je prijava - setting_self_registration: Samoregistracija je dozvoljena + setting_login_required: Potrebna je autentikacija + setting_self_registration: Samoregistracija + setting_show_custom_fields_on_registration: Na registraciji prikaži korisnički definirana polja setting_attachment_max_size: Maksimalna veličina privitka setting_issues_export_limit: Ograničenje izvoza predmeta - setting_mail_from: Izvorna adresa e-pošte - setting_plain_text_mail: obični tekst pošte (bez HTML-a) - setting_host_name: Naziv domaćina (host) - setting_text_formatting: Oblikovanje teksta - setting_wiki_compression: Sažimanje - setting_feeds_limit: Ogranicenje unosa sadržaja - setting_default_projects_public: Novi projekti su javni po defaultu - setting_autofetch_changesets: Autofetch commits - setting_sys_api_enabled: Omogući WS za upravljanje skladištem - setting_commit_ref_keywords: Referentne ključne riječi - setting_commit_fix_keywords: Fiksne ključne riječi + setting_mail_from: Adresa s koje se šalje e-pošta + setting_plain_text_mail: Običan tekst e-pošte (bez HTML-a) + setting_host_name: Ime i putanja prema poslužitelju + setting_text_formatting: Formatiranje teksta + setting_wiki_compression: Kompresija wiki povijesti + setting_feeds_limit: Najveći broj predmeta u Atom sažetku sadržaja + setting_default_projects_public: Novi projekti zadano su javni + setting_autofetch_changesets: Automatski dohvat pohrana (commitova) + setting_sys_api_enabled: Omogući WS za upravljanje repozitorijem + setting_commit_ref_keywords: Referencirajuće ključne riječi + setting_commit_fix_keywords: Fiksirajuće ključne riječi setting_autologin: Automatska prijava setting_date_format: Format datuma setting_time_format: Format vremena - setting_cross_project_issue_relations: Dozvoli povezivanje predmeta izmedu različitih projekata - setting_issue_list_default_columns: Stupci prikazani na listi predmeta - setting_emails_footer: Zaglavlje e-pošte + setting_timespan_format: Format vremenskog perioda + setting_cross_project_issue_relations: Dozvoli veze među predmetima različitih projekata + setting_cross_project_subtasks: Dozvoli podpredmete različitih projekata + setting_issue_list_default_columns: Zadane vrijednosti liste predmeta + setting_repositories_encodings: Kodiranja privitaka i repozitorija + setting_emails_header: Zaglavlje e-pošte + setting_emails_footer: Podnožje e-pošte setting_protocol: Protokol - setting_per_page_options: Objekata po stranici opcija - setting_user_format: Oblik prikaza korisnika - setting_activity_days_default: Dani prikazane aktivnosti na projektu - setting_display_subprojects_issues: Prikaz predmeta potprojekta na glavnom projektu po defaultu + setting_per_page_options: Opcije za prikaz količine objekata po stranici + setting_user_format: Format prikaza korisnika + setting_activity_days_default: Dana prikazanih na projektnim aktivnostima + setting_display_subprojects_issues: U glavnim projektima zadano prikazuj predmete podprojekata setting_enabled_scm: Omogućen SCM - setting_mail_handler_body_delimiters: "Truncate emails after one of these lines" - setting_mail_handler_api_enabled: Omoguci WS za dolaznu e-poštu - setting_mail_handler_api_key: API ključ - setting_sequential_project_identifiers: Generiraj slijedne identifikatore projekta + setting_mail_handler_body_delimiters: Odbaci sadržaj e-pošte nakon jedne od sljedećih linija + setting_mail_handler_enable_regex: Omogući regularne izraze + setting_mail_handler_api_enabled: Omogući WS za dolaznu e-poštu + setting_mail_handler_api_key: WS API ključ dolazne e-pošte + setting_mail_handler_preferred_body_part: Preferirani dio višedijelne (HTML) e-pošte + setting_sys_api_key: API ključ za upravljanje repozitorijem + setting_sequential_project_identifiers: Generiraj slijedne identifikatore projekata setting_gravatar_enabled: Koristi Gravatar korisničke ikone - setting_gravatar_default: Default Gravatar image - setting_diff_max_lines_displayed: Maksimalni broj diff linija za prikazati - setting_file_max_size_displayed: Max size of text files displayed inline - setting_repository_log_display_limit: Maximum number of revisions displayed on file log - setting_password_min_length: Minimum password length - setting_new_project_user_role_id: Role given to a non-admin user who creates a project - setting_default_projects_modules: Default enabled modules for new projects - setting_issue_done_ratio: Calculate the issue done ratio with - setting_issue_done_ratio_issue_field: Use the issue field - setting_issue_done_ratio_issue_status: Use the issue status - setting_start_of_week: Start calendars on - setting_rest_api_enabled: Enable REST web service + setting_gravatar_default: Zadana Gravatar slika + setting_diff_max_lines_displayed: Maksimalni broj diff linija za prikaz + setting_file_max_size_displayed: Maksimalna veličina tekstualnih datoteka za ugrađeni prikaz + setting_repository_log_display_limit: Maksimalni broj prikazanih revizija u datotečnom dnevniku + setting_password_max_age: Zatraži promjenu zaporke nakon + setting_password_min_length: Minimalna duljina zaporke + setting_password_required_char_classes: Obavezne klase znakova za zaporke + setting_lost_password: Omogući ponovno postavljanje zaporke putem e-pošte + setting_new_project_user_role_id: Rola dodijeljena neadministratoru koji otvara novi projekt + setting_default_projects_modules: Zadano uključeni moduli novih projekata + setting_issue_done_ratio: Postotak dovršenosti računaj pomoću + setting_issue_done_ratio_issue_field: Upotrijebi polje predmeta + setting_issue_done_ratio_issue_status: Upotrijebi status predmeta + setting_start_of_week: Kalendare započinji danom + setting_rest_api_enabled: Omogući REST mrežni servis + setting_cache_formatted_text: Formatirani tekst pohranjuj u međuspremnik + setting_default_notification_option: Zadana mogućnost obavješćivanja + setting_commit_logtime_enabled: Omogući evidentiranje vremena + setting_commit_logtime_activity_id: Aktivnost za evidentirano vrijeme + setting_gantt_items_limit: Maksimalan broj predmeta koji se prikazuju na gantogramu + setting_gantt_months_limit: Maksimalan broj mjeseci koji se prikazuju na gantogramu + setting_issue_group_assignment: Omogući dodjelu predmeta grupama korisnika + setting_default_issue_start_date_to_creation_date: Upotrijebi tekući datum kao datum početka novih predmeta + setting_commit_cross_project_ref: Omogući da predmeti svih drugih projekata budu referencirani i fiksirani + setting_unsubscribe: Omogući korisnicima brisanje njihovog vlastitog računa + setting_session_lifetime: Maksimalno trajanje sjednice + setting_session_timeout: Istek vremena sjednice + setting_thumbnails_enabled: Prikaži umanjene slike privitaka + setting_thumbnails_size: Veličina umanjenih slika (u pikselima) + setting_non_working_week_days: Neradni dani + setting_jsonp_enabled: Omogući podršku za JSONP + setting_default_projects_tracker_ids: Zadane vrste predmeta novih projekata + setting_mail_handler_excluded_filenames: Izostavi privitke po imenu + setting_force_default_language_for_anonymous: Nametni zadani jezik anonimnim korisnicima + setting_force_default_language_for_loggedin: Nametni zadani jezik prijavljenim korisnicima + setting_link_copied_issue: Poveži predmete prilikom kopiranja + setting_max_additional_emails: Maksimalan broj dodatnih adresa e-pošte + setting_search_results_per_page: Rezultata pretrage po stranici + setting_attachment_extensions_allowed: Dozvoljene ekstenzije + setting_attachment_extensions_denied: Nedozvoljene ekstenzije + setting_new_item_menu_tab: Kartica projektnog izbornika za kreiranje novih objekata + setting_commit_logs_formatting: Primijeni formatiranje teksta na poruke pohrana (commit-ova) + setting_timelog_required_fields: Obavezna polja za evidenciju vremena + setting_close_duplicate_issues: Automatski zatvori duplikate predmeta + setting_time_entry_list_defaults: Zadane vrijednosti liste evidentiranog vremena + setting_timelog_accept_0_hours: Prihvati evidenciju vremena od 0 sati + setting_timelog_max_hours_per_day: Maksimalan broj sati koje je moguće evidentirati po danu i korisniku + setting_timelog_accept_future_dates: Prihvati evidenciju vremena za datume koji su u budućnosti + setting_show_status_changes_in_mail_subject: Prikaži promjene statusa u temi e-pošte za obavješćivanje o predmetu + setting_project_list_defaults: Zadane vrijednosti liste projekata - permission_add_project: Dodaj projekt - permission_add_subprojects: Dodaj potprojekt - permission_edit_project: Uredi projekt - permission_select_project_modules: Odaberi projektne module - permission_manage_members: Upravljaj članovima - permission_manage_versions: Upravljaj verzijama - permission_manage_categories: Upravljaj kategorijama predmeta - permission_view_issues: Pregledaj zahtjeve - permission_add_issues: Dodaj predmete - permission_edit_issues: Uredi predmete - permission_manage_issue_relations: Upravljaj relacijama predmeta - permission_add_issue_notes: Dodaj bilješke - permission_edit_issue_notes: Uredi bilješke - permission_edit_own_issue_notes: Uredi vlastite bilješke + permission_add_project: Otvaranje projekata + permission_add_subprojects: Otvaranje podprojekata + permission_edit_project: Uređivanje projekata + permission_close_project: Zatvaranje/ponovno otvaranje projekata + permission_select_project_modules: Odabir projektnih modula + permission_manage_members: Upravljanje članovima + permission_manage_project_activities: Upravljanje projektnim aktivnostima + permission_manage_versions: Upravljanje verzijama + permission_manage_categories: Upravljanje kategorijama predmeta + permission_view_issues: Pregled predmeta + permission_add_issues: Dodavanje predmeta + permission_edit_issues: Uređivanje predmeta + permission_edit_own_issues: Uređivanje vlastitih predmeta + permission_copy_issues: Kopiranje predmeta + permission_manage_issue_relations: Upravljanje vezama između predmeta + permission_set_issues_private: Postavljanje predmeta kao javnih ili privatnih + permission_set_own_issues_private: Postavljanje vlastitih predmeta kao javnih ili privatnih + permission_add_issue_notes: Dodavanje bilješki + permission_edit_issue_notes: Uređivanje bilješki + permission_edit_own_issue_notes: Uređivanje privatnih bilješki + permission_view_private_notes: Pregled privatnih bilješki + permission_set_notes_private: Postavljanje bilješki kao privatnih permission_delete_issues: Brisanje predmeta - permission_manage_public_queries: Upravljaj javnim upitima - permission_save_queries: Spremi upite - permission_view_gantt: Pregledaj gantt grafikon - permission_view_calendar: Pregledaj kalendar - permission_view_issue_watchers: Pregledaj listu promatraca - permission_add_issue_watchers: Dodaj promatrača - permission_delete_issue_watchers: Delete watchers - permission_log_time: Dnevnik utrošenog vremena - permission_view_time_entries: Pregledaj utrošeno vrijeme - permission_edit_time_entries: Uredi vremenske dnevnike - permission_edit_own_time_entries: Edit own time logs - permission_manage_news: Upravljaj novostima - permission_comment_news: Komentiraj novosti - permission_view_documents: Pregledaj dokumente - permission_manage_files: Upravljaj datotekama - permission_view_files: Pregledaj datoteke - permission_manage_wiki: Upravljaj wikijem - permission_rename_wiki_pages: Promijeni ime wiki stranicama - permission_delete_wiki_pages: Obriši wiki stranice - permission_view_wiki_pages: Pregledaj wiki - permission_view_wiki_edits: Pregledaj povijest wikija - permission_edit_wiki_pages: Uredi wiki stranice - permission_delete_wiki_pages_attachments: Obriši privitke - permission_protect_wiki_pages: Zaštiti wiki stranice - permission_manage_repository: Upravljaj skladištem - permission_browse_repository: Browse repository - permission_view_changesets: View changesets - permission_commit_access: Mogućnost pohranjivanja - permission_manage_boards: Manage boards - permission_view_messages: Pregledaj poruke - permission_add_messages: Objavi poruke - permission_edit_messages: Uredi poruke - permission_edit_own_messages: Uredi vlastite poruke - permission_delete_messages: Obriši poruke - permission_delete_own_messages: Obriši vlastite poruke + permission_manage_public_queries: Upravljanje javnim upitima + permission_save_queries: Spremanje upita + permission_view_gantt: Pregled gantograma + permission_view_calendar: Pregled kalendara + permission_view_issue_watchers: Pregled liste promatrača + permission_add_issue_watchers: Dodavanje promatrača + permission_delete_issue_watchers: Uklanjanje promatrača + permission_log_time: Evidencija utrošenog vremena + permission_view_time_entries: Pregled utrošenog vremena + permission_edit_time_entries: Uređivanje evidentiranog vremena + permission_edit_own_time_entries: Uređivanje vlastitog evidentiranog vremena + permission_view_news: Pregled novosti + permission_manage_news: Upravljanje novostima + permission_comment_news: Komentiranje novosti + permission_view_documents: Pregled dokumenata + permission_add_documents: Dodavanje dokumenata + permission_edit_documents: Uređivanje dokumenata + permission_delete_documents: Brisanje dokumenata + permission_manage_files: Upravljanje datotekama + permission_view_files: Pregled datoteka + permission_manage_wiki: Upravljanje wikijem + permission_rename_wiki_pages: Preimenovanje wiki stranica + permission_delete_wiki_pages: Brisanje wiki stranica + permission_view_wiki_pages: Pregled wikija + permission_view_wiki_edits: Pregled povijesti wikija + permission_edit_wiki_pages: Uređivanje wiki stranica + permission_delete_wiki_pages_attachments: Brisanje privitaka + permission_protect_wiki_pages: Zaštita wiki stranica + permission_manage_repository: Upravljanje repozitorijem + permission_browse_repository: Razgledavanje repozitorija + permission_view_changesets: Pregled skupova promjena + permission_commit_access: Pristup pohranama + permission_manage_boards: Upravljanje forumima + permission_view_messages: Pregled poruka + permission_add_messages: Objava poruka + permission_edit_messages: Uređivanje poruka + permission_edit_own_messages: Uređivanje vlastitih poruka + permission_delete_messages: Brisanje poruka + permission_delete_own_messages: Brisanje vlastitih poruka + permission_export_wiki_pages: Izvoz wiki stranica + permission_manage_subtasks: Upravljanje podpredmetima + permission_manage_related_issues: Upravljanje povezanim predmetima + permission_import_issues: Uvoz predmeta + permission_log_time_for_other_users: Evidentiranje vremena u ime drugih korisnika - project_module_issue_tracking: Praćenje predmeta - project_module_time_tracking: Praćenje vremena + project_module_issue_tracking: Evidencija predmeta + project_module_time_tracking: Evidencija vremena project_module_news: Novosti project_module_documents: Dokumenti project_module_files: Datoteke project_module_wiki: Wiki - project_module_repository: Skladište - project_module_boards: Boards + project_module_repository: Repozitorij + project_module_boards: Forumi + project_module_calendar: Kalendar + project_module_gantt: Gantogram label_user: Korisnik label_user_plural: Korisnici label_user_new: Novi korisnik - label_user_anonymous: Anonymous + label_user_anonymous: Anonimni korisnik label_project: Projekt label_project_new: Novi projekt label_project_plural: Projekti label_x_projects: - zero: no projects - one: 1 project - other: "%{count} projects" - label_project_all: Svi Projekti - label_project_latest: Najnoviji projekt + zero: nema projekata + one: 1 projekt + other: "%{count} projekata" + label_project_all: Svi projekti + label_project_latest: Najnoviji projekti label_issue: Predmet label_issue_new: Novi predmet label_issue_plural: Predmeti - label_issue_view_all: Pregled svih predmeta - label_issues_by: "Predmeti od %{value}" - label_issue_added: Predmet dodan - label_issue_updated: Predmet promijenjen + label_issue_view_all: Pregledaj sve predmete + label_issues_by: "Predmeti po %{value}" + label_issue_added: Dodan je predmet + label_issue_updated: Ažuriran je predmet + label_issue_note_added: Dodana je bilješka + label_issue_status_updated: Ažuriran je status + label_issue_assigned_to_updated: Ažuriran je dodijeljeni korisnik/grupa + label_issue_priority_updated: Ažuriran je prioritet + label_issue_fixed_version_updated: Ažurirana je ciljana verzija label_document: Dokument label_document_new: Novi dokument label_document_plural: Dokumenti - label_document_added: Dokument dodan - label_role: Uloga - label_role_plural: Uloge - label_role_new: Nova uloga - label_role_and_permissions: Uloge i ovlasti + label_document_added: Dodan je dokument + label_role: Rola + label_role_plural: Role + label_role_new: Nova rola + label_role_and_permissions: Role i ovlasti + label_role_anonymous: Anonimni korisnik + label_role_non_member: Nečlan label_member: Član label_member_new: Novi član label_member_plural: Članovi - label_tracker: Vrsta + label_tracker: Vrsta predmeta label_tracker_plural: Vrste predmeta - label_tracker_new: Nova vrsta - label_workflow: Tijek rada + label_tracker_all: Sve vrste predmeta + label_tracker_new: Nova vrsta predmeta + label_workflow: Hodogram label_issue_status: Status predmeta - label_issue_status_plural: Status predmeta + label_issue_status_plural: Statusi predmeta label_issue_status_new: Novi status label_issue_category: Kategorija predmeta label_issue_category_plural: Kategorije predmeta @@ -447,390 +615,612 @@ hr: label_enumeration_new: Nova vrijednost label_information: Informacija label_information_plural: Informacije - label_register: Registracija + label_register: Registrirajte se label_password_lost: Izgubljena zaporka + label_password_required: Za nastavak potvrdite vašu zaporku label_home: Početna stranica label_my_page: Moja stranica - label_my_account: Moj profil + label_my_account: Moj račun label_my_projects: Moji projekti label_administration: Administracija - label_login: Korisnik + label_login: Prijava label_logout: Odjava label_help: Pomoć - label_reported_issues: Prijavljeni predmeti - label_assigned_to_me_issues: Moji predmeti - label_registered_on: Registrirano - label_activity: Aktivnosti - label_user_activity: "%{value} ova/ina aktivnost" - label_new: Novi + label_reported_issues: Moji neriješeni predmeti + label_assigned_issues: Dodijeljeni predmeti + label_assigned_to_me_issues: Meni dodijeljeni predmeti + label_updated_issues: Ažurirani predmeti + label_registered_on: Registriran + label_activity: Aktivnost + label_user_activity: "Aktivnost korisnika %{value}" + label_new: Novo label_logged_as: Prijavljeni ste kao label_environment: Okolina label_authentication: Autentikacija - label_auth_source: Način prijavljivanja - label_auth_source_new: Novi način prijavljivanja - label_auth_source_plural: Načini prijavljivanja - label_subproject_plural: Potprojekti - label_subproject_new: Novi potprojekt - label_and_its_subprojects: "%{value} i njegovi potprojekti" - label_min_max_length: Min - Maks veličina - label_list: Liste + label_auth_source: Način autentikacije + label_auth_source_new: Novi način autentikacije + label_auth_source_plural: Načini autentikacije + label_subproject_plural: Podprojekti + label_subproject_new: Novi podprojekt + label_and_its_subprojects: "%{value} i njegovi podprojekti" + label_min_max_length: Najmanja - najveća veličina + label_list: Lista label_date: Datum - label_integer: Integer - label_float: Float - label_boolean: Boolean - label_string: Text - label_text: Long text + label_integer: Cijeli broj + label_float: Decimalni broj + label_boolean: Logička vrijednost + label_string: Tekst + label_text: Dugi tekst label_attribute: Atribut label_attribute_plural: Atributi label_no_data: Nema podataka za prikaz - label_change_status: Promjena statusa + label_no_preview: Pretpregled nije dostupan + label_no_preview_alternative_html: "Pretpregled nije dostupan. Umjesto toga %{link} datoteku." + label_no_preview_download: Preuzmi + label_change_status: Promijeni status label_history: Povijest label_attachment: Datoteka label_attachment_new: Nova datoteka - label_attachment_delete: Brisanje datoteke + label_attachment_delete: Obriši datoteku label_attachment_plural: Datoteke - label_file_added: Datoteka dodana + label_file_added: Datoteka je dodana label_report: Izvješće label_report_plural: Izvješća label_news: Novosti label_news_new: Dodaj novost label_news_plural: Novosti - label_news_latest: Novosti - label_news_view_all: Pregled svih novosti - label_news_added: Novosti dodane + label_news_latest: Najnovije novosti + label_news_view_all: Pregledaj sve novosti + label_news_added: Dodana je novost + label_news_comment_added: Dodan je komentar na novost label_settings: Postavke label_overview: Pregled label_version: Verzija label_version_new: Nova verzija label_version_plural: Verzije - label_confirmation: Potvrda - label_export_to: 'Izvoz u:' + label_version_and_files: "Verzije (%{count}) i datoteke" + label_close_versions: Zatvori dovršene verzije + label_confirmation: Potvrdi + label_export_to: "Dostupno i kao:" label_read: Čitaj... label_public_projects: Javni projekti - label_open_issues: Otvoren - label_open_issues_plural: Otvoreno - label_closed_issues: Zatvoren - label_closed_issues_plural: Zatvoreno + label_open_issues: otvoren + label_open_issues_plural: Otvoreni + label_closed_issues: zatvoren + label_closed_issues_plural: Zatvoreni label_x_open_issues_abbr: - zero: 0 open - one: 1 open - other: "%{count} open" + zero: 0 otvorenih + one: 1 otvoreni + other: "%{count} otvorenih" label_x_closed_issues_abbr: - zero: 0 closed - one: 1 closed - other: "%{count} closed" + zero: 0 zatvorenih + one: 1 zatvoreni + other: "%{count} zatvorenih" + label_x_issues: + zero: 0 predmet + one: 1 predmet + other: "%{count} predmeta" label_total: Ukupno - label_permissions: Dozvole + label_total_plural: Zbirne vrijednosti + label_total_time: Ukupno vrijeme + label_permissions: Ovlasti label_current_status: Trenutni status - label_new_statuses_allowed: Novi status je dozvoljen - label_all: Svi - label_none: nema + label_new_statuses_allowed: Novi dozvoljeni statusi + label_all: sve + label_any: bilo što + label_none: bez label_nobody: nitko - label_next: Naredni - label_previous: Prethodni - label_used_by: Korišten od + label_next: Sljedeće + label_previous: Prethodno + label_used_by: Koristi label_details: Detalji - label_add_note: Dodaj napomenu + label_add_note: Dodaj bilješku label_calendar: Kalendar - label_months_from: Mjeseci od - label_gantt: Gantt + label_months_from: mjeseci od + label_gantt: Gantogram label_internal: Interno - label_last_changes: "Posljednjih %{count} promjena" - label_change_view_all: Prikaz svih promjena + label_last_changes: "zadnjih %{count} promjena" + label_change_view_all: Prikaži sve promjene label_comment: Komentar label_comment_plural: Komentari label_x_comments: - zero: no comments - one: 1 comment - other: "%{count} comments" + zero: nema komentara + one: 1 komentar + other: "%{count} komentara" label_comment_add: Dodaj komentar - label_comment_added: Komentar dodan - label_comment_delete: Brisanje komentara - label_query: Korisnički upit - label_query_plural: Korisnički upiti + label_comment_added: Dodan je komentar + label_comment_delete: Obriši komentare + label_query: Korisnički definiran upit + label_query_plural: Korisnički definirani upiti label_query_new: Novi upit + label_my_queries: Moji korisnički definirani upiti label_filter_add: Dodaj filtar label_filter_plural: Filtri label_equals: je label_not_equals: nije label_in_less_than: za manje od label_in_more_than: za više od - label_greater_or_equal: '>=' - label_less_or_equal: '<=' - label_in: za točno + label_in_the_next_days: u sljedećih + label_in_the_past_days: u proteklih + label_greater_or_equal: ">=" + label_less_or_equal: "<=" + label_between: između + label_in: u razdoblju label_today: danas label_yesterday: jučer - label_this_week: ovog tjedna - label_last_week: prošlog tjedna - label_last_n_days: "zadnjih %{count} dana" - label_this_month: ovog mjeseca - label_last_month: prošlog mjeseca + label_tomorrow: sutra + label_this_week: ovaj tjedan + label_last_week: prošli tjedan + label_next_week: sljedeći tjedan + label_last_n_weeks: "proteklih %{count} tjedana" + label_last_n_days: "u proteklih %{count} dana" + label_this_month: ovaj mjesec + label_last_month: prošli mjesec + label_next_month: sljedeći mjesec label_this_year: ove godine - label_date_range: vremenski raspon - label_less_than_ago: manje od - label_more_than_ago: više od - label_ago: prije - label_contains: Sadrži + label_date_range: Vremenski raspon + label_less_than_ago: prije manje od dana + label_more_than_ago: prije više od dana + label_ago: dana unatrag + label_contains: sadrži label_not_contains: ne sadrži + label_starts_with: počinje s + label_ends_with: završava s + label_any_issues_in_project: bilo koji predmet u projektu + label_any_issues_not_in_project: bilo koji predmet koji nije u projektu + label_no_issues_in_project: bez predmeta u projektu + label_any_open_issues: bilo koji otvoreni predmet + label_no_open_issues: bez otvorenih predmeta label_day_plural: dana - label_repository: Skladište - label_repository_plural: Skladišta - label_browse: Pregled - label_branch: Branch - label_tag: Tag + label_repository: Repozitorij + label_repository_new: Novi repozitorij + label_repository_plural: Repozitoriji + label_browse: Razgledaj + label_branch: Grana + label_tag: Oznaka label_revision: Revizija label_revision_plural: Revizije - label_revision_id: "Revision %{value}" - label_associated_revisions: Dodijeljene revizije + label_revision_id: "Revizija %{value}" + label_associated_revisions: Povezane revizije label_added: dodano - label_modified: promijenjen + label_modified: izmijenjeno label_copied: kopirano label_renamed: preimenovano label_deleted: obrisano - label_latest_revision: Posljednja revizija - label_latest_revision_plural: Posljednje revizije - label_view_revisions: Pregled revizija - label_view_all_revisions: View all revisions + label_latest_revision: Najnovija revizija + label_latest_revision_plural: Najnovije revizije + label_view_revisions: Pregledaj revizije + label_view_all_revisions: Pregledaj sve revizije + label_x_revisions: "%{count} revizija" label_max_size: Maksimalna veličina - label_roadmap: Putokaz - label_roadmap_due_in: "Završava se za %{value}" - label_roadmap_overdue: "%{value} kasni" + label_roadmap: Verzije + label_roadmap_due_in: "Rok je za %{value}" + label_roadmap_overdue: "Kasni %{value}" label_roadmap_no_issues: Nema predmeta za ovu verziju - label_search: Traži + label_search: Pretraži label_result_plural: Rezultati label_all_words: Sve riječi label_wiki: Wiki - label_wiki_edit: Wiki promjena - label_wiki_edit_plural: Wiki promjene + label_wiki_edit: Uređivanje wikija + label_wiki_edit_plural: Uređivanja wikija label_wiki_page: Wiki stranica label_wiki_page_plural: Wiki stranice - label_index_by_title: Indeks po naslovima - label_index_by_date: Indeks po datumu + label_wiki_page_new: Nova wiki stranica + label_index_by_title: Kazalo po naslovima + label_index_by_date: Kazalo po datumima label_current_version: Trenutna verzija - label_preview: Brzi pregled - label_feed_plural: Feeds - label_changes_details: Detalji svih promjena - label_issue_tracking: Praćenje predmeta + label_preview: Pretpregled + label_feed_plural: Sažeci izmjena + label_changes_details: Detalji svih izmjena + label_issue_tracking: Evidencija predmeta label_spent_time: Utrošeno vrijeme - label_f_hour: "%{value} sata" + label_total_spent_time: Ukupno utrošeno vrijeme + label_f_hour: "%{value} sat" label_f_hour_plural: "%{value} sati" - label_time_tracking: Praćenje vremena - label_change_plural: Promjene + label_f_hour_short: "%{value} h" + label_time_tracking: Evidencija vremena + label_change_plural: Izmjene label_statistics: Statistika - label_commits_per_month: Pohrana po mjesecu - label_commits_per_author: Pohrana po autoru - label_view_diff: Pregled razlika + label_commits_per_month: Pohrane po mjesecu + label_commits_per_author: Pohrane po autoru + label_diff: diff + label_view_diff: Pregledaj razlike label_diff_inline: uvučeno - label_diff_side_by_side: paralelno + label_diff_side_by_side: bok uz bok label_options: Opcije - label_copy_workflow_from: Kopiraj tijek rada od - label_permissions_report: Izvješće o dozvolama - label_watched_issues: Praćeni predmeti + label_copy_workflow_from: Kopiraj hodogram od + label_permissions_report: Izvješće o ovlastima + label_watched_issues: Promatrani predmeti label_related_issues: Povezani predmeti - label_applied_status: Primijenjen status - label_loading: Učitavam... - label_relation_new: Nova relacija - label_relation_delete: Brisanje relacije - label_relates_to: u relaciji sa - label_duplicates: Duplira - label_duplicated_by: ponovljen kao - label_blocks: blokira - label_blocked_by: blokiran od strane - label_precedes: prethodi - label_follows: slijedi + label_applied_status: Primijenjeni status + label_loading: Učitavanje... + label_relation_new: Nova veza + label_relation_delete: Brisanje veze + label_relates_to: Povezano s + label_delete_link_to_subtask: Obriši poveznicu prema podpredmetu + label_duplicates: Duplikat od + label_duplicated_by: Duplicirano od strane + label_blocks: Blokira + label_blocked_by: Blokirano od strane + label_precedes: Prethodi + label_follows: Slijedi + label_copied_to: Kopirano u + label_copied_from: Kopirano iz label_stay_logged_in: Ostanite prijavljeni - label_disabled: Isključen - label_show_completed_versions: Prikaži završene verzije - label_me: ja + label_disabled: onemogućeno + label_show_completed_versions: Prikaži dovršene verzije + label_me: ja/meni label_board: Forum label_board_new: Novi forum label_board_plural: Forumi + label_board_locked: Zaključano + label_board_sticky: Ljepljivo label_topic_plural: Teme label_message_plural: Poruke - label_message_last: Posljednja poruka - label_message_new: Nova poruka - label_message_posted: Poruka dodana + label_message_last: Zadnji odgovor + label_message_new: Nova tema + label_message_posted: Poruka je objavljena label_reply_plural: Odgovori - label_send_information: Pošalji korisniku informaciju o profilu + label_send_information: Pošalji korisniku informacije o računu label_year: Godina label_month: Mjesec label_week: Tjedan label_date_from: Od label_date_to: Do - label_language_based: Zasnovano na jeziku - label_sort_by: "Uredi po %{value}" - label_send_test_email: Pošalji testno E-pismo - label_feeds_access_key: Atom access key - label_missing_feeds_access_key: Missing a Atom access key - label_feeds_access_key_created_on: "Atom kljuc za pristup je napravljen prije %{value}" + label_language_based: Prema korisnikovom jeziku + label_sort_by: "Sortiraj po %{value}" + label_send_test_email: Pošalji testnu e-poštu + label_feeds_access_key: Atom pristupni ključ + label_missing_feeds_access_key: Nedostaje Atom pristupni ključ + label_feeds_access_key_created_on: "Atom ključ za pristup kreiran prije %{value}" label_module_plural: Moduli - label_added_time_by: "Promijenio %{author} prije %{age}" - label_updated_time_by: "Dodao/la %{author} prije %{age}" - label_updated_time: "Promijenjeno prije %{value}" + label_added_time_by: "Dodao korisnik %{author} prije %{age}" + label_updated_time_by: "Ažurirao korisnik %{author} prije %{age}" + label_updated_time: "Ažurirano prije %{value}" label_jump_to_a_project: Prebaci se na projekt... label_file_plural: Datoteke - label_changeset_plural: Promjene + label_changeset_plural: Skupovi promjena label_default_columns: Zadani stupci label_no_change_option: (Bez promjene) - label_bulk_edit_selected_issues: Zajednička promjena izabranih predmeta + label_bulk_edit_selected_issues: Grupno uredi izabrane predmete + label_bulk_edit_selected_time_entries: Grupno uredi odabrane zapise o vremenu label_theme: Tema - label_default: Zadana - label_search_titles_only: Pretraživanje samo naslova - label_user_mail_option_all: "Za bilo koji događaj na svim mojim projektima" - label_user_mail_option_selected: "Za bilo koji događaj samo za izabrane projekte..." - label_user_mail_no_self_notified: "Ne želim primati obavijesti o promjenama koje sam napravim" - label_registration_activation_by_email: aktivacija putem e-pošte - label_registration_manual_activation: ručna aktivacija - label_registration_automatic_activation: automatska aktivacija + label_default: Zadano + label_search_titles_only: Pretraži samo naslove + label_user_mail_option_all: Za bilo koji događaj na svim mojim projektima + label_user_mail_option_selected: Za bilo koji događaj samo na odabranim projektima... + label_user_mail_option_none: Ni za jedan događaj + label_user_mail_option_only_my_events: Samo za predmete koje promatram ili koji me se tiču + label_user_mail_option_only_assigned: Samo za predmete koje promatram ili koji su mi dodijeljeni + label_user_mail_option_only_owner: Samo za predmete koje promatram ili čiji sam tvorac + label_user_mail_no_self_notified: Ne želim biti obaviješten o promjenama koje sâm napravim + label_registration_activation_by_email: aktivacija računa putem e-pošte + label_registration_manual_activation: ručna aktivacija računa + label_registration_automatic_activation: automatska aktivacija računa label_display_per_page: "Po stranici: %{value}" - label_age: Starost + label_age: Dob label_change_properties: Promijeni svojstva label_general: Općenito label_scm: SCM - label_plugins: Plugins + label_plugins: Priključci + label_ldap: LDAP label_ldap_authentication: LDAP autentikacija + label_ldaps_verify_none: LDAPS (bez provjere certifikata) + label_ldaps_verify_peer: LDAPS + label_ldaps_warning: Preporuča se korištenje kriptirane LDAPS konekcije s provjerom certifikata radi sprječavanja manipulacije tijekom procesa autentikacije. label_downloads_abbr: D/L - label_optional_description: Opcije + label_optional_description: Neobavezni opis label_add_another_file: Dodaj još jednu datoteku - label_preferences: Preferences - label_chronological_order: U kronološkom redoslijedu - label_reverse_chronological_order: U obrnutom kronološkom redoslijedu - label_incoming_emails: Dolazne poruke e-pošte + label_preferences: Postavke + label_chronological_order: Kronološkim redom + label_reverse_chronological_order: Obrnutim kronološkim redom + label_incoming_emails: Dolazna e-pošta label_generate_key: Generiraj ključ label_issue_watchers: Promatrači label_example: Primjer - label_display: Display - label_sort: Sort - label_ascending: Ascending - label_descending: Descending - label_date_from_to: From %{start} to %{end} - label_wiki_content_added: Wiki page added - label_wiki_content_updated: Wiki page updated - label_group: Group + label_display: Prikaz + label_sort: Sortiranje + label_ascending: Uzlazno + label_descending: Silazno + label_date_from_to: "Od %{start} do %{end}" + label_wiki_content_added: Dodana je wiki stranica + label_wiki_content_updated: Ažurirana je wiki stranica + label_group: Grupa label_group_plural: Grupe label_group_new: Nova grupa - label_time_entry_plural: Spent time - label_version_sharing_none: Not shared - label_version_sharing_descendants: With subprojects - label_version_sharing_hierarchy: With project hierarchy - label_version_sharing_tree: With project tree - label_version_sharing_system: With all projects - label_update_issue_done_ratios: Update issue done ratios - label_copy_source: Source - label_copy_target: Target - label_copy_same_as_target: Same as target - label_display_used_statuses_only: Only display statuses that are used by this tracker - label_api_access_key: API access key - label_missing_api_access_key: Missing an API access key - label_api_access_key_created_on: "API access key created %{value} ago" + label_group_anonymous: Anonimni korisnici + label_group_non_member: Korisnici nečlanovi + label_time_entry_plural: Utrošeno vrijeme + label_version_sharing_none: Ne dijeli se + label_version_sharing_descendants: S podprojektima + label_version_sharing_hierarchy: S projektnom hijerarhijom + label_version_sharing_tree: S projektnim stablom + label_version_sharing_system: Sa svim projektima + label_update_issue_done_ratios: Ažuriraj postotak dovršenosti predmeta + label_copy_source: Izvorište + label_copy_target: Cilj + label_copy_same_as_target: Isto kao cilj + label_display_used_statuses_only: Prikaži samo statuse koje koristi ova vrsta predmeta + label_api_access_key: API pristupni ključ + label_missing_api_access_key: Nedostaje API pristupni ključ + label_api_access_key_created_on: "API pristupni ključ kreiran prije %{value}" + label_profile: Profil + label_subtask_plural: Podpredmeti + label_project_copy_notifications: Tijekom kopiranja projekta šalji obavijesti putem e-pošte + label_import_notifications: Tijekom uvoza šalji obavijesti putem e-pošte + label_principal_search: "Potraži korisnika ili grupu:" + label_user_search: "Potraži korisnika:" + label_additional_workflow_transitions_for_author: Dodatne tranzicije dozvoljene onda kada je korisnik tvorac predmeta + label_additional_workflow_transitions_for_assignee: Dodatne tranzicije dozvoljene onda kada je predmet dodijeljen korisniku + label_issues_visibility_all: Svi predmeti + label_issues_visibility_public: Svi neprivatni predmeti + label_issues_visibility_own: Predmeti koje je otvorio korisnik ili koji su dodijeljeni korisniku + label_git_report_last_commit: Izvijesti o zadnjoj pohrani datoteka i mapa + label_parent_revision: Prethodna + label_child_revision: Iduća + label_export_options: "Mogućnosti izvoza u %{export_format}" + label_copy_attachments: Kopiraj privitke + label_copy_subtasks: Kopiraj podpredmete + label_item_position: "%{position}/%{count}" + label_completed_versions: Dovršene verzije + label_search_for_watchers: Potraži promatrače za dodati + label_session_expiration: Istek sjednice + label_status_transitions: Tranzicije statusa + label_fields_permissions: Ovlasti za polja + label_readonly: Samo čitanje + label_required: Obavezno + label_hidden: Skriveno + label_attribute_of_project: "%{name} projekta" + label_attribute_of_issue: "%{name} predmeta" + label_attribute_of_author: "%{name} tvorca" + label_attribute_of_assigned_to: "%{name} dodijeljenog korisnika" + label_attribute_of_user: "%{name} korisnika" + label_attribute_of_fixed_version: "%{name} ciljane verzije" + label_attribute_of_object: "%{name} od %{object_name}" + label_cross_project_descendants: S podprojektima + label_cross_project_tree: S projektnim stablom + label_cross_project_hierarchy: S projektnom hijerarhijom + label_cross_project_system: Sa svim projektima + label_gantt_progress_line: Linija prikaza napretka + label_visibility_private: samo meni + label_visibility_roles: samo ovim rolama + label_visibility_public: bilo kojem korisniku + label_link: Poveznica + label_only: samo + label_drop_down_list: padajući izbornik + label_checkboxes: kućice za označavanje + label_radio_buttons: radio gumbi + label_link_values_to: Poveži vrijednosti s URL-om + label_custom_field_select_type: Odaberite tip objekta za koji se definira korisnički definirano polje + label_check_for_updates: Provjeri ima li ažuriranja + label_latest_compatible_version: Zadnja kompatibilna verzija + label_unknown_plugin: Nepoznat priključak + label_add_projects: Dodaj projekte + label_users_visibility_all: Svi aktivni korisnici + label_users_visibility_members_of_visible_projects: Članovi vidljivih projekata + label_edit_attachments: Uredi datoteke u privitku + label_link_copied_issue: Poveži kopirani predmet + label_ask: Pitaj + label_search_attachments_yes: Pretraži imena privitaka i opise + label_search_attachments_no: Ne pretražuj privitke + label_search_attachments_only: Pretraži samo privitke + label_search_open_issues_only: Samo otvoreni predmeti + label_email_address_plural: Adrese e-pošte + label_email_address_add: Dodaj adresu e-pošte + label_enable_notifications: Omogući obavijesti + label_disable_notifications: Onemogući obavijesti + label_blank_value: prazno + label_parent_task_attributes: Atributi nadređenog predmeta + label_parent_task_attributes_derived: Izračunato pomoću podpredmeta + label_parent_task_attributes_independent: Neovisno o podpredmetima + label_time_entries_visibility_all: Svi vremenski zapisi + label_time_entries_visibility_own: Vremenski zapisi koje je evidentirao korisnik + label_member_management: Upravljanje članovima + label_member_management_all_roles: Sve role + label_member_management_selected_roles_only: Samo ove role + label_import_issues: Uvezeni predmeti + permission_import_time_entries: Uvoz vremenskih zapisa + label_select_file_to_import: Odaberi datoteku za uvoz + label_fields_separator: Separator polja + label_fields_wrapper: Omotač polja + label_encoding: Kodiranje + label_comma_char: Zarez + label_semi_colon_char: Točka-zarez + label_quote_char: Navodnik + label_double_quote_char: Dvostruki navodnici + label_fields_mapping: Mapiranje polja + label_file_content_preview: Pretpregled sadržaja datoteka + label_create_missing_values: Kreiraj vrijednosti koje nedostaju + label_api: API + label_field_format_enumeration: Lista ključ/vrijednost + label_default_values_for_new_users: Zadane vrijednosti za nove korisnike + label_relations: Veze + label_new_project_issue_tab_enabled: Prikaži karticu "Novi predmet" + label_new_object_tab_enabled: Prikaži "+" padajući izbornik + label_table_of_contents: Tablica sadržaja + label_font_default: Zadani font + label_font_monospace: Font fiksne širine + label_font_proportional: Proporcionalni font + label_optgroup_bookmarks: Oznake + label_optgroup_recents: Nedavno korišteni + label_last_notes: Najnovije bilješke + label_nothing_to_preview: Nema ničeg za pretpregled + label_inherited_from_parent_project: Naslijeđeno od nadređenog projekta + label_inherited_from_group: "Naslijeđeno od grupe %{name}" + label_trackers_description: Opis vrsta predmeta + label_open_trackers_description: Pregledaj sve opise vrsta predmeta + label_preferred_body_part_text: Tekst + label_preferred_body_part_html: HTML (eksperimentalno) + label_issue_history_properties: Promjene svojstava + label_issue_history_notes: Bilješke + label_last_tab_visited: Zadnje posjećena kartica + label_password_char_class_uppercase: velika slova + label_password_char_class_lowercase: mala slova + label_password_char_class_digits: znamenke + label_password_char_class_special_chars: posebni znakovi + label_display_type: Prikaži rezultate kao + label_display_type_list: Listu + label_display_type_board: Ploču + label_my_bookmarks: Moje oznake - button_login: Prijavi + button_login: Prijava button_submit: Pošalji button_save: Spremi button_check_all: Označi sve - button_uncheck_all: Isključi sve + button_uncheck_all: Označi nijedno + button_collapse_all: Sažmi sve + button_expand_all: Raširi sve button_delete: Obriši - button_create: Napravi - button_create_and_continue: Napravi i nastavi - button_test: Test + button_create: Kreiraj + button_create_and_continue: Kreiraj i dodaj još + button_test: Testiraj button_edit: Uredi + button_edit_associated_wikipage: "Uredi povezanu Wiki stranicu: %{page_title}" button_add: Dodaj - button_change: Promijeni + button_change: Izmijeni button_apply: Primijeni - button_clear: Ukloni + button_clear: Očisti button_lock: Zaključaj button_unlock: Otključaj button_download: Preuzmi - button_list: Spisak - button_view: Pregled + button_list: Izlistaj + button_view: Pregledaj button_move: Premjesti - button_move_and_follow: Move and follow - button_back: Nazad + button_move_and_follow: Premjesti i slijedi + button_back: Natrag button_cancel: Odustani button_activate: Aktiviraj - button_sort: Redoslijed - button_log_time: Zapiši vrijeme - button_rollback: Izvrši rollback na ovu verziju - button_watch: Prati - button_unwatch: Prekini pracenje + button_sort: Sortiraj + button_log_time: Evidentiraj vrijeme + button_rollback: Vrati unatrag na ovu verziju + button_watch: Promatraj + button_unwatch: Prestani promatrati button_reply: Odgovori button_archive: Arhiviraj - button_rollback: Dearhiviraj - button_reset: Poništi - button_rename: Promijeni ime - button_change_password: Promjena zaporke + button_unarchive: Vrati iz arhive + button_reset: Nanovo postavi + button_rename: Preimenuj + button_change_password: Promijeni zaporku button_copy: Kopiraj - button_copy_and_follow: Copy and follow - button_annotate: Annotate - button_update: Promijeni - button_configure: Konfiguracija - button_quote: Navod - button_show: Show + button_copy_and_follow: Kopiraj i slijedi + button_annotate: Označi + button_update: Ažuriraj + button_configure: Konfiguriraj + button_quote: Citiraj + button_show: Prikaži + button_hide: Sakrij + button_edit_section: Uredi ovaj odjeljak + button_export: Izvezi + button_delete_my_account: Obriši moj račun + button_close: Zatvori + button_reopen: Ponovno otvori + button_import: Uvezi + button_project_bookmark: Dodaj oznaku + button_project_bookmark_delete: Ukloni oznaku + button_filter: Filtriraj + button_actions: Akcije status_active: aktivan - status_registered: Registriran + status_registered: registriran status_locked: zaključan - version_status_open: open - version_status_locked: locked - version_status_closed: closed + project_status_active: aktivan + project_status_closed: zatvoren + project_status_archived: arhiviran + + version_status_open: otvorena + version_status_locked: zaključana + version_status_closed: zatvorena - field_active: Active + field_active: Aktivno - text_select_mail_notifications: Izbor akcija za koje će biti poslana obavijest e-poštom. - text_regexp_info: eg. ^[A-Z0-9]+$ - text_project_destroy_confirmation: Da li ste sigurni da želite izbrisati ovaj projekt i sve njegove podatke? - text_subprojects_destroy_warning: "Njegov(i) potprojekt(i): %{value} će također biti obrisan." - text_workflow_edit: Select a role and a tracker to edit the workflow - text_are_you_sure: Da li ste sigurni? - text_journal_changed: "%{label} promijenjen iz %{old} u %{new}" - text_journal_set_to: "%{label} postavi na %{value}" - text_journal_deleted: "%{label} izbrisano (%{old})" - text_journal_added: "%{label} %{value} added" - text_tip_issue_begin_day: Zadaci koji počinju ovog dana - text_tip_issue_end_day: zadaci koji se završavaju ovog dana - text_tip_issue_begin_end_day: Zadaci koji počinju i završavaju se ovog dana - text_caracters_maximum: "Najviše %{count} znakova." + text_select_mail_notifications: Odaberite akcije za koje trebaju biti poslane obavijesti putem e-pošte. + text_regexp_info: npr. ^[A-Z0-9]+$ + text_project_destroy_confirmation: Jeste li sigurni da želite obrisati ovaj projekt i s njim povezane podatke? + text_subprojects_destroy_warning: "Njegovi podprojekti: %{value} će također biti obrisani." + text_workflow_edit: Kako biste uredili hodogram, odaberite rolu i vrstu predmeta + text_are_you_sure: Jeste li sigurni? + text_journal_changed: "%{label} promijenjeno iz %{old} u %{new}" + text_journal_changed_no_detail: "%{label} je ažurirano" + text_journal_set_to: "%{label} postavljeno na %{value}" + text_journal_deleted: "%{label} (%{old}) je obrisano" + text_journal_added: "Pod %{label} dodano %{value}" + text_tip_issue_begin_day: predmet koji počinje ovog dana + text_tip_issue_end_day: predmet koji završava ovog dana + text_tip_issue_begin_end_day: predmet koji počinje i završava ovog dana + text_project_identifier_info: Dozvoljena su samo mala slova (a-z), brojevi, povlaka i donja crta.
Jednom spremljen, identifikator se ne može mijenjati. + text_caracters_maximum: "Maksimalno %{count} znakova." text_caracters_minimum: "Mora biti dugačko najmanje %{count} znakova." - text_length_between: "Dužina izmedu %{min} i %{max} znakova." - text_tracker_no_workflow: Tijek rada nije definiran za ovaj tracker + text_characters_must_contain: "Mora sadržavati %{character_classes}." + text_length_between: "Duljine izmedu %{min} i %{max} znakova." + text_tracker_no_workflow: Za ovu vrstu predmeta nisu definirani hodogrami + text_role_no_workflow: Za ovu rolu nisu definirani hodogrami + text_status_no_workflow: Nijedna vrsta predmeta u hodogramu ne koristi ovaj status text_unallowed_characters: Nedozvoljeni znakovi - text_comma_separated: Višestruke vrijednosti su dozvoljene (razdvojene zarezom). - text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages - text_tracker_no_workflow: No workflow defined for this tracker - text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages - text_issue_added: "Predmet %{id} je prijavljen (prijavio %{author})." - text_issue_updated: "Predmet %{id} je promijenjen %{author})." - text_wiki_destroy_confirmation: Da li ste sigurni da želite izbrisati ovaj wiki i njegov sadržaj? - text_issue_category_destroy_question: "Neke predmeti (%{count}) su dodijeljeni ovoj kategoriji. Što želite uraditi?" - text_issue_category_destroy_assignments: Ukloni dodjeljivanje kategorija - text_issue_category_reassign_to: Ponovo dodijeli predmete ovoj kategoriji - text_user_mail_option: "Za neizabrane projekte, primit ćete obavjesti samo o stvarima koje pratite ili u kojima sudjelujete (npr. predmete koje ste vi napravili ili koje su vama dodjeljeni)." - text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." - text_load_default_configuration: Učitaj početnu konfiguraciju - text_status_changed_by_changeset: "Applied in changeset %{value}." - text_issues_destroy_confirmation: 'Jeste li sigurni da želite obrisati izabrani/e predmet(e)?' - text_select_project_modules: 'Odaberite module koji će biti omogućeni za ovaj projekt:' - text_default_administrator_account_changed: Default administrator account changed - text_file_repository_writable: Dozvoljeno pisanje u direktorij za privitke - text_plugin_assets_writable: Plugin assets directory writable - text_minimagick_available: MiniMagick dostupan (nije obavezno) - text_destroy_time_entries_question: "%{hours} sati je prijavljeno za predmete koje želite obrisati. Što ćete učiniti?" - text_destroy_time_entries: Obriši prijavljene sate - text_assign_time_entries_to_project: Pridruži prijavljene sate projektu - text_reassign_time_entries: 'Premjesti prijavljene sate ovom predmetu:' - text_user_wrote: "%{value} je napisao/la:" - text_user_wrote_in: "%{value} je napisao/la (%{link}):" - text_enumeration_destroy_question: "%{count} objekata je pridruženo toj vrijednosti." - text_enumeration_category_reassign_to: 'Premjesti ih ovoj vrijednosti:' - text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them." - text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped." - text_diff_truncated: '... Ovaj diff je odrezan zato što prelazi maksimalnu veličinu koja može biti prikazana.' - text_custom_field_possible_values_info: 'One line for each value' - text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?" - text_wiki_page_nullify_children: "Keep child pages as root pages" - text_wiki_page_destroy_children: "Delete child pages and all their descendants" - text_wiki_page_reassign_children: "Reassign child pages to this parent page" + text_comma_separated: Dozvoljene su višestruke vrijednosti (odvojene zarezom). + text_line_separated: Dozvoljene su višestruke vrijednosti (jedna linija za svaku vrijednost). + text_issues_ref_in_commit_messages: Referenciranje i popravljanje predmeta u porukama pohrana + text_issue_added: "Korisnik %{author} prijavio je predmet %{id}." + text_issue_updated: "Korisnik %{author} ažurirao je predmet %{id}." + text_wiki_destroy_confirmation: Jeste li sigurni da želite obrisati ovaj wiki i njegov sadržaj? + text_issue_category_destroy_question: "Nekolicina predmeta (njih %{count}) dodijeljeno je ovoj kategoriji. Što želite uraditi?" + text_issue_category_destroy_assignments: Ukloni dodjelu kategorija + text_issue_category_reassign_to: Dodijeli predmete ovoj kategoriji + text_user_mail_option: "Za neizabrane projekte primat ćete obavijesti samo o predmetima koje promatrate ili koji vas se tiču (npr. predmetima čiji ste vi tvorac ili koji su vam dodijeljeni)." + text_no_configuration_data: "Role, vrste predmeta, statusi predmeta i hodogram nisu još konfigurirani.\nSnažno je preporučeno učitavanje zadane konfiguracije. Jednom kada je učitana, lako ćete je moći promijeniti." + text_load_default_configuration: Učitaj zadanu konfiguraciju + text_status_changed_by_changeset: "Primijenjeno u skupovima izmjena %{value}." + text_time_logged_by_changeset: "Primijenjeno u skupu izmjena %{value}." + text_issues_destroy_confirmation: "Jeste li sigurni da želite obrisati izabrane predmete?" + text_issues_destroy_descendants_confirmation: "Ovo će ujedno obrisati %{count} podpredmeta." + text_time_entries_destroy_confirmation: Jeste li sigurni da želite obrisati odabrane vremenske zapise? + text_select_project_modules: "Odaberite module za uključiti u ovaj projekt:" + text_default_administrator_account_changed: Promijenjen je zadani administratorski račun + text_file_repository_writable: Dozvoljeno je pisanje u mapu privitaka + text_plugin_assets_writable: Dozvoljeno je pisati u mapu s priključcima + text_minimagick_available: MiniMagick je dostupan (nije obavezno) + text_convert_available: ImageMagick convert je dostupan (nije obavezno) + text_gs_available: ImageMagick PDF podrška je dostupna (nije obavezno) + text_destroy_time_entries_question: "Na predmetima koje želite obrisati evidentirano je %{hours} sati. Što želite učiniti?" + text_destroy_time_entries: Obriši evidentirane sate + text_assign_time_entries_to_project: Dodijeli evidentirane sate projektu + text_reassign_time_entries: "Dodijeli evidentirane sate ovom predmetu:" + text_user_wrote: "Korisnik %{value} napisao je:" + text_user_wrote_in: "Korisnik %{value} napisao je (%{link}):" + text_enumeration_destroy_question: "Vrijednost \"%{name}\" pridružena je na %{count} objekata." + text_enumeration_category_reassign_to: "Postavi na ovu vrijednost:" + text_email_delivery_not_configured: "Dostava e-pošte nije podešena, a obavijesti su onemogućene.\nDa biste ih omogućili, podesite SMTP poslužitelj u config/configuration.yml i ponovno pokrenite aplikaciju." + text_repository_usernames_mapping: "Odaberite ili ažurirajte Redmine korisnika koji je povezan sa svakim korisničkim imenom u dnevniku repozitorija.\nKorisnici s istim korisničkim imenom Redminea i repozitorija ili adresom e-pošte automatski su povezani." + text_diff_truncated: ... Ovaj diff je odrezan zato što prekoračuje maksimalnu veličinu koja može biti prikazana. + text_custom_field_possible_values_info: Jedna linija za svaku vrijednost + text_wiki_page_destroy_question: "Ova stranica ima sveukupno %{descendants} podređenih stranica. Što želite učiniti?" + text_wiki_page_nullify_children: Zadrži podređene stranice kao vršne stranice + text_wiki_page_destroy_children: Obriši podređene stranice i sve njima podređene stranice + text_wiki_page_reassign_children: Dodijeli podređene stranice ovoj nadređenoj stranici + text_own_membership_delete_confirmation: Uklonit ćete neke ili sve vaše ovlasti i nakon toga možda nećete više moći uređivati ovaj projekt. Jeste li sigurni da želite nastaviti? + text_zoom_in: Povećaj + text_zoom_out: Smanji + text_warn_on_leaving_unsaved: Aktualna stranica sadrži nespremljeni tekst koji će biti izgubljen ukoliko napustite ovu stranicu. + text_scm_path_encoding_note: "Zadano: UTF-8" + text_subversion_repository_note: "Primjeri: file:///, http://, https://, svn://, svn+[tunnelscheme]://" + text_git_repository_note: Repozitorij je dijeljeni (bare) i lokalni (e.g. /gitrepo, c:\gitrepo) + text_mercurial_repository_note: Lokalni repozitorij (e.g. /hgrepo, c:\hgrepo) + text_scm_command: Naredba + text_scm_command_version: Verzija + text_scm_config: Možete podesiti vaše SCM naredbe u config/configuration.yml. Nakon uređivanja te datoteke molim da ponovno pokrenete aplikaciju. + text_scm_command_not_available: SCM naredba nije dostupna. Molim provjerite postavke na ploči za administraciju. + text_issue_conflict_resolution_overwrite: Svejedno primijeni moje izmjene (prethodne bilješke bit će zadržane, ali neke izmjene mogle bi biti prebrisane) + text_issue_conflict_resolution_add_notes: Dodaj moje bilješke i zanemari ostale moje izmjene + text_issue_conflict_resolution_cancel: "Zanemari sve moje izmjene i ponovno prikaži %{link}" + text_account_destroy_confirmation: Jeste li sigurni da želite nastaviti? Vaš račun će biti trajno obrisan, bez ikakvog načina da ga se reaktivira. + text_session_expiration_settings: "Upozorenje: izmjena ovih postavki može učiniti da isteknu sjednice u tijeku, uključujući i vašu." + text_project_closed: Ovaj projekt je zatvoren i može se samo čitati. + text_turning_multiple_off: Ako onemogućite višestruke vrijednosti, one će biti uklonjene kako bi bila zadržana samo jedna vrijednost po predmetu. + text_select_apply_tracker: Odaberite vrstu predmeta + text_avatar_server_config_html: "Trenutni poslužitelj avatara je %{url}. Možete ga podesiti u config/configuration.yml." + text_no_subject: bez naslova + + default_role_manager: Upravitelj default_role_developer: Razvojni inženjer default_role_reporter: Korisnik @@ -838,10 +1228,11 @@ hr: default_tracker_feature: Funkcionalnost default_tracker_support: Podrška default_issue_status_new: Novo + default_issue_status_in_progress: U rješavanju default_issue_status_resolved: Riješeno default_issue_status_feedback: Povratna informacija default_issue_status_closed: Zatvoreno - default_issue_status_rejected: Odbaceno + default_issue_status_rejected: Odbačeno default_doc_category_user: Korisnička dokumentacija default_doc_category_tech: Tehnička dokumentacija default_priority_low: Nizak @@ -851,451 +1242,32 @@ hr: default_priority_immediate: Odmah default_activity_design: Dizajn default_activity_development: Razvoj + enumeration_issue_priorities: Prioriteti predmeta - enumeration_doc_categories: Kategorija dokumenata - enumeration_activities: Aktivnosti (po vremenu) - enumeration_system_activity: System Activity - field_sharing: Sharing - text_line_separated: Multiple values allowed (one line for each value). - label_close_versions: Close completed versions - button_unarchive: Unarchive - field_issue_to: Related issue - default_issue_status_in_progress: In Progress - text_own_membership_delete_confirmation: |- - You are about to remove some or all of your permissions and may no longer be able to edit this project after that. - Are you sure you want to continue? - label_board_sticky: Sticky - label_board_locked: Locked - permission_export_wiki_pages: Export wiki pages - setting_cache_formatted_text: Cache formatted text - permission_manage_project_activities: Manage project activities - error_unable_delete_issue_status: Unable to delete issue status (%{value}) - label_profile: Profile - permission_manage_subtasks: Manage subtasks - field_parent_issue: Parent task - label_subtask_plural: Subtasks - label_project_copy_notifications: Send email notifications during the project copy - error_can_not_delete_custom_field: Unable to delete custom field - error_unable_to_connect: Unable to connect (%{value}) - error_can_not_remove_role: This role is in use and can not be deleted. - error_can_not_delete_tracker: This tracker contains issues and cannot be deleted. - field_principal: User or Group - notice_failed_to_save_members: "Failed to save member(s): %{errors}." - text_zoom_out: Zoom out - text_zoom_in: Zoom in - notice_unable_delete_time_entry: Unable to delete time log entry. - field_time_entries: Log time - project_module_gantt: Gantt - project_module_calendar: Calendar - button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" - field_text: Text field - setting_default_notification_option: Default notification option - label_user_mail_option_only_my_events: Only for things I watch or I'm involved in - label_user_mail_option_none: No events - field_member_of_group: Assignee's group - field_assigned_to_role: Assignee's role - notice_not_authorized_archived_project: The project you're trying to access has been archived. - label_principal_search: "Search for user or group:" - label_user_search: "Search for user:" - field_visible: Visible - setting_commit_logtime_activity_id: Activity for logged time - text_time_logged_by_changeset: Applied in changeset %{value}. - setting_commit_logtime_enabled: Enable time logging - notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) - setting_gantt_items_limit: Maximum number of items displayed on the gantt chart - field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text - text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. - label_my_queries: My custom queries - text_journal_changed_no_detail: "%{label} updated" - label_news_comment_added: Comment added to a news - button_expand_all: Expand all - button_collapse_all: Collapse all - label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee - label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author - label_bulk_edit_selected_time_entries: Bulk edit selected time entries - text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? - label_role_anonymous: Anonymous - label_role_non_member: Non member - label_issue_note_added: Note added - label_issue_status_updated: Status updated - label_issue_priority_updated: Priority updated - label_issues_visibility_own: Issues created by or assigned to the user - field_issues_visibility: Issues visibility - label_issues_visibility_all: All issues - permission_set_own_issues_private: Set own issues public or private - field_is_private: Private - permission_set_issues_private: Set issues public or private - label_issues_visibility_public: All non private issues - text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). - field_commit_logs_encoding: Commit messages encoding - field_scm_path_encoding: Path encoding - text_scm_path_encoding_note: "Default: UTF-8" - field_path_to_repository: Path to repository - field_root_directory: Root directory - field_cvs_module: Module - field_cvsroot: CVSROOT - text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) - text_scm_command: Command - text_scm_command_version: Version - label_git_report_last_commit: Report last commit for files and directories - notice_issue_successful_create: Issue %{id} created. - label_between: between - setting_issue_group_assignment: Allow issue assignment to groups - label_diff: diff - text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) - description_query_sort_criteria_direction: Sort direction - description_project_scope: Search scope - description_filter: Filter - description_user_mail_notification: Mail notification settings - description_message_content: Message content - description_available_columns: Available Columns - description_issue_category_reassign: Choose issue category - description_search: Searchfield - description_notes: Notes - description_choose_project: Projects - description_query_sort_criteria_attribute: Sort attribute - description_wiki_subpages_reassign: Choose new parent page - description_selected_columns: Selected Columns - label_parent_revision: Parent - label_child_revision: Child - error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size. - setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues - button_edit_section: Edit this section - setting_repositories_encodings: Attachments and repositories encodings - description_all_columns: All Columns - button_export: Export - label_export_options: "%{export_format} export options" - error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) - notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." - label_x_issues: - zero: 0 predmet - one: 1 predmet - other: "%{count} predmeti" - label_repository_new: New repository - field_repository_is_default: Main repository - label_copy_attachments: Copy attachments - label_item_position: "%{position}/%{count}" - label_completed_versions: Completed versions - text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.
Once saved, the identifier cannot be changed. - field_multiple: Multiple values - setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed - text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes - text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten) - notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. - text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} - permission_manage_related_issues: Manage related issues - field_auth_source_ldap_filter: LDAP filter - label_search_for_watchers: Search for watchers to add - notice_account_deleted: Your account has been permanently deleted. - setting_unsubscribe: Allow users to delete their own account - button_delete_my_account: Delete my account - text_account_destroy_confirmation: |- - Are you sure you want to proceed? - Your account will be permanently deleted, with no way to reactivate it. - error_session_expired: Your session has expired. Please login again. - text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." - setting_session_lifetime: Session maximum lifetime - setting_session_timeout: Session inactivity timeout - label_session_expiration: Session expiration - permission_close_project: Close / reopen the project - button_close: Close - button_reopen: Reopen - project_status_active: active - project_status_closed: closed - project_status_archived: archived - text_project_closed: This project is closed and read-only. - notice_user_successful_create: User %{id} created. - field_core_fields: Standard fields - field_timeout: Timeout (in seconds) - setting_thumbnails_enabled: Display attachment thumbnails - setting_thumbnails_size: Thumbnails size (in pixels) - label_status_transitions: Status transitions - label_fields_permissions: Fields permissions - label_readonly: Read-only - label_required: Required - text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.
Once saved, the identifier cannot be changed. - field_board_parent: Parent forum - label_attribute_of_project: Project's %{name} - label_attribute_of_author: Author's %{name} - label_attribute_of_assigned_to: Assignee's %{name} - label_attribute_of_fixed_version: Target version's %{name} - label_copy_subtasks: Copy subtasks - label_copied_to: copied to - label_copied_from: copied from - label_any_issues_in_project: any issues in project - label_any_issues_not_in_project: any issues not in project - field_private_notes: Private notes - permission_view_private_notes: View private notes - permission_set_notes_private: Set notes as private - label_no_issues_in_project: no issues in project - label_any: Svi - label_last_n_weeks: last %{count} weeks - setting_cross_project_subtasks: Allow cross-project subtasks - label_cross_project_descendants: With subprojects - label_cross_project_tree: With project tree - label_cross_project_hierarchy: With project hierarchy - label_cross_project_system: With all projects - button_hide: Hide - setting_non_working_week_days: Non-working days - label_in_the_next_days: in the next - label_in_the_past_days: in the past - label_attribute_of_user: User's %{name} - text_turning_multiple_off: If you disable multiple values, multiple values will be - removed in order to preserve only one value per item. - label_attribute_of_issue: Issue's %{name} - permission_add_documents: Add documents - permission_edit_documents: Edit documents - permission_delete_documents: Delete documents - label_gantt_progress_line: Progress line - setting_jsonp_enabled: Enable JSONP support - field_inherit_members: Inherit members - field_closed_on: Closed - field_generate_password: Generate password - setting_default_projects_tracker_ids: Default trackers for new projects - label_total_time: Ukupno - text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it. - text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel. - setting_emails_header: Email header - notice_account_not_activated_yet: You haven't activated your account yet. If you want - to receive a new activation email, please click this link. - notice_account_locked: Your account is locked. - label_hidden: Hidden - label_visibility_private: to me only - label_visibility_roles: to these roles only - label_visibility_public: to any users - field_must_change_passwd: Must change password at next logon - notice_new_password_must_be_different: The new password must be different from the - current password - setting_mail_handler_excluded_filenames: Exclude attachments by name - text_convert_available: ImageMagick convert available (optional) - label_link: Link - label_only: only - label_drop_down_list: drop-down list - label_checkboxes: checkboxes - label_link_values_to: Link values to URL - setting_force_default_language_for_anonymous: Force default language for anonymous - users - setting_force_default_language_for_loggedin: Force default language for logged-in - users - label_custom_field_select_type: Select the type of object to which the custom field - is to be attached - label_issue_assigned_to_updated: Assignee updated - label_check_for_updates: Check for updates - label_latest_compatible_version: Latest compatible version - label_unknown_plugin: Unknown plugin - label_radio_buttons: radio buttons - label_group_anonymous: Anonymous users - label_group_non_member: Non member users - label_add_projects: Add projects - field_default_status: Default status - text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://' - field_users_visibility: Users visibility - label_users_visibility_all: All active users - label_users_visibility_members_of_visible_projects: Members of visible projects - label_edit_attachments: Edit attached files - setting_link_copied_issue: Link issues on copy - label_link_copied_issue: Link copied issue - label_ask: Ask - label_search_attachments_yes: Search attachment filenames and descriptions - label_search_attachments_no: Do not search attachments - label_search_attachments_only: Search attachments only - label_search_open_issues_only: Open issues only - field_address: E-pošta - setting_max_additional_emails: Maximum number of additional email addresses - label_email_address_plural: Emails - label_email_address_add: Add email address - label_enable_notifications: Enable notifications - label_disable_notifications: Disable notifications - setting_search_results_per_page: Search results per page - label_blank_value: blank - permission_copy_issues: Copy issues - error_password_expired: Your password has expired or the administrator requires you - to change it. - field_time_entries_visibility: Time logs visibility - setting_password_max_age: Require password change after - label_parent_task_attributes: Parent tasks attributes - label_parent_task_attributes_derived: Calculated from subtasks - label_parent_task_attributes_independent: Independent of subtasks - label_time_entries_visibility_all: All time entries - label_time_entries_visibility_own: Time entries created by the user - label_member_management: Member management - label_member_management_all_roles: All roles - label_member_management_selected_roles_only: Only these roles - label_password_required: Confirm your password to continue - label_total_spent_time: Overall spent time - notice_import_finished: "%{count} items have been imported" - notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported" - error_invalid_file_encoding: The file is not a valid %{encoding} encoded file - error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the - settings below (%{value}) - error_can_not_read_import_file: An error occurred while reading the file to import - permission_import_issues: Import issues - label_import_issues: Import issues - label_select_file_to_import: Select the file to import - label_fields_separator: Field separator - label_fields_wrapper: Field wrapper - label_encoding: Encoding - label_comma_char: Comma - label_semi_colon_char: Semicolon - label_quote_char: Quote - label_double_quote_char: Double quote - label_fields_mapping: Fields mapping - label_file_content_preview: File content preview - label_create_missing_values: Create missing values - button_import: Import - field_total_estimated_hours: Total estimated time - label_api: API - label_total_plural: Totals - label_assigned_issues: Assigned issues - label_field_format_enumeration: Key/value list - label_f_hour_short: '%{value} h' - field_default_version: Default version - error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed - setting_attachment_extensions_allowed: Allowed extensions - setting_attachment_extensions_denied: Disallowed extensions - label_any_open_issues: any open issues - label_no_open_issues: no open issues - label_default_values_for_new_users: Default values for new users - error_ldap_bind_credentials: Invalid LDAP Account/Password - setting_sys_api_key: API ključ - setting_lost_password: Izgubljena zaporka - mail_subject_security_notification: Security notification - mail_body_security_notification_change: ! '%{field} was changed.' - mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.' - mail_body_security_notification_add: ! '%{field} %{value} was added.' - mail_body_security_notification_remove: ! '%{field} %{value} was removed.' - mail_body_security_notification_notify_enabled: Email address %{value} now receives - notifications. - mail_body_security_notification_notify_disabled: Email address %{value} no longer - receives notifications. - mail_body_settings_updated: ! 'The following settings were changed:' - field_remote_ip: IP address - label_wiki_page_new: New wiki page - label_relations: Relations - button_filter: Filter - mail_body_password_updated: Your password has been changed. - label_no_preview: No preview available - error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers - for which you can create an issue - label_tracker_all: All trackers - label_new_project_issue_tab_enabled: Display the "New issue" tab - setting_new_item_menu_tab: Project menu tab for creating new objects - label_new_object_tab_enabled: Display the "+" drop-down - error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers - for which you can create an issue - field_textarea_font: Font used for text areas - label_font_default: Default font - label_font_monospace: Monospaced font - label_font_proportional: Proportional font - setting_timespan_format: Time span format - label_table_of_contents: Table of contents - setting_commit_logs_formatting: Apply text formatting to commit messages - setting_mail_handler_enable_regex: Enable regular expressions - error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new - project: %{errors}' - error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot - be reassigned to an issue that is about to be deleted - setting_timelog_required_fields: Required fields for time logs - label_attribute_of_object: '%{object_name}''s %{name}' - label_user_mail_option_only_assigned: Only for things I watch or I am assigned to - label_user_mail_option_only_owner: Only for things I watch or I am the owner of - warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion - of values from one or more fields on the selected objects - field_updated_by: Updated by - field_last_updated_by: Last updated by - field_full_width_layout: Full width layout - label_last_notes: Last notes - field_digest: Checksum - field_default_assigned_to: Default assignee - setting_show_custom_fields_on_registration: Show custom fields on registration - permission_view_news: View news - label_no_preview_alternative_html: No preview available. %{link} the file instead. - label_no_preview_download: Download - setting_close_duplicate_issues: Close duplicate issues automatically - error_exceeds_maximum_hours_per_day: Cannot log more than %{max_hours} hours on the - same day (%{logged_hours} hours have already been logged) - setting_time_entry_list_defaults: Timelog list defaults - setting_timelog_accept_0_hours: Accept time logs with 0 hours - setting_timelog_max_hours_per_day: Maximum hours that can be logged per day and user - label_x_revisions: "%{count} revisions" - error_can_not_delete_auth_source: This authentication mode is in use and cannot be - deleted. - button_actions: Actions - mail_body_lost_password_validity: Please be aware that you may change the password - only once using this link. - text_login_required_html: When not requiring authentication, public projects and their - contents are openly available on the network. You can edit - the applicable permissions. - label_login_required_yes: 'Yes' - label_login_required_no: No, allow anonymous access to public projects - text_project_is_public_non_member: Public projects and their contents are available - to all logged-in users. - text_project_is_public_anonymous: Public projects and their contents are openly available - on the network. - label_version_and_files: Versions (%{count}) and Files - label_ldap: LDAP - label_ldaps_verify_none: LDAPS (without certificate check) - label_ldaps_verify_peer: LDAPS - label_ldaps_warning: It is recommended to use an encrypted LDAPS connection with certificate - check to prevent any manipulation during the authentication process. - label_nothing_to_preview: Nothing to preview - error_token_expired: This password recovery link has expired, please try again. - error_spent_on_future_date: Cannot log time on a future date - setting_timelog_accept_future_dates: Accept time logs on future dates - label_delete_link_to_subtask: Brisanje relacije - error_not_allowed_to_log_time_for_other_users: You are not allowed to log time - for other users - permission_log_time_for_other_users: Log spent time for other users - label_tomorrow: tomorrow - label_next_week: next week - label_next_month: next month - text_role_no_workflow: No workflow defined for this role - text_status_no_workflow: No tracker uses this status in the workflows - setting_mail_handler_preferred_body_part: Preferred part of multipart (HTML) emails - setting_show_status_changes_in_mail_subject: Show status changes in issue mail notifications - subject - label_inherited_from_parent_project: Inherited from parent project - label_inherited_from_group: Inherited from group %{name} - label_trackers_description: Trackers description - label_open_trackers_description: View all trackers description - label_preferred_body_part_text: Text - label_preferred_body_part_html: HTML - field_parent_issue_subject: Parent task subject - permission_edit_own_issues: Edit own issues - text_select_apply_tracker: Select tracker - label_updated_issues: Updated issues - text_avatar_server_config_html: The current avatar server is %{url}. - You can configure it in config/configuration.yml. - setting_gantt_months_limit: Maximum number of months displayed on the gantt chart - permission_import_time_entries: Import time entries - label_import_notifications: Send email notifications during the import - text_gs_available: ImageMagick PDF support available (optional) - field_recently_used_projects: Number of recently used projects in jump box - label_optgroup_bookmarks: Bookmarks - label_optgroup_recents: Recently used - button_project_bookmark: Add bookmark - button_project_bookmark_delete: Remove bookmark - field_history_default_tab: Issue's history default tab - label_issue_history_properties: Property changes - label_issue_history_notes: Notes - label_last_tab_visited: Last visited tab - field_unique_id: Unique ID - text_no_subject: no subject - setting_password_required_char_classes: Required character classes for passwords - label_password_char_class_uppercase: uppercase letters - label_password_char_class_lowercase: lowercase letters - label_password_char_class_digits: digits - label_password_char_class_special_chars: special characters - text_characters_must_contain: Must contain %{character_classes}. - label_starts_with: starts with - label_ends_with: ends with - label_issue_fixed_version_updated: Target version updated - setting_project_list_defaults: Projects list defaults - label_display_type: Display results as - label_display_type_list: List - label_display_type_board: Board - label_my_bookmarks: My bookmarks - label_import_time_entries: Import time entries + enumeration_doc_categories: Kategorije dokumenata + enumeration_activities: Aktivnosti (evidencija vremena) + enumeration_system_activity: Sistemska aktivnost + description_filter: Filtar + description_search: Polje za pretragu + description_choose_project: Projekti + description_project_scope: Doseg pretrage + description_notes: Bilješke + description_message_content: Sadržaj poruke + description_query_sort_criteria_attribute: Atribut za sortiranje + description_query_sort_criteria_direction: Smjer sortiranja + description_user_mail_notification: Postavke za obavijesti putem e-pošte + description_available_columns: Raspoloživi stupci + description_selected_columns: Odabrani stupci + description_all_columns: Svi stupci + description_issue_category_reassign: Odaberi kategoriju predmeta + description_wiki_subpages_reassign: Odaberi novu nadređenu stranicu + text_repository_identifier_info: Dozvoljena su samo mala slova (a-z), brojevi, povlaka i donja crta.
Jednom spremljen, identifikator se ne može mijenjati. + text_login_required_html: Kada autentikacija nije nužna, javni projekti i njihov sadržaj otvoreno su dostupni na mreži. Možete urediti odgovarajuće ovlasti. + label_login_required_yes: Da + label_login_required_no: Ne, dozvoli anonimni pristup javnim projektima + text_project_is_public_non_member: Javni projekti i njihov sadržaj dostupni su svim prijavljenim korisnicima. + text_project_is_public_anonymous: Javni projekti i njihov sadržaj otvoreno su dostupni na mreži. + label_import_time_entries: Uvezi evidenciju vremena field_toolbar_language_options: Code highlighting toolbar languages label_user_mail_notify_about_high_priority_issues_html: Also notify me about issues with a priority of %{prio} or higher