mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
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_de.js
Executable file
54
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_de.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", " März ", " April", " Mai", " Juni", " Juli", " August", " September ", " Oktober", " November ", " Dezember"],
|
||||
month_short: ["Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
||||
day_full: [ "Sonntag", "Montag", "Dienstag", " Mittwoch", " Donnerstag", "Freitag", "Samstag"],
|
||||
day_short: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Heute",
|
||||
day_tab: "Tag",
|
||||
week_tab: "Woche",
|
||||
month_tab: "Monat",
|
||||
new_event: "neuer Eintrag",
|
||||
icon_save: "Speichern",
|
||||
icon_cancel: "Abbrechen",
|
||||
icon_details: "Details",
|
||||
icon_edit: "Ändern",
|
||||
icon_delete: "Löschen",
|
||||
confirm_closing: "", //"Ihre Veränderungen werden verloren sein, wollen Sie ergänzen? "
|
||||
confirm_deleting: "Der Eintrag wird gelöscht",
|
||||
section_description: "Beschreibung",
|
||||
section_time: "Zeitspanne",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task-Namen",
|
||||
column_start_date : "Startzeit",
|
||||
column_duration : "Dauer",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"werden gelöscht",
|
||||
link_start: "(starten)",
|
||||
link_end: "(ende)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minuten",
|
||||
hours: "Stunden",
|
||||
days: "Tage",
|
||||
weeks: "Wochen",
|
||||
months: "Monate",
|
||||
years: "Jahre"
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user