mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 21:43:11 +01:00
55 lines
1.6 KiB
JavaScript
Executable File
55 lines
1.6 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: ["Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"],
|
|
month_short: ["Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des"],
|
|
day_full: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"],
|
|
day_short: ["Søn", "Mon", "Tir", "Ons", "Tor", "Fre", "Lør"]
|
|
},
|
|
labels: {
|
|
dhx_cal_today_button: "I dag",
|
|
day_tab: "Dag",
|
|
week_tab: "Uke",
|
|
month_tab: "Måned",
|
|
new_event: "Ny hendelse",
|
|
icon_save: "Lagre",
|
|
icon_cancel: "Avbryt",
|
|
icon_details: "Detaljer",
|
|
icon_edit: "Rediger",
|
|
icon_delete: "Slett",
|
|
confirm_closing: "", //Your changes will be lost, are your sure ?
|
|
confirm_deleting: "Hendelsen vil bli slettet permanent. Er du sikker?",
|
|
section_description: "Beskrivelse",
|
|
section_time: "Tidsperiode",
|
|
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"
|
|
}
|
|
};
|
|
|