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 @ 1333:1913ae0bd76a

History | View | Annotate | Download (47.1 KB)

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_home_heading: Početna stranica
446
  label_my_page: Moja stranica
447
  label_my_account: Moj korisnički račun
448
  label_my_projects: Moji projekti
449
  label_administration: Administracija
450
  label_login: Prijavi se
451
  label_logout: Odjavi se
452
  label_help: Pomoć
453
  label_reported_issues: Prijavljene aktivnosti
454
  label_assigned_to_me_issues: Aktivnosti dodjeljene meni
455
  label_last_login: Posljednja konekcija
456
  label_registered_on: Registrovan na
457
  label_activity_plural: Promjene
458
  label_activity: Operacija
459
  label_overall_activity: Pregled svih promjena
460
  label_user_activity: "Promjene izvršene od: %{value}"
461
  label_new: Novi
462
  label_logged_as: Prijavljen kao
463
  label_environment: Sistemsko okruženje
464
  label_authentication: Authentifikacija
465
  label_auth_source: Mod authentifikacije
466
  label_auth_source_new: Novi mod authentifikacije
467
  label_auth_source_plural: Modovi authentifikacije
468
  label_subproject_plural: Podprojekti
469
  label_and_its_subprojects: "%{value} i njegovi podprojekti"
470
  label_min_max_length: Min - Maks dužina
471
  label_list: Lista
472
  label_date: Datum
473
  label_integer: Cijeli broj
474
  label_float: Float
475
  label_boolean: Logička varijabla
476
  label_string: Tekst
477
  label_text: Dugi tekst
478
  label_attribute: Atribut
479
  label_attribute_plural: Atributi
480
  label_download: "%{count} download"
481
  label_download_plural: "%{count} download-i"
482
  label_no_data: Nema podataka za prikaz
483
  label_change_status: Promjeni status
484
  label_history: Istorija
485
  label_attachment: Fajl
486
  label_attachment_new: Novi fajl
487
  label_attachment_delete: Izbriši fajl
488
  label_attachment_plural: Fajlovi
489
  label_file_added: Fajl je dodan
490
  label_report: Izvještaj
491
  label_report_plural: Izvještaji
492
  label_news: Novosti
493
  label_news_new: Dodaj novosti
494
  label_news_plural: Novosti
495
  label_news_latest: Posljednje novosti
496
  label_news_view_all: Pogledaj sve novosti
497
  label_news_added: Novosti su dodane
498
  label_settings: Postavke
499
  label_overview: Pregled
500
  label_version: Verzija
501
  label_version_new: Nova verzija
502
  label_version_plural: Verzije
503
  label_confirmation: Potvrda
504
  label_export_to: 'Takođe dostupno u:'
505
  label_read: Čitaj...
506
  label_public_projects: Javni projekti
507
  label_open_issues: otvoren
508
  label_open_issues_plural: otvoreni
509
  label_closed_issues: zatvoren
510
  label_closed_issues_plural: zatvoreni
511
  label_x_open_issues_abbr_on_total:
512
    zero:  0 otvoreno / %{total}
513
    one:   1 otvorena / %{total}
514
    other: "%{count} otvorene / %{total}"
515
  label_x_open_issues_abbr:
516
    zero:  0 otvoreno
517
    one:   1 otvorena
518
    other: "%{count} otvorene"
519
  label_x_closed_issues_abbr:
520
    zero:  0 zatvoreno
521
    one:   1 zatvorena
522
    other: "%{count} zatvorene"
523
  label_total: Ukupno
524
  label_permissions: Dozvole
525
  label_current_status: Tekući status
526
  label_new_statuses_allowed: Novi statusi dozvoljeni
527
  label_all: sve
528
  label_none: ništa
529
  label_nobody: niko
530
  label_next: Sljedeće
531
  label_previous: Predhodno
532
  label_used_by: Korišteno od
533
  label_details: Detalji
534
  label_add_note: Dodaj bilješku
535
  label_per_page: Po stranici
536
  label_calendar: Kalendar
537
  label_months_from: mjeseci od
538
  label_gantt: Gantt
539
  label_internal: Interno
540
  label_last_changes: "posljednjih %{count} promjena"
541
  label_change_view_all: Vidi sve promjene
542
  label_personalize_page: Personaliziraj ovu stranicu
543
  label_comment: Komentar
544
  label_comment_plural: Komentari
545
  label_x_comments:
546
    zero: bez komentara
547
    one: 1 komentar
548
    other: "%{count} komentari"
549
  label_comment_add: Dodaj komentar
550
  label_comment_added: Komentar je dodan
551
  label_comment_delete: Izbriši komentar
552
  label_query: Proizvoljan upit
553
  label_query_plural: Proizvoljni upiti
554
  label_query_new: Novi upit
555
  label_filter_add: Dodaj filter
556
  label_filter_plural: Filteri
557
  label_equals: je
558
  label_not_equals: nije
559
  label_in_less_than: je manji nego
560
  label_in_more_than: je više nego
561
  label_in: u
562
  label_today: danas
563
  label_all_time: sve vrijeme
564
  label_yesterday: juče
565
  label_this_week: ova hefta
566
  label_last_week: zadnja hefta
567
  label_last_n_days: "posljednjih %{count} dana"
568
  label_this_month: ovaj mjesec
569
  label_last_month: posljednji mjesec
570
  label_this_year: ova godina
571
  label_date_range: Datumski opseg
572
  label_less_than_ago: ranije nego (dana)
573
  label_more_than_ago: starije nego (dana)
574
  label_ago: prije (dana)
575
  label_contains: sadrži
576
  label_not_contains: ne sadrži
577
  label_day_plural: dani
578
  label_repository: Repozitorij
579
  label_repository_plural: Repozitoriji
580
  label_browse: Listaj
581
  label_modification: "%{count} promjena"
582
  label_modification_plural: "%{count} promjene"
583
  label_revision: Revizija
584
  label_revision_plural: Revizije
585
  label_associated_revisions: Doddjeljene revizije
586
  label_added: dodano
587
  label_modified: izmjenjeno
588
  label_copied: kopirano
589
  label_renamed: preimenovano
590
  label_deleted: izbrisano
591
  label_latest_revision: Posljednja revizija
592
  label_latest_revision_plural: Posljednje revizije
593
  label_view_revisions: Vidi revizije
594
  label_max_size: Maksimalna veličina
595
  label_sort_highest: Pomjeri na vrh
596
  label_sort_higher: Pomjeri gore
597
  label_sort_lower: Pomjeri dole
598
  label_sort_lowest: Pomjeri na dno
599
  label_roadmap: Plan realizacije
600
  label_roadmap_due_in: "Obavezan do %{value}"
601
  label_roadmap_overdue: "%{value} kasni"
602
  label_roadmap_no_issues: Nema aktivnosti za ovu verziju
603
  label_search: Traži
604
  label_result_plural: Rezultati
605
  label_all_words: Sve riječi
606
  label_wiki: Wiki stranice
607
  label_wiki_edit: ispravka wiki-ja
608
  label_wiki_edit_plural: ispravke wiki-ja
609
  label_wiki_page: Wiki stranica
610
  label_wiki_page_plural: Wiki stranice
611
  label_index_by_title: Indeks prema naslovima
612
  label_index_by_date: Indeks po datumima
613
  label_current_version: Tekuća verzija
614
  label_preview: Pregled
615
  label_feed_plural: Feeds
616
  label_changes_details: Detalji svih promjena
617
  label_issue_tracking: Evidencija aktivnosti
618
  label_spent_time: Utrošak vremena
619
  label_f_hour: "%{value} sahat"
620
  label_f_hour_plural: "%{value} sahata"
621
  label_time_tracking: Evidencija vremena
622
  label_change_plural: Promjene
623
  label_statistics: Statistika
624
  label_commits_per_month: '"Commit"-a po mjesecu'
625
  label_commits_per_author: '"Commit"-a po autoru'
626
  label_view_diff: Pregled razlika
627
  label_diff_inline: zajedno
628
  label_diff_side_by_side: jedna pored druge
629
  label_options: Opcije
630
  label_copy_workflow_from: Kopiraj tok promjena statusa iz
631
  label_permissions_report: Izvještaj
632
  label_watched_issues: Aktivnosti koje pratim
633
  label_related_issues: Korelirane aktivnosti
634
  label_applied_status: Status je primjenjen
635
  label_loading: Učitavam...
636
  label_relation_new: Nova relacija
637
  label_relation_delete: Izbriši relaciju
638
  label_relates_to: korelira sa
639
  label_duplicates: duplikat
640
  label_duplicated_by: duplicirano od
641
  label_blocks: blokira
642
  label_blocked_by: blokirano on
643
  label_precedes: predhodi
644
  label_follows: slijedi
645
  label_end_to_start: 'kraj -> početak'
646
  label_end_to_end: 'kraja -> kraj'
647
  label_start_to_start: 'početak -> početak'
648
  label_start_to_end: 'početak -> kraj'
649
  label_stay_logged_in: Ostani prijavljen
650
  label_disabled: onemogućen
651
  label_show_completed_versions: Prikaži završene verzije
652
  label_me: ja
653
  label_board: Forum
654
  label_board_new: Novi forum
655
  label_board_plural: Forumi
656
  label_topic_plural: Teme
657
  label_message_plural: Poruke
658
  label_message_last: Posljednja poruka
659
  label_message_new: Nova poruka
660
  label_message_posted: Poruka je dodana
661
  label_reply_plural: Odgovori
662
  label_send_information: Pošalji informaciju o korisničkom računu
663
  label_year: Godina
664
  label_month: Mjesec
665
  label_week: Hefta
666
  label_date_from: Od
667
  label_date_to: Do
668
  label_language_based: Bazirano na korisnikovom jeziku
669
  label_sort_by: "Sortiraj po %{value}"
670
  label_send_test_email: Pošalji testni email
671
  label_feeds_access_key_created_on: "RSS pristupni ključ kreiran prije %{value} dana"
672
  label_module_plural: Moduli
673
  label_added_time_by: "Dodano od %{author} prije %{age}"
674
  label_updated_time_by: "Izmjenjeno od %{author} prije %{age}"
675
  label_updated_time: "Izmjenjeno prije %{value}"
676
  label_jump_to_a_project: Skoči na projekat...
677
  label_file_plural: Fajlovi
678
  label_changeset_plural: Setovi promjena
679
  label_default_columns: Podrazumjevane kolone
680
  label_no_change_option: (Bez promjene)
681
  label_bulk_edit_selected_issues: Ispravi odjednom odabrane aktivnosti
682
  label_theme: Tema
683
  label_default: Podrazumjevano
684
  label_search_titles_only: Pretraži samo naslove
685
  label_user_mail_option_all: "Za bilo koji događaj na svim mojim projektima"
686
  label_user_mail_option_selected: "Za bilo koji događaj na odabranim projektima..."
687
  label_user_mail_no_self_notified: "Ne želim notifikaciju za promjene koje sam ja napravio"
688
  label_registration_activation_by_email: aktivacija korisničkog računa email-om
689
  label_registration_manual_activation: ručna aktivacija korisničkog računa
690
  label_registration_automatic_activation: automatska kreacija korisničkog računa
691
  label_display_per_page: "Po stranici: %{value}"
692
  label_age: Starost
693
  label_change_properties: Promjena osobina
694
  label_general: Generalno
695
  label_more: Više
696
  label_scm: SCM
697
  label_plugins: Plugin-ovi
698
  label_ldap_authentication: LDAP authentifikacija
699
  label_downloads_abbr: D/L
700
  label_optional_description: Opis (opciono)
701
  label_add_another_file: Dodaj još jedan fajl
702
  label_preferences: Postavke
703
  label_chronological_order: Hronološki poredak
704
  label_reverse_chronological_order: Reverzni hronološki poredak
705
  label_planning: Planiranje
706
  label_incoming_emails: Dolazni email-ovi
707
  label_generate_key: Generiši ključ
708
  label_issue_watchers: Praćeno od
709
  label_example: Primjer
710
  label_display: Prikaz
711

    
712
  button_apply: Primjeni
713
  button_add: Dodaj
714
  button_archive: Arhiviranje
715
  button_back: Nazad
716
  button_cancel: Odustani
717
  button_change: Izmjeni
718
  button_change_password: Izmjena lozinke
719
  button_check_all: Označi sve
720
  button_clear: Briši
721
  button_copy: Kopiraj
722
  button_create: Novi
723
  button_delete: Briši
724
  button_download: Download
725
  button_edit: Ispravka
726
  button_list: Lista
727
  button_lock: Zaključaj
728
  button_log_time: Utrošak vremena
729
  button_login: Prijava
730
  button_move: Pomjeri
731
  button_rename: Promjena imena
732
  button_reply: Odgovor
733
  button_reset: Resetuj
734
  button_rollback: Vrati predhodno stanje
735
  button_save: Snimi
736
  button_sort: Sortiranje
737
  button_submit: Pošalji
738
  button_test: Testiraj
739
  button_unarchive: Otpakuj arhivu
740
  button_uncheck_all: Isključi sve
741
  button_unlock: Otključaj
742
  button_unwatch: Prekini notifikaciju
743
  button_update: Promjena na aktivnosti
744
  button_view: Pregled
745
  button_watch: Notifikacija
746
  button_configure: Konfiguracija
747
  button_quote: Citat
748

    
749
  status_active: aktivan
750
  status_registered: registrovan
751
  status_locked: zaključan
752

    
753
  text_select_mail_notifications: Odaberi događaje za koje će se slati email notifikacija.
754
  text_regexp_info: npr. ^[A-Z0-9]+$
755
  text_min_max_length_info: 0 znači bez restrikcije
756
  text_project_destroy_confirmation: Sigurno želite izbrisati ovaj projekat i njegove podatke ?
757
  text_subprojects_destroy_warning: "Podprojekt(i): %{value} će takođe biti izbrisani."
758
  text_workflow_edit: Odaberite ulogu i područje aktivnosti za ispravku toka promjena na aktivnosti
759
  text_are_you_sure: Da li ste sigurni ?
760
  text_tip_issue_begin_day: zadatak počinje danas
761
  text_tip_issue_end_day: zadatak završava danas
762
  text_tip_issue_begin_end_day: zadatak započinje i završava danas
763
  text_caracters_maximum: "maksimum %{count} karaktera."
764
  text_caracters_minimum: "Dužina mora biti najmanje %{count} znakova."
765
  text_length_between: "Broj znakova između %{min} i %{max}."
766
  text_tracker_no_workflow: Tok statusa nije definisan za ovo područje aktivnosti
767
  text_unallowed_characters: Nedozvoljeni znakovi
768
  text_comma_separated: Višestruke vrijednosti dozvoljene (odvojiti zarezom).
769
  text_issues_ref_in_commit_messages: 'Referenciranje i zatvaranje aktivnosti putem "commit" poruka'
770
  text_issue_added: "Aktivnost %{id} je prijavljena od %{author}."
771
  text_issue_updated: "Aktivnost %{id} je izmjenjena od %{author}."
772
  text_wiki_destroy_confirmation: Sigurno želite izbrisati ovaj wiki i čitav njegov sadržaj ?
773
  text_issue_category_destroy_question: "Neke aktivnosti (%{count}) pripadaju ovoj kategoriji. Sigurno to želite uraditi ?"
774
  text_issue_category_destroy_assignments: Ukloni kategoriju
775
  text_issue_category_reassign_to: Ponovo dodijeli ovu kategoriju
776
  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)."
777
  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."
778
  text_load_default_configuration: Učitaj tekuću konfiguraciju
779
  text_status_changed_by_changeset: "Primjenjeno u setu promjena %{value}."
780
  text_issues_destroy_confirmation: 'Sigurno želite izbrisati odabranu/e aktivnost/i ?'
781
  text_select_project_modules: 'Odaberi module koje želite u ovom projektu:'
782
  text_default_administrator_account_changed: Tekući administratorski račun je promjenjen
783
  text_file_repository_writable: U direktorij sa fajlovima koji su prilozi se može pisati
784
  text_plugin_assets_writable: U direktorij plugin-ova se može pisati
785
  text_rmagick_available: RMagick je dostupan (opciono)
786
  text_destroy_time_entries_question: "%{hours} sahata je prijavljeno na aktivnostima koje želite brisati. Želite li to učiniti ?"
787
  text_destroy_time_entries: Izbriši prijavljeno vrijeme
788
  text_assign_time_entries_to_project: Dodaj prijavljenoo vrijeme projektu
789
  text_reassign_time_entries: 'Preraspodjeli prijavljeno vrijeme na ovu aktivnost:'
790
  text_user_wrote: "%{value} je napisao/la:"
791
  text_enumeration_destroy_question: "Za %{count} objekata je dodjeljenja ova vrijednost."
792
  text_enumeration_category_reassign_to: 'Ponovo im dodjeli ovu vrijednost:'
793
  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."
794
  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."
795
  text_diff_truncated: '... Ovaj prikaz razlike je odsječen pošto premašuje maksimalnu veličinu za prikaz'
796
  text_custom_field_possible_values_info: 'Jedna linija za svaku vrijednost'
797

    
798
  default_role_manager: Menadžer
799
  default_role_developer: Programer
800
  default_role_reporter: Reporter
801
  default_tracker_bug: Greška
802
  default_tracker_feature: Nova funkcija
803
  default_tracker_support: Podrška
804
  default_issue_status_new: Novi
805
  default_issue_status_in_progress: In Progress
806
  default_issue_status_resolved: Riješen
807
  default_issue_status_feedback: Čeka se povratna informacija
808
  default_issue_status_closed: Zatvoren
809
  default_issue_status_rejected: Odbijen
810
  default_doc_category_user: Korisnička dokumentacija
811
  default_doc_category_tech: Tehnička dokumentacija
812
  default_priority_low: Nizak
813
  default_priority_normal: Normalan
814
  default_priority_high: Visok
815
  default_priority_urgent: Urgentno
816
  default_priority_immediate: Odmah
817
  default_activity_design: Dizajn
818
  default_activity_development: Programiranje
819

    
820
  enumeration_issue_priorities: Prioritet aktivnosti
821
  enumeration_doc_categories: Kategorije dokumenata
822
  enumeration_activities: Operacije (utrošak vremena)
823
  notice_unable_delete_version: Ne mogu izbrisati verziju.
824
  button_create_and_continue: Kreiraj i nastavi
825
  button_annotate: Zabilježi
826
  button_activate: Aktiviraj
827
  label_sort: Sortiranje
828
  label_date_from_to: Od %{start} do %{end}
829
  label_ascending: Rastuće
830
  label_descending: Opadajuće
831
  label_greater_or_equal: ">="
832
  label_less_or_equal: <=
833
  text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
834
  text_wiki_page_reassign_children: Reassign child pages to this parent page
835
  text_wiki_page_nullify_children: Keep child pages as root pages
836
  text_wiki_page_destroy_children: Delete child pages and all their descendants
837
  setting_password_min_length: Minimum password length
838
  field_group_by: Group results by
839
  mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
840
  label_wiki_content_added: Wiki page added
841
  mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
842
  mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
843
  label_wiki_content_updated: Wiki page updated
844
  mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
845
  permission_add_project: Create project
846
  setting_new_project_user_role_id: Role given to a non-admin user who creates a project
847
  label_view_all_revisions: View all revisions
848
  label_tag: Tag
849
  label_branch: Branch
850
  error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
851
  error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
852
  text_journal_changed: "%{label} changed from %{old} to %{new}"
853
  text_journal_set_to: "%{label} set to %{value}"
854
  text_journal_deleted: "%{label} deleted (%{old})"
855
  label_group_plural: Groups
856
  label_group: Group
857
  label_group_new: New group
858
  label_time_entry_plural: Spent time
859
  text_journal_added: "%{label} %{value} added"
860
  field_active: Active
861
  enumeration_system_activity: System Activity
862
  permission_delete_issue_watchers: Delete watchers
863
  version_status_closed: closed
864
  version_status_locked: locked
865
  version_status_open: open
866
  error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened
867
  label_user_anonymous: Anonymous
868
  button_move_and_follow: Move and follow
869
  setting_default_projects_modules: Default enabled modules for new projects
870
  setting_gravatar_default: Default Gravatar image
871
  field_sharing: Sharing
872
  label_version_sharing_hierarchy: With project hierarchy
873
  label_version_sharing_system: With all projects
874
  label_version_sharing_descendants: With subprojects
875
  label_version_sharing_tree: With project tree
876
  label_version_sharing_none: Not shared
877
  error_can_not_archive_project: This project can not be archived
878
  button_duplicate: Duplicate
879
  button_copy_and_follow: Copy and follow
880
  label_copy_source: Source
881
  setting_issue_done_ratio: Calculate the issue done ratio with
882
  setting_issue_done_ratio_issue_status: Use the issue status
883
  error_issue_done_ratios_not_updated: Issue done ratios not updated.
884
  error_workflow_copy_target: Please select target tracker(s) and role(s)
885
  setting_issue_done_ratio_issue_field: Use the issue field
886
  label_copy_same_as_target: Same as target
887
  label_copy_target: Target
888
  notice_issue_done_ratios_updated: Issue done ratios updated.
889
  error_workflow_copy_source: Please select a source tracker or role
890
  label_update_issue_done_ratios: Update issue done ratios
891
  setting_start_of_week: Start calendars on
892
  permission_view_issues: View Issues
893
  label_display_used_statuses_only: Only display statuses that are used by this tracker
894
  label_revision_id: Revision %{value}
895
  label_api_access_key: API access key
896
  label_api_access_key_created_on: API access key created %{value} ago
897
  label_feeds_access_key: RSS access key
898
  notice_api_access_key_reseted: Your API access key was reset.
899
  setting_rest_api_enabled: Enable REST web service
900
  label_missing_api_access_key: Missing an API access key
901
  label_missing_feeds_access_key: Missing a RSS access key
902
  button_show: Show
903
  text_line_separated: Multiple values allowed (one line for each value).
904
  setting_mail_handler_body_delimiters: Truncate emails after one of these lines
905
  permission_add_subprojects: Create subprojects
906
  label_subproject_new: New subproject
907
  text_own_membership_delete_confirmation: |-
908
    You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
909
    Are you sure you want to continue?
910
  label_close_versions: Close completed versions
911
  label_board_sticky: Sticky
912
  label_board_locked: Locked
913
  permission_export_wiki_pages: Export wiki pages
914
  setting_cache_formatted_text: Cache formatted text
915
  permission_manage_project_activities: Manage project activities
916
  error_unable_delete_issue_status: Unable to delete issue status
917
  label_profile: Profile
918
  permission_manage_subtasks: Manage subtasks
919
  field_parent_issue: Parent task
920
  label_subtask_plural: Subtasks
921
  label_project_copy_notifications: Send email notifications during the project copy
922
  error_can_not_delete_custom_field: Unable to delete custom field
923
  error_unable_to_connect: Unable to connect (%{value})
924
  error_can_not_remove_role: This role is in use and can not be deleted.
925
  error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
926
  field_principal: Principal
927
  label_my_page_block: My page block
928
  notice_failed_to_save_members: "Failed to save member(s): %{errors}."
929
  text_zoom_out: Zoom out
930
  text_zoom_in: Zoom in
931
  notice_unable_delete_time_entry: Unable to delete time log entry.
932
  label_overall_spent_time: Overall spent time
933
  field_time_entries: Log time
934
  project_module_gantt: Gantt
935
  project_module_calendar: Calendar
936
  button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
937
  field_text: Text field
938
  label_user_mail_option_only_owner: Only for things I am the owner of
939
  setting_default_notification_option: Default notification option
940
  label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
941
  label_user_mail_option_only_assigned: Only for things I am assigned to
942
  label_user_mail_option_none: No events
943
  field_member_of_group: Assignee's group
944
  field_assigned_to_role: Assignee's role
945
  notice_not_authorized_archived_project: The project you're trying to access has been archived.
946
  label_principal_search: "Search for user or group:"
947
  label_user_search: "Search for user:"
948
  field_visible: Visible
949
  setting_emails_header: Emails header
950
  setting_commit_logtime_activity_id: Activity for logged time
951
  text_time_logged_by_changeset: Applied in changeset %{value}.
952
  setting_commit_logtime_enabled: Enable time logging
953
  notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
954
  setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
955
  field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
956
  text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
957
  label_my_queries: My custom queries
958
  text_journal_changed_no_detail: "%{label} updated"
959
  label_news_comment_added: Comment added to a news
960
  button_expand_all: Expand all
961
  button_collapse_all: Collapse all
962
  label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
963
  label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
964
  label_bulk_edit_selected_time_entries: Bulk edit selected time entries
965
  text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
966
  label_role_anonymous: Anonymous
967
  label_role_non_member: Non member
968
  label_issue_note_added: Note added
969
  label_issue_status_updated: Status updated
970
  label_issue_priority_updated: Priority updated
971
  label_issues_visibility_own: Issues created by or assigned to the user
972
  field_issues_visibility: Issues visibility
973
  label_issues_visibility_all: All issues
974
  permission_set_own_issues_private: Set own issues public or private
975
  field_is_private: Private
976
  permission_set_issues_private: Set issues public or private
977
  label_issues_visibility_public: All non private issues
978
  text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
979
  field_commit_logs_encoding: 'Enkodiranje "commit" poruka'
980
  field_scm_path_encoding: Path encoding
981
  text_scm_path_encoding_note: "Default: UTF-8"
982
  field_path_to_repository: Path to repository
983
  field_root_directory: Root directory
984
  field_cvs_module: Module
985
  field_cvsroot: CVSROOT
986
  text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
987
  text_scm_command: Command
988
  text_scm_command_version: Version
989
  label_git_report_last_commit: Report last commit for files and directories
990
  text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
991
  text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
992
  notice_issue_successful_create: Issue %{id} created.
993
  label_between: between
994
  setting_issue_group_assignment: Allow issue assignment to groups
995
  label_diff: diff
996
  text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
997
  description_query_sort_criteria_direction: Sort direction
998
  description_project_scope: Search scope
999
  description_filter: Filter
1000
  description_user_mail_notification: Mail notification settings
1001
  description_date_from: Enter start date
1002
  description_message_content: Message content
1003
  description_available_columns: Available Columns
1004
  description_date_range_interval: Choose range by selecting start and end date
1005
  description_issue_category_reassign: Choose issue category
1006
  description_search: Searchfield
1007
  description_notes: Notes
1008
  description_date_range_list: Choose range from list
1009
  description_choose_project: Projects
1010
  description_date_to: Enter end date
1011
  description_query_sort_criteria_attribute: Sort attribute
1012
  description_wiki_subpages_reassign: Choose new parent page
1013
  description_selected_columns: Selected Columns
1014
  label_parent_revision: Parent
1015
  label_child_revision: Child
1016
  error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
1017
  setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1018
  button_edit_section: Edit this section
1019
  setting_repositories_encodings: Attachments and repositories encodings
1020
  description_all_columns: All Columns
1021
  button_export: Export
1022
  label_export_options: "%{export_format} export options"
1023
  error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1024
  notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1025
  label_x_issues:
1026
    zero:  0 aktivnost
1027
    one:   1 aktivnost
1028
    other: "%{count} aktivnosti"
1029
  label_repository_new: New repository
1030
  field_repository_is_default: Main repository
1031
  label_copy_attachments: Copy attachments
1032
  label_item_position: "%{position}/%{count}"
1033
  label_completed_versions: Completed versions
1034
  text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1035
  field_multiple: Multiple values
1036
  setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1037
  text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1038
  text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1039
  notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1040
  text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1041
  permission_manage_related_issues: Manage related issues
1042
  field_auth_source_ldap_filter: LDAP filter
1043
  label_search_for_watchers: Search for watchers to add
1044
  notice_account_deleted: Your account has been permanently deleted.
1045
  setting_unsubscribe: Allow users to delete their own account
1046
  button_delete_my_account: Delete my account
1047
  text_account_destroy_confirmation: |-
1048
    Are you sure you want to proceed?
1049
    Your account will be permanently deleted, with no way to reactivate it.
1050
  error_session_expired: Your session has expired. Please login again.
1051
  text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1052
  setting_session_lifetime: Session maximum lifetime
1053
  setting_session_timeout: Session inactivity timeout
1054
  label_session_expiration: Session expiration
1055
  permission_close_project: Close / reopen the project
1056
  label_show_closed_projects: View closed projects
1057
  button_close: Close
1058
  button_reopen: Reopen
1059
  project_status_active: active
1060
  project_status_closed: closed
1061
  project_status_archived: archived
1062
  text_project_closed: This project is closed and read-only.
1063
  notice_user_successful_create: User %{id} created.
1064
  field_core_fields: Standard fields
1065
  field_timeout: Timeout (in seconds)
1066
  setting_thumbnails_enabled: Display attachment thumbnails
1067
  setting_thumbnails_size: Thumbnails size (in pixels)
1068
  label_status_transitions: Status transitions
1069
  label_fields_permissions: Fields permissions
1070
  label_readonly: Read-only
1071
  label_required: Required
1072
  text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1073
  field_board_parent: Parent forum
1074
  label_attribute_of_project: Project's %{name}
1075
  label_attribute_of_author: Author's %{name}
1076
  label_attribute_of_assigned_to: Assignee's %{name}
1077
  label_attribute_of_fixed_version: Target version's %{name}
1078
  label_copy_subtasks: Copy subtasks
1079
  label_copied_to: copied to
1080
  label_copied_from: copied from
1081
  label_any_issues_in_project: any issues in project
1082
  label_any_issues_not_in_project: any issues not in project
1083
  field_private_notes: Private notes
1084
  permission_view_private_notes: View private notes
1085
  permission_set_notes_private: Set notes as private
1086
  label_no_issues_in_project: no issues in project
1087
  label_any: sve
1088
  label_last_n_weeks: last %{count} weeks
1089
  setting_cross_project_subtasks: Allow cross-project subtasks
1090
  label_cross_project_descendants: With subprojects
1091
  label_cross_project_tree: With project tree
1092
  label_cross_project_hierarchy: With project hierarchy
1093
  label_cross_project_system: With all projects
1094
  button_hide: Hide
1095
  setting_non_working_week_days: Non-working days
1096
  label_in_the_next_days: in the next
1097
  label_in_the_past_days: in the past