mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 05:23:26 +01:00
53 lines
1.5 KiB
JavaScript
Executable File
53 lines
1.5 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: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"],
|
|
month_short: ["Jan", "Fév", "Mar", "Avr", "Mai", "Juin", "Juil", "Aôu", "Sep", "Oct", "Nov", "Déc"],
|
|
day_full: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"],
|
|
day_short: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"]
|
|
},
|
|
labels:{
|
|
new_task:"Tâche neuve",
|
|
icon_save:"Enregistrer",
|
|
icon_cancel:"Annuler",
|
|
icon_details:"Détails",
|
|
icon_edit:"Modifier",
|
|
icon_delete:"Effacer",
|
|
confirm_closing:"",//Vos modifications seront perdus, êtes-vous sûr ?
|
|
confirm_deleting:"L'événement sera effacé sans appel, êtes-vous sûr ?",
|
|
|
|
section_description:"Description",
|
|
section_time:"Période",
|
|
section_type:"Type",
|
|
|
|
/* grid columns */
|
|
|
|
column_text : "Tâche neuve",
|
|
column_start_date : "Date initiale",
|
|
column_duration : "Durée",
|
|
column_add : "",
|
|
|
|
|
|
/* link confirmation */
|
|
|
|
confirm_link_deleting:"seront supprimées",
|
|
link_start: "(début)",
|
|
link_end: "(fin)",
|
|
|
|
type_task: "Task",
|
|
type_project: "Project",
|
|
type_milestone: "Milestone",
|
|
|
|
|
|
minutes: "Minutes",
|
|
hours: "Heures",
|
|
days: "Jours",
|
|
weeks: "Semaine",
|
|
months: "Mois",
|
|
years: "Années"
|
|
}
|
|
};
|