comparison config/locales/hr.yml @ 1115:433d4f72a19b redmine-2.2

Update to Redmine SVN revision 11137 on 2.2-stable branch
author Chris Cannam
date Mon, 07 Jan 2013 12:01:42 +0000
parents cbb26bc654de
children bb32da3bea34 622f24f53b42 261b3d9a4903
comparison
equal deleted inserted replaced
929:5f33065ddc4b 1115:433d4f72a19b
1 # Croatian translations for Ruby on Rails
2 # by Helix d.o.o. (info@helix.hr)
3
4 hr: 1 hr:
5 direction: ltr 2 direction: ltr
6 date: 3 date:
7 formats: 4 formats:
8 # Use the strftime parameters for formats. 5 # Use the strftime parameters for formats.
9 # When no format has been given, it uses default. 6 # When no format has been given, it uses default.
10 # You can provide other formats here if you like! 7 # You can provide other formats here if you like!
11 default: "%m/%d/%Y" 8 default: "%m/%d/%Y"
12 short: "%b %d" 9 short: "%b %d"
13 long: "%B %d, %Y" 10 long: "%B %d, %Y"
14 11
15 day_names: [Ponedjeljak, Utorak, Srijeda, Četvrtak, Petak, Subota, Nedjelja] 12 day_names: [Ponedjeljak, Utorak, Srijeda, Četvrtak, Petak, Subota, Nedjelja]
16 abbr_day_names: [Ned, Pon, Uto, Sri, Čet, Pet, Sub] 13 abbr_day_names: [Ned, Pon, Uto, Sri, Čet, Pet, Sub]
17 14
18 # Don't forget the nil at the beginning; there's no such thing as a 0th month 15 # Don't forget the nil at the beginning; there's no such thing as a 0th month
19 month_names: [~, Sijecanj, Veljaca, Ožujak, Travanj, Svibanj, Lipanj, Srpanj, Kolovoz, Rujan, Listopad, Studeni, Prosinac] 16 month_names: [~, Sijecanj, Veljaca, Ožujak, Travanj, Svibanj, Lipanj, Srpanj, Kolovoz, Rujan, Listopad, Studeni, Prosinac]
20 abbr_month_names: [~, Sij, Velj, Ožu, Tra, Svi, Lip, Srp, Kol, Ruj, List, Stu, Pro] 17 abbr_month_names: [~, Sij, Velj, Ožu, Tra, Svi, Lip, Srp, Kol, Ruj, List, Stu, Pro]
21 # Used in date_select and datime_select. 18 # Used in date_select and datime_select.
22 order: 19 order:
30 time: "%I:%M %p" 27 time: "%I:%M %p"
31 short: "%d %b %H:%M" 28 short: "%d %b %H:%M"
32 long: "%B %d, %Y %H:%M" 29 long: "%B %d, %Y %H:%M"
33 am: "am" 30 am: "am"
34 pm: "pm" 31 pm: "pm"
35 32
36 datetime: 33 datetime:
37 distance_in_words: 34 distance_in_words:
38 half_a_minute: "pola minute" 35 half_a_minute: "pola minute"
39 less_than_x_seconds: 36 less_than_x_seconds:
40 one: "manje od sekunde" 37 one: "manje od sekunde"
49 one: "1 minuta" 46 one: "1 minuta"
50 other: "%{count} minuta" 47 other: "%{count} minuta"
51 about_x_hours: 48 about_x_hours:
52 one: "oko sat vremena" 49 one: "oko sat vremena"
53 other: "oko %{count} sati" 50 other: "oko %{count} sati"
51 x_hours:
52 one: "1 hour"
53 other: "%{count} hours"
54 x_days: 54 x_days:
55 one: "1 dan" 55 one: "1 dan"
56 other: "%{count} dana" 56 other: "%{count} dana"
57 about_x_months: 57 about_x_months:
58 one: "oko 1 mjesec" 58 one: "oko 1 mjesec"
73 delimiter: "" 73 delimiter: ""
74 precision: 3 74 precision: 3
75 human: 75 human:
76 format: 76 format:
77 delimiter: "" 77 delimiter: ""
78 precision: 1 78 precision: 3
79 storage_units: 79 storage_units:
80 format: "%n %u" 80 format: "%n %u"
81 units: 81 units:
82 byte: 82 byte:
83 one: "Byte" 83 one: "Byte"
84 other: "Bytes" 84 other: "Bytes"
85 kb: "KB" 85 kb: "KB"
86 mb: "MB" 86 mb: "MB"
87 gb: "GB" 87 gb: "GB"
88 tb: "TB" 88 tb: "TB"
89 89
90
91 # Used in array.to_sentence. 90 # Used in array.to_sentence.
92 support: 91 support:
93 array: 92 array:
94 sentence_connector: "i" 93 sentence_connector: "i"
95 skip_last_comma: false 94 skip_last_comma: false
96 95
97 activerecord: 96 activerecord:
98 errors: 97 errors:
99 template: 98 template:
100 header: 99 header:
101 one: "1 error prohibited this %{model} from being saved" 100 one: "1 error prohibited this %{model} from being saved"
125 not_same_project: "ne pripada istom projektu" 124 not_same_project: "ne pripada istom projektu"
126 circular_dependency: "Ovaj relacija stvara kružnu ovisnost" 125 circular_dependency: "Ovaj relacija stvara kružnu ovisnost"
127 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" 126 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
128 127
129 actionview_instancetag_blank_option: Molimo odaberite 128 actionview_instancetag_blank_option: Molimo odaberite
130 129
131 general_text_No: 'Ne' 130 general_text_No: 'Ne'
132 general_text_Yes: 'Da' 131 general_text_Yes: 'Da'
133 general_text_no: 'ne' 132 general_text_no: 'ne'
134 general_text_yes: 'da' 133 general_text_yes: 'da'
135 general_lang_name: 'Hrvatski' 134 general_lang_name: 'Hrvatski'
136 general_csv_separator: ',' 135 general_csv_separator: ','
137 general_csv_decimal_separator: '.' 136 general_csv_decimal_separator: '.'
138 general_csv_encoding: UTF-8 137 general_csv_encoding: UTF-8
139 general_pdf_encoding: UTF-8 138 general_pdf_encoding: UTF-8
140 general_first_day_of_week: '7' 139 general_first_day_of_week: '7'
141 140
142 notice_account_updated: Vaš profil je uspješno promijenjen. 141 notice_account_updated: Vaš profil je uspješno promijenjen.
143 notice_account_invalid_creditentials: Neispravno korisničko ime ili zaporka. 142 notice_account_invalid_creditentials: Neispravno korisničko ime ili zaporka.
144 notice_account_password_updated: Zaporka je uspješno promijenjena. 143 notice_account_password_updated: Zaporka je uspješno promijenjena.
145 notice_account_wrong_password: Pogrešna zaporka 144 notice_account_wrong_password: Pogrešna zaporka
146 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. 145 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.
152 notice_successful_update: Uspješna promjena. 151 notice_successful_update: Uspješna promjena.
153 notice_successful_delete: Uspješno brisanje. 152 notice_successful_delete: Uspješno brisanje.
154 notice_successful_connection: Uspješna veza. 153 notice_successful_connection: Uspješna veza.
155 notice_file_not_found: Stranica kojoj ste pokušali pristupiti ne postoji ili je uklonjena. 154 notice_file_not_found: Stranica kojoj ste pokušali pristupiti ne postoji ili je uklonjena.
156 notice_locking_conflict: Podataci su ažurirani od strane drugog korisnika. 155 notice_locking_conflict: Podataci su ažurirani od strane drugog korisnika.
157 notice_not_authorized: Niste ovlašteni za pristup ovoj stranici. 156 notice_not_authorized: Niste ovlašteni za pristup ovoj stranici.
158 notice_email_sent: E-mail je poslan %{value}" 157 notice_email_sent: E-mail je poslan %{value}"
159 notice_email_error: Dogodila se pogreška tijekom slanja E-maila (%{value})" 158 notice_email_error: Dogodila se pogreška tijekom slanja E-maila (%{value})"
160 notice_feeds_access_key_reseted: Vaš RSS pristup je resetovan. 159 notice_feeds_access_key_reseted: Vaš RSS pristup je resetovan.
161 notice_api_access_key_reseted: Vaš API pristup je resetovan. 160 notice_api_access_key_reseted: Vaš API pristup je resetovan.
162 notice_failed_to_save_issues: "Neuspjelo spremanje %{count} predmeta na %{total} odabrane: %{ids}." 161 notice_failed_to_save_issues: "Neuspjelo spremanje %{count} predmeta na %{total} odabrane: %{ids}."
163 notice_no_issue_selected: "Niti jedan predmet nije odabran! Molim, odaberite predmete koje želite urediti." 162 notice_no_issue_selected: "Niti jedan predmet nije odabran! Molim, odaberite predmete koje želite urediti."
164 notice_account_pending: "Vaš korisnicki račun je otvoren, čeka odobrenje administratora." 163 notice_account_pending: "Vaš korisnicki račun je otvoren, čeka odobrenje administratora."
165 notice_default_data_loaded: Konfiguracija je uspješno učitana. 164 notice_default_data_loaded: Konfiguracija je uspješno učitana.
166 notice_unable_delete_version: Nije moguće izbrisati verziju. 165 notice_unable_delete_version: Nije moguće izbrisati verziju.
167 notice_issue_done_ratios_updated: Issue done ratios updated. 166 notice_issue_done_ratios_updated: Issue done ratios updated.
168 167
169 error_can_t_load_default_data: "Zadanu konfiguracija nije učitana: %{value}" 168 error_can_t_load_default_data: "Zadanu konfiguracija nije učitana: %{value}"
170 error_scm_not_found: "Unos i/ili revizija nije pronađen." 169 error_scm_not_found: "Unos i/ili revizija nije pronađen."
171 error_scm_command_failed: "Dogodila se pogreška prilikom pokušaja pristupa: %{value}" 170 error_scm_command_failed: "Dogodila se pogreška prilikom pokušaja pristupa: %{value}"
172 error_scm_annotate: "Ne postoji ili ne može biti obilježen." 171 error_scm_annotate: "Ne postoji ili ne može biti obilježen."
173 error_issue_not_found_in_project: 'Nije pronađen ili ne pripada u ovaj projekt' 172 error_issue_not_found_in_project: 'Nije pronađen ili ne pripada u ovaj projekt'
176 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version can not be reopened' 175 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version can not be reopened'
177 error_can_not_archive_project: This project can not be archived 176 error_can_not_archive_project: This project can not be archived
178 error_issue_done_ratios_not_updated: "Issue done ratios not updated." 177 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
179 error_workflow_copy_source: 'Please select a source tracker or role' 178 error_workflow_copy_source: 'Please select a source tracker or role'
180 error_workflow_copy_target: 'Please select target tracker(s) and role(s)' 179 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
181 180
182 warning_attachments_not_saved: "%{count} Datoteka/e nije mogla biti spremljena." 181 warning_attachments_not_saved: "%{count} Datoteka/e nije mogla biti spremljena."
183 182
184 mail_subject_lost_password: "Vaša %{value} zaporka" 183 mail_subject_lost_password: "Vaša %{value} zaporka"
185 mail_body_lost_password: 'Kako biste promijenili Vašu zaporku slijedite poveznicu:' 184 mail_body_lost_password: 'Kako biste promijenili Vašu zaporku slijedite poveznicu:'
186 mail_subject_register: "Aktivacija korisničog računa %{value}" 185 mail_subject_register: "Aktivacija korisničog računa %{value}"
187 mail_body_register: 'Da biste aktivirali svoj račun, kliknite na sljedeci link:' 186 mail_body_register: 'Da biste aktivirali svoj račun, kliknite na sljedeci link:'
188 mail_body_account_information_external: "Možete koristiti vaš račun %{value} za prijavu." 187 mail_body_account_information_external: "Možete koristiti vaš račun %{value} za prijavu."
193 mail_body_reminder: "%{count} vama dodijeljen(ih) predmet(a) dospijeva u sljedećih %{days} dana:" 192 mail_body_reminder: "%{count} vama dodijeljen(ih) predmet(a) dospijeva u sljedećih %{days} dana:"
194 mail_subject_wiki_content_added: "'%{id}' wiki page has been added" 193 mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
195 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}." 194 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
196 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" 195 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
197 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}." 196 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
198 197
199 gui_validation_error: 1 pogreška 198 gui_validation_error: 1 pogreška
200 gui_validation_error_plural: "%{count} pogrešaka" 199 gui_validation_error_plural: "%{count} pogrešaka"
201 200
202 field_name: Ime 201 field_name: Ime
203 field_description: Opis 202 field_description: Opis
204 field_summary: Sažetak 203 field_summary: Sažetak
205 field_is_required: Obavezno 204 field_is_required: Obavezno
206 field_firstname: Ime 205 field_firstname: Ime
236 field_user: Korisnik 235 field_user: Korisnik
237 field_role: Uloga 236 field_role: Uloga
238 field_homepage: Naslovnica 237 field_homepage: Naslovnica
239 field_is_public: Javni projekt 238 field_is_public: Javni projekt
240 field_parent: Potprojekt od 239 field_parent: Potprojekt od
241 field_is_in_chlog: Predmeti se prikazuju u dnevniku promjena
242 field_is_in_roadmap: Predmeti se prikazuju u Putokazu 240 field_is_in_roadmap: Predmeti se prikazuju u Putokazu
243 field_login: Korisničko ime 241 field_login: Korisničko ime
244 field_mail_notification: Obavijest putem e-pošte 242 field_mail_notification: Obavijest putem e-pošte
245 field_admin: Administrator 243 field_admin: Administrator
246 field_last_login_on: Zadnja prijava 244 field_last_login_on: Zadnja prijava
287 field_editable: Editable 285 field_editable: Editable
288 field_watcher: Watcher 286 field_watcher: Watcher
289 field_identity_url: OpenID URL 287 field_identity_url: OpenID URL
290 field_content: Content 288 field_content: Content
291 field_group_by: Group results by 289 field_group_by: Group results by
292 290
293 setting_app_title: Naziv aplikacije 291 setting_app_title: Naziv aplikacije
294 setting_app_subtitle: Podnaslov aplikacije 292 setting_app_subtitle: Podnaslov aplikacije
295 setting_welcome_text: Tekst dobrodošlice 293 setting_welcome_text: Tekst dobrodošlice
296 setting_default_language: Zadani jezik 294 setting_default_language: Zadani jezik
297 setting_login_required: Potrebna je prijava 295 setting_login_required: Potrebna je prijava
332 setting_file_max_size_displayed: Max size of text files displayed inline 330 setting_file_max_size_displayed: Max size of text files displayed inline
333 setting_repository_log_display_limit: Maximum number of revisions displayed on file log 331 setting_repository_log_display_limit: Maximum number of revisions displayed on file log
334 setting_openid: Allow OpenID login and registration 332 setting_openid: Allow OpenID login and registration
335 setting_password_min_length: Minimum password length 333 setting_password_min_length: Minimum password length
336 setting_new_project_user_role_id: Role given to a non-admin user who creates a project 334 setting_new_project_user_role_id: Role given to a non-admin user who creates a project
337 setting_default_projects_modules: Default enabled modules for new projects 335 setting_default_projects_modules: Default enabled modules for new projects
338 setting_issue_done_ratio: Calculate the issue done ratio with 336 setting_issue_done_ratio: Calculate the issue done ratio with
339 setting_issue_done_ratio_issue_field: Use the issue field 337 setting_issue_done_ratio_issue_field: Use the issue field
340 setting_issue_done_ratio_issue_status: Use the issue status 338 setting_issue_done_ratio_issue_status: Use the issue status
341 setting_start_of_week: Start calendars on 339 setting_start_of_week: Start calendars on
342 setting_rest_api_enabled: Enable REST web service 340 setting_rest_api_enabled: Enable REST web service
343 341
344 permission_add_project: Dodaj projekt 342 permission_add_project: Dodaj projekt
345 permission_add_subprojects: Dodaj potprojekt 343 permission_add_subprojects: Dodaj potprojekt
346 permission_edit_project: Uredi projekt 344 permission_edit_project: Uredi projekt
347 permission_select_project_modules: Odaberi projektne module 345 permission_select_project_modules: Odaberi projektne module
348 permission_manage_members: Upravljaj članovima 346 permission_manage_members: Upravljaj članovima
349 permission_manage_versions: Upravljaj verzijama 347 permission_manage_versions: Upravljaj verzijama
350 permission_manage_categories: Upravljaj kategorijama predmeta 348 permission_manage_categories: Upravljaj kategorijama predmeta
351 permission_view_issues: Pregledaj zahtjeve 349 permission_view_issues: Pregledaj zahtjeve
352 permission_add_issues: Dodaj predmete 350 permission_add_issues: Dodaj predmete
353 permission_edit_issues: Uredi predmete 351 permission_edit_issues: Uredi predmete
354 permission_manage_issue_relations: Upravljaj relacijama predmeta 352 permission_manage_issue_relations: Upravljaj relacijama predmeta
355 permission_add_issue_notes: Dodaj bilješke 353 permission_add_issue_notes: Dodaj bilješke
356 permission_edit_issue_notes: Uredi bilješke 354 permission_edit_issue_notes: Uredi bilješke
357 permission_edit_own_issue_notes: Uredi vlastite bilješke 355 permission_edit_own_issue_notes: Uredi vlastite bilješke
358 permission_move_issues: Premjesti predmete 356 permission_move_issues: Premjesti predmete
359 permission_delete_issues: Brisanje predmeta 357 permission_delete_issues: Brisanje predmeta
360 permission_manage_public_queries: Upravljaj javnim upitima 358 permission_manage_public_queries: Upravljaj javnim upitima
361 permission_save_queries: Spremi upite 359 permission_save_queries: Spremi upite
362 permission_view_gantt: Pregledaj gantt grafikon 360 permission_view_gantt: Pregledaj gantt grafikon
363 permission_view_calendar: Pregledaj kalendar 361 permission_view_calendar: Pregledaj kalendar
364 permission_view_issue_watchers: Pregledaj listu promatraca 362 permission_view_issue_watchers: Pregledaj listu promatraca
365 permission_add_issue_watchers: Dodaj promatrača 363 permission_add_issue_watchers: Dodaj promatrača
366 permission_delete_issue_watchers: Delete watchers 364 permission_delete_issue_watchers: Delete watchers
367 permission_log_time: Dnevnik utrošenog vremena 365 permission_log_time: Dnevnik utrošenog vremena
368 permission_view_time_entries: Pregledaj utrošeno vrijeme 366 permission_view_time_entries: Pregledaj utrošeno vrijeme
369 permission_edit_time_entries: Uredi vremenske dnevnike 367 permission_edit_time_entries: Uredi vremenske dnevnike
370 permission_edit_own_time_entries: Edit own time logs 368 permission_edit_own_time_entries: Edit own time logs
371 permission_manage_news: Upravljaj novostima 369 permission_manage_news: Upravljaj novostima
372 permission_comment_news: Komentiraj novosti 370 permission_comment_news: Komentiraj novosti
388 permission_commit_access: Mogućnost pohranjivanja 386 permission_commit_access: Mogućnost pohranjivanja
389 permission_manage_boards: Manage boards 387 permission_manage_boards: Manage boards
390 permission_view_messages: Pregledaj poruke 388 permission_view_messages: Pregledaj poruke
391 permission_add_messages: Objavi poruke 389 permission_add_messages: Objavi poruke
392 permission_edit_messages: Uredi poruke 390 permission_edit_messages: Uredi poruke
393 permission_edit_own_messages: Uredi vlastite poruke 391 permission_edit_own_messages: Uredi vlastite poruke
394 permission_delete_messages: Obriši poruke 392 permission_delete_messages: Obriši poruke
395 permission_delete_own_messages: Obriši vlastite poruke 393 permission_delete_own_messages: Obriši vlastite poruke
396 394
397 project_module_issue_tracking: Praćenje predmeta 395 project_module_issue_tracking: Praćenje predmeta
398 project_module_time_tracking: Praćenje vremena 396 project_module_time_tracking: Praćenje vremena
399 project_module_news: Novosti 397 project_module_news: Novosti
400 project_module_documents: Dokumenti 398 project_module_documents: Dokumenti
401 project_module_files: Datoteke 399 project_module_files: Datoteke
402 project_module_wiki: Wiki 400 project_module_wiki: Wiki
403 project_module_repository: Skladište 401 project_module_repository: Skladište
404 project_module_boards: Boards 402 project_module_boards: Boards
405 403
406 label_user: Korisnik 404 label_user: Korisnik
407 label_user_plural: Korisnici 405 label_user_plural: Korisnici
408 label_user_new: Novi korisnik 406 label_user_new: Novi korisnik
409 label_user_anonymous: Anonymous 407 label_user_anonymous: Anonymous
410 label_project: Projekt 408 label_project: Projekt
506 label_news_new: Dodaj novost 504 label_news_new: Dodaj novost
507 label_news_plural: Novosti 505 label_news_plural: Novosti
508 label_news_latest: Novosti 506 label_news_latest: Novosti
509 label_news_view_all: Pregled svih novosti 507 label_news_view_all: Pregled svih novosti
510 label_news_added: Novosti dodane 508 label_news_added: Novosti dodane
511 label_change_log: Dnevnik promjena
512 label_settings: Postavke 509 label_settings: Postavke
513 label_overview: Pregled 510 label_overview: Pregled
514 label_version: Verzija 511 label_version: Verzija
515 label_version_new: Nova verzija 512 label_version_new: Nova verzija
516 label_version_plural: Verzije 513 label_version_plural: Verzije
541 label_all: Svi 538 label_all: Svi
542 label_none: nema 539 label_none: nema
543 label_nobody: nitko 540 label_nobody: nitko
544 label_next: Naredni 541 label_next: Naredni
545 label_previous: Prethodni 542 label_previous: Prethodni
546 label_used_by: Korišten od 543 label_used_by: Korišten od
547 label_details: Detalji 544 label_details: Detalji
548 label_add_note: Dodaj napomenu 545 label_add_note: Dodaj napomenu
549 label_per_page: Po stranici 546 label_per_page: Po stranici
550 label_calendar: Kalendar 547 label_calendar: Kalendar
551 label_months_from: Mjeseci od 548 label_months_from: Mjeseci od
595 label_repository_plural: Skladišta 592 label_repository_plural: Skladišta
596 label_browse: Pregled 593 label_browse: Pregled
597 label_modification: "%{count} promjena" 594 label_modification: "%{count} promjena"
598 label_modification_plural: "%{count} promjena" 595 label_modification_plural: "%{count} promjena"
599 label_branch: Branch 596 label_branch: Branch
600 label_tag: Tag 597 label_tag: Tag
601 label_revision: Revizija 598 label_revision: Revizija
602 label_revision_plural: Revizije 599 label_revision_plural: Revizije
603 label_revision_id: "Revision %{value}" 600 label_revision_id: "Revision %{value}"
604 label_associated_revisions: Dodijeljene revizije 601 label_associated_revisions: Dodijeljene revizije
605 label_added: dodano 602 label_added: dodano
606 label_modified: promijenjen 603 label_modified: promijenjen
607 label_copied: kopirano 604 label_copied: kopirano
608 label_renamed: preimenovano 605 label_renamed: preimenovano
677 label_message_plural: Poruke 674 label_message_plural: Poruke
678 label_message_last: Posljednja poruka 675 label_message_last: Posljednja poruka
679 label_message_new: Nova poruka 676 label_message_new: Nova poruka
680 label_message_posted: Poruka dodana 677 label_message_posted: Poruka dodana
681 label_reply_plural: Odgovori 678 label_reply_plural: Odgovori
682 label_send_information: Pošalji korisniku informaciju o profilu 679 label_send_information: Pošalji korisniku informaciju o profilu
683 label_year: Godina 680 label_year: Godina
684 label_month: Mjesec 681 label_month: Mjesec
685 label_week: Tjedan 682 label_week: Tjedan
686 label_date_from: Od 683 label_date_from: Od
687 label_date_to: Do 684 label_date_to: Do
688 label_language_based: Zasnovano na jeziku 685 label_language_based: Zasnovano na jeziku
689 label_sort_by: "Uredi po %{value}" 686 label_sort_by: "Uredi po %{value}"
690 label_send_test_email: Pošalji testno E-pismo 687 label_send_test_email: Pošalji testno E-pismo
691 label_feeds_access_key: RSS access key 688 label_feeds_access_key: RSS access key
692 label_missing_feeds_access_key: Missing a RSS access key 689 label_missing_feeds_access_key: Missing a RSS access key
693 label_feeds_access_key_created_on: "RSS kljuc za pristup je napravljen prije %{value}" 690 label_feeds_access_key_created_on: "RSS kljuc za pristup je napravljen prije %{value}"
694 label_module_plural: Moduli 691 label_module_plural: Moduli
695 label_added_time_by: "Promijenio %{author} prije %{age}" 692 label_added_time_by: "Promijenio %{author} prije %{age}"
696 label_updated_time_by: "Dodao/la %{author} prije %{age}" 693 label_updated_time_by: "Dodao/la %{author} prije %{age}"
697 label_updated_time: "Promijenjeno prije %{value}" 694 label_updated_time: "Promijenjeno prije %{value}"
698 label_jump_to_a_project: Prebaci se na projekt... 695 label_jump_to_a_project: Prebaci se na projekt...
751 label_copy_same_as_target: Same as target 748 label_copy_same_as_target: Same as target
752 label_display_used_statuses_only: Only display statuses that are used by this tracker 749 label_display_used_statuses_only: Only display statuses that are used by this tracker
753 label_api_access_key: API access key 750 label_api_access_key: API access key
754 label_missing_api_access_key: Missing an API access key 751 label_missing_api_access_key: Missing an API access key
755 label_api_access_key_created_on: "API access key created %{value} ago" 752 label_api_access_key_created_on: "API access key created %{value} ago"
756 753
757 button_login: Prijavi 754 button_login: Prijavi
758 button_submit: Pošalji 755 button_submit: Pošalji
759 button_save: Spremi 756 button_save: Spremi
760 button_check_all: Označi sve 757 button_check_all: Označi sve
761 button_uncheck_all: Isključi sve 758 button_uncheck_all: Isključi sve
794 button_annotate: Annotate 791 button_annotate: Annotate
795 button_update: Promijeni 792 button_update: Promijeni
796 button_configure: Konfiguracija 793 button_configure: Konfiguracija
797 button_quote: Navod 794 button_quote: Navod
798 button_duplicate: Duplicate 795 button_duplicate: Duplicate
799 button_show: Show 796 button_show: Show
800 797
801 status_active: aktivan 798 status_active: aktivan
802 status_registered: Registriran 799 status_registered: Registriran
803 status_locked: zaključan 800 status_locked: zaključan
804 801
805 version_status_open: open 802 version_status_open: open
806 version_status_locked: locked 803 version_status_locked: locked
807 version_status_closed: closed 804 version_status_closed: closed
808 805
809 field_active: Active 806 field_active: Active
810 807
811 text_select_mail_notifications: Izbor akcija za koje će biti poslana obavijest e-poštom. 808 text_select_mail_notifications: Izbor akcija za koje će biti poslana obavijest e-poštom.
812 text_regexp_info: eg. ^[A-Z0-9]+$ 809 text_regexp_info: eg. ^[A-Z0-9]+$
813 text_min_max_length_info: 0 znači bez ograničenja 810 text_min_max_length_info: 0 znači bez ograničenja
814 text_project_destroy_confirmation: Da li ste sigurni da želite izbrisati ovaj projekt i sve njegove podatke? 811 text_project_destroy_confirmation: Da li ste sigurni da želite izbrisati ovaj projekt i sve njegove podatke?
815 text_subprojects_destroy_warning: "Njegov(i) potprojekt(i): %{value} će također biti obrisan." 812 text_subprojects_destroy_warning: "Njegov(i) potprojekt(i): %{value} će također biti obrisan."
816 text_workflow_edit: Select a role and a tracker to edit the workflow 813 text_workflow_edit: Select a role and a tracker to edit the workflow
817 text_are_you_sure: Da li ste sigurni? 814 text_are_you_sure: Da li ste sigurni?
818 text_journal_changed: "%{label} promijenjen iz %{old} u %{new}" 815 text_journal_changed: "%{label} promijenjen iz %{old} u %{new}"
819 text_journal_set_to: "%{label} postavi na %{value}" 816 text_journal_set_to: "%{label} postavi na %{value}"
820 text_journal_deleted: "%{label} izbrisano (%{old})" 817 text_journal_deleted: "%{label} izbrisano (%{old})"
821 text_journal_added: "%{label} %{value} added" 818 text_journal_added: "%{label} %{value} added"
822 text_tip_issue_begin_day: Zadaci koji počinju ovog dana 819 text_tip_issue_begin_day: Zadaci koji počinju ovog dana
823 text_tip_issue_end_day: zadaci koji se završavaju ovog dana 820 text_tip_issue_end_day: zadaci koji se završavaju ovog dana
824 text_tip_issue_begin_end_day: Zadaci koji počinju i završavaju se ovog dana 821 text_tip_issue_begin_end_day: Zadaci koji počinju i završavaju se ovog dana
825 text_project_identifier_info: 'mala slova (a-z), brojevi i crtice su dozvoljeni.<br />Jednom snimljen identifikator se ne može mijenjati!'
826 text_caracters_maximum: "Najviše %{count} znakova." 822 text_caracters_maximum: "Najviše %{count} znakova."
827 text_caracters_minimum: "Mora biti dugačko najmanje %{count} znakova." 823 text_caracters_minimum: "Mora biti dugačko najmanje %{count} znakova."
828 text_length_between: "Dužina izmedu %{min} i %{max} znakova." 824 text_length_between: "Dužina izmedu %{min} i %{max} znakova."
829 text_tracker_no_workflow: Tijek rada nije definiran za ovaj tracker 825 text_tracker_no_workflow: Tijek rada nije definiran za ovaj tracker
830 text_unallowed_characters: Nedozvoljeni znakovi 826 text_unallowed_characters: Nedozvoljeni znakovi
837 text_wiki_destroy_confirmation: Da li ste sigurni da želite izbrisati ovaj wiki i njegov sadržaj? 833 text_wiki_destroy_confirmation: Da li ste sigurni da želite izbrisati ovaj wiki i njegov sadržaj?
838 text_issue_category_destroy_question: "Neke predmeti (%{count}) su dodijeljeni ovoj kategoriji. Što želite uraditi?" 834 text_issue_category_destroy_question: "Neke predmeti (%{count}) su dodijeljeni ovoj kategoriji. Što želite uraditi?"
839 text_issue_category_destroy_assignments: Ukloni dodjeljivanje kategorija 835 text_issue_category_destroy_assignments: Ukloni dodjeljivanje kategorija
840 text_issue_category_reassign_to: Ponovo dodijeli predmete ovoj kategoriji 836 text_issue_category_reassign_to: Ponovo dodijeli predmete ovoj kategoriji
841 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)." 837 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)."
842 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." 838 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."
843 text_load_default_configuration: Učitaj početnu konfiguraciju 839 text_load_default_configuration: Učitaj početnu konfiguraciju
844 text_status_changed_by_changeset: "Applied in changeset %{value}." 840 text_status_changed_by_changeset: "Applied in changeset %{value}."
845 text_issues_destroy_confirmation: 'Jeste li sigurni da želite obrisati izabrani/e predmet(e)?' 841 text_issues_destroy_confirmation: 'Jeste li sigurni da želite obrisati izabrani/e predmet(e)?'
846 text_select_project_modules: 'Odaberite module koji će biti omogućeni za ovaj projekt:' 842 text_select_project_modules: 'Odaberite module koji će biti omogućeni za ovaj projekt:'
847 text_default_administrator_account_changed: Default administrator account changed 843 text_default_administrator_account_changed: Default administrator account changed
884 default_priority_immediate: Odmah 880 default_priority_immediate: Odmah
885 default_activity_design: Dizajn 881 default_activity_design: Dizajn
886 default_activity_development: Razvoj 882 default_activity_development: Razvoj
887 enumeration_issue_priorities: Prioriteti predmeta 883 enumeration_issue_priorities: Prioriteti predmeta
888 enumeration_doc_categories: Kategorija dokumenata 884 enumeration_doc_categories: Kategorija dokumenata
889 enumeration_activities: Aktivnosti (po vremenu) 885 enumeration_activities: Aktivnosti (po vremenu)
890 enumeration_system_activity: System Activity 886 enumeration_system_activity: System Activity
891 field_sharing: Sharing 887 field_sharing: Sharing
892 text_line_separated: Multiple values allowed (one line for each value). 888 text_line_separated: Multiple values allowed (one line for each value).
893 label_close_versions: Close completed versions 889 label_close_versions: Close completed versions
894 button_unarchive: Unarchive 890 button_unarchive: Unarchive
923 label_overall_spent_time: Overall spent time 919 label_overall_spent_time: Overall spent time
924 field_time_entries: Log time 920 field_time_entries: Log time
925 project_module_gantt: Gantt 921 project_module_gantt: Gantt
926 project_module_calendar: Calendar 922 project_module_calendar: Calendar
927 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" 923 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
928 text_are_you_sure_with_children: Delete issue and all child issues?
929 field_text: Text field 924 field_text: Text field
930 label_user_mail_option_only_owner: Only for things I am the owner of 925 label_user_mail_option_only_owner: Only for things I am the owner of
931 setting_default_notification_option: Default notification option 926 setting_default_notification_option: Default notification option
932 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in 927 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
933 label_user_mail_option_only_assigned: Only for things I am assigned to 928 label_user_mail_option_only_assigned: Only for things I am assigned to
1011 setting_repositories_encodings: Attachments and repositories encodings 1006 setting_repositories_encodings: Attachments and repositories encodings
1012 description_all_columns: All Columns 1007 description_all_columns: All Columns
1013 button_export: Export 1008 button_export: Export
1014 label_export_options: "%{export_format} export options" 1009 label_export_options: "%{export_format} export options"
1015 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) 1010 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1011 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1012 label_x_issues:
1013 zero: 0 predmet
1014 one: 1 predmet
1015 other: "%{count} predmeti"
1016 label_repository_new: New repository
1017 field_repository_is_default: Main repository
1018 label_copy_attachments: Copy attachments
1019 label_item_position: "%{position}/%{count}"
1020 label_completed_versions: Completed versions
1021 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1022 field_multiple: Multiple values
1023 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1024 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1025 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1026 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1027 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1028 permission_manage_related_issues: Manage related issues
1029 field_auth_source_ldap_filter: LDAP filter
1030 label_search_for_watchers: Search for watchers to add
1031 notice_account_deleted: Your account has been permanently deleted.
1032 setting_unsubscribe: Allow users to delete their own account
1033 button_delete_my_account: Delete my account
1034 text_account_destroy_confirmation: |-
1035 Are you sure you want to proceed?
1036 Your account will be permanently deleted, with no way to reactivate it.
1037 error_session_expired: Your session has expired. Please login again.
1038 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1039 setting_session_lifetime: Session maximum lifetime
1040 setting_session_timeout: Session inactivity timeout
1041 label_session_expiration: Session expiration
1042 permission_close_project: Close / reopen the project
1043 label_show_closed_projects: View closed projects
1044 button_close: Close
1045 button_reopen: Reopen
1046 project_status_active: active
1047 project_status_closed: closed
1048 project_status_archived: archived
1049 text_project_closed: This project is closed and read-only.
1050 notice_user_successful_create: User %{id} created.
1051 field_core_fields: Standard fields
1052 field_timeout: Timeout (in seconds)
1053 setting_thumbnails_enabled: Display attachment thumbnails
1054 setting_thumbnails_size: Thumbnails size (in pixels)
1055 label_status_transitions: Status transitions
1056 label_fields_permissions: Fields permissions
1057 label_readonly: Read-only
1058 label_required: Required
1059 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1060 field_board_parent: Parent forum
1061 label_attribute_of_project: Project's %{name}
1062 label_attribute_of_author: Author's %{name}
1063 label_attribute_of_assigned_to: Assignee's %{name}
1064 label_attribute_of_fixed_version: Target version's %{name}
1065 label_copy_subtasks: Copy subtasks
1066 label_copied_to: copied to
1067 label_copied_from: copied from
1068 label_any_issues_in_project: any issues in project
1069 label_any_issues_not_in_project: any issues not in project
1070 field_private_notes: Private notes
1071 permission_view_private_notes: View private notes
1072 permission_set_notes_private: Set notes as private
1073 label_no_issues_in_project: no issues in project
1074 label_any: Svi
1075 label_last_n_weeks: last %{count} weeks
1076 setting_cross_project_subtasks: Allow cross-project subtasks
1077 label_cross_project_descendants: With subprojects
1078 label_cross_project_tree: With project tree
1079 label_cross_project_hierarchy: With project hierarchy
1080 label_cross_project_system: With all projects
1081 button_hide: Hide
1082 setting_non_working_week_days: Non-working days
1083 label_in_the_next_days: in the next
1084 label_in_the_past_days: in the past