mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
55 lines
1.7 KiB
JavaScript
Executable File
55 lines
1.7 KiB
JavaScript
Executable File
/*
|
|
This software is allowed to use under GPL or you need to obtain Commercial or Enterprise License
|
|
to use it in non-GPL project. Please contact sales@dhtmlx.com for details
|
|
*/
|
|
gantt.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",
|
|
section_type:"Type",
|
|
/* grid columns */
|
|
|
|
column_text : "Task name",
|
|
column_start_date : "Start time",
|
|
column_duration : "Duration",
|
|
column_add : "",
|
|
|
|
/* link confirmation */
|
|
link: "Link",
|
|
confirm_link_deleting:"will be deleted",
|
|
link_start: " (start)",
|
|
link_end: " (end)",
|
|
|
|
type_task: "Task",
|
|
type_project: "Project",
|
|
type_milestone: "Milestone",
|
|
|
|
|
|
minutes: "Minutes",
|
|
hours: "Hours",
|
|
days: "Days",
|
|
weeks: "Week",
|
|
months: "Months",
|
|
years: "Years"
|
|
}
|
|
};
|
|
|