summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzamat Hackimov <azamat.hackimov@gmail.com>2010-01-14 16:10:56 +0000
committerAzamat Hackimov <azamat.hackimov@gmail.com>2010-01-14 16:10:56 +0000
commit64f4b50139a7ef9e33fc7df00caf4fab028e1cef (patch)
tree194b173f93dcaece72cd97532134b89891ca297c
parentda55be4e9ae23c320521bb242579439315eb59b8 (diff)
downloadredmine-64f4b50139a7ef9e33fc7df00caf4fab028e1cef.tar.gz
redmine-64f4b50139a7ef9e33fc7df00caf4fab028e1cef.zip
New Croatian language in Redmine! Thanks to Igor P. for translation (#4526)
Also, updates for: * es.yml (#4578) * zh.yml (#4545) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3312 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--config/locales/es.yml14
-rw-r--r--config/locales/hr.yml891
-rw-r--r--config/locales/zh.yml10
-rw-r--r--public/javascripts/calendar/lang/calendar-hr.js128
-rw-r--r--public/javascripts/jstoolbar/lang/jstoolbar-hr.js16
5 files changed, 1046 insertions, 13 deletions
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 646976fa1..112e1203b 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -95,8 +95,8 @@ es:
one: "más de 1 año"
other: "más de {{count}} años"
almost_x_years:
- one: "almost 1 year"
- other: "almost {{count}} years"
+ one: "casi 1 año"
+ other: "casi {{count}} años"
activerecord:
errors:
@@ -920,9 +920,9 @@ es:
button_show: Mostrar
text_line_separated: Múltiples valores permitidos (un valor en cada línea).
setting_mail_handler_body_delimiters: Truncar correos tras una de estas líneas
- permission_add_subprojects: Create subprojects
- label_subproject_new: New subproject
+ permission_add_subprojects: Crear subproyectos
+ label_subproject_new: Nuevo subproyecto
text_own_membership_delete_confirmation: |-
- You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
- Are you sure you want to continue?
- label_close_versions: Close completed versions
+ Está a punto de eliminar algún o todos sus permisos y podría perder la posibilidad de modificar este proyecto tras hacerlo.
+ ¿Está seguro de querer continuar?
+ label_close_versions: Cerrar versiones completadas
diff --git a/config/locales/hr.yml b/config/locales/hr.yml
new file mode 100644
index 000000000..a29f1b15d
--- /dev/null
+++ b/config/locales/hr.yml
@@ -0,0 +1,891 @@
+# Croatian translations for Ruby on Rails
+# by Helix d.o.o. (info@helix.hr)
+
+hr:
+ date:
+ formats:
+ # Use the strftime parameters for formats.
+ # When no format has been given, it uses default.
+ # You can provide other formats here if you like!
+ default: "%m/%d/%Y"
+ short: "%b %d"
+ long: "%B %d, %Y"
+
+ day_names: [Ponedjeljak, Utorak, Srijeda, Četvrtak, Petak, Subota, Nedjelja]
+ abbr_day_names: [Ned, Pon, Uto, Sri, Čet, Pet, Sub]
+
+ # Don't forget the nil at the beginning; there's no such thing as a 0th month
+ month_names: [~, Sijecanj, Veljaca, Ožujak, Travanj, Svibanj, Lipanj, Srpanj, Kolovoz, Rujan, Listopad, Studeni, Prosinac]
+ abbr_month_names: [~, Sij, Velj, Ožu, Tra, Svi, Lip, Srp, Kol, Ruj, List, Stu, Pro]
+ # Used in date_select and datime_select.
+ order: [ :year, :month, :day ]
+
+ time:
+ formats:
+ default: "%m/%d/%Y %I:%M %p"
+ time: "%I:%M %p"
+ short: "%d %b %H:%M"
+ long: "%B %d, %Y %H:%M"
+ am: "am"
+ pm: "pm"
+
+ datetime:
+ distance_in_words:
+ half_a_minute: "pola minute"
+ less_than_x_seconds:
+ one: "manje od sekunde"
+ other: "manje od {{count}} sekundi"
+ x_seconds:
+ one: "1 sekunda"
+ other: "{{count}} sekundi"
+ less_than_x_minutes:
+ one: "manje od minute"
+ other: "manje od {{count}} minuta"
+ x_minutes:
+ one: "1 minuta"
+ other: "{{count}} minuta"
+ about_x_hours:
+ one: "oko sat vremena"
+ other: "oko {{count}} sati"
+ x_days:
+ one: "1 dan"
+ other: "{{count}} dana"
+ about_x_months:
+ one: "oko 1 mjesec"
+ other: "oko {{count}} mjeseci"
+ x_months:
+ one: "mjesec"
+ other: "{{count}} mjeseci"
+ about_x_years:
+ one: "1 godina"
+ other: "{{count}} godina"
+ over_x_years:
+ one: "preko 1 godine"
+ other: "preko {{count}} godina"
+
+ number:
+ human:
+ format:
+ delimiter: ""
+ precision: 1
+ storage_units:
+ format: "%n %u"
+ units:
+ byte:
+ one: "Byte"
+ other: "Bytes"
+ kb: "KB"
+ mb: "MB"
+ gb: "GB"
+ tb: "TB"
+
+
+# Used in array.to_sentence.
+ support:
+ array:
+ sentence_connector: "i"
+ skip_last_comma: false
+
+ activerecord:
+ errors:
+ messages:
+ inclusion: "nije ukljuceno u listu"
+ exclusion: "je rezervirano"
+ invalid: "nije ispravno"
+ confirmation: "ne odgovara za potvrdu"
+ accepted: "mora biti prihvaćen"
+ empty: "ne može biti prazno"
+ blank: "ne može biti razmaka"
+ too_long: "je predug (maximum is {{count}} characters)"
+ too_short: "je prekratak (minimum is {{count}} characters)"
+ wrong_length: "je pogrešne dužine (should be {{count}} characters)"
+ taken: "već je zauzeto"
+ not_a_number: "nije broj"
+ not_a_date: "nije ispravan datum"
+ greater_than: "mora biti veći od {{count}}"
+ greater_than_or_equal_to: "mora biti veći ili jednak {{count}}"
+ equal_to: "mora biti jednak {{count}}"
+ less_than: "mora biti manji od {{count}}"
+ less_than_or_equal_to: "mora bit manji ili jednak{{count}}"
+ odd: "mora biti neparan"
+ even: "mora biti paran"
+ greater_than_start_date: "mora biti veci nego pocetni datum"
+ not_same_project: "ne pripada istom projektu"
+ circular_dependency: "Ovaj relacija stvara kružnu ovisnost"
+
+ actionview_instancetag_blank_option: Molimo odaberite
+
+ general_text_No: 'Ne'
+ general_text_Yes: 'Da'
+ general_text_no: 'ne'
+ general_text_yes: 'da'
+ general_lang_name: 'Hrvatski'
+ general_csv_separator: ','
+ general_csv_decimal_separator: '.'
+ general_csv_encoding: utf8
+ general_pdf_encoding: utf8
+ general_first_day_of_week: '7'
+
+ notice_account_updated: Vaš profil je uspješno promijenjen.
+ notice_account_invalid_creditentials: Neispravno korisničko ime ili zaporka.
+ notice_account_password_updated: Zaporka je uspješno promijenjena.
+ notice_account_wrong_password: Pogrešna zaporka
+ notice_account_register_done: Racun je uspješno napravljen. Da biste aktivirali svoj račun, kliknite na link koji vam je poslan na e-mail.
+ notice_account_unknown_email: Nepoznati korisnik.
+ notice_can_t_change_password: Ovaj račun koristi eksterni izvor prijavljivanja. Nemoguće je promijeniti zaporku.
+ notice_account_lost_email_sent: E-mail s uputama kako bi odabrali novu zaporku je poslan na na vašu e-mail adresu.
+ notice_account_activated: Vaš racun je aktiviran. Možete se prijaviti.
+ notice_successful_create: Uspješno napravljeno.
+ notice_successful_update: Uspješna promjena.
+ notice_successful_delete: Uspješno brisanje.
+ notice_successful_connection: Uspješna veza.
+ notice_file_not_found: Stranica kojoj ste pokušali pristupiti ne postoji ili je uklonjena.
+ notice_locking_conflict: Podataci su ažurirani od strane drugog korisnika.
+ notice_not_authorized: Niste ovlašteni za pristup ovoj stranici.
+ notice_email_sent: E-mail je poslan {{value}}"
+ notice_email_error: Dogodila se pogreška tijekom slanja E-maila ({{value}})"
+ notice_feeds_access_key_reseted: Vaš RSS pristup je resetovan.
+ notice_api_access_key_reseted: Vaš API pristup je resetovan.
+ notice_failed_to_save_issues: "Neuspjelo spremanje {{count}} predmeta na {{total}} odabrane: {{ids}}."
+ notice_no_issue_selected: "Niti jedan predmet nije odabran! Molim, odaberite predmete koje želite urediti."
+ notice_account_pending: "Vaš korisnicki račun je otvoren, čeka odobrenje administratora."
+ notice_default_data_loaded: Konfiguracija je uspješno učitana.
+ notice_unable_delete_version: Nije moguće izbrisati verziju.
+ notice_issue_done_ratios_updated: Issue done ratios updated.
+
+ error_can_t_load_default_data: "Zadanu konfiguracija nije učitana: {{value}}"
+ error_scm_not_found: "Unos i/ili revizija nije pronađen."
+ error_scm_command_failed: "Dogodila se pogreška prilikom pokušaja pristupa: {{value}}"
+ error_scm_annotate: "Ne postoji ili ne može biti obilježen."
+ error_issue_not_found_in_project: 'Nije pronađen ili ne pripada u ovaj projekt'
+ error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
+ error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
+ error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version can not be reopened'
+ error_can_not_archive_project: This project can not be archived
+ error_issue_done_ratios_not_updated: "Issue done ratios not updated."
+ error_workflow_copy_source: 'Please select a source tracker or role'
+ error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
+
+ warning_attachments_not_saved: "{{count}} Datoteka/e nije mogla biti spremljena."
+
+ mail_subject_lost_password: "Vaša {{value}} zaporka"
+ mail_body_lost_password: 'Kako biste promijenili Vašu zaporku slijedite poveznicu:'
+ mail_subject_register: "Aktivacija korisničog računa {{value}}"
+ mail_body_register: 'Da biste aktivirali svoj račun, kliknite na sljedeci link:'
+ mail_body_account_information_external: "Možete koristiti vaš račun {{value}} za prijavu."
+ mail_body_account_information: Vaši korisnički podaci
+ mail_subject_account_activation_request: "{{value}} predmet za aktivaciju korisničkog računa"
+ mail_body_account_activation_request: "Novi korisnik ({{value}}) je registriran. Njegov korisnički račun čeka vaše odobrenje:"
+ mail_subject_reminder: "{{count}} predmet(a) dospijeva sljedećih dana"
+ mail_body_reminder: "{{count}} vama dodijeljen(ih) predmet(a) dospijeva u sljedećih {{days}} dana:"
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: "The '{{page}}' wiki page has been added by {{author}}."
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ mail_body_wiki_content_updated: "The '{{page}}' wiki page has been updated by {{author}}."
+
+ gui_validation_error: 1 pogreška
+ gui_validation_error_plural: "{{count}} pogrešaka"
+
+ field_name: Ime
+ field_description: Opis
+ field_summary: Sažetak
+ field_is_required: Obavezno
+ field_firstname: Ime
+ field_lastname: Prezime
+ field_mail: E-pošta
+ field_filename: Datoteka
+ field_filesize: Veličina
+ field_downloads: Preuzimanja
+ field_author: Autor
+ field_created_on: Napravljen
+ field_updated_on: Promijenjen
+ field_field_format: Format
+ field_is_for_all: Za sve projekte
+ field_possible_values: Moguće vrijednosti
+ field_regexp: Regularni izraz
+ field_min_length: Minimalna dužina
+ field_max_length: Maksimalna dužina
+ field_value: Vrijednost
+ field_category: Kategorija
+ field_title: Naslov
+ field_project: Projekt
+ field_issue: Predmet
+ field_status: Status
+ field_notes: Napomene
+ field_is_closed: Predmet je zatvoren
+ field_is_default: Zadana vrijednost
+ field_tracker: Tracker
+ field_subject: Predmet
+ field_due_date: Do datuma
+ field_assigned_to: Dodijeljeno
+ field_priority: Prioritet
+ field_fixed_version: Verzija
+ field_user: Korisnik
+ field_role: Uloga
+ field_homepage: Naslovnica
+ field_is_public: Javni projekt
+ field_parent: Potprojekt od
+ field_is_in_chlog: Predmeti se prikazuju u dnevniku promjena
+ field_is_in_roadmap: Predmeti se prikazuju u Putokazu
+ field_login: Korisničko ime
+ field_mail_notification: Obavijest putem e-pošte
+ field_admin: Administrator
+ field_last_login_on: Zadnja prijava
+ field_language: Primarni jezik
+ field_effective_date: Datum
+ field_password: Zaporka
+ field_new_password: Nova zaporka
+ field_password_confirmation: Potvrda zaporke
+ field_version: Verzija
+ field_type: Tip
+ field_host: Host
+ field_port: Port
+ field_account: Racun
+ field_base_dn: Osnovni DN
+ field_attr_login: Login atribut
+ field_attr_firstname: Atribut imena
+ field_attr_lastname: Atribut prezimena
+ field_attr_mail: Atribut e-pošte
+ field_onthefly: "Izrada korisnika \"u hodu\""
+ field_start_date: Pocetak
+ field_done_ratio: % Učinjeno
+ field_auth_source: Vrsta prijavljivanja
+ field_hide_mail: Sakrij moju adresu e-pošte
+ field_comments: Komentar
+ field_url: URL
+ field_start_page: Početna stranica
+ field_subproject: Potprojekt
+ field_hours: Sati
+ field_activity: Aktivnost
+ field_spent_on: Datum
+ field_identifier: Identifikator
+ field_is_filter: Korišteno kao filtar
+ field_issue_to_id: Povezano s predmetom
+ field_delay: Odgodeno
+ field_assignable: Predmeti mogu biti dodijeljeni ovoj ulozi
+ field_redirect_existing_links: Preusmjeravanje postojećih linkova
+ field_estimated_hours: Procijenjeno vrijeme
+ field_column_names: Stupci
+ field_time_zone: Vremenska zona
+ field_searchable: Pretraživo
+ field_default_value: Zadana vrijednost
+ field_comments_sorting: Prikaz komentara
+ field_parent_title: Parent page
+ field_editable: Editable
+ field_watcher: Watcher
+ field_identity_url: OpenID URL
+ field_content: Content
+ field_group_by: Group results by
+
+ setting_app_title: Naziv aplikacije
+ setting_app_subtitle: Podnaslov aplikacije
+ setting_welcome_text: Tekst dobrodošlice
+ setting_default_language: Zadani jezik
+ setting_login_required: Potrebna je prijava
+ setting_self_registration: Samoregistracija je dozvoljena
+ setting_attachment_max_size: Maksimalna veličina privitka
+ setting_issues_export_limit: Ograničenje izvoza predmeta
+ setting_mail_from: Izvorna adresa e-pošte
+ setting_bcc_recipients: Blind carbon copy primatelja (bcc)
+ setting_plain_text_mail: obični tekst pošte (bez HTML-a)
+ setting_host_name: Naziv domaćina (host)
+ setting_text_formatting: Oblikovanje teksta
+ setting_wiki_compression: Sažimanje
+ setting_feeds_limit: Ogranicenje unosa sadržaja
+ setting_default_projects_public: Novi projekti su javni po defaultu
+ setting_autofetch_changesets: Autofetch commits
+ setting_sys_api_enabled: Omogući WS za upravljanje skladištem
+ setting_commit_ref_keywords: Referentne ključne riječi
+ setting_commit_fix_keywords: Fiksne ključne riječi
+ setting_autologin: Automatska prijava
+ setting_date_format: Format datuma
+ setting_time_format: Format vremena
+ setting_cross_project_issue_relations: Dozvoli povezivanje predmeta izmedu različitih projekata
+ setting_issue_list_default_columns: Stupci prikazani na listi predmeta
+ setting_repositories_encodings: Kodna stranica
+ setting_commit_logs_encoding: Commit messages encoding
+ setting_emails_footer: Zaglavlje e-pošte
+ setting_protocol: Protokol
+ setting_per_page_options: Objekata po stranici opcija
+ setting_user_format: Oblik prikaza korisnika
+ setting_activity_days_default: Dani prikazane aktivnosti na projektu
+ setting_display_subprojects_issues: Prikaz predmeta potprojekta na glavnom projektu po defaultu
+ setting_enabled_scm: Omogućen SCM
+ setting_mail_handler_body_delimiters: "Truncate emails after one of these lines"
+ setting_mail_handler_api_enabled: Omoguci WS za dolaznu e-poštu
+ setting_mail_handler_api_key: API ključ
+ setting_sequential_project_identifiers: Generiraj slijedne identifikatore projekta
+ setting_gravatar_enabled: Koristi Gravatar korisničke ikone
+ setting_gravatar_default: Default Gravatar image
+ setting_diff_max_lines_displayed: Maksimalni broj diff linija za prikazati
+ setting_file_max_size_displayed: Max size of text files displayed inline
+ setting_repository_log_display_limit: Maximum number of revisions displayed on file log
+ setting_openid: Allow OpenID login and registration
+ setting_password_min_length: Minimum password length
+ setting_new_project_user_role_id: Role given to a non-admin user who creates a project
+ setting_default_projects_modules: Default enabled modules for new projects
+ setting_issue_done_ratio: Calculate the issue done ratio with
+ setting_issue_done_ratio_issue_field: Use the issue field
+ setting_issue_done_ratio_issue_status: Use the issue status
+ setting_start_of_week: Start calendars on
+ setting_rest_api_enabled: Enable REST web service
+
+ permission_add_project: Dodaj projekt
+ permission_add_subprojects: Dodaj potprojekt
+ permission_edit_project: Uredi projekt
+ permission_select_project_modules: Odaberi projektne module
+ permission_manage_members: Upravljaj članovima
+ permission_manage_versions: Upravljaj verzijama
+ permission_manage_categories: Upravljaj kategorijama predmeta
+ permission_view_issues: Pregledaj zahtjeve
+ permission_add_issues: Dodaj predmete
+ permission_edit_issues: Uredi predmete
+ permission_manage_issue_relations: Upravljaj relacijama predmeta
+ permission_add_issue_notes: Dodaj bilješke
+ permission_edit_issue_notes: Uredi bilješke
+ permission_edit_own_issue_notes: Uredi vlastite bilješke
+ permission_move_issues: Premjesti predmete
+ permission_delete_issues: Brisanje predmeta
+ permission_manage_public_queries: Upravljaj javnim upitima
+ permission_save_queries: Spremi upite
+ permission_view_gantt: Pregledaj gantt grafikon
+ permission_view_calendar: Pregledaj kalendar
+ permission_view_issue_watchers: Pregledaj listu promatraca
+ permission_add_issue_watchers: Dodaj promatrača
+ permission_delete_issue_watchers: Delete watchers
+ permission_log_time: Dnevnik utrošenog vremena
+ permission_view_time_entries: Pregledaj utrošeno vrijeme
+ permission_edit_time_entries: Uredi vremenske dnevnike
+ permission_edit_own_time_entries: Edit own time logs
+ permission_manage_news: Upravljaj novostima
+ permission_comment_news: Komentiraj novosti
+ permission_manage_documents: Upravljaj dokumentima
+ permission_view_documents: Pregledaj dokumente
+ permission_manage_files: Upravljaj datotekama
+ permission_view_files: Pregledaj datoteke
+ permission_manage_wiki: Upravljaj wikijem
+ permission_rename_wiki_pages: Promijeni ime wiki stranicama
+ permission_delete_wiki_pages: Obriši wiki stranice
+ permission_view_wiki_pages: Pregledaj wiki
+ permission_view_wiki_edits: Pregledaj povijest wikija
+ permission_edit_wiki_pages: Uredi wiki stranice
+ permission_delete_wiki_pages_attachments: Obriši privitke
+ permission_protect_wiki_pages: Zaštiti wiki stranice
+ permission_manage_repository: Upravljaj skladištem
+ permission_browse_repository: Browse repository
+ permission_view_changesets: View changesets
+ permission_commit_access: Mogućnost pohranjivanja
+ permission_manage_boards: Manage boards
+ permission_view_messages: Pregledaj poruke
+ permission_add_messages: Objavi poruke
+ permission_edit_messages: Uredi poruke
+ permission_edit_own_messages: Uredi vlastite poruke
+ permission_delete_messages: Obriši poruke
+ permission_delete_own_messages: Obriši vlastite poruke
+
+ project_module_issue_tracking: Praćenje predmeta
+ project_module_time_tracking: Praćenje vremena
+ project_module_news: Novosti
+ project_module_documents: Dokumenti
+ project_module_files: Datoteke
+ project_module_wiki: Wiki
+ project_module_repository: Skladište
+ project_module_boards: Boards
+
+ label_user: Korisnik
+ label_user_plural: Korisnici
+ label_user_new: Novi korisnik
+ label_user_anonymous: Anonymous
+ label_project: Projekt
+ label_project_new: Novi projekt
+ label_project_plural: Projekti
+ label_x_projects:
+ zero: no projects
+ one: 1 project
+ other: "{{count}} projects"
+ label_project_all: Svi Projekti
+ label_project_latest: Najnoviji projekt
+ label_issue: Predmet
+ label_issue_new: Novi predmet
+ label_issue_plural: Predmeti
+ label_issue_view_all: Pregled svih predmeta
+ label_issues_by: "Predmeti od {{value}}"
+ label_issue_added: Predmet dodan
+ label_issue_updated: Predmet promijenjen
+ label_document: Dokument
+ label_document_new: Novi dokument
+ label_document_plural: Dokumenti
+ label_document_added: Dokument dodan
+ label_role: Uloga
+ label_role_plural: Uloge
+ label_role_new: Nova uloga
+ label_role_and_permissions: Uloge i ovlasti
+ label_member: Član
+ label_member_new: Novi član
+ label_member_plural: Članovi
+ label_tracker: Vrsta
+ label_tracker_plural: Vrste predmeta
+ label_tracker_new: Nova vrsta
+ label_workflow: Tijek rada
+ label_issue_status: Status predmeta
+ label_issue_status_plural: Status predmeta
+ label_issue_status_new: Novi status
+ label_issue_category: Kategorija predmeta
+ label_issue_category_plural: Kategorije predmeta
+ label_issue_category_new: Nova kategorija
+ label_custom_field: Korisnički definirano polje
+ label_custom_field_plural: Korisnički definirana polja
+ label_custom_field_new: Novo korisnički definirano polje
+ label_enumerations: Pobrojenice
+ label_enumeration_new: Nova vrijednost
+ label_information: Informacija
+ label_information_plural: Informacije
+ label_please_login: Molim prijavite se
+ label_register: Registracija
+ label_login_with_open_id_option: or login with OpenID
+ label_password_lost: Izgubljena zaporka
+ label_home: Početna stranica
+ label_my_page: Moja stranica
+ label_my_account: Moj profil
+ label_my_projects: Moji projekti
+ label_administration: Administracija
+ label_login: Korisnik
+ label_logout: Odjava
+ label_help: Pomoć
+ label_reported_issues: Prijavljeni predmeti
+ label_assigned_to_me_issues: Moji predmeti
+ label_last_login: Last connection
+ label_registered_on: Registrirano
+ label_activity: Aktivnosti
+ label_overall_activity: Aktivnosti
+ label_user_activity: "{{value}} ova/ina aktivnost"
+ label_new: Novi
+ label_logged_as: Prijavljeni ste kao
+ label_environment: Okolina
+ label_authentication: Autentikacija
+ label_auth_source: Način prijavljivanja
+ label_auth_source_new: Novi način prijavljivanja
+ label_auth_source_plural: Načini prijavljivanja
+ label_subproject_plural: Potprojekti
+ label_subproject_new: Novi potprojekt
+ label_and_its_subprojects: "{{value}} i njegovi potprojekti"
+ label_min_max_length: Min - Maks veličina
+ label_list: Liste
+ label_date: Datum
+ label_integer: Integer
+ label_float: Float
+ label_boolean: Boolean
+ label_string: Text
+ label_text: Long text
+ label_attribute: Atribut
+ label_attribute_plural: Atributi
+ label_download: "{{count}} Download"
+ label_download_plural: "{{count}} Downloads"
+ label_no_data: Nema podataka za prikaz
+ label_change_status: Promjena statusa
+ label_history: Povijest
+ label_attachment: Datoteka
+ label_attachment_new: Nova datoteka
+ label_attachment_delete: Brisanje datoteke
+ label_attachment_plural: Datoteke
+ label_file_added: Datoteka dodana
+ label_report: Izvješće
+ label_report_plural: Izvješća
+ label_news: Novosti
+ label_news_new: Dodaj novost
+ label_news_plural: Novosti
+ label_news_latest: Novosti
+ label_news_view_all: Pregled svih novosti
+ label_news_added: Novosti dodane
+ label_change_log: Dnevnik promjena
+ label_settings: Postavke
+ label_overview: Pregled
+ label_version: Verzija
+ label_version_new: Nova verzija
+ label_version_plural: Verzije
+ label_confirmation: Potvrda
+ label_export_to: 'Izvoz u:'
+ label_read: Čitaj...
+ label_public_projects: Javni projekti
+ label_open_issues: Otvoren
+ label_open_issues_plural: Otvoreno
+ label_closed_issues: Zatvoren
+ label_closed_issues_plural: Zatvoreno
+ label_x_open_issues_abbr_on_total:
+ zero: 0 open / {{total}}
+ one: 1 open / {{total}}
+ other: "{{count}} open / {{total}}"
+ label_x_open_issues_abbr:
+ zero: 0 open
+ one: 1 open
+ other: "{{count}} open"
+ label_x_closed_issues_abbr:
+ zero: 0 closed
+ one: 1 closed
+ other: "{{count}} closed"
+ label_total: Ukupno
+ label_permissions: Dozvole
+ label_current_status: Trenutni status
+ label_new_statuses_allowed: Novi status je dozvoljen
+ label_all: Svi
+ label_none: nema
+ label_nobody: nitko
+ label_next: Naredni
+ label_previous: Prethodni
+ label_used_by: Korišten od
+ label_details: Detalji
+ label_add_note: Dodaj napomenu
+ label_per_page: Po stranici
+ label_calendar: Kalendar
+ label_months_from: Mjeseci od
+ label_gantt: Gantt
+ label_internal: Interno
+ label_last_changes: "Posljednjih {{count}} promjena"
+ label_change_view_all: Prikaz svih promjena
+ label_personalize_page: Prilagodite ovu stranicu
+ label_comment: Komentar
+ label_comment_plural: Komentari
+ label_x_comments:
+ zero: no comments
+ one: 1 comment
+ other: "{{count}} comments"
+ label_comment_add: Dodaj komentar
+ label_comment_added: Komentar dodan
+ label_comment_delete: Brisanje komentara
+ label_query: Korisnički upit
+ label_query_plural: Korisnički upiti
+ label_query_new: Novi upit
+ label_filter_add: Dodaj filtar
+ label_filter_plural: Filtri
+ label_equals: je
+ label_not_equals: nije
+ label_in_less_than: za manje od
+ label_in_more_than: za više od
+ label_greater_or_equal: '>='
+ label_less_or_equal: '<='
+ label_in: za točno
+ label_today: danas
+ label_all_time: sva vremena
+ label_yesterday: jučer
+ label_this_week: ovog tjedna
+ label_last_week: prošlog tjedna
+ label_last_n_days: "zadnjih {{count}} dana"
+ label_this_month: ovog mjeseca
+ label_last_month: prošlog mjeseca
+ label_this_year: ove godine
+ label_date_range: vremenski raspon
+ label_less_than_ago: manje od
+ label_more_than_ago: više od
+ label_ago: prije
+ label_contains: Sadrži
+ label_not_contains: ne sadrži
+ label_day_plural: dana
+ label_repository: Skladište
+ label_repository_plural: Skladišta
+ label_browse: Pregled
+ label_modification: "{{count}} promjena"
+ label_modification_plural: "{{count}} promjena"
+ label_branch: Branch
+ label_tag: Tag
+ label_revision: Revizija
+ label_revision_plural: Revizije
+ label_revision_id: "Revision {{value}}"
+ label_associated_revisions: Dodijeljene revizije
+ label_added: dodano
+ label_modified: promijenjen
+ label_copied: kopirano
+ label_renamed: preimenovano
+ label_deleted: obrisano
+ label_latest_revision: Posljednja revizija
+ label_latest_revision_plural: Posljednje revizije
+ label_view_revisions: Pregled revizija
+ label_view_all_revisions: View all revisions
+ label_max_size: Maksimalna veličina
+ label_sort_highest: Premjesti na vrh
+ label_sort_higher: Premjesti prema gore
+ label_sort_lower: Premjesti prema dolje
+ label_sort_lowest: Premjesti na dno
+ label_roadmap: Putokaz
+ label_roadmap_due_in: "Završava se za {{value}}"
+ label_roadmap_overdue: "{{value}} kasni"
+ label_roadmap_no_issues: Nema predmeta za ovu verziju
+ label_search: Traži
+ label_result_plural: Rezultati
+ label_all_words: Sve riječi
+ label_wiki: Wiki
+ label_wiki_edit: Wiki promjena
+ label_wiki_edit_plural: Wiki promjene
+ label_wiki_page: Wiki stranica
+ label_wiki_page_plural: Wiki stranice
+ label_index_by_title: Indeks po naslovima
+ label_index_by_date: Indeks po datumu
+ label_current_version: Trenutna verzija
+ label_preview: Brzi pregled
+ label_feed_plural: Feeds
+ label_changes_details: Detalji svih promjena
+ label_issue_tracking: Praćenje predmeta
+ label_spent_time: Utrošeno vrijeme
+ label_f_hour: "{{value}} sata"
+ label_f_hour_plural: "{{value}} sati"
+ label_time_tracking: Praćenje vremena
+ label_change_plural: Promjene
+ label_statistics: Statistika
+ label_commits_per_month: Pohrana po mjesecu
+ label_commits_per_author: Pohrana po autoru
+ label_view_diff: Pregled razlika
+ label_diff_inline: uvučeno
+ label_diff_side_by_side: paralelno
+ label_options: Opcije
+ label_copy_workflow_from: Kopiraj tijek rada od
+ label_permissions_report: Izvješće o dozvolama
+ label_watched_issues: Praćeni predmeti
+ label_related_issues: Povezani predmeti
+ label_applied_status: Primijenjen status
+ label_loading: Učitavam...
+ label_relation_new: Nova relacija
+ label_relation_delete: Brisanje relacije
+ label_relates_to: u relaciji sa
+ label_duplicates: Duplira
+ label_duplicated_by: ponovljen kao
+ label_blocks: blokira
+ label_blocked_by: blokiran od strane
+ label_precedes: prethodi
+ label_follows: slijedi
+ label_end_to_start: od kraja do početka
+ label_end_to_end: od kraja do kraja
+ label_end_to_start: od kraja do početka
+ label_end_to_end: od kraja do kraja
+ label_stay_logged_in: Ostanite prijavljeni
+ label_disabled: Isključen
+ label_show_completed_versions: Prikaži završene verzije
+ label_me: ja
+ label_board: Forum
+ label_board_new: Novi forum
+ label_board_plural: Forumi
+ label_topic_plural: Teme
+ label_message_plural: Poruke
+ label_message_last: Posljednja poruka
+ label_message_new: Nova poruka
+ label_message_posted: Poruka dodana
+ label_reply_plural: Odgovori
+ label_send_information: Pošalji korisniku informaciju o profilu
+ label_year: Godina
+ label_month: Mjesec
+ label_week: Tjedan
+ label_date_from: Od
+ label_date_to: Do
+ label_language_based: Zasnovano na jeziku
+ label_sort_by: "Uredi po {{value}}"
+ label_send_test_email: Pošalji testno E-pismo
+ label_feeds_access_key: RSS access key
+ label_missing_feeds_access_key: Missing a RSS access key
+ label_feeds_access_key_created_on: "RSS kljuc za pristup je napravljen prije {{value}}"
+ label_module_plural: Moduli
+ label_added_time_by: "Promijenio {{author}} prije {{age}}"
+ label_updated_time_by: "Dodao/la {{author}} prije {{age}}"
+ label_updated_time: "Promijenjeno prije {{value}}"
+ label_jump_to_a_project: Prebaci se na projekt...
+ label_file_plural: Datoteke
+ label_changeset_plural: Promjene
+ label_default_columns: Zadani stupci
+ label_no_change_option: (Bez promjene)
+ label_bulk_edit_selected_issues: Zajednička promjena izabranih predmeta
+ label_theme: Tema
+ label_default: Zadana
+ label_search_titles_only: Pretraživanje samo naslova
+ label_user_mail_option_all: "Za bilo koji događaj na svim mojim projektima"
+ label_user_mail_option_selected: "Za bilo koji događaj samo za izabrane projekte..."
+ label_user_mail_option_none: "Samo za stvari koje pratim ili u kojima sudjelujem"
+ label_user_mail_no_self_notified: "Ne želim primati obavijesti o promjenama koje sam napravim"
+ label_registration_activation_by_email: aktivacija putem e-pošte
+ label_registration_manual_activation: ručna aktivacija
+ label_registration_automatic_activation: automatska aktivacija
+ label_display_per_page: "Po stranici: {{value}}"
+ label_age: Starost
+ label_change_properties: Promijeni svojstva
+ label_general: Općenito
+ label_more: Još
+ label_scm: SCM
+ label_plugins: Plugins
+ label_ldap_authentication: LDAP autentikacija
+ label_downloads_abbr: D/L
+ label_optional_description: Opcije
+ label_add_another_file: Dodaj još jednu datoteku
+ label_preferences: Preferences
+ label_chronological_order: U kronološkom redoslijedu
+ label_reverse_chronological_order: U obrnutom kronološkom redoslijedu
+ label_planning: Planiranje
+ label_incoming_emails: Dolazne poruke e-pošte
+ label_generate_key: Generiraj ključ
+ label_issue_watchers: Promatrači
+ label_example: Primjer
+ label_display: Display
+ label_sort: Sort
+ label_ascending: Ascending
+ label_descending: Descending
+ label_date_from_to: From {{start}} to {{end}}
+ label_wiki_content_added: Wiki page added
+ label_wiki_content_updated: Wiki page updated
+ label_group: Group
+ label_group_plural: Grupe
+ label_group_new: Nova grupa
+ label_time_entry_plural: Spent time
+ label_version_sharing_none: Not shared
+ label_version_sharing_descendants: With subprojects
+ label_version_sharing_hierarchy: With project hierarchy
+ label_version_sharing_tree: With project tree
+ label_version_sharing_system: With all projects
+ label_update_issue_done_ratios: Update issue done ratios
+ label_copy_source: Source
+ label_copy_target: Target
+ label_copy_same_as_target: Same as target
+ label_display_used_statuses_only: Only display statuses that are used by this tracker
+ label_api_access_key: API access key
+ label_missing_api_access_key: Missing an API access key
+ label_api_access_key_created_on: "API access key created {{value}} ago"
+
+ button_login: Prijavi
+ button_submit: Pošalji
+ button_save: Spremi
+ button_check_all: Označi sve
+ button_uncheck_all: Isključi sve
+ button_delete: Obriši
+ button_create: Napravi
+ button_create_and_continue: Napravi i nastavi
+ button_test: Test
+ button_edit: Uredi
+ button_add: Dodaj
+ button_change: Promijeni
+ button_apply: Primijeni
+ button_clear: Ukloni
+ button_lock: Zaključaj
+ button_unlock: Otključaj
+ button_download: Preuzmi
+ button_list: Spisak
+ button_view: Pregled
+ button_move: Premjesti
+ button_move_and_follow: Move and follow
+ button_back: Nazad
+ button_cancel: Odustani
+ button_activate: Aktiviraj
+ button_sort: Redoslijed
+ button_log_time: Zapiši vrijeme
+ button_rollback: Izvrši rollback na ovu verziju
+ button_watch: Prati
+ button_unwatch: Prekini pracenje
+ button_reply: Odgovori
+ button_archive: Arhiviraj
+ button_rollback: Dearhiviraj
+ button_reset: Poništi
+ button_rename: Promijeni ime
+ button_change_password: Promjena zaporke
+ button_copy: Kopiraj
+ button_copy_and_follow: Copy and follow
+ button_annotate: Annotate
+ button_update: Promijeni
+ button_configure: Konfiguracija
+ button_quote: Navod
+ button_duplicate: Duplicate
+ button_show: Show
+
+ status_active: aktivan
+ status_registered: Registriran
+ status_locked: zaključan
+
+ version_status_open: open
+ version_status_locked: locked
+ version_status_closed: closed
+
+ field_active: Active
+
+ text_select_mail_notifications: Izbor akcija za koje će biti poslana obavijest e-poštom.
+ text_regexp_info: eg. ^[A-Z0-9]+$
+ text_min_max_length_info: 0 znači bez ograničenja
+ text_project_destroy_confirmation: Da li ste sigurni da želite izbrisati ovaj projekt i sve njegove podatke?
+ text_subprojects_destroy_warning: "Njegov(i) potprojekt(i): {{value}} će također biti obrisan."
+ text_workflow_edit: Select a role and a tracker to edit the workflow
+ text_are_you_sure: Da li ste sigurni?
+ text_journal_changed: "{{label}} promijenjen iz {{old}} u {{new}}"
+ text_journal_set_to: "{{label}} postavi na {{value}}"
+ text_journal_deleted: "{{label}} izbrisano ({{old}})"
+ text_journal_added: "{{label}} {{value}} added"
+ text_tip_task_begin_day: Zadaci koji počinju ovog dana
+ text_tip_task_end_day: zadaci koji se završavaju ovog dana
+ text_tip_task_begin_end_day: Zadaci koji počinju i završavaju se ovog dana
+ text_project_identifier_info: 'mala slova (a-z), brojevi i crtice su dozvoljeni.<br />Jednom snimljen identifikator se ne može mijenjati!'
+ text_caracters_maximum: "Najviše {{count}} znakova."
+ text_caracters_minimum: "Mora biti dugačko najmanje {{count}} znakova."
+ text_length_between: "Dužina izmedu {{min}} i {{max}} znakova."
+ text_tracker_no_workflow: Tijek rada nije definiran za ovaj tracker
+ text_unallowed_characters: Nedozvoljeni znakovi
+ text_comma_separated: Višestruke vrijednosti su dozvoljene (razdvojene zarezom).
+ text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
+ text_tracker_no_workflow: No workflow defined for this tracker
+ text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
+ text_issue_added: "Predmet {{id}} je prijavljen (prijavio {{author}})."
+ text_issue_updated: "Predmet {{id}} je promijenjen {{author}})."
+ text_wiki_destroy_confirmation: Da li ste sigurni da želite izbrisati ovaj wiki i njegov sadržaj?
+ text_issue_category_destroy_question: "Neke predmeti ({{count}}) su dodijeljeni ovoj kategoriji. Što želite uraditi?"
+ text_issue_category_destroy_assignments: Ukloni dodjeljivanje kategorija
+ text_issue_category_reassign_to: Ponovo dodijeli predmete ovoj kategoriji
+ text_user_mail_option: "Za neizabrane projekte, primit ćete obavjesti samo o stvarima koje pratite ili u kojima sudjelujete (npr. predmete koje ste vi napravili ili koje su vama dodjeljeni)."
+ text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
+ text_load_default_configuration: Učitaj početnu konfiguraciju
+ text_status_changed_by_changeset: "Applied in changeset {{value}}."
+ text_issues_destroy_confirmation: 'Jeste li sigurni da želite obrisati izabrani/e predmet(e)?'
+ text_select_project_modules: 'Odaberite module koji će biti omogućeni za ovaj projekt:'
+ text_default_administrator_account_changed: Default administrator account changed
+ text_file_repository_writable: Dozvoljeno pisanje u direktorij za privitke
+ text_plugin_assets_writable: Plugin assets directory writable
+ text_rmagick_available: RMagick dostupan (nije obavezno)
+ text_destroy_time_entries_question: "{{hours}} sati je prijavljeno za predmete koje želite obrisati. Što ćete učiniti?"
+ text_destroy_time_entries: Obriši prijavljene sate
+ text_assign_time_entries_to_project: Pridruži prijavljene sate projektu
+ text_reassign_time_entries: 'Premjesti prijavljene sate ovom predmetu:'
+ text_user_wrote: "{{value}} je napisao/la:"
+ text_enumeration_destroy_question: "{{count}} objekata je pridruženo toj vrijednosti."
+ text_enumeration_category_reassign_to: 'Premjesti ih ovoj vrijednosti:'
+ text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
+ text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
+ text_diff_truncated: '... Ovaj diff je odrezan zato što prelazi maksimalnu veličinu koja može biti prikazana.'
+ text_custom_field_possible_values_info: 'One line for each value'
+ text_wiki_page_destroy_question: "This page has {{descendants}} child page(s) and descendant(s). What do you want to do?"
+ text_wiki_page_nullify_children: "Keep child pages as root pages"
+ text_wiki_page_destroy_children: "Delete child pages and all their descendants"
+ text_wiki_page_reassign_children: "Reassign child pages to this parent page"
+ default_role_manager: Upravitelj
+ default_role_developper: Razvojni inženjer
+ default_role_reporter: Korisnik
+ default_tracker_bug: Pogreška
+ default_tracker_feature: Funkcionalnost
+ default_tracker_support: Podrška
+ default_issue_status_new: Novo
+ default_issue_status_assigned: Dodijeljeno
+ default_issue_status_resolved: Riješeno
+ default_issue_status_feedback: Povratna informacija
+ default_issue_status_closed: Zatvoreno
+ default_issue_status_rejected: Odbaceno
+ default_doc_category_user: Korisnička dokumentacija
+ default_doc_category_tech: Tehnička dokumentacija
+ default_priority_low: Nizak
+ default_priority_normal: Redovan
+ default_priority_high: Visok
+ default_priority_urgent: Hitan
+ default_priority_immediate: Odmah
+ default_activity_design: Dizajn
+ default_activity_development: Razvoj
+ enumeration_issue_priorities: Prioriteti predmeta
+ enumeration_doc_categories: Kategorija dokumenata
+ enumeration_activities: Aktivnosti (po vremenu)
+ enumeration_system_activity: System Activity
+ field_sharing: Sharing
+ text_line_separated: Multiple values allowed (one line for each value).
+ label_close_versions: Close completed versions
+ button_unarchive: Unarchive
+ label_start_to_end: start to end
+ label_start_to_start: start to start
+ field_issue_to: Related issue
+ default_issue_status_in_progress: In Progress
+ text_own_membership_delete_confirmation: |-
+ You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
+ Are you sure you want to continue?
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index 42d3d8904..0aaf11a5a 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -355,6 +355,7 @@ zh:
setting_rest_api_enabled: 启用REST web service
permission_add_project: 新建项目
+ permission_add_subprojects: 新建子项目
permission_edit_project: 编辑项目
permission_select_project_modules: 选择项目模块
permission_manage_members: 管理成员
@@ -490,6 +491,7 @@ zh:
label_auth_source_new: 新建认证模式
label_auth_source_plural: 认证模式
label_subproject_plural: 子项目
+ label_subproject_new: 新建子项目
label_and_its_subprojects: "{{value}} 及其子项目"
label_min_max_length: 最小 - 最大 长度
label_list: 列表
@@ -524,6 +526,7 @@ zh:
label_version: 版本
label_version_new: 新建版本
label_version_plural: 版本
+ label_close_versions: 关闭已完成的版本
label_confirmation: 确认
label_export_to: 导出
label_read: 读取...
@@ -873,6 +876,7 @@ zh:
text_wiki_page_reassign_children: 将子页面的上级页面设置为
text_wiki_page_nullify_children: 将子页面保留为根页面
text_wiki_page_destroy_children: 删除子页面及其所有下级页面
+ text_own_membership_delete_confirmation: 你正在删除你现有的某些或全部权限,如果这样做了你可能将会再也无法编辑该项目了。你确定要继续吗?
default_role_manager: 管理人员
default_role_developper: 开发人员
@@ -900,9 +904,3 @@ zh:
enumeration_doc_categories: 文档类别
enumeration_activities: 活动(时间跟踪)
enumeration_system_activity: 系统活动
- permission_add_subprojects: Create subprojects
- label_subproject_new: New subproject
- text_own_membership_delete_confirmation: |-
- You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
- Are you sure you want to continue?
- label_close_versions: Close completed versions
diff --git a/public/javascripts/calendar/lang/calendar-hr.js b/public/javascripts/calendar/lang/calendar-hr.js
new file mode 100644
index 000000000..4681744a5
--- /dev/null
+++ b/public/javascripts/calendar/lang/calendar-hr.js
@@ -0,0 +1,128 @@
+// ** I18N
+
+// Calendar HR language
+// Author: Helix d.o.o., <info@helix.hr>
+// Encoding: any
+// Distributed under the same terms as the calendar itself.
+
+// For translators: please use UTF-8 if possible. We strongly believe that
+// Unicode is the answer to a real internationalized world. Also please
+// include your contact information in the header, as can be seen above.
+
+// full day names
+Calendar._DN = new Array
+("Nedjelja",
+ "Ponedjeljak",
+ "Utorak",
+ "Srijeda",
+ "Cetvrtak",
+ "Petak",
+ "Subota",
+ "Nedjelja");
+
+// Please note that the following array of short day names (and the same goes
+// for short month names, _SMN) isn't absolutely necessary. We give it here
+// for exemplification on how one can customize the short day names, but if
+// they are simply the first N letters of the full name you can simply say:
+//
+// Calendar._SDN_len = N; // short day name length
+// Calendar._SMN_len = N; // short month name length
+//
+// If N = 3 then this is not needed either since we assume a value of 3 if not
+// present, to be compatible with translation files that were written before
+// this feature.
+
+// short day names
+Calendar._SDN = new Array
+("Ned",
+ "Pon",
+ "Uto",
+ "Sri",
+ "Cet",
+ "Pet",
+ "Sub",
+ "Ned");
+
+// First day of the week. "0" means display Sunday first, "1" means display
+// Monday first, etc.
+Calendar._FD = 0;
+
+// full month names
+Calendar._MN = new Array
+("Sijecanj",
+ "Veljaca",
+ "Oujak",
+ "Travanj",
+ "Svibanj",
+ "Lipanj",
+ "Srpanj",
+ "Kolovoz",
+ "Rujan",
+ "Listopad",
+ "Studeni",
+ "Prosinac");
+
+// short month names
+Calendar._SMN = new Array
+("Sij",
+ "Velj",
+ "Ou",
+ "Tra",
+ "Svi",
+ "Lip",
+ "Srp",
+ "Kol",
+ "Ruj",
+ "List",
+ "Stu",
+ "Pro");
+
+
+// tooltips
+Calendar._TT = {};
+Calendar._TT["INFO"] = "About the calendar";
+
+Calendar._TT["ABOUT"] =
+"DHTML Date/Time Selector\n" +
+"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
+"For latest version visit: http://www.dynarch.com/projects/calendar/\n" +
+"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." +
+"\n\n" +
+"Date selection:\n" +
+"- Use the \xab, \xbb buttons to select year\n" +
+"- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" +
+"- Hold mouse button on any of the above buttons for faster selection.";
+Calendar._TT["ABOUT_TIME"] = "\n\n" +
+"Time selection:\n" +
+"- Click on any of the time parts to increase it\n" +
+"- or Shift-click to decrease it\n" +
+"- or click and drag for faster selection.";
+
+Calendar._TT["PREV_YEAR"] = "Prethodna godina (hold for menu)";
+Calendar._TT["PREV_MONTH"] = "Prethodni mjesec (hold for menu)";
+Calendar._TT["GO_TODAY"] = "Na dananji dan";
+Calendar._TT["NEXT_MONTH"] = "Naredni mjesec (hold for menu)";
+Calendar._TT["NEXT_YEAR"] = "Naredna godina (hold for menu)";
+Calendar._TT["SEL_DATE"] = "Odaberite datum";
+Calendar._TT["DRAG_TO_MOVE"] = "Drag to move";
+Calendar._TT["PART_TODAY"] = " (Danas)";
+
+// the following is to inform that "%s" is to be the first day of week
+// %s will be replaced with the day name.
+Calendar._TT["DAY_FIRST"] = "Prikai %s prvo";
+
+// This may be locale-dependent. It specifies the week-end days, as an array
+// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
+// means Monday, etc.
+Calendar._TT["WEEKEND"] = "0,6";
+
+Calendar._TT["CLOSE"] = "Zatvori";
+Calendar._TT["TODAY"] = "Danas";
+Calendar._TT["TIME_PART"] = "(Shift-)Click or drag to change value";
+
+// date formats
+Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
+Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";
+
+Calendar._TT["WK"] = "wk";
+Calendar._TT["TIME"] = "Vrijeme:";
diff --git a/public/javascripts/jstoolbar/lang/jstoolbar-hr.js b/public/javascripts/jstoolbar/lang/jstoolbar-hr.js
new file mode 100644
index 000000000..fc9b3b48b
--- /dev/null
+++ b/public/javascripts/jstoolbar/lang/jstoolbar-hr.js
@@ -0,0 +1,16 @@
+jsToolBar.strings = {};
+jsToolBar.strings['Strong'] = 'Podebljano';
+jsToolBar.strings['Italic'] = 'Kurziv';
+jsToolBar.strings['Underline'] = 'Podcrtano';
+jsToolBar.strings['Deleted'] = 'Obrisano';
+jsToolBar.strings['Code'] = 'Inline Code';
+jsToolBar.strings['Heading 1'] = 'Naslov 1';
+jsToolBar.strings['Heading 2'] = 'Naslov 2';
+jsToolBar.strings['Heading 3'] = 'Naslov 3';
+jsToolBar.strings['Unordered list'] = 'Graficke oznake';
+jsToolBar.strings['Ordered list'] = 'Numeriranje';
+jsToolBar.strings['Quote'] = 'Citat';
+jsToolBar.strings['Unquote'] = 'Ukloni citat';
+jsToolBar.strings['Preformatted text'] = 'Izveden tekst';
+jsToolBar.strings['Wiki link'] = 'Link na Wiki stranicu';
+jsToolBar.strings['Image'] = 'Slika'; \ No newline at end of file