Mercurial > hg > soundsoftware-site
comparison .svn/pristine/ed/edac7776c925017560e28a4e09358c7c8bd2d540.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 #Ernad Husremovic hernad@bring.out.ba | |
2 | |
3 bs: | |
4 direction: ltr | |
5 date: | |
6 formats: | |
7 default: "%d.%m.%Y" | |
8 short: "%e. %b" | |
9 long: "%e. %B %Y" | |
10 only_day: "%e" | |
11 | |
12 | |
13 day_names: [Nedjelja, Ponedjeljak, Utorak, Srijeda, Četvrtak, Petak, Subota] | |
14 abbr_day_names: [Ned, Pon, Uto, Sri, Čet, Pet, Sub] | |
15 | |
16 month_names: [~, Januar, Februar, Mart, April, Maj, Jun, Jul, Avgust, Septembar, Oktobar, Novembar, Decembar] | |
17 abbr_month_names: [~, Jan, Feb, Mar, Apr, Maj, Jun, Jul, Avg, Sep, Okt, Nov, Dec] | |
18 order: | |
19 - :day | |
20 - :month | |
21 - :year | |
22 | |
23 time: | |
24 formats: | |
25 default: "%A, %e. %B %Y, %H:%M" | |
26 short: "%e. %B, %H:%M Uhr" | |
27 long: "%A, %e. %B %Y, %H:%M" | |
28 time: "%H:%M" | |
29 | |
30 am: "prijepodne" | |
31 pm: "poslijepodne" | |
32 | |
33 datetime: | |
34 distance_in_words: | |
35 half_a_minute: "pola minute" | |
36 less_than_x_seconds: | |
37 one: "manje od 1 sekunde" | |
38 other: "manje od %{count} sekudni" | |
39 x_seconds: | |
40 one: "1 sekunda" | |
41 other: "%{count} sekundi" | |
42 less_than_x_minutes: | |
43 one: "manje od 1 minute" | |
44 other: "manje od %{count} minuta" | |
45 x_minutes: | |
46 one: "1 minuta" | |
47 other: "%{count} minuta" | |
48 about_x_hours: | |
49 one: "oko 1 sahat" | |
50 other: "oko %{count} sahata" | |
51 x_hours: | |
52 one: "1 hour" | |
53 other: "%{count} hours" | |
54 x_days: | |
55 one: "1 dan" | |
56 other: "%{count} dana" | |
57 about_x_months: | |
58 one: "oko 1 mjesec" | |
59 other: "oko %{count} mjeseci" | |
60 x_months: | |
61 one: "1 mjesec" | |
62 other: "%{count} mjeseci" | |
63 about_x_years: | |
64 one: "oko 1 godine" | |
65 other: "oko %{count} godina" | |
66 over_x_years: | |
67 one: "preko 1 godine" | |
68 other: "preko %{count} godina" | |
69 almost_x_years: | |
70 one: "almost 1 year" | |
71 other: "almost %{count} years" | |
72 | |
73 | |
74 number: | |
75 format: | |
76 precision: 2 | |
77 separator: ',' | |
78 delimiter: '.' | |
79 currency: | |
80 format: | |
81 unit: 'KM' | |
82 format: '%u %n' | |
83 negative_format: '%u -%n' | |
84 delimiter: '' | |
85 percentage: | |
86 format: | |
87 delimiter: "" | |
88 precision: | |
89 format: | |
90 delimiter: "" | |
91 human: | |
92 format: | |
93 delimiter: "" | |
94 precision: 3 | |
95 storage_units: | |
96 format: "%n %u" | |
97 units: | |
98 byte: | |
99 one: "Byte" | |
100 other: "Bytes" | |
101 kb: "KB" | |
102 mb: "MB" | |
103 gb: "GB" | |
104 tb: "TB" | |
105 | |
106 # Used in array.to_sentence. | |
107 support: | |
108 array: | |
109 sentence_connector: "i" | |
110 skip_last_comma: false | |
111 | |
112 activerecord: | |
113 errors: | |
114 template: | |
115 header: | |
116 one: "1 error prohibited this %{model} from being saved" | |
117 other: "%{count} errors prohibited this %{model} from being saved" | |
118 messages: | |
119 inclusion: "nije uključeno u listu" | |
120 exclusion: "je rezervisano" | |
121 invalid: "nije ispravno" | |
122 confirmation: "ne odgovara potvrdi" | |
123 accepted: "mora se prihvatiti" | |
124 empty: "ne može biti prazno" | |
125 blank: "ne može biti znak razmaka" | |
126 too_long: "je predugačko" | |
127 too_short: "je prekratko" | |
128 wrong_length: "je pogrešne dužine" | |
129 taken: "već je zauzeto" | |
130 not_a_number: "nije broj" | |
131 not_a_date: "nije ispravan datum" | |
132 greater_than: "mora bit veći od %{count}" | |
133 greater_than_or_equal_to: "mora bit veći ili jednak %{count}" | |
134 equal_to: "mora biti jednak %{count}" | |
135 less_than: "mora biti manji od %{count}" | |
136 less_than_or_equal_to: "mora bit manji ili jednak %{count}" | |
137 odd: "mora biti neparan" | |
138 even: "mora biti paran" | |
139 greater_than_start_date: "mora biti veći nego početni datum" | |
140 not_same_project: "ne pripada istom projektu" | |
141 circular_dependency: "Ova relacija stvar cirkularnu zavisnost" | |
142 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" | |
143 | |
144 actionview_instancetag_blank_option: Molimo odaberite | |
145 | |
146 general_text_No: 'Da' | |
147 general_text_Yes: 'Ne' | |
148 general_text_no: 'ne' | |
149 general_text_yes: 'da' | |
150 general_lang_name: 'Bosanski' | |
151 general_csv_separator: ',' | |
152 general_csv_decimal_separator: '.' | |
153 general_csv_encoding: UTF-8 | |
154 general_pdf_encoding: UTF-8 | |
155 general_first_day_of_week: '7' | |
156 | |
157 notice_account_activated: Vaš nalog je aktiviran. Možete se prijaviti. | |
158 notice_account_invalid_creditentials: Pogrešan korisnik ili lozinka | |
159 notice_account_lost_email_sent: Email sa uputstvima o izboru nove šifre je poslat na vašu adresu. | |
160 notice_account_password_updated: Lozinka je uspješno promjenjena. | |
161 notice_account_pending: "Vaš nalog je kreiran i čeka odobrenje administratora." | |
162 notice_account_register_done: Nalog je uspješno kreiran. Da bi ste aktivirali vaš nalog kliknite na link koji vam je poslat. | |
163 notice_account_unknown_email: Nepoznati korisnik. | |
164 notice_account_updated: Nalog je uspješno promjenen. | |
165 notice_account_wrong_password: Pogrešna lozinka | |
166 notice_can_t_change_password: Ovaj nalog koristi eksterni izvor prijavljivanja. Ne mogu da promjenim šifru. | |
167 notice_default_data_loaded: Podrazumjevana konfiguracija uspječno učitana. | |
168 notice_email_error: Došlo je do greške pri slanju emaila (%{value}) | |
169 notice_email_sent: "Email je poslan %{value}" | |
170 notice_failed_to_save_issues: "Neuspješno snimanje %{count} aktivnosti na %{total} izabrano: %{ids}." | |
171 notice_feeds_access_key_reseted: Vaš RSS pristup je resetovan. | |
172 notice_file_not_found: Stranica kojoj pokušavate da pristupite ne postoji ili je uklonjena. | |
173 notice_locking_conflict: "Konflikt: podaci su izmjenjeni od strane drugog korisnika." | |
174 notice_no_issue_selected: "Nijedna aktivnost nije izabrana! Molim, izaberite aktivnosti koje želite za ispravljate." | |
175 notice_not_authorized: Niste ovlašćeni da pristupite ovoj stranici. | |
176 notice_successful_connection: Uspješna konekcija. | |
177 notice_successful_create: Uspješno kreiranje. | |
178 notice_successful_delete: Brisanje izvršeno. | |
179 notice_successful_update: Promjene uspješno izvršene. | |
180 | |
181 error_can_t_load_default_data: "Podrazumjevane postavke se ne mogu učitati %{value}" | |
182 error_scm_command_failed: "Desila se greška pri pristupu repozitoriju: %{value}" | |
183 error_scm_not_found: "Unos i/ili revizija ne postoji u repozitoriju." | |
184 | |
185 error_scm_annotate: "Ova stavka ne postoji ili nije označena." | |
186 error_issue_not_found_in_project: 'Aktivnost nije nađena ili ne pripada ovom projektu' | |
187 | |
188 warning_attachments_not_saved: "%{count} fajl(ovi) ne mogu biti snimljen(i)." | |
189 | |
190 mail_subject_lost_password: "Vaša %{value} lozinka" | |
191 mail_body_lost_password: 'Za promjenu lozinke, kliknite na sljedeći link:' | |
192 mail_subject_register: "Aktivirajte %{value} vaš korisnički račun" | |
193 mail_body_register: 'Za aktivaciju vašeg korisničkog računa, kliknite na sljedeći link:' | |
194 mail_body_account_information_external: "Možete koristiti vaš %{value} korisnički račun za prijavu na sistem." | |
195 mail_body_account_information: Informacija o vašem korisničkom računu | |
196 mail_subject_account_activation_request: "%{value} zahtjev za aktivaciju korisničkog računa" | |
197 mail_body_account_activation_request: "Novi korisnik (%{value}) se registrovao. Korisnički račun čeka vaše odobrenje za aktivaciju:" | |
198 mail_subject_reminder: "%{count} aktivnost(i) u kašnjenju u narednim %{days} danima" | |
199 mail_body_reminder: "%{count} aktivnost(i) koje su dodjeljenje vama u narednim %{days} danima:" | |
200 | |
201 gui_validation_error: 1 greška | |
202 gui_validation_error_plural: "%{count} grešaka" | |
203 | |
204 field_name: Ime | |
205 field_description: Opis | |
206 field_summary: Pojašnjenje | |
207 field_is_required: Neophodno popuniti | |
208 field_firstname: Ime | |
209 field_lastname: Prezime | |
210 field_mail: Email | |
211 field_filename: Fajl | |
212 field_filesize: Veličina | |
213 field_downloads: Downloadi | |
214 field_author: Autor | |
215 field_created_on: Kreirano | |
216 field_updated_on: Izmjenjeno | |
217 field_field_format: Format | |
218 field_is_for_all: Za sve projekte | |
219 field_possible_values: Moguće vrijednosti | |
220 field_regexp: '"Regularni izraz"' | |
221 field_min_length: Minimalna veličina | |
222 field_max_length: Maksimalna veličina | |
223 field_value: Vrijednost | |
224 field_category: Kategorija | |
225 field_title: Naslov | |
226 field_project: Projekat | |
227 field_issue: Aktivnost | |
228 field_status: Status | |
229 field_notes: Bilješke | |
230 field_is_closed: Aktivnost zatvorena | |
231 field_is_default: Podrazumjevana vrijednost | |
232 field_tracker: Područje aktivnosti | |
233 field_subject: Subjekat | |
234 field_due_date: Završiti do | |
235 field_assigned_to: Dodijeljeno | |
236 field_priority: Prioritet | |
237 field_fixed_version: Ciljna verzija | |
238 field_user: Korisnik | |
239 field_role: Uloga | |
240 field_homepage: Naslovna strana | |
241 field_is_public: Javni | |
242 field_parent: Podprojekt od | |
243 field_is_in_roadmap: Aktivnosti prikazane u planu realizacije | |
244 field_login: Prijava | |
245 field_mail_notification: Email notifikacije | |
246 field_admin: Administrator | |
247 field_last_login_on: Posljednja konekcija | |
248 field_language: Jezik | |
249 field_effective_date: Datum | |
250 field_password: Lozinka | |
251 field_new_password: Nova lozinka | |
252 field_password_confirmation: Potvrda | |
253 field_version: Verzija | |
254 field_type: Tip | |
255 field_host: Host | |
256 field_port: Port | |
257 field_account: Korisnički račun | |
258 field_base_dn: Base DN | |
259 field_attr_login: Attribut za prijavu | |
260 field_attr_firstname: Attribut za ime | |
261 field_attr_lastname: Atribut za prezime | |
262 field_attr_mail: Atribut za email | |
263 field_onthefly: 'Kreiranje korisnika "On-the-fly"' | |
264 field_start_date: Početak | |
265 field_done_ratio: "% Realizovano" | |
266 field_auth_source: Mod za authentifikaciju | |
267 field_hide_mail: Sakrij moju email adresu | |
268 field_comments: Komentar | |
269 field_url: URL | |
270 field_start_page: Početna stranica | |
271 field_subproject: Podprojekat | |
272 field_hours: Sahata | |
273 field_activity: Operacija | |
274 field_spent_on: Datum | |
275 field_identifier: Identifikator | |
276 field_is_filter: Korišteno kao filter | |
277 field_issue_to: Povezana aktivnost | |
278 field_delay: Odgađanje | |
279 field_assignable: Aktivnosti dodijeljene ovoj ulozi | |
280 field_redirect_existing_links: Izvrši redirekciju postojećih linkova | |
281 field_estimated_hours: Procjena vremena | |
282 field_column_names: Kolone | |
283 field_time_zone: Vremenska zona | |
284 field_searchable: Pretraživo | |
285 field_default_value: Podrazumjevana vrijednost | |
286 field_comments_sorting: Prikaži komentare | |
287 field_parent_title: 'Stranica "roditelj"' | |
288 field_editable: Može se mijenjati | |
289 field_watcher: Posmatrač | |
290 field_identity_url: OpenID URL | |
291 field_content: Sadržaj | |
292 | |
293 setting_app_title: Naslov aplikacije | |
294 setting_app_subtitle: Podnaslov aplikacije | |
295 setting_welcome_text: Tekst dobrodošlice | |
296 setting_default_language: Podrazumjevani jezik | |
297 setting_login_required: Authentifikacija neophodna | |
298 setting_self_registration: Samo-registracija | |
299 setting_attachment_max_size: Maksimalna veličina prikačenog fajla | |
300 setting_issues_export_limit: Limit za eksport aktivnosti | |
301 setting_mail_from: Mail adresa - pošaljilac | |
302 setting_bcc_recipients: '"BCC" (blind carbon copy) primaoci ' | |
303 setting_plain_text_mail: Email sa običnim tekstom (bez HTML-a) | |
304 setting_host_name: Ime hosta i putanja | |
305 setting_text_formatting: Formatiranje teksta | |
306 setting_wiki_compression: Kompresija Wiki istorije | |
307 | |
308 setting_feeds_limit: 'Limit za "RSS" feed-ove' | |
309 setting_default_projects_public: Podrazumjeva se da je novi projekat javni | |
310 setting_autofetch_changesets: 'Automatski kupi "commit"-e' | |
311 setting_sys_api_enabled: 'Omogući "WS" za upravljanje repozitorijom' | |
312 setting_commit_ref_keywords: Ključne riječi za reference | |
313 setting_commit_fix_keywords: 'Ključne riječi za status "zatvoreno"' | |
314 setting_autologin: Automatski login | |
315 setting_date_format: Format datuma | |
316 setting_time_format: Format vremena | |
317 setting_cross_project_issue_relations: Omogući relacije između aktivnosti na različitim projektima | |
318 setting_issue_list_default_columns: Podrazumjevane koleone za prikaz na listi aktivnosti | |
319 setting_emails_footer: Potpis na email-ovima | |
320 setting_protocol: Protokol | |
321 setting_per_page_options: Broj objekata po stranici | |
322 setting_user_format: Format korisničkog prikaza | |
323 setting_activity_days_default: Prikaz promjena na projektu - opseg dana | |
324 setting_display_subprojects_issues: Prikaz podprojekata na glavnom projektima (podrazumjeva se) | |
325 setting_enabled_scm: Omogući SCM (source code management) | |
326 setting_mail_handler_api_enabled: Omogući automatsku obradu ulaznih emailova | |
327 setting_mail_handler_api_key: API ključ (obrada ulaznih mailova) | |
328 setting_sequential_project_identifiers: Generiši identifikatore projekta sekvencijalno | |
329 setting_gravatar_enabled: 'Koristi "gravatar" korisničke ikone' | |
330 setting_diff_max_lines_displayed: Maksimalan broj linija za prikaz razlika između dva fajla | |
331 setting_file_max_size_displayed: Maksimalna veličina fajla kod prikaza razlika unutar fajla (inline) | |
332 setting_repository_log_display_limit: Maksimalna veličina revizija prikazanih na log fajlu | |
333 setting_openid: Omogući OpenID prijavu i registraciju | |
334 | |
335 permission_edit_project: Ispravke projekta | |
336 permission_select_project_modules: Odaberi module projekta | |
337 permission_manage_members: Upravljanje članovima | |
338 permission_manage_versions: Upravljanje verzijama | |
339 permission_manage_categories: Upravljanje kategorijama aktivnosti | |
340 permission_add_issues: Dodaj aktivnosti | |
341 permission_edit_issues: Ispravka aktivnosti | |
342 permission_manage_issue_relations: Upravljaj relacijama među aktivnostima | |
343 permission_add_issue_notes: Dodaj bilješke | |
344 permission_edit_issue_notes: Ispravi bilješke | |
345 permission_edit_own_issue_notes: Ispravi sopstvene bilješke | |
346 permission_move_issues: Pomjeri aktivnosti | |
347 permission_delete_issues: Izbriši aktivnosti | |
348 permission_manage_public_queries: Upravljaj javnim upitima | |
349 permission_save_queries: Snimi upite | |
350 permission_view_gantt: Pregled gantograma | |
351 permission_view_calendar: Pregled kalendara | |
352 permission_view_issue_watchers: Pregled liste korisnika koji prate aktivnost | |
353 permission_add_issue_watchers: Dodaj onoga koji prati aktivnost | |
354 permission_log_time: Evidentiraj utrošak vremena | |
355 permission_view_time_entries: Pregled utroška vremena | |
356 permission_edit_time_entries: Ispravka utroška vremena | |
357 permission_edit_own_time_entries: Ispravka svog utroška vremena | |
358 permission_manage_news: Upravljaj novostima | |
359 permission_comment_news: Komentiraj novosti | |
360 permission_manage_documents: Upravljaj dokumentima | |
361 permission_view_documents: Pregled dokumenata | |
362 permission_manage_files: Upravljaj fajlovima | |
363 permission_view_files: Pregled fajlova | |
364 permission_manage_wiki: Upravljaj wiki stranicama | |
365 permission_rename_wiki_pages: Ispravi wiki stranicu | |
366 permission_delete_wiki_pages: Izbriši wiki stranicu | |
367 permission_view_wiki_pages: Pregled wiki sadržaja | |
368 permission_view_wiki_edits: Pregled wiki istorije | |
369 permission_edit_wiki_pages: Ispravka wiki stranica | |
370 permission_delete_wiki_pages_attachments: Brisanje fajlova prikačenih wiki-ju | |
371 permission_protect_wiki_pages: Zaštiti wiki stranicu | |
372 permission_manage_repository: Upravljaj repozitorijem | |
373 permission_browse_repository: Pregled repozitorija | |
374 permission_view_changesets: Pregled setova promjena | |
375 permission_commit_access: 'Pristup "commit"-u' | |
376 permission_manage_boards: Upravljaj forumima | |
377 permission_view_messages: Pregled poruka | |
378 permission_add_messages: Šalji poruke | |
379 permission_edit_messages: Ispravi poruke | |
380 permission_edit_own_messages: Ispravka sopstvenih poruka | |
381 permission_delete_messages: Prisanje poruka | |
382 permission_delete_own_messages: Brisanje sopstvenih poruka | |
383 | |
384 project_module_issue_tracking: Praćenje aktivnosti | |
385 project_module_time_tracking: Praćenje vremena | |
386 project_module_news: Novosti | |
387 project_module_documents: Dokumenti | |
388 project_module_files: Fajlovi | |
389 project_module_wiki: Wiki stranice | |
390 project_module_repository: Repozitorij | |
391 project_module_boards: Forumi | |
392 | |
393 label_user: Korisnik | |
394 label_user_plural: Korisnici | |
395 label_user_new: Novi korisnik | |
396 label_project: Projekat | |
397 label_project_new: Novi projekat | |
398 label_project_plural: Projekti | |
399 label_x_projects: | |
400 zero: 0 projekata | |
401 one: 1 projekat | |
402 other: "%{count} projekata" | |
403 label_project_all: Svi projekti | |
404 label_project_latest: Posljednji projekti | |
405 label_issue: Aktivnost | |
406 label_issue_new: Nova aktivnost | |
407 label_issue_plural: Aktivnosti | |
408 label_issue_view_all: Vidi sve aktivnosti | |
409 label_issues_by: "Aktivnosti po %{value}" | |
410 label_issue_added: Aktivnost je dodana | |
411 label_issue_updated: Aktivnost je izmjenjena | |
412 label_document: Dokument | |
413 label_document_new: Novi dokument | |
414 label_document_plural: Dokumenti | |
415 label_document_added: Dokument je dodan | |
416 label_role: Uloga | |
417 label_role_plural: Uloge | |
418 label_role_new: Nove uloge | |
419 label_role_and_permissions: Uloge i dozvole | |
420 label_member: Izvršilac | |
421 label_member_new: Novi izvršilac | |
422 label_member_plural: Izvršioci | |
423 label_tracker: Područje aktivnosti | |
424 label_tracker_plural: Područja aktivnosti | |
425 label_tracker_new: Novo područje aktivnosti | |
426 label_workflow: Tok promjena na aktivnosti | |
427 label_issue_status: Status aktivnosti | |
428 label_issue_status_plural: Statusi aktivnosti | |
429 label_issue_status_new: Novi status | |
430 label_issue_category: Kategorija aktivnosti | |
431 label_issue_category_plural: Kategorije aktivnosti | |
432 label_issue_category_new: Nova kategorija | |
433 label_custom_field: Proizvoljno polje | |
434 label_custom_field_plural: Proizvoljna polja | |
435 label_custom_field_new: Novo proizvoljno polje | |
436 label_enumerations: Enumeracije | |
437 label_enumeration_new: Nova vrijednost | |
438 label_information: Informacija | |
439 label_information_plural: Informacije | |
440 label_please_login: Molimo prijavite se | |
441 label_register: Registracija | |
442 label_login_with_open_id_option: ili prijava sa OpenID-om | |
443 label_password_lost: Izgubljena lozinka | |
444 label_home: Početna stranica | |
445 label_my_page: Moja stranica | |
446 label_my_account: Moj korisnički račun | |
447 label_my_projects: Moji projekti | |
448 label_administration: Administracija | |
449 label_login: Prijavi se | |
450 label_logout: Odjavi se | |
451 label_help: Pomoć | |
452 label_reported_issues: Prijavljene aktivnosti | |
453 label_assigned_to_me_issues: Aktivnosti dodjeljene meni | |
454 label_last_login: Posljednja konekcija | |
455 label_registered_on: Registrovan na | |
456 label_activity_plural: Promjene | |
457 label_activity: Operacija | |
458 label_overall_activity: Pregled svih promjena | |
459 label_user_activity: "Promjene izvršene od: %{value}" | |
460 label_new: Novi | |
461 label_logged_as: Prijavljen kao | |
462 label_environment: Sistemsko okruženje | |
463 label_authentication: Authentifikacija | |
464 label_auth_source: Mod authentifikacije | |
465 label_auth_source_new: Novi mod authentifikacije | |
466 label_auth_source_plural: Modovi authentifikacije | |
467 label_subproject_plural: Podprojekti | |
468 label_and_its_subprojects: "%{value} i njegovi podprojekti" | |
469 label_min_max_length: Min - Maks dužina | |
470 label_list: Lista | |
471 label_date: Datum | |
472 label_integer: Cijeli broj | |
473 label_float: Float | |
474 label_boolean: Logička varijabla | |
475 label_string: Tekst | |
476 label_text: Dugi tekst | |
477 label_attribute: Atribut | |
478 label_attribute_plural: Atributi | |
479 label_download: "%{count} download" | |
480 label_download_plural: "%{count} download-i" | |
481 label_no_data: Nema podataka za prikaz | |
482 label_change_status: Promjeni status | |
483 label_history: Istorija | |
484 label_attachment: Fajl | |
485 label_attachment_new: Novi fajl | |
486 label_attachment_delete: Izbriši fajl | |
487 label_attachment_plural: Fajlovi | |
488 label_file_added: Fajl je dodan | |
489 label_report: Izvještaj | |
490 label_report_plural: Izvještaji | |
491 label_news: Novosti | |
492 label_news_new: Dodaj novosti | |
493 label_news_plural: Novosti | |
494 label_news_latest: Posljednje novosti | |
495 label_news_view_all: Pogledaj sve novosti | |
496 label_news_added: Novosti su dodane | |
497 label_settings: Postavke | |
498 label_overview: Pregled | |
499 label_version: Verzija | |
500 label_version_new: Nova verzija | |
501 label_version_plural: Verzije | |
502 label_confirmation: Potvrda | |
503 label_export_to: 'Takođe dostupno u:' | |
504 label_read: Čitaj... | |
505 label_public_projects: Javni projekti | |
506 label_open_issues: otvoren | |
507 label_open_issues_plural: otvoreni | |
508 label_closed_issues: zatvoren | |
509 label_closed_issues_plural: zatvoreni | |
510 label_x_open_issues_abbr_on_total: | |
511 zero: 0 otvoreno / %{total} | |
512 one: 1 otvorena / %{total} | |
513 other: "%{count} otvorene / %{total}" | |
514 label_x_open_issues_abbr: | |
515 zero: 0 otvoreno | |
516 one: 1 otvorena | |
517 other: "%{count} otvorene" | |
518 label_x_closed_issues_abbr: | |
519 zero: 0 zatvoreno | |
520 one: 1 zatvorena | |
521 other: "%{count} zatvorene" | |
522 label_total: Ukupno | |
523 label_permissions: Dozvole | |
524 label_current_status: Tekući status | |
525 label_new_statuses_allowed: Novi statusi dozvoljeni | |
526 label_all: sve | |
527 label_none: ništa | |
528 label_nobody: niko | |
529 label_next: Sljedeće | |
530 label_previous: Predhodno | |
531 label_used_by: Korišteno od | |
532 label_details: Detalji | |
533 label_add_note: Dodaj bilješku | |
534 label_per_page: Po stranici | |
535 label_calendar: Kalendar | |
536 label_months_from: mjeseci od | |
537 label_gantt: Gantt | |
538 label_internal: Interno | |
539 label_last_changes: "posljednjih %{count} promjena" | |
540 label_change_view_all: Vidi sve promjene | |
541 label_personalize_page: Personaliziraj ovu stranicu | |
542 label_comment: Komentar | |
543 label_comment_plural: Komentari | |
544 label_x_comments: | |
545 zero: bez komentara | |
546 one: 1 komentar | |
547 other: "%{count} komentari" | |
548 label_comment_add: Dodaj komentar | |
549 label_comment_added: Komentar je dodan | |
550 label_comment_delete: Izbriši komentar | |
551 label_query: Proizvoljan upit | |
552 label_query_plural: Proizvoljni upiti | |
553 label_query_new: Novi upit | |
554 label_filter_add: Dodaj filter | |
555 label_filter_plural: Filteri | |
556 label_equals: je | |
557 label_not_equals: nije | |
558 label_in_less_than: je manji nego | |
559 label_in_more_than: je više nego | |
560 label_in: u | |
561 label_today: danas | |
562 label_all_time: sve vrijeme | |
563 label_yesterday: juče | |
564 label_this_week: ova hefta | |
565 label_last_week: zadnja hefta | |
566 label_last_n_days: "posljednjih %{count} dana" | |
567 label_this_month: ovaj mjesec | |
568 label_last_month: posljednji mjesec | |
569 label_this_year: ova godina | |
570 label_date_range: Datumski opseg | |
571 label_less_than_ago: ranije nego (dana) | |
572 label_more_than_ago: starije nego (dana) | |
573 label_ago: prije (dana) | |
574 label_contains: sadrži | |
575 label_not_contains: ne sadrži | |
576 label_day_plural: dani | |
577 label_repository: Repozitorij | |
578 label_repository_plural: Repozitoriji | |
579 label_browse: Listaj | |
580 label_modification: "%{count} promjena" | |
581 label_modification_plural: "%{count} promjene" | |
582 label_revision: Revizija | |
583 label_revision_plural: Revizije | |
584 label_associated_revisions: Doddjeljene revizije | |
585 label_added: dodano | |
586 label_modified: izmjenjeno | |
587 label_copied: kopirano | |
588 label_renamed: preimenovano | |
589 label_deleted: izbrisano | |
590 label_latest_revision: Posljednja revizija | |
591 label_latest_revision_plural: Posljednje revizije | |
592 label_view_revisions: Vidi revizije | |
593 label_max_size: Maksimalna veličina | |
594 label_sort_highest: Pomjeri na vrh | |
595 label_sort_higher: Pomjeri gore | |
596 label_sort_lower: Pomjeri dole | |
597 label_sort_lowest: Pomjeri na dno | |
598 label_roadmap: Plan realizacije | |
599 label_roadmap_due_in: "Obavezan do %{value}" | |
600 label_roadmap_overdue: "%{value} kasni" | |
601 label_roadmap_no_issues: Nema aktivnosti za ovu verziju | |
602 label_search: Traži | |
603 label_result_plural: Rezultati | |
604 label_all_words: Sve riječi | |
605 label_wiki: Wiki stranice | |
606 label_wiki_edit: ispravka wiki-ja | |
607 label_wiki_edit_plural: ispravke wiki-ja | |
608 label_wiki_page: Wiki stranica | |
609 label_wiki_page_plural: Wiki stranice | |
610 label_index_by_title: Indeks prema naslovima | |
611 label_index_by_date: Indeks po datumima | |
612 label_current_version: Tekuća verzija | |
613 label_preview: Pregled | |
614 label_feed_plural: Feeds | |
615 label_changes_details: Detalji svih promjena | |
616 label_issue_tracking: Evidencija aktivnosti | |
617 label_spent_time: Utrošak vremena | |
618 label_f_hour: "%{value} sahat" | |
619 label_f_hour_plural: "%{value} sahata" | |
620 label_time_tracking: Evidencija vremena | |
621 label_change_plural: Promjene | |
622 label_statistics: Statistika | |
623 label_commits_per_month: '"Commit"-a po mjesecu' | |
624 label_commits_per_author: '"Commit"-a po autoru' | |
625 label_view_diff: Pregled razlika | |
626 label_diff_inline: zajedno | |
627 label_diff_side_by_side: jedna pored druge | |
628 label_options: Opcije | |
629 label_copy_workflow_from: Kopiraj tok promjena statusa iz | |
630 label_permissions_report: Izvještaj | |
631 label_watched_issues: Aktivnosti koje pratim | |
632 label_related_issues: Korelirane aktivnosti | |
633 label_applied_status: Status je primjenjen | |
634 label_loading: Učitavam... | |
635 label_relation_new: Nova relacija | |
636 label_relation_delete: Izbriši relaciju | |
637 label_relates_to: korelira sa | |
638 label_duplicates: duplikat | |
639 label_duplicated_by: duplicirano od | |
640 label_blocks: blokira | |
641 label_blocked_by: blokirano on | |
642 label_precedes: predhodi | |
643 label_follows: slijedi | |
644 label_end_to_start: 'kraj -> početak' | |
645 label_end_to_end: 'kraja -> kraj' | |
646 label_start_to_start: 'početak -> početak' | |
647 label_start_to_end: 'početak -> kraj' | |
648 label_stay_logged_in: Ostani prijavljen | |
649 label_disabled: onemogućen | |
650 label_show_completed_versions: Prikaži završene verzije | |
651 label_me: ja | |
652 label_board: Forum | |
653 label_board_new: Novi forum | |
654 label_board_plural: Forumi | |
655 label_topic_plural: Teme | |
656 label_message_plural: Poruke | |
657 label_message_last: Posljednja poruka | |
658 label_message_new: Nova poruka | |
659 label_message_posted: Poruka je dodana | |
660 label_reply_plural: Odgovori | |
661 label_send_information: Pošalji informaciju o korisničkom računu | |
662 label_year: Godina | |
663 label_month: Mjesec | |
664 label_week: Hefta | |
665 label_date_from: Od | |
666 label_date_to: Do | |
667 label_language_based: Bazirano na korisnikovom jeziku | |
668 label_sort_by: "Sortiraj po %{value}" | |
669 label_send_test_email: Pošalji testni email | |
670 label_feeds_access_key_created_on: "RSS pristupni ključ kreiran prije %{value} dana" | |
671 label_module_plural: Moduli | |
672 label_added_time_by: "Dodano od %{author} prije %{age}" | |
673 label_updated_time_by: "Izmjenjeno od %{author} prije %{age}" | |
674 label_updated_time: "Izmjenjeno prije %{value}" | |
675 label_jump_to_a_project: Skoči na projekat... | |
676 label_file_plural: Fajlovi | |
677 label_changeset_plural: Setovi promjena | |
678 label_default_columns: Podrazumjevane kolone | |
679 label_no_change_option: (Bez promjene) | |
680 label_bulk_edit_selected_issues: Ispravi odjednom odabrane aktivnosti | |
681 label_theme: Tema | |
682 label_default: Podrazumjevano | |
683 label_search_titles_only: Pretraži samo naslove | |
684 label_user_mail_option_all: "Za bilo koji događaj na svim mojim projektima" | |
685 label_user_mail_option_selected: "Za bilo koji događaj na odabranim projektima..." | |
686 label_user_mail_no_self_notified: "Ne želim notifikaciju za promjene koje sam ja napravio" | |
687 label_registration_activation_by_email: aktivacija korisničkog računa email-om | |
688 label_registration_manual_activation: ručna aktivacija korisničkog računa | |
689 label_registration_automatic_activation: automatska kreacija korisničkog računa | |
690 label_display_per_page: "Po stranici: %{value}" | |
691 label_age: Starost | |
692 label_change_properties: Promjena osobina | |
693 label_general: Generalno | |
694 label_more: Više | |
695 label_scm: SCM | |
696 label_plugins: Plugin-ovi | |
697 label_ldap_authentication: LDAP authentifikacija | |
698 label_downloads_abbr: D/L | |
699 label_optional_description: Opis (opciono) | |
700 label_add_another_file: Dodaj još jedan fajl | |
701 label_preferences: Postavke | |
702 label_chronological_order: Hronološki poredak | |
703 label_reverse_chronological_order: Reverzni hronološki poredak | |
704 label_planning: Planiranje | |
705 label_incoming_emails: Dolazni email-ovi | |
706 label_generate_key: Generiši ključ | |
707 label_issue_watchers: Praćeno od | |
708 label_example: Primjer | |
709 label_display: Prikaz | |
710 | |
711 button_apply: Primjeni | |
712 button_add: Dodaj | |
713 button_archive: Arhiviranje | |
714 button_back: Nazad | |
715 button_cancel: Odustani | |
716 button_change: Izmjeni | |
717 button_change_password: Izmjena lozinke | |
718 button_check_all: Označi sve | |
719 button_clear: Briši | |
720 button_copy: Kopiraj | |
721 button_create: Novi | |
722 button_delete: Briši | |
723 button_download: Download | |
724 button_edit: Ispravka | |
725 button_list: Lista | |
726 button_lock: Zaključaj | |
727 button_log_time: Utrošak vremena | |
728 button_login: Prijava | |
729 button_move: Pomjeri | |
730 button_rename: Promjena imena | |
731 button_reply: Odgovor | |
732 button_reset: Resetuj | |
733 button_rollback: Vrati predhodno stanje | |
734 button_save: Snimi | |
735 button_sort: Sortiranje | |
736 button_submit: Pošalji | |
737 button_test: Testiraj | |
738 button_unarchive: Otpakuj arhivu | |
739 button_uncheck_all: Isključi sve | |
740 button_unlock: Otključaj | |
741 button_unwatch: Prekini notifikaciju | |
742 button_update: Promjena na aktivnosti | |
743 button_view: Pregled | |
744 button_watch: Notifikacija | |
745 button_configure: Konfiguracija | |
746 button_quote: Citat | |
747 | |
748 status_active: aktivan | |
749 status_registered: registrovan | |
750 status_locked: zaključan | |
751 | |
752 text_select_mail_notifications: Odaberi događaje za koje će se slati email notifikacija. | |
753 text_regexp_info: npr. ^[A-Z0-9]+$ | |
754 text_min_max_length_info: 0 znači bez restrikcije | |
755 text_project_destroy_confirmation: Sigurno želite izbrisati ovaj projekat i njegove podatke ? | |
756 text_subprojects_destroy_warning: "Podprojekt(i): %{value} će takođe biti izbrisani." | |
757 text_workflow_edit: Odaberite ulogu i područje aktivnosti za ispravku toka promjena na aktivnosti | |
758 text_are_you_sure: Da li ste sigurni ? | |
759 text_tip_issue_begin_day: zadatak počinje danas | |
760 text_tip_issue_end_day: zadatak završava danas | |
761 text_tip_issue_begin_end_day: zadatak započinje i završava danas | |
762 text_caracters_maximum: "maksimum %{count} karaktera." | |
763 text_caracters_minimum: "Dužina mora biti najmanje %{count} znakova." | |
764 text_length_between: "Broj znakova između %{min} i %{max}." | |
765 text_tracker_no_workflow: Tok statusa nije definisan za ovo područje aktivnosti | |
766 text_unallowed_characters: Nedozvoljeni znakovi | |
767 text_comma_separated: Višestruke vrijednosti dozvoljene (odvojiti zarezom). | |
768 text_issues_ref_in_commit_messages: 'Referenciranje i zatvaranje aktivnosti putem "commit" poruka' | |
769 text_issue_added: "Aktivnost %{id} je prijavljena od %{author}." | |
770 text_issue_updated: "Aktivnost %{id} je izmjenjena od %{author}." | |
771 text_wiki_destroy_confirmation: Sigurno želite izbrisati ovaj wiki i čitav njegov sadržaj ? | |
772 text_issue_category_destroy_question: "Neke aktivnosti (%{count}) pripadaju ovoj kategoriji. Sigurno to želite uraditi ?" | |
773 text_issue_category_destroy_assignments: Ukloni kategoriju | |
774 text_issue_category_reassign_to: Ponovo dodijeli ovu kategoriju | |
775 text_user_mail_option: "Za projekte koje niste odabrali, primićete samo notifikacije o stavkama koje pratite ili ste u njih uključeni (npr. vi ste autor ili su vama dodjeljenje)." | |
776 text_no_configuration_data: "Uloge, područja aktivnosti, statusi aktivnosti i tok promjena statusa nisu konfigurisane.\nKrajnje je preporučeno da učitate tekuđe postavke. Kasnije ćete ih moći mjenjati po svojim potrebama." | |
777 text_load_default_configuration: Učitaj tekuću konfiguraciju | |
778 text_status_changed_by_changeset: "Primjenjeno u setu promjena %{value}." | |
779 text_issues_destroy_confirmation: 'Sigurno želite izbrisati odabranu/e aktivnost/i ?' | |
780 text_select_project_modules: 'Odaberi module koje želite u ovom projektu:' | |
781 text_default_administrator_account_changed: Tekući administratorski račun je promjenjen | |
782 text_file_repository_writable: U direktorij sa fajlovima koji su prilozi se može pisati | |
783 text_plugin_assets_writable: U direktorij plugin-ova se može pisati | |
784 text_rmagick_available: RMagick je dostupan (opciono) | |
785 text_destroy_time_entries_question: "%{hours} sahata je prijavljeno na aktivnostima koje želite brisati. Želite li to učiniti ?" | |
786 text_destroy_time_entries: Izbriši prijavljeno vrijeme | |
787 text_assign_time_entries_to_project: Dodaj prijavljenoo vrijeme projektu | |
788 text_reassign_time_entries: 'Preraspodjeli prijavljeno vrijeme na ovu aktivnost:' | |
789 text_user_wrote: "%{value} je napisao/la:" | |
790 text_enumeration_destroy_question: "Za %{count} objekata je dodjeljenja ova vrijednost." | |
791 text_enumeration_category_reassign_to: 'Ponovo im dodjeli ovu vrijednost:' | |
792 text_email_delivery_not_configured: "Email dostava nije konfiguraisana, notifikacija je onemogućena.\nKonfiguriši SMTP server u config/configuration.yml i restartuj aplikaciju nakon toga." | |
793 text_repository_usernames_mapping: "Odaberi ili ispravi redmine korisnika mapiranog za svako korisničko ima nađeno u logu repozitorija.\nKorisnici sa istim imenom u redmineu i u repozitoruju se automatski mapiraju." | |
794 text_diff_truncated: '... Ovaj prikaz razlike je odsječen pošto premašuje maksimalnu veličinu za prikaz' | |
795 text_custom_field_possible_values_info: 'Jedna linija za svaku vrijednost' | |
796 | |
797 default_role_manager: Menadžer | |
798 default_role_developer: Programer | |
799 default_role_reporter: Reporter | |
800 default_tracker_bug: Greška | |
801 default_tracker_feature: Nova funkcija | |
802 default_tracker_support: Podrška | |
803 default_issue_status_new: Novi | |
804 default_issue_status_in_progress: In Progress | |
805 default_issue_status_resolved: Riješen | |
806 default_issue_status_feedback: Čeka se povratna informacija | |
807 default_issue_status_closed: Zatvoren | |
808 default_issue_status_rejected: Odbijen | |
809 default_doc_category_user: Korisnička dokumentacija | |
810 default_doc_category_tech: Tehnička dokumentacija | |
811 default_priority_low: Nizak | |
812 default_priority_normal: Normalan | |
813 default_priority_high: Visok | |
814 default_priority_urgent: Urgentno | |
815 default_priority_immediate: Odmah | |
816 default_activity_design: Dizajn | |
817 default_activity_development: Programiranje | |
818 | |
819 enumeration_issue_priorities: Prioritet aktivnosti | |
820 enumeration_doc_categories: Kategorije dokumenata | |
821 enumeration_activities: Operacije (utrošak vremena) | |
822 notice_unable_delete_version: Ne mogu izbrisati verziju. | |
823 button_create_and_continue: Kreiraj i nastavi | |
824 button_annotate: Zabilježi | |
825 button_activate: Aktiviraj | |
826 label_sort: Sortiranje | |
827 label_date_from_to: Od %{start} do %{end} | |
828 label_ascending: Rastuće | |
829 label_descending: Opadajuće | |
830 label_greater_or_equal: ">=" | |
831 label_less_or_equal: <= | |
832 text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do? | |
833 text_wiki_page_reassign_children: Reassign child pages to this parent page | |
834 text_wiki_page_nullify_children: Keep child pages as root pages | |
835 text_wiki_page_destroy_children: Delete child pages and all their descendants | |
836 setting_password_min_length: Minimum password length | |
837 field_group_by: Group results by | |
838 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" | |
839 label_wiki_content_added: Wiki page added | |
840 mail_subject_wiki_content_added: "'%{id}' wiki page has been added" | |
841 mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}. | |
842 label_wiki_content_updated: Wiki page updated | |
843 mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}. | |
844 permission_add_project: Create project | |
845 setting_new_project_user_role_id: Role given to a non-admin user who creates a project | |
846 label_view_all_revisions: View all revisions | |
847 label_tag: Tag | |
848 label_branch: Branch | |
849 error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
850 error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). | |
851 text_journal_changed: "%{label} changed from %{old} to %{new}" | |
852 text_journal_set_to: "%{label} set to %{value}" | |
853 text_journal_deleted: "%{label} deleted (%{old})" | |
854 label_group_plural: Groups | |
855 label_group: Group | |
856 label_group_new: New group | |
857 label_time_entry_plural: Spent time | |
858 text_journal_added: "%{label} %{value} added" | |
859 field_active: Active | |
860 enumeration_system_activity: System Activity | |
861 permission_delete_issue_watchers: Delete watchers | |
862 version_status_closed: closed | |
863 version_status_locked: locked | |
864 version_status_open: open | |
865 error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened | |
866 label_user_anonymous: Anonymous | |
867 button_move_and_follow: Move and follow | |
868 setting_default_projects_modules: Default enabled modules for new projects | |
869 setting_gravatar_default: Default Gravatar image | |
870 field_sharing: Sharing | |
871 label_version_sharing_hierarchy: With project hierarchy | |
872 label_version_sharing_system: With all projects | |
873 label_version_sharing_descendants: With subprojects | |
874 label_version_sharing_tree: With project tree | |
875 label_version_sharing_none: Not shared | |
876 error_can_not_archive_project: This project can not be archived | |
877 button_duplicate: Duplicate | |
878 button_copy_and_follow: Copy and follow | |
879 label_copy_source: Source | |
880 setting_issue_done_ratio: Calculate the issue done ratio with | |
881 setting_issue_done_ratio_issue_status: Use the issue status | |
882 error_issue_done_ratios_not_updated: Issue done ratios not updated. | |
883 error_workflow_copy_target: Please select target tracker(s) and role(s) | |
884 setting_issue_done_ratio_issue_field: Use the issue field | |
885 label_copy_same_as_target: Same as target | |
886 label_copy_target: Target | |
887 notice_issue_done_ratios_updated: Issue done ratios updated. | |
888 error_workflow_copy_source: Please select a source tracker or role | |
889 label_update_issue_done_ratios: Update issue done ratios | |
890 setting_start_of_week: Start calendars on | |
891 permission_view_issues: View Issues | |
892 label_display_used_statuses_only: Only display statuses that are used by this tracker | |
893 label_revision_id: Revision %{value} | |
894 label_api_access_key: API access key | |
895 label_api_access_key_created_on: API access key created %{value} ago | |
896 label_feeds_access_key: RSS access key | |
897 notice_api_access_key_reseted: Your API access key was reset. | |
898 setting_rest_api_enabled: Enable REST web service | |
899 label_missing_api_access_key: Missing an API access key | |
900 label_missing_feeds_access_key: Missing a RSS access key | |
901 button_show: Show | |
902 text_line_separated: Multiple values allowed (one line for each value). | |
903 setting_mail_handler_body_delimiters: Truncate emails after one of these lines | |
904 permission_add_subprojects: Create subprojects | |
905 label_subproject_new: New subproject | |
906 text_own_membership_delete_confirmation: |- | |
907 You are about to remove some or all of your permissions and may no longer be able to edit this project after that. | |
908 Are you sure you want to continue? | |
909 label_close_versions: Close completed versions | |
910 label_board_sticky: Sticky | |
911 label_board_locked: Locked | |
912 permission_export_wiki_pages: Export wiki pages | |
913 setting_cache_formatted_text: Cache formatted text | |
914 permission_manage_project_activities: Manage project activities | |
915 error_unable_delete_issue_status: Unable to delete issue status | |
916 label_profile: Profile | |
917 permission_manage_subtasks: Manage subtasks | |
918 field_parent_issue: Parent task | |
919 label_subtask_plural: Subtasks | |
920 label_project_copy_notifications: Send email notifications during the project copy | |
921 error_can_not_delete_custom_field: Unable to delete custom field | |
922 error_unable_to_connect: Unable to connect (%{value}) | |
923 error_can_not_remove_role: This role is in use and can not be deleted. | |
924 error_can_not_delete_tracker: This tracker contains issues and can't be deleted. | |
925 field_principal: Principal | |
926 label_my_page_block: My page block | |
927 notice_failed_to_save_members: "Failed to save member(s): %{errors}." | |
928 text_zoom_out: Zoom out | |
929 text_zoom_in: Zoom in | |
930 notice_unable_delete_time_entry: Unable to delete time log entry. | |
931 label_overall_spent_time: Overall spent time | |
932 field_time_entries: Log time | |
933 project_module_gantt: Gantt | |
934 project_module_calendar: Calendar | |
935 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" | |
936 field_text: Text field | |
937 label_user_mail_option_only_owner: Only for things I am the owner of | |
938 setting_default_notification_option: Default notification option | |
939 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in | |
940 label_user_mail_option_only_assigned: Only for things I am assigned to | |
941 label_user_mail_option_none: No events | |
942 field_member_of_group: Assignee's group | |
943 field_assigned_to_role: Assignee's role | |
944 notice_not_authorized_archived_project: The project you're trying to access has been archived. | |
945 label_principal_search: "Search for user or group:" | |
946 label_user_search: "Search for user:" | |
947 field_visible: Visible | |
948 setting_emails_header: Emails header | |
949 setting_commit_logtime_activity_id: Activity for logged time | |
950 text_time_logged_by_changeset: Applied in changeset %{value}. | |
951 setting_commit_logtime_enabled: Enable time logging | |
952 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) | |
953 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart | |
954 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text | |
955 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. | |
956 label_my_queries: My custom queries | |
957 text_journal_changed_no_detail: "%{label} updated" | |
958 label_news_comment_added: Comment added to a news | |
959 button_expand_all: Expand all | |
960 button_collapse_all: Collapse all | |
961 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee | |
962 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author | |
963 label_bulk_edit_selected_time_entries: Bulk edit selected time entries | |
964 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? | |
965 label_role_anonymous: Anonymous | |
966 label_role_non_member: Non member | |
967 label_issue_note_added: Note added | |
968 label_issue_status_updated: Status updated | |
969 label_issue_priority_updated: Priority updated | |
970 label_issues_visibility_own: Issues created by or assigned to the user | |
971 field_issues_visibility: Issues visibility | |
972 label_issues_visibility_all: All issues | |
973 permission_set_own_issues_private: Set own issues public or private | |
974 field_is_private: Private | |
975 permission_set_issues_private: Set issues public or private | |
976 label_issues_visibility_public: All non private issues | |
977 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). | |
978 field_commit_logs_encoding: 'Enkodiranje "commit" poruka' | |
979 field_scm_path_encoding: Path encoding | |
980 text_scm_path_encoding_note: "Default: UTF-8" | |
981 field_path_to_repository: Path to repository | |
982 field_root_directory: Root directory | |
983 field_cvs_module: Module | |
984 field_cvsroot: CVSROOT | |
985 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) | |
986 text_scm_command: Command | |
987 text_scm_command_version: Version | |
988 label_git_report_last_commit: Report last commit for files and directories | |
989 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. | |
990 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. | |
991 notice_issue_successful_create: Issue %{id} created. | |
992 label_between: between | |
993 setting_issue_group_assignment: Allow issue assignment to groups | |
994 label_diff: diff | |
995 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) | |
996 description_query_sort_criteria_direction: Sort direction | |
997 description_project_scope: Search scope | |
998 description_filter: Filter | |
999 description_user_mail_notification: Mail notification settings | |
1000 description_date_from: Enter start date | |
1001 description_message_content: Message content | |
1002 description_available_columns: Available Columns | |
1003 description_date_range_interval: Choose range by selecting start and end date | |
1004 description_issue_category_reassign: Choose issue category | |
1005 description_search: Searchfield | |
1006 description_notes: Notes | |
1007 description_date_range_list: Choose range from list | |
1008 description_choose_project: Projects | |
1009 description_date_to: Enter end date | |
1010 description_query_sort_criteria_attribute: Sort attribute | |
1011 description_wiki_subpages_reassign: Choose new parent page | |
1012 description_selected_columns: Selected Columns | |
1013 label_parent_revision: Parent | |
1014 label_child_revision: Child | |
1015 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size. | |
1016 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues | |
1017 button_edit_section: Edit this section | |
1018 setting_repositories_encodings: Attachments and repositories encodings | |
1019 description_all_columns: All Columns | |
1020 button_export: Export | |
1021 label_export_options: "%{export_format} export options" | |
1022 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) | |
1023 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." | |
1024 label_x_issues: | |
1025 zero: 0 aktivnost | |
1026 one: 1 aktivnost | |
1027 other: "%{count} aktivnosti" | |
1028 label_repository_new: New repository | |
1029 field_repository_is_default: Main repository | |
1030 label_copy_attachments: Copy attachments | |
1031 label_item_position: "%{position}/%{count}" | |
1032 label_completed_versions: Completed versions | |
1033 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. | |
1034 field_multiple: Multiple values | |
1035 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed | |
1036 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes | |
1037 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten) | |
1038 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1039 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1040 permission_manage_related_issues: Manage related issues | |
1041 field_auth_source_ldap_filter: LDAP filter | |
1042 label_search_for_watchers: Search for watchers to add | |
1043 notice_account_deleted: Your account has been permanently deleted. | |
1044 setting_unsubscribe: Allow users to delete their own account | |
1045 button_delete_my_account: Delete my account | |
1046 text_account_destroy_confirmation: |- | |
1047 Are you sure you want to proceed? | |
1048 Your account will be permanently deleted, with no way to reactivate it. | |
1049 error_session_expired: Your session has expired. Please login again. | |
1050 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." | |
1051 setting_session_lifetime: Session maximum lifetime | |
1052 setting_session_timeout: Session inactivity timeout | |
1053 label_session_expiration: Session expiration | |
1054 permission_close_project: Close / reopen the project | |
1055 label_show_closed_projects: View closed projects | |
1056 button_close: Close | |
1057 button_reopen: Reopen | |
1058 project_status_active: active | |
1059 project_status_closed: closed | |
1060 project_status_archived: archived | |
1061 text_project_closed: This project is closed and read-only. | |
1062 notice_user_successful_create: User %{id} created. | |
1063 field_core_fields: Standard fields | |
1064 field_timeout: Timeout (in seconds) | |
1065 setting_thumbnails_enabled: Display attachment thumbnails | |
1066 setting_thumbnails_size: Thumbnails size (in pixels) | |
1067 label_status_transitions: Status transitions | |
1068 label_fields_permissions: Fields permissions | |
1069 label_readonly: Read-only | |
1070 label_required: Required | |
1071 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. | |
1072 field_board_parent: Parent forum | |
1073 label_attribute_of_project: Project's %{name} | |
1074 label_attribute_of_author: Author's %{name} | |
1075 label_attribute_of_assigned_to: Assignee's %{name} | |
1076 label_attribute_of_fixed_version: Target version's %{name} | |
1077 label_copy_subtasks: Copy subtasks | |
1078 label_copied_to: copied to | |
1079 label_copied_from: copied from | |
1080 label_any_issues_in_project: any issues in project | |
1081 label_any_issues_not_in_project: any issues not in project | |
1082 field_private_notes: Private notes | |
1083 permission_view_private_notes: View private notes | |
1084 permission_set_notes_private: Set notes as private | |
1085 label_no_issues_in_project: no issues in project | |
1086 label_any: sve | |
1087 label_last_n_weeks: last %{count} weeks | |
1088 setting_cross_project_subtasks: Allow cross-project subtasks | |
1089 label_cross_project_descendants: With subprojects | |
1090 label_cross_project_tree: With project tree | |
1091 label_cross_project_hierarchy: With project hierarchy | |
1092 label_cross_project_system: With all projects | |
1093 button_hide: Hide | |
1094 setting_non_working_week_days: Non-working days | |
1095 label_in_the_next_days: in the next | |
1096 label_in_the_past_days: in the past |