To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / config / locales / bs.yml @ 1298:4f746d8966dd

History | View | Annotate | Download (47.4 KB)

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