mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-13 18:17:07 +02:00
New dhtmlxGantt library, and etemplate2 widget to use it (work in progress)
This commit is contained in:
52
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_fr.js
Executable file
52
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_fr.js
Executable file
@ -0,0 +1,52 @@
|
||||
/*
|
||||
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"
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user