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_nl.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_nl.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: ["Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December"],
|
||||
month_short: ["Jan", "Feb", "mrt", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
||||
day_full: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag"],
|
||||
day_short: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Vandaag",
|
||||
day_tab: "Dag",
|
||||
week_tab: "Week",
|
||||
month_tab: "Maand",
|
||||
new_event: "Nieuw item",
|
||||
icon_save: "Opslaan",
|
||||
icon_cancel: "Annuleren",
|
||||
icon_details: "Details",
|
||||
icon_edit: "Bewerken",
|
||||
icon_delete: "Verwijderen",
|
||||
confirm_closing: "", //Your changes will be lost, are your sure ?
|
||||
confirm_deleting: "Item zal permanent worden verwijderd, doorgaan?",
|
||||
section_description: "Beschrijving",
|
||||
section_time: "Tijd periode",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Taak omschrijving",
|
||||
column_start_date : "Startdatum",
|
||||
column_duration : "Duur",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Koppeling",
|
||||
confirm_link_deleting:"zal worden verwijderd",
|
||||
link_start: " (start)",
|
||||
link_end: " (eind)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "minuten",
|
||||
hours: "uren",
|
||||
days: "dagen",
|
||||
weeks: "weken",
|
||||
months: "maanden",
|
||||
years: "jaren"
|
||||
}
|
||||
};
|
||||
|
Reference in a new issue