diff options
author | AlexKlimenkov <shurick.klimenkov@gmail.com> | 2015-04-29 22:07:09 +0300 |
---|---|---|
committer | AlexKlimenkov <shurick.klimenkov@gmail.com> | 2015-04-29 22:07:09 +0300 |
commit | 16f6e54edba096c0cdd789edc9fca85d312c2ebb (patch) | |
tree | c21979537b1e0c2fb9622f8e0cd9059bad8b9729 /codebase/sources/locale/locale_fi.js | |
parent | f56a0475d90af025e92ec4716ff4e5121992b4fe (diff) | |
download | scheduler-16f6e54edba096c0cdd789edc9fca85d312c2ebb.zip scheduler-16f6e54edba096c0cdd789edc9fca85d312c2ebb.tar.gz scheduler-16f6e54edba096c0cdd789edc9fca85d312c2ebb.tar.bz2 |
[fix] version 4.3.1
Diffstat (limited to 'codebase/sources/locale/locale_fi.js')
-rw-r--r-- | codebase/sources/locale/locale_fi.js | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/codebase/sources/locale/locale_fi.js b/codebase/sources/locale/locale_fi.js new file mode 100644 index 0000000..6c08a3c --- /dev/null +++ b/codebase/sources/locale/locale_fi.js @@ -0,0 +1,64 @@ +/* +@license +dhtmlxScheduler v.4.3.1 + +This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited. + +(c) Dinamenta, UAB. +*/ +scheduler.locale = { + date: { + month_full: ["Tammikuu", "Helmikuu", "Maaliskuu", "Huhtikuu", "Toukokuu", "Kesäkuu", "Heinäkuu", "Elokuu", "Syyskuu", "Lokakuu", "Marraskuu", "Joulukuu"], + month_short: ["Tam", "Hel", "Maa", "Huh", "Tou", "Kes", "Hei", "Elo", "Syy", "Lok", "Mar", "Jou"], + day_full: ["Sunnuntai", "Maanantai", "Tiistai", "Keskiviikko", "Torstai", "Perjantai", "Lauantai"], + day_short: ["Su", "Ma", "Ti", "Ke", "To", "Pe", "La"] + }, + labels: { + dhx_cal_today_button: "Tänään", + day_tab: "Päivä", + week_tab: "Viikko", + month_tab: "Kuukausi", + new_event: "Uusi tapahtuma", + icon_save: "Tallenna", + icon_cancel: "Peru", + icon_details: "Tiedot", + icon_edit: "Muokkaa", + icon_delete: "Poista", + confirm_closing: "", //Your changes will be lost, are your sure ? + confirm_deleting: "Haluatko varmasti poistaa tapahtuman?", + section_description: "Kuvaus", + section_time: "Aikajakso", + full_day: "Koko päivä", + + confirm_recurring: "Haluatko varmasti muokata toistuvan tapahtuman kaikkia jaksoja?", + section_recurring: "Toista tapahtuma", + button_recurring: "Ei käytössä", + button_recurring_open: "Käytössä", + button_edit_series: "Muokkaa sarja", + button_edit_occurrence: "Muokkaa kopio", + + /*agenda view extension*/ + agenda_tab: "Esityslista", + date: "Päivämäärä", + description: "Kuvaus", + + /*year view extension*/ + year_tab: "Vuoden", + + /*week agenda view extension*/ + week_agenda_tab: "Esityslista", + + /*grid view extension*/ + grid_tab: "Ritilä", + + /* touch tooltip*/ + drag_to_create:"Drag to create", + drag_to_move:"Drag to move", + + /* dhtmlx message default buttons */ + message_ok:"OK", + message_cancel:"Cancel" + } +}; + + |