#OpenProject is an open source project management software.
#Copyright (C) 2012-2021 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
#Copyright (C) 2006-2013 Jean-Philippe Lang
#Copyright (C) 2010-2013 the ChiliProject Team
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License
#as published by the Free Software Foundation; either version 2
#of the License, or (at your option) any later version.
#This program is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#GNU General Public License for more details.
#You should have received a copy of the GNU General Public License
#along with this program; if not, write to the Free Software
#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#See docs/COPYRIGHT.rdoc for more details.
#++
hr:
no_results_title_text:Trenutno nema zapisa za prikaz.
activities:
index:
no_results_title_text:There has not been any activity for the project within this time frame.
admin:
plugins:
no_results_title_text:Nema dostupnih dodataka.
custom_styles:
color_theme:"Color theme"
color_theme_custom:"(Custom)"
colors:
alternative-color:"Alternative"
content-link-color:"Link font"
primary-color:"Primary"
primary-color-dark:"Primary (dark)"
header-bg-color:"Header background"
header-item-bg-hover-color:"Header background on hover"
header-item-font-color:"Header font"
header-item-font-hover-color:"Header font on hover"
header-border-bottom-color:"Header border"
main-menu-bg-color:"Main menu background"
main-menu-bg-selected-background:"Main menu when selected"
main-menu-bg-hover-background:"Main menu on hover"
main-menu-font-color:"Main menu font"
main-menu-selected-font-color:"Main menu font when selected"
main-menu-hover-font-color:"Main menu font on hover"
main-menu-border-color:"Main menu border"
custom_colors:"Prilagođavanje boje"
customize:"Prilagodite instalaciju OpenProject s vlastitim logotipom. Napomena: Ovaj logo će biti dostupan javnosti."
enterprise_notice:"Kao posebno \"Hvala!\" za njihov financijski doprinos za razvoj OpenProject, ova malena funkcija dostupna je samo za Enterprise Edition pretplatnike."
manage_colors:"Uređivanje boja odaberite Opcije"
instructions:
alternative-color:"Strong accent color, typically used for the most important button on a screen."
content-link-color:"Font color of most of the links."
primary-color:"Glavna boja."
primary-color-dark:"Obično tamnije verzije glavne boje za efekat lebdenja."
header-item-bg-hover-color:"Background color of clickable header items when hovered with the mouse."
header-item-font-color:"Font color of clickable header items."
header-item-font-hover-color:"Font color of clickable header items when hovered with the mouse."
header-border-bottom-color:"Thin line under the header. Leave this field empty if you don't want any line."
main-menu-bg-color:"Left side menu's background color."
theme_warning:Changing the theme will overwrite you custom style. The design will then be lost. Are you sure you want to continue?
enterprise:
upgrade_to_ee:"Upgrade to the Enterprise Edition"
add_token:"Upload an Enterprise Edition support token"
replace_token:"Replace your current support token"
paste:"Paste your Enterprise Edition support token"
required_for_feature:"This feature is only available with an active Enterprise Edition support token."
enterprise_link:"Za više informacija kliknite ovdje."
start_trial:'Start free trial'
book_now:'Book now'
get_quote:'Get a quote'
announcements:
show_until:Pokaži sve do
is_active:trenutno prikazani
is_inactive:trenutno nije prikazano
attribute_help_texts:
note_public:'Any text and images you add to this field is publicly visible to all logged in users!'
text_overview:'In this view, you can create custom help texts for attributes view. When defined, these texts can be shown by clicking the help icon next to its belonging attribute.'
label_plural:'Attribute help texts'
show_preview:'Preview text'
add_new:'Add help text'
edit:"Edit help text for %{attribute_caption}"
auth_sources:
index:
no_results_content_title:Trenutno ne postoji mehanizam provjere autentičnosti.
no_results_content_text:Dodaj novi mod provjere autentičnosti
background_jobs:
status:
error_requeue:"Job experienced an error but is retrying. The error was: %{message}"
cancelled_due_to:"Job was cancelled due to error: %{message}"
ldap_auth_sources:
technical_warning_html:|
This LDAP form requires technical knowledge of your LDAP / Active Directory setup.
<br/>
<a href="https://www.openproject.org/help/administration/manage-ldap-authentication/">Please visit our documentation for detailed instructions</a>.
attribute_texts:
name:Arbitrary name of the LDAP connection
host:LDAP host name or IP address
login_map:The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`.
generic_map:The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute
admin_map_html:"Optional: The attribute key in LDAP that <strong>if present</strong> marks the OpenProject user an admin. Leave empty when in doubt."
system_user_dn_html:|
Enter the DN of the system user used for read-only access.
system_user_password:Enter the bind password of the system user
base_dn:|
Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups.
OpenProject will filter for provided usernames in this subtree only.
Example:ou=users,dc=example,dc=com
filter_string:|
Add an optional RFC4515 filter to apply to the results returned for users filtered in the LDAP.
This can be used to restrict the set of users that are found by OpenProject for authentication and group synchronization.
filter_string_concat:|
OpenProject will always filter for the login attribute provided by the user to identify the record. If you provide a filter here,
it will be concatenated with an AND. By default, a catch-all (objectClass=*) will be used as a filter.
onthefly_register:|
If you check this box, OpenProject will automatically create new users from their LDAP entries
when they first authenticate with OpenProject.
Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP!
connection_encryption:'Connection encryption'
system_account:'System account'
system_account_legend:|
OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree.
Please specify the bind credentials for that system user in the following section.
ldap_details:'LDAP details'
user_settings:'Attribute mapping'
user_settings_legend:|
The following fields are related to how users are created in OpenProject from LDAP entries and
what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping).
tls_mode:
plain:'none'
simple_tls:'simple_tls'
start_tls:'start_tls'
plain_description:"Plain unencrypted connection, no TLS negotiation."
simple_tls_description:"Implicit TLS encryption, but no certificate validation. Use with caution and implicit trust of the LDAP connection."
start_tls_description:"Explicit TLS encryption with full validation. Use for LDAP over TLS/SSL."
section_more_info_link_html:>
This section concerns the connection security of this LDAP authentication source. For more information, visit <a href="%{link}">the Net::LDAP documentation</a>.
forums:
show:
no_results_title_text:There are currently no posts for the forum.
colors:
index:
no_results_title_text:Trenutno nema boja.
no_results_content_text:Nova boja
label_no_color:'No color'
custom_actions:
actions:
name:'Actions'
add:'Add action'
assigned_to:
executing_user_value:'(Assign to executing user)'
conditions:'Conditions'
plural:'Custom actions'
new:'New custom action'
edit:'Edit custom action %{name}'
execute:'Execute %{name}'
upsale:
title:'Custom actions is an Enterprise Edition feature'
description:'Custom actions streamline everyday work by combining a set of individual steps into one button.'
custom_fields:
text_add_new_custom_field:>
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally:'Is enabled globally'
enabled_in_project:'Enabled in project'
contained_in_type:'Contained in type'
confirm_destroy_option:"Deleting an option will delete all of its occurrences (e.g. in work packages). Are you sure you want to delete it?"
tab:
no_results_title_text:Trenutno nije dostupno niti jedno prilagođeno polje.
member_in_these_groups:'This user is currently a member of the following groups:'
no_results_title_text:This user is currently not a member in any group.
memberships:
no_results_title_text:Korisnik trenutno nije član projekta.
placeholder_users:
deletion_info:
heading:"Delete placeholder user %{name}"
data_consequences:>
All occurrences of the placeholder user (e.g., as assignee, responsible or other user values) will be reassigned to an account called "Deleted user".
As the data of every deleted account is reassigned to this account it will not be possible to distinguish the data the user created from the data of another deleted account.
confirmation:"Enter the placeholder user name %{name} to confirm the deletion."
upsale:
title:Assign work to people that are not members of the project.
description:There are multiple scenarios where you want to assign work to people that are not member of your project. It could simply be that you still need to hire the correct person for the job. Or you just don't want to give that person access to the project's information but still want track tasks assigned to that person.
Click to assign or change the color of this priority.
It can be used for highlighting work packages in the table.
reportings:
index:
no_results_title_text:Trenutno ne postoje izvješća statusa projekta.
no_results_content_text:Novo izvješće stanja
statuses:
edit:
status_readonly_html:|
Check this option to mark work packages with this status as read-only.
Noattributes can be changed with the exception of the status.
<br/>
<strong>Note</strong>:Inherited values (e.g., from children or relations) will still apply.
status_color_text:|
Click to assign or change the color of this status.
It is shown in the status button and can be used for highlighting work packages in the table.
index:
no_results_title_text:Trenutačno ne postoje izvješća o statusu radnih paketa.
no_results_content_text:Novi status
types:
index:
no_results_title_text:Trenutno ne postoji niti jedan tip projekta.
no_results_content_text:Novi tip
edit:
settings:"Postavke"
form_configuration:"Form configuration"
projects:"Projekti"
enabled_projects:"Omogućeni projekti"
edit_query:"Edit table"
query_group_placeholder:"Give the table a name"
reset:"Reset to defaults"
type_color_text:|
Click to assign or change the color of this type. The selected color distinguishes work packages
in Gantt charts. It is therefore recommended to use a strong color.
versions:
overview:
no_results_title_text:Trenutno nije dostupan niti jedan radni paket pridružen ovoj verziji.
wiki:
page_not_editable_index:The requested page does not (yet) exist. You have been redirected to the index of all wiki pages.
no_results_title_text:Trentuno nema wiki stranica.
index:
no_results_content_text:Nova wiki stranici
work_flows:
index:
no_results_title_text:Trenutno ne postoji niti jedan workflow.
work_packages:
x_descendants:
one:'One descendant work package'
few:'%{count} work package descendants'
other:'%{count} work package descendants'
bulk:
could_not_be_saved:"The following work packages could not be saved:"
move:
no_common_statuses_exists:"There is no status available for all selected work packages. Their status cannot be changed."
unsupported_for_multiple_projects:'Masovno premještanje/kopiranje ne podržava radne pakete iz više projekata'
summary:
reports:
category:
no_results_title_text:Trenutno nema dostupnih kategorija.
assigned_to:
no_results_title_text:Trenutno nema korisnika koji su dio ovog projekta.
responsible:
no_results_title_text:Trenutno nema korisnika koji su dio ovog projekta.
author:
no_results_title_text:Trenutno nema korisnika koji su dio ovog projekta.
priority:
no_results_title_text:Trenutno nema dostupnih priopriteta.
type:
no_results_title_text:Trenutno nema dostupnih tipova.
version:
no_results_title_text:Trenutno ne postoje dostupne verzije projekta.
label_invitation:Pozivnica
account:
delete:"Izbriši korisnički račun"
delete_confirmation:"Jeste li sigurni da želite izbrisati korisnički račun?"
deleted:"Korisnički račun uspješno izbrisan"
deletion_info:
data_consequences:
other:"Od podataka unesenih od strana korisnika (npr. e-mail, postavke, radni paketi, wiki unosi) većina će biti izbrisana. Uzmite u obzir da podaci, kao što su radni zadaci i wiki unosi ne mogu biti izrisani bez utjecaja na radne zadatke ostalih korisnika. Takvi podaci biti će dodjeljeni korisničkom računu naziva \"Izbrisan korisnik\". Kako su podaci svih izbrisanih korisnika dodjeljeni ovom korisničkom računu, zbog toga neće biti moguće razlučiti podatke koje je korisnik unio od podataka iz izbrisanog korisničkog računa."
self:"Od podataka unesenih od strana korisnika (npr. e-mail, postavke, radni paketi, wiki unosi) većina će biti izbrisana. Uzmite u obzir da podaci, kao što su radni zadaci i wiki unosi ne mogu biti izrisani bez utjecaja na radne zadatke ostalih korisnika. Takvi podaci biti će dodjeljeni korisničkom računu naziva \"Izbrisan korisnik\". Kako su podaci svih izbrisanih korisnika dodjeljeni ovom korisničkom računu, zbog toga neće biti moguće razlučiti podatke koje je korisnik unio od podataka iz izbrisanog korisničkog računa."
heading:"Izbriši korisnički račun %{name}"
info:
other:"Brisanje korisničkog računa je nepovratan postupak."
self:"Brisanje svog korisničkog računa je neopovratan postupak."
login_consequences:
other:"Korisnički račun će biti izbisan iz sustava. U skladu s tim, korisnik više neće moći biti u mogućnosti pristupiti sustavu s vlastitim korisničkim podacima. U skladu s postavljenim dozvolama aplikacije korisnik/ica mogo ponovno izvršiti registraciju i pristupiti aplikaciji."
self:"Vaš korisnički račun će biti izbisan iz sustava. U skladu s tim, nećete više biti u mogućnosti pristupiti sustavu s vlastitim korisničkim podacima. U skladu s postavljenim dozvolama aplikacije korisnik/ica mogo ponovno izvršiti registraciju i pristupiti aplikaciji."
login_verification:
other:"Enter the login %{name} to verify the deletion. Once submitted, you will be asked to confirm your password."
self:"Enter your login %{name} to verify the deletion. Once submitted, you will be asked to confirm your password."
error_inactive_activation_by_mail:>
Vaš korisnički račun još nije aktiviran. Da bi ste aktivirali vaš korisnički račun, molimo vas da potvrdite poveznicu koja vam je poslana na email.
error_inactive_manual_activation:>
Vaš korisnički račun još nije aktiviran. Molim vas da pričekate da administrator aktivira vaš korisnički račun.
error_self_registration_disabled:>
Registracija korisnika je onemogućena na ovom sustavu. Molim vas, obratite se administratoru za izradu korisničkog računa.
login_with_auth_provider:"ili pristupite s vašim postojećim korinisičkim računom"
label_token_users:"The following users have active backup tokens"
reset_token:
action_create:Stvori
action_reset:Resetiraj
heading_reset:"Reset backup token"
heading_create:"Create backup token"
implications:>
Enabling backups will allow any user with the required permissions and this backup token to download a backup containing all data of this OpenProject installation. This includes the data of all other users.
info:>
You will need to generate a backup token to be able to create a backup. Each time you want to request a backup you will have to provide this token. You can delete the backup token to disable backups for this user.
verification:>
Enter %{word} to confirm you want to %{action} the backup token.
verification_word_reset:reset
verification_word_create:create
warning:>
When you create a new token you will only be allowed to request a backup after 24 hours. This is a safety measure. After that you can request a backup any time using that token.
text_token_deleted:Backup token deleted. Backups are now disabled.
error:
invalid_token:Invalid or missing backup token
token_cooldown:The backup token will be valid in %{hours} hours.
backup_pending:There is already a backup pending.
limit_reached:You can only do %{limit} backups per day.
checkbox_label:Zabilježio sam i pristajem na prethodno.
failure_message:Suglasnost nije uspjela, ne može se nastaviti.
title:Pristanak korisnika
decline_warning_message:Odbili ste pristati i odjavljeni ste iz sustava.
user_has_consented:Korisnik je suglasan sa Vašom izjavom u danom trenutku.
not_yet_consented:Korisnik još nije suglasan, suglasnost će biti zahtijevana prilikom slijedeće prijave u sustav.
contact_mail_instructions:Potrebno definirati mail adresu da korisnici mogu doći do podataka za izvršavanje zahtjeva za promjenu ili uklanjanje podataka.
contact_your_administrator:Obratite se administratoru ako želite imati svoj račun izbrisan.
contact_this_mail_address:Molimo vas da kontaktirate %{mail_address} ako želite imati svoj račun izbrisan.
text_update_consent_time:Potvrdite ovaj okvir da biste prisiliti korisnike da ponovno prihvate. Omogući kada promijenite pravni aspekt obavijesti pristanka iznad.
started:"Started to copy project \"%{source_project_name}\" to \"%{target_project_name}\". You will be informed by mail as soon as \"%{target_project_name}\" is available."
failed:"Nije moguće kopirati projekt %{source_project_name}"
failed_internal:"Copying failed due to an internal error."
succeeded:"Dodan je projekt %{target_project_name}"
errors:"Greška"
project_custom_fields:'Prilagođena polja na projektu'
Ovo polje koristi automatsko dopunjavanje. Tijekom unosa naziva radnog paketa pojaviti će se lista mogućih dopuna. Odaberite dopunu koristeći strelice na tikovnici i potvrdite s tab ili enter tipkom. Alternativno tome, možete unijeti broj radnog pakata izravno.
error_auth_source_sso_failed:"Single Sign-On (SSO) for user '%{value}' failed"
error_can_not_archive_project:"This project cannot be archived: %{errors}"
error_can_not_delete_entry:"Unable to delete entry"
error_can_not_delete_custom_field:"Nije moguće izbrisati prilagođeno polje"
error_can_not_delete_type:"Ovaj tip sadrži radni paket i ne može biti izbrisan."
error_can_not_delete_standard_type:"Standardni tipovi ne mogu biti izbrisani."
error_can_not_invite_user:"Failed to send invitation to user."
error_can_not_remove_role:"Ova rola se koristi i ne može biti izbrisana."
error_can_not_reopen_work_package_on_closed_version:"Dodijeljeni radni paket zaključenoj verziji ne može biti ponovno otvoren"
error_can_not_find_all_resources:"Could not find all related resources to this request."
error_can_not_unarchive_project:"This project cannot be unarchived: %{errors}"
error_check_user_and_role:"Molim Vas odaberite korisnika i rolu."
error_code:"Error %{code}"
error_cookie_missing:'The OpenProject cookie is missing. Please ensure that cookies are enabled, as this application will not properly function without.'
error_custom_option_not_found:"Opcija ne postoji."
error_enterprise_activation_user_limit:"Your account could not be activated (user limit reached). Please contact your administrator to gain access."
error_enterprise_token_invalid_domain:"The Enterprise Edition is not active. Your Enterprise token's domain (%{actual}) does not match the system's host name (%{expected})."
error_failed_to_delete_entry:'Failed to delete this entry.'
error_in_dependent:"Error attempting to alter dependent object: %{dependent_class} #%{related_id} - %{related_subject}: %{error}"
error_journal_attribute_not_present:"Journal does not contain attribute %{attribute}."
error_pdf_export_too_many_columns:"Too many columns selected for the PDF export. Please reduce the number of columns."
error_pdf_failed_to_export:"The PDF export could not be saved: %{error}"
error_token_authenticity:'Unable to verify Cross-Site Request Forgery token. Did you try to submit data on multiple browsers or tabs? Please close all tabs and try again.'
error_work_package_done_ratios_not_updated:"Omjer učinjenoga radnog paketa nije ažuriran."
error_work_package_not_found_in_project:"Radni paket nije pronađen ili ne pripada ovom projektu"
error_must_be_project_member:"mora biti član projekta"
error_migrations_are_pending:"Your OpenProject installation has pending database migrations. You have likely missed running the migrations on your last upgrade. Please check the upgrade guide to properly upgrade your installation."
error_no_default_work_package_status:"Početna vrijednost statusa radnog paketa nije definirana. Molimo vas provjerite konfiguraciju (Idite na \"Administracija->Status radnih paketa\")."
error_no_type_in_project:"Niti jedan tip nije pridružen ovom projektu. Molimo vas provjerite postavke projekta."
error_omniauth_registration_timed_out:"Registracija putem eksternog pružatelja pristupa je vremesnki neusklađena. Molimo vas pokušajte opet."
error_omniauth_invalid_auth:"The authentication information returned from the identity provider was invalid. Please contact your administrator for further help."
error_scm_command_failed:"Nastupila je pogreška tijekom pristupa repozitoriju: %{value}"
error_scm_not_found:"Unosena ili revidirana vrijednost nije pronađena u repozitoriju."
error_unable_delete_status:"Status radnog paketa ne može biti izbrisan jer se koristi u najmanje jednom radnom paketu."
error_unable_delete_default_status:"Nije moguće izbrisati postavljeni status radnog paketa. Molimo vas odaberiti drugi status radnog paketa prije brisanja trenutnog."
error_unable_delete_wiki:"Nije moguće izbrisati wiki stranicu."
error_unable_update_wiki:"Nije moguće ažurirati wiki stranicu."
error_workflow_copy_source:"Molim vas odaberite izvorni tip ili rolu"
error_workflow_copy_target:"Molim vas odaberite odredišni tip(ove) i rolu(e)"
error_menu_item_not_created:Nije moguće dodati element izbornika
error_menu_item_not_saved:Nije moguće spremiti element izbornika
error_wiki_root_menu_item_conflict:>
Can't rename "%{old_name}" to "%{new_name}" due to a conflict in the resulting menu item with the existing menu item "%{existing_caption}" (%{existing_identifier}).
error_external_authentication_failed:"An error occurred during external authentication. Please try again."
error_attribute_not_highlightable:"Attribute(s) not highlightable: %{attributes}"
events:
project:'Projekt je uređivan'
changeset:'Changeset uređen'
message:Poruka uređena
news:Vijesti
reply:Je odgovorio
time_entry:'Timelog uređen'
wiki_page:'Wiki stranica je uređena'
work_package_closed:'Radni paket zatvoren'
work_package_edit:'Radni paket je uređen'
work_package_note:'Bilješka za Radni paket je dodana'
export:
your_work_packages_export:"Your work packages export"
succeeded:"The export has completed successfully."
format:
atom:"Atom"
csv:"CSV"
pdf:"PDF"
pdf_with_descriptions:"PDF s opisima"
pdf_with_descriptions_and_attachments:"PDF with descriptions and attachments"
pdf_with_attachments:"PDF s privicima"
image:
omitted:"Image not exported."
extraction:
available:
pdftotext:"Pdftotext available (optional)"
unrtf:"Unrtf available (optional)"
catdoc:"Catdoc available (optional)"
xls2csv:"Xls2csv available (optional)"
catppt:"Catppt available (optional)"
tesseract:"Tesseract available (optional)"
general_csv_decimal_separator:"."
general_csv_encoding:"UTF-8"
general_csv_separator:","
general_first_day_of_week:"7"
general_lang_name:"Hrvatski"
general_pdf_encoding:"ISO-8859-1"
general_text_no:"ne"
general_text_yes:"da"
general_text_No:"Ne"
general_text_Yes:"Da"
general_text_true:"true"
general_text_false:"lažno"
gui_validation_error:"1 pogreška"
gui_validation_error_plural:"%{count} pogreški"
homescreen:
additional:
projects:"Najnoviji vidljivi projekti unutar ove instance."
no_visible_projects:"There are no visible projects in this instance."
users:"Najnoviji registrirani korisnik unutar ove instance."
blocks:
community:"OpenProject Zajednica"
upsale:
title:"Nadogradnja na izdanje Enterprise"
more_info:"Više informacija"
links:
upgrade_enterprise_edition:"Nadogradnja na izdanje Enterprise"
postgres_migration:"Migrating your installation to PostgreSQL"
user_guides:"Korisnički priručnici"
faq:"Često postavljana pitanja"
glossary:"Kazalo pojmova"
shortcuts:"Prečaci"
blog:"OpenProject blog"
forums:"Forum Zajednice"
newsletter:"Security alerts / Newsletter"
image_conversion:
imagemagick:'Imagemagick'
journals:
changes_retracted:"The changes were retracted."
links:
configuration_guide:'Vodič za konfiguraciju'
get_in_touch:"You have questions? Get in touch with us."
instructions_after_registration:"Nakon uspješne aktivacije, kliknite %{signin} za prijavu u sustav."
instructions_after_logout:"Prijaviti se možete tako da kliknete %{signin}."
instructions_after_error:"Da bi ste se ponovno pokušali ulogirati kliknite %{signin}. Ukoliko je greška i dalje prisutna, molim vas obratite se administratoru za pomoć."
notice_account_invalid_credentials:"Nevažeći korisnik ili neispravna lozinka"
notice_account_invalid_credentials_or_blocked:"Nepostojeći korisnik, neispravna lozinka ili je korisnički račun blokiran uslijed višestrukih neuspjelih prijava. Pričekajte neko vrijeme, korisnički račun će biti odblokiran u najkraćem mogućem vremenu."
notice_account_lost_email_sent:"Email s istrukcijama za odabir nove lozinke je poslan na vašu email adresu."
notice_account_new_password_forced:"Nova lozinka je potrebna."
notice_account_password_expired:"Vaša lozinka ističe za %{days} dana. Molim vas postavite novu lozinku."
notice_account_password_updated:"Lozinka je uspješno ažurirana."
notice_account_pending:"Vaš korisnčki račun je kreiran i u toku je postupak administratorskog odobravanja."
notice_account_register_done:"Korisnički račun je uspješno kreiran. Da bi ste aktivirali račun, molimo vas da kliknete poveznicu koja vam je poslana na email."
notice_account_unknown_email:"Nepoznat korisnik."
notice_account_update_failed:"Account setting could not be saved. Please have a look at your account page."
notice_account_updated:"Korisnički račun je uspješno ažuriran."
notice_account_other_session_expired:"All other sessions tied to your account have been invalidated."
notice_account_wrong_password:"Pogrešna lozinka"
notice_account_registered_and_logged_in:"Dobrodošli, vaš korisnički račun je sada aktiviran te ste istovremeno i prijavljeni u sustav."
notice_activation_failed:Korisnički račun nije moguće aktivirati.
notice_auth_stage_verification_error:"Could not verify stage '%{stage}'."
notice_auth_stage_wrong_stage:"Expected to finish authentication stage '%{expected}', but '%{actual}' returned."
notice_deletion_scheduled:"The deletion has been scheduled and is performed asynchronously."
notice_file_not_found:"Stranica kojoj ste pokušali pristupiti ne postoji ili je izbrisana."
notice_forced_logout:"Automatski ste odjavljeni iz sustava nakon %{ttl_time} minuta neaktivnosti."
notice_internal_server_error:"Nastupila je pogrška na stranici kojoj pokuštavate pristupiti. Ako se problemi nastave molim vas da kontaktirate vašeg %{app_title} administratora za podršku."
notice_work_package_done_ratios_updated:"Omjer učinjenoga radnog paketa je ažuriran."
notice_locking_conflict:"Informacija je u međuvremenu ažurirana od najmanje jednog korisnika."
notice_locking_conflict_additional_information:"Ažuiranje(a) je obavio %{users}."
notice_locking_conflict_reload_page:"Molim vas ponovno učitajte stranicu, pregledajte promjene i ponovno učitajte vaša ažuriranja."
notice_member_added:Dodano %{name} projektu.
notice_members_added:Added %{number} users to the project.
notice_member_removed:"%{user} je uklonjen s projekta."
notice_member_deleted:"%{user} je uklonjen s projekta i izbrisan."
notice_wont_delete_auth_source:Oblik autentifikacije ne može biti izbrisan sve dok postoje korisnici koji ga još koriste.
notice_project_cannot_update_custom_fields:"You cannot update the project's available custom fields. The project is invalid: %{errors}"
notice_attachment_migration_wiki_page:>
This page was generated automatically during the update of OpenProject. It contains all attachments previously associated with the %{container_type} "%{container_name}".
#Default format for numbers
number:
format:
delimiter:""
precision:3
separator:"."
human:
format:
delimiter:""
precision:1
storage_units:
format:"%n %u"
units:
byte:
one:"Bajt"
few:"Bajta"
other:"Bajta"
gb:"GB"
kb:"kB"
mb:"MB"
tb:"TB"
onboarding:
heading_getting_started:"Get an overview"
text_getting_started_description:"Get a quick overview of project management and team collaboration with OpenProject."
text_show_again:"You can restart this video from the help menu"
autofetch_information:"Odaberite ovo ukoliko želite da repozitoriji budu automatski ažurirani tijekom pristupa stranici repozitorija modula."
checkout:
access:
readwrite:'Čitanje + pisanje'
read:'Samo čitanje'
none:'Nema provjere pristupa, a jedini mogući pregled repozitorija je kroz ovu aplikaciju.'
access_permission:'Vaše dozvole na ovom repozitoriju'
url:"URL provjere"
base_url_text:"Temeljni URL za korištenje kod generiranja URL-ova prijave (npr., https://myserver.example.org/repos/).\nNapomena: Temeljni URL je samo korišten kod ponovnog generiranja URL-ova prijave na upravljanim repozitorijima. Ostali repozitoriji su nepromijenjeni."
default_instructions:
git:|-
Podaci koji se nalaze u ovom repozitoriju mogu biti dohvaćeni na pc kroz Git.
Molim vas provjerite dokumentaciju Gita ukoliko trebate još informacija o procedurama prijave i dostupnim klijentima.
subversion:|-
Podaci koji se nalaze u ovom repozitoriju mogu biti dohvaćeni na pc kroz Subversion.
Molim vas provjerite dokumentaciju Subversiona ukoliko trebate još informacija o procedurama prijave i dostupnim klijentima.
enable_instructions_text:"Prikaži upute za provjeru na svim stranicama vezanim za repozitorij."
instructions:"Provjeri naredbe"
show_instructions:"Prikaži upute za provjeru"
text_instructions:"Ovaj tekst je prikazan zajedno s URL poveznicom za provjeru, kao način kako provjeriti repozitorij."
not_available:"Provjeri upute koje nisu definirane za ovaj repozitorij. Pitajte administratora da omogući sve upute za ovaj repozitorij unutar postavki sustava."
create_managed_delay:"Molimo uzmite u obzir: Repozitorijem je moguće upravljati, a istovremeno je kreiran i na disku te će za nekoliko minuta biti dostupan."
create_successful:"Repozitorij je prijavljen."
delete_sucessful:"Repozitorij je izbrisan."
destroy:
confirmation:"Ukoliko nastavite, ovo će trajno izbrisati repozitorij s kojim upravaljate."
info:"Brisanje repozitorija je nepovratan čin."
info_not_managed:"Uzmite u obzir: Ovo NEĆE izbrisati sadržaj ovog repozitorija, zbog toga što nije upravljano OpenProject-om."
managed_path_note:"Sljedeći direktorij će biti izbrisan: %{path}"
repository_verification:"Unesite identifikator projekta %{identifier} da bi ste potvrdili brisanje njegova repozitorija."
subtitle:"Da li sigurno želite izbrisati %{repository_type} iz projekta %{project_name}?"
subtitle_not_managed:"Da li stvarno želite izbrisati povezani %{repository_type}%{url} iz projekta %{project_name}?"
build_failed:"Nije moguće kreirati repozitorij s odabranom konfiguracijom. %{reason}"
managed_delete:"Nije moguće izbrisati upravljani repozitorij."
managed_delete_local:"Nije moguće izbrisati lokalni repozitorij na datotečnom sustavu %{path}: %{error_message}"
empty_repository:"Repozitorij postoji, ali je prazna. Za sada ne sadrži niti jednu reviziju."
exists_on_filesystem:"Repozitorij već postoji na datotečnom sustavu."
filesystem_access_failed:"Došlo je do pogreške tijekom pristupanja repozitoriju na datotečnom sustavu: %{message}"
not_manageable:"Ovaj repozitorij vendor ne može biti upravljan OpenProject-om."
path_permission_failed:"Došlo je do pogreške tijekom kreiranja sljedeće putanje: %{path}. Molim vas omogućite OpenProjectu prva čitanja nad tim direktorijem."
unauthorized:"Niste ovlašteni za pristup repozitoriju ili su podaci za spajanje neispravni."
unavailable:"Repozitorij je nedostupan."
exception_title:"Nije moguće pristupiti repozitoriju: %{message}"
disabled_or_unknown_type:"Odabrani tip %{type} je onemogućen i nije više dostupan SCM vendoru %{vendor}."
disabled_or_unknown_vendor:"SCM vendor %{vendor} je onemogućen i nije više dostupan."
remote_call_failed:"Pozivanje udaljenog poslužitelja nije uspjelo. Greška '%{message}' (Kod: %{code})"
remote_invalid_response:"Primljen neispravan odgovor preko upravljanog udaljenog pristupa."
remote_save_failed:"Nije uspjelo spremanje repozitorija s parametrima primljenim preko udaljenog pristupa."
git:
instructions:
managed_url:"Ovo je URL upravljanog (lokalnog) Git repozitorija."
path:>-
Specify the path to your local Git repository ( e.g., %{example_path} ). You can also use remote repositories which are cloned to a local copy by using a value starting with http(s):// or file://.
automatic_managed_repos_text:"Postavljanjem vendora, novo kreirani projekti će automatski primiti upravljani repozitorij ovog vendora."
scm_vendor:"Izvorni sustav za upravljanje kontrolom"
scm_type:"Tip repozitorija"
scm_types:
local:"Poveži postojeći lokalni repozitorij"
existing:"Poveži postojeći repozitorij"
managed:"Kreiraj novi repozitorij u OpenProjectu"
storage:
not_available:"Pregled zauzeća diska nije dostupano u ovom repozitoriju."
update_timeout:"Spremi informaciju o potrebnom prostoru na disku za repozitorij za N minuta.\nTijekom izračuna potrebnog prostora na disku može doći do usprenja rada mašine, da bi ste izbjegli smanjenje performansi podignite ovu vrijednost."
subversion:
existing_title:"Postojeći Subversion repozitorij"
existing_introduction:"Ukoliko imate postojeći lokalni Subversion repozitorij, možete ga povezati s OpenProject-om da bi ste mogi pristupati pomoću aplikacije."
existing_url:"Existing URL"
instructions:
managed_url:"Ovo je URL upravljanog (lokalnog) Subversion repozitorija."
url:"Unesite URL repozitorija. Odredište može biti ili lokalni repozitorij (počevši s %{local_proto}), ili udaljeni repozitorij.\nSljedeće URL sheme su podržane:"
managed_title:"Subversion repozitorij je integriran u OpenProject"
managed_introduction:"Dopusti OpenProjectu automatsko kreiranje i integraciju lokalnog Subversion repozitorija."
managed_url:"Upravljani URL"
password:"Lozinka repozitorija"
username:"Korisničko ime repozitorija"
truncated:"Sorry, we had to truncate this directory to %{limit} files. %{truncated} entries were omitted from the list."
named_repository:"%{vendor_name} repozitorij"
update_settings_successful:"The settings have been successfully saved."
url:"URL na repozitorij"
warnings:
cannot_annotate:"Ovu datoteka ne može biti zabilježena."
If CORS is enabled, these are the origins that are allowed to access OpenProject API. <br/> Please check the <a href="%{origin_link}" target="_blank">Documentation on the Origin header</a> on how to specify the expected values.
setting_autofetch_changesets:"Automatski dohvati promjene na repozitoriju"
setting_autologin:"Automatska prijava"
setting_available_languages:"Dostupni jezici"
setting_bcc_recipients:"Bcc primatelji (bcc)"
setting_brute_force_block_after_failed_logins:"Blokiraj korisnika nakon ovoga broja krivih pokušaja spajanja"
setting_brute_force_block_minutes:"Vrijeme u kojem je korisnik blokiran"
setting_cache_formatted_text:"Formatirani tekst u međumemoriji"
setting_use_wysiwyg_description:"Select to enable CKEditor5 WYSIWYG editor for all users by default. CKEditor has limited functionality for GFM Markdown."
setting_column_options:"Prilagodite izgled liste radnih paketa"
If either options "First date of week" or "First week of year contains" are set, the other has to be set as well to avoid inconsistencies in the frontend.
first_week_of_year_text:>
Select the date of January that is contained in the first week of the year. This value together with first day of the week determines the total number of weeks in a year.
section_project_overview:"Settings for project overview list"
user:
default_preferences:"Default preferences"
deletion:"Deletion"
highlighting:
mode_long:
inline:"Highlight attribute(s) inline"
none:"No highlighting"
status:"Entire row by Status"
type:"Entire row by Type"
priority:"Entire row by Priority"
text_formatting:
markdown:'Markdown'
plain:'Plain text'
status_active:"aktivno"
status_archived:"arhivirano"
status_invited:pozvani
status_locked:zaključano
status_registered:registriran
#Used in array.to_sentence.
support:
array:
sentence_connector:"i"
skip_last_comma:"lažno"
text_accessibility_hint:"The accessibility mode is designed for users who are blind, motorically handicaped or have a bad eyesight. For the latter focused elements are specially highlighted. Please notice, that the Backlogs module is not available in this mode."
text_access_token_hint:"Pristupni tokeni omogućavaju vanjskim aplikacijama pristup resursima unutar OpenProjecta."
text_analyze:"Dodatnaanaliza: %{subject}"
text_are_you_sure:"Da li ste sigurni?"
text_are_you_sure_with_children:"Izbriši radni paket i sve podređene radne pakete?"
text_assign_to_project:"Pridruži projektu"
text_form_configuration:>
You can customize which fields will be displayed in work package forms. You can freely group the fields to reflect the needs for your domain.
text_form_configuration_required_attribute:"Attribute is marked required and thus always shown"
Custom fields need to be activated per work package type and per project.
text_custom_logo_instructions:>
A white logo on transparent background is recommended. For best results on both, conventional and retina displays, make sure your image's dimensions are 460px by 60px.
text_custom_favicon_instructions:>
This is the tiny icon that appears in your browser window/tab next to the page's title. It's needs to be a squared 32 by 32 pixels sized PNG image file with a transparent background.
text_custom_touch_icon_instructions:>
This is the icon that appears in your mobile or tablet when you place a bookmark on your homescreen. It's needs to be a squared 180 by 180 pixels sized PNG image file. Please make sure the image's background is not transparent otherwise it will look bad on iOS.
text_destroy_with_associated:"There are additional objects assossociated with the work package(s) that are to be deleted. Those objects are of the following types:"
text_destroy_what_to_do:"Što želite uraditi?"
text_diff_truncated:"... This diff was truncated because it exceeds the maximum size that can be displayed."
text_email_delivery_not_configured:"Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server to enable them."
text_enumeration_category_reassign_to:"Reassign them to this value:"
text_enumeration_destroy_question:"%{count} objects are assigned to this value."
text_work_package_category_destroy_question:"Some work packages (%{count}) are assigned to this category. What do you want to do?"
text_work_package_category_reassign_to:"Reassign work packages to this category"
text_work_package_updated:"Radni paket%{id} je ažurirao %{author}."
text_work_package_watcher_added:"You have been added as a watcher to Work package %{id} by %{watcher_changer}."
text_work_package_watcher_removed:"You have been removed from watchers of Work package %{id} by %{watcher_changer}."
text_work_packages_destroy_confirmation:"Are you sure you want to delete the selected work package(s)?"
text_work_packages_ref_in_commit_messages:"Referencing and fixing work packages in commit messages"
text_journal_added:"%{label}%{value} dodana"
text_journal_aggregation_time_explanation:"Kombinirajte journale za prikaz ako je njihova razlika starosti manja nego specificirani vremenski raspon. Ovo će također odgoditi mail notifikacije za istu količinu vremena."
text_journal_changed:"%{label} changed from %{old} <br/><strong>to</strong> %{new}"
text_journal_changed_plain:"%{label} changed from %{old} \nto %{new}"
text_min_max_length_info:"0 znači da nema ograničenja"
text_no_roles_defined:Nema definiranih rola.
text_no_access_tokens_configurable:"Ne postoje pristupni tokeni koji mogu biti konfigurirani."
text_no_configuration_data:"Role, tipovi, statusi radnih paketa i tijek rada nisu konfiguirani. Preporuka je da učitate zadanu konfiguraciju. Moći ćete ju modificirati naokn što se učita."
text_no_notes:"Nema dostupnih komentar za ovaj randi paket."
text_notice_too_many_values_are_inperformant:"Note: Displaying more than 100 items per page can increase the page load time."
text_notice_security_badge_displayed_html:>
Note:if enabled, this will display a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a> administration panel, and on the home page. It is displayed to administrators only. <br/> The badge will check your current OpenProject version against the official OpenProject release database to alert you of any updates or known vulnerabilities. For more information on what the check provides, what data is needed to provide available updates, and how to disable this check, please visit <a href="%{more_info_url}">the configuration documentation</a>.
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.\nAre you sure you want to continue?"
text_project_identifier_info:"Only lower case letters (a-z), numbers, dashes and underscores are allowed, must start with a lower case letter."
text_reassign:"Dodijeli radnom paketu:"
text_regexp_info:"npr. ^[A-Z0-9] + $"
text_regexp_multiline:'The regex is applied in a multi-line mode. e.g., ^---\s+'
text_repository_usernames_mapping:"Select or update the OpenProject user mapped to each username found in the repository log.\nUsers with the same OpenProject and repository username or email are automatically mapped."
text_select_mail_notifications:"Select actions for which email notifications should be sent."
text_status_changed_by_changeset:"Primjenjeno na changeset %{value}."
text_table_difference_description:"In this table the single %{entries} are shown. You can view the difference between any two entries by first selecting the according checkboxes in the table. When clicking on the button below the table the differences are shown."
text_time_logged_by_changeset:"Primjenjeno na changeset %{value}."
text_tip_work_package_begin_day:"radni paket počinje danas"
text_tip_work_package_begin_end_day:"radni paket počinje i završava današnjim danom"
text_tip_work_package_end_day:"radni paket završava s današnjim danom"
text_type_no_workflow:"Tijek rada nije definiran za ovaj tip"
text_unallowed_characters:"Nedozvoljeni znakovi"
text_user_invited:Korisniku je poslana pozivnica i očekuje se registracija.
text_user_wrote:"%{value} je napisao:"
text_warn_on_leaving_unsaved:"The work package contains unsaved text that will be lost if you leave this page."
text_what_did_you_change_click_to_add_comment:"What did you change? Click to add comment"
text_wiki_destroy_confirmation:"Are you sure you want to delete this wiki and all its content?"
text_wiki_page_destroy_children:"Delete child pages and all their descendants"
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:"Korisiti podređene stranice kao izvršne"
text_wiki_page_reassign_children:"Pridruži podređene stranice ovoj nadređenoj stranici"
text_workflow_edit:"Odaberite rolu i tip za uređivanje tijeka rada"
text_zoom_in:"Zumiraj"
text_zoom_out:"Odzumiraj"
text_setup_mail_configuration:"Configure your email provider"
time:
am:"sam"
formats:
default:"%m/%d/%Y %I:%M %p"
long:"%B %d, %Y %H:%M"
short:"%d %b %H:%M"
time:"%I:%M %p"
pm:"pm"
timeframe:
show:"Prikaži vremenske okvire"
end:"prema"
start:"od"
timelines:
admin_menu:
color:"Boja"
colors:"Boje"
associations:"Ovisnosti"
button_delete_all:"Obriši sve"
change:"Promjene u planiranju"
children:"Podređeni elementi"
color_could_not_be_saved:"Boju nije moguće spremiti"
current_planning:"Trenutno planiranje"
dates:"Datumi"
dates_are_calculated_based_on_sub_elements:"Datumi se određuju na osnovu podelemenata."
not_implemented:"Kronologiju nije moguće posložiti zato što koristi mogućnosti koje još nisu implementirane."
report_comparison:"Kronologija nije u stanju prikazati konfigurirane usporedbe. Molim vas provjerite odgovarajuću konfiguraciju. Resetiranje može pomoći u riješavanju ovog problema."
report_epicfail:"Kronologiju nije moguće učitati. Uslijedila je neočekivana pogreška."
report_timeout:"Kronologiju nije moguće učitati u razumnom vremenu."
filter:
errors:
timeframe_start:"The timeframe start "
timeframe_end:"The timeframe end "
compare_to_relative:"The value of the relative comparison "
compare_to_absolute:"The value of the absolute comparison "
planning_element_time_relative_one:"The start for work packages in a certain timeframe "
planning_element_time_relative_two:"The end for work packages in a certain timeframe "
planning_element_time_absolute_one:"The start for work packages in a certain timeframe "
planning_element_time_absolute_two:"The end for work packages in a certain timeframe "
sort:
sortation:"Sortiraj prema"
alphabet:"abecedi"
explicit_order:"eksplicitni redoslijed"
project_sortation:"Sortiraj projekte kao"
date:"datum"
default:"zadana"
column:
assigned_to:"Opunomoćeno"
type:"Tip"
due_date:"Datum završteka"
name:"Naziv"
status:"Status"
start_date:"Datum Početka"
columns:"Stupci"
comparisons:"Usporedbe"
comparison:
absolute:"Apsolutna"
none:"Bez"
relative:"Relativno"
compare_relative_prefix:"Compare current planning to"
compare_relative_suffix:"prije"
compare_absolute:"Compare current planning to %{date}"
time_relative:
days:"dani"
weeks:"tjedana"
months:"mjeseci"
exclude_own_work_packages:"Hide work packages from this project"
exclude_reporters:"Sakrij ostale projekte"
exclude_empty:"Sakrij prazne projekte"
grouping:"Grupiranje"
grouping_hide_group:"Sakrij grupu \"%{group}\""
grouping_one:"First grouping criterion"
grouping_one_phrase:"Je potprojekt od"
grouping_other:"Ostalo"
hide_chart:"Sakrij grafikon"
noneElement:"(nijedan)"
noneSelection:"(nijedan)"
outline:"Initial outline expansion"
parent:"Prikaži podprojekte od"
work_package_filters:"Filtriraj radne pakete"
work_package_responsible:"Show work packages with accountable"
work_package_assignee:"Prikaži radne pakete s dodijeljenim opunomoćenikom"
types:"Prikaži tipove"
status:"Prikaži status"
project_time_filter:"Projects with a work package of a certain type in a certain timeframe"
title_remove_and_delete_user:Uklonite pozvanog korinsika iz projekta i izbrište njega/nju.
title_enterprise_upgrade:"Upgrade to unlock more users."
tooltip_user_default_timezone:>
The default time zone for new users. Can be changed in a user's settings.
tooltip_resend_invitation:>
Sends another invitation email with a fresh token in case the old one expired or the user did not get the original email. Can also be used for active users to choose a new authentication method. When used with active users their status will be changed to 'invited'.
tooltip:
setting_email_login:>
If enabled a user will be unable to chose a login during registration. Instead their given email address will serve as the login. An administrator may still change the login separately.
queries:
apply_filter:Primjenite prethodno konfigurirani filter
top_menu:
additional_resources:"Additional resources"
getting_started:"Getting started"
help_and_support:"Help and support"
total_progress:"Ukupni progres"
user:
all:"sve"
active:"aktivno"
activate:"Aktiviraj"
activate_and_reset_failed_logins:"Aktiviraj i poništi neuspjele pokušaje prijave"
mail_project_explanaition:"For unselected projects, you will only receive notifications about things you watch or you're involved in (e.g. work packages you're the author or assignee of)."
mail_self_notified:"Želim biti obavješten o promjenama koje sam izvršio"
status_user_and_brute_force:"%{user} i %{brute_force}"
status_change:"Status change"
text_change_disabled_for_provider_login:"The name is set by your login provider and can thus not be changed."
unlock:"Otključaj"
unlock_and_reset_failed_logins:"Unlock and reset failed logins"
version_status_closed:"zaključen"
version_status_locked:"zaključano"
version_status_open:"otvori"
note:Bilješka
note_password_login_disabled:"Prijava korištenjem lozinke je onemogućena %{configuration}."
warning:Upozorenje
warning_attachments_not_saved:"%{count} datoteka(e) ne mogu biti spremljene."
warning_imminent_user_limit:>
You invited more users than are supported by your current plan. Invited users may not be able to join your OpenProject environment. Please <a href="%{upgrade_url}">upgrade your plan</a> or block existing users in order to allow invited and registered users to join.
warning_registration_token_expired:|
The activation email has expired. We sent you a new one to %{email}.
Please click the link inside of it to activate your account.
warning_user_limit_reached:>
User limit reached. You cannot activate any more users. Please <a href="%{upgrade_url}">upgrade your plan</a> or block members to allow for additional users.
warning_user_limit_reached_instructions:>
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise Edition plan and add additional users.
0:>
warning_bar:
protocol_mismatch:
title:'Protocol setting mismatch'
text_html:>
Your application is running with its protocol setting set to <code>%{set_protocol}</code>, but the request is an <code>%{actual_protocol}</code> request. This will result in errors! Go to <a href="%{setting_path}">System settings</a> and change the "Protocol" setting to correct this.
hostname_mismatch:
title:'Hostname setting mismatch'
text_html:>
Your application is running with its host name setting set to <code>%{set_hostname}</code>, but the request is a <code>%{actual_hostname}</code> hostname. This will result in errors! Go to <a href="%{setting_path}">System settings</a> and change the "Host name" setting to correct this.
menu_item:"Stavka izbornika"
menu_item_setting:"Vidljivost"
wiki_menu_item_for:"Stavka izbornika za wiki stranicu \"%{title}\""
wiki_menu_item_setting:"Vidljivost"
wiki_menu_item_new_main_item_explanation:>
Izbrisati će te samo glavnu stavku wiki izbornika. U sljdećem koraku morate izabrati wiki stranicu za koju će se generirati nova stavka. Za brisanje wiki stranice, wiki modul mora biti deaktiviran od strane administratora projekta.
wiki_menu_item_delete_not_permitted:Wiki stavka izbornika jedine wiki stranice ne može biti izbrisana.
query_menu_item_for:"Stavka izbornika za upit \"%{title}\""
#TODO: merge with work_packages top level key
work_package:
updated_automatically_by_child_changes:|
_Ažuriraj automatski tako da promijenite vrijednosti zajedno s podređenim radnim paketom %{child}_
destroy:
info:"Brisanje radnog paketa je nepovratan čin."
title:"Izbriši radni paket"
nothing_to_preview:"Ne postoji zapis za pregled"
api_v3:
attributes:
lock_version:"Zaključavanje verzije"
errors:
code_400:"Bad request: %{message}"
code_401:"Morate biti autorizirani za pristup ovom resursu."
invalid_user_status_transition:"The current user account status does not allow this operation."
missing_content_type:"nije navedeno"
missing_request_body:"There was no request body."
missing_or_malformed_parameter:"The query parameter '%{parameter}' is missing or malformed."
multipart_body_error:"The request body did not contain the expected multipart parts."
multiple_errors:"Multiple field constraints have been violated."
unable_to_create_attachment:"The attachment could not be created"
unable_to_create_attachment_permissions:"The attachment could not be saved due to lacking file system permissions"
render:
context_not_parsable:"Predviđena dopuna nije poveznica na resurs."
unsupported_context:"Dani resurs nije podržan u obliku konteksta."
context_object_not_found:"Ne mogu pronaći resurs zadan kao kontekst."
validation:
done_ratio:"Omjer učinjenoga radnog paketa ne može biti zadan nadređenom radnom paketu, kada je zaključen statusom ili kada je onemogućen."
due_date:"Finish date cannot be set on parent work packages."
estimated_hours:"Predviđeni sati ne mogu biti postavljeni na nadređeni radni paket."
invalid_user_assigned_to_work_package:"Izabranom korisniku nije dopušteno da bude '%{property}' za ovaj radni paket."
start_date:"Datum početka ne može biti postavljen na nadređenim radnim paketima."
eprops:
invalid_gzip:"is invalid gzip: %{message}"
invalid_json:"is invalid json: %{message}"
resources:
schema:'Shema'
doorkeeper:
pre_authorization:
status:'Pre-authorization'
auth_url:'Auth URL'
access_token_url:'Access token URL'
errors:
messages:
#Common error messages
invalid_request:'The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.'
invalid_redirect_uri:"The requested redirect URI is malformed or doesn't match client redirect URI."
unauthorized_client:'The client is not authorized to perform this request using this method.'
access_denied:'The resource owner or authorization server denied the request.'
invalid_scope:'The requested scope is invalid, unknown, or malformed.'
invalid_code_challenge_method:'The code challenge method must be plain or S256.'
server_error:'The authorization server encountered an unexpected condition which prevented it from fulfilling the request.'
temporarily_unavailable:'The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.'
#Configuration error messages
credential_flow_not_configured:'Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.'
resource_owner_authenticator_not_configured:'Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfigured.'
admin_authenticator_not_configured:'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
#Access grant errors
unsupported_response_type:'The authorization server does not support this response type.'
#Access token errors
invalid_client:'Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.'
invalid_grant:'The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.'
unsupported_grant_type:'The authorization grant type is not supported by the authorization server.'
invalid_token:
revoked:"The access token was revoked"
expired:"The access token expired"
unknown:"The access token is invalid"
unsupported_browser:
title:"Your browser is outdated and unsupported."
message:"You may run into errors and degraded experience on this page."
update_message:'Ažurirajte svoj preglednik.'
close_warning:"Ignorirati ovo upozorenje."
oauth:
application:
singular:"OAuth application"
plural:"OAuth applications"
named:"OAuth application '%{name}'"
new:"New OAuth application"
default_scopes:"(Default scopes)"
instructions:
name:"The name of your application. This will be displayed to other users upon authorization."
redirect_uri_html:>
The allowed URLs authorized users can be redirected to. One entry per line. <br/> If you're registering a desktop application, use the following URL.
confidential:"Check if the application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are assumed non-confidential."
scopes:"Check the scopes you want the application to grant access to. If no scope is checked, api_v3 is assumed."
client_credential_user_id:"Optional user ID to impersonate when clients use this application. Leave empty to allow public access only"
register_intro:"If you are developing an OAuth API client application for OpenProject, you can register it using this form for all users to use."
default_scopes:""
client_id:"Client ID"
client_secret_notice:>
This is the only time we can print the client secret, please note it down and keep it secure. It should be treated as a password and cannot be retrieved by OpenProject at a later time.
authorization_dialog:
authorize:"Authorize"
cancel:"Cancel and deny authorization."
prompt_html:"Authorize <strong>%{application_name}</strong> to use your account <em>%{login}</em>?"
title:"Authorize %{application_name}"
wants_to_access_html:>
This application requests access to your OpenProject account. <br/> <strong>It has requested the following permissions:</strong>
scopes:
api_v3:"Full API v3 access"
api_v3_text:"Application will receive full read & write access to the OpenProject API v3 to perform actions on your behalf."
grants:
created_date:"Approved on"
scopes:"Dozvole"
successful_application_revocation:"Revocation of application %{application_name} successful."
none_given:"No OAuth applications have been granted access to your user account."
x_active_tokens:
one:'one active token'
few:'%{count} active token'
other:'%{count} active token'
flows:
authorization_code:"Authorization code flow"
client_credentials:"Client credentials flow"
client_credentials:"User used for Client credentials"
client_credentials_impersonation_set_to:"Client credentials user set to"
client_credentials_impersonation_warning:"Note: Clients using the 'Client credentials' flow in this application will have the rights of this user"
client_credentials_impersonation_html:>
By default, OpenProject provides OAuth 2.0 authorization via %{authorization_code_flow_link}. You can optionally enable %{client_credentials_flow_link}, but you must provide a user on whose behalf requests will be performed.
authorization_error:"An authorization error has occurred."
revoke_my_application_confirmation:"Do you really want to remove this application? This will revoke %{token_count} active for it."