Moving dhtmlxGantt library to 'libraries' folder
This commit is contained in:
parent
dbcdde741c
commit
5e16eb66dd
162 changed files with 6 additions and 5 deletions
58
libraries/dhtmlxgantt/sources/locale/locale_de.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_de.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
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.
|
||||
*/
|
||||
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 a new issue