forked from extern/egroupware
New dhtmlxGantt library, and etemplate2 widget to use it (work in progress)
This commit is contained in:
54
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_nb.js
Executable file
54
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_nb.js
Executable file
@ -0,0 +1,54 @@
|
||||
/*
|
||||
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"
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user