/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
//Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Chargement en cours...</div>';

//Date.monthNames =
//   ["Janvier",
//    "Février",
//    "Mars",
//    "Avril",
//    "Mai",
//    "Juin",
//    "Juillet",
//    "Août",
//    "Septembre",
//    "Octobre",
//    "Novembre",
//    "Décembre"];

//Date.dayNames =
//   ["Dimanche",
//    "Lundi",
//    "Mardi",
//    "Mercredi",
//    "Jeudi",
//    "Vendredi",
//    "Samedi"];

Ext.apply(Ext.grid.GridView.prototype, {
  sortAscText: "Sortierung aufsteigend",
  sortDescText: "Sortierung absteigend",
  lockText: "Spalte fixieren",
  unlockText: "Spalte freigeben",
  columnsText: "Spalten"
});

//Ext.apply(Ext.DatePicker.prototype, {
//    todayText : "Aujourd'hui",
//    todayTip : "{0} (barre espace)",
//    minText : "Cette date se situe avant la date minimum.",
//    maxText : "Cette date se situe après la date maximum.",
//    format : "d/m/y",
//    disabledDaysText : "",
//    disabledDatesText : "",
//    monthNames : Date.monthNames,
//    dayNames : Date.dayNames,
//    nextText: "Mois suivant (Ctrl + Droite)",
//    prevText: "Mois précédent (Ctrl + Gauche)",
//    monthYearText: "Choisissez un mois (Ctrl + Haut/bas pour changer d'année)",
//    startDay: 1 // Week start on Monday
//});

Ext.apply(Ext.form.DateField.prototype, {
    format: "d.m.y"
});

Ext.MessageBox.buttonText = {
    ok : "OK",
    cancel : "Abbrechen",
    yes : "Ja",
    no : "Nein"
};

//Ext.apply(Ext.PagingToolbar.prototype, {
//    beforePageText : "Page",
//    afterPageText : "sur {0}",
//    firstText : "1ère page",
//    prevText : "Page précédente",
//    nextText : "Page suivante",
//    lastText : "Dernière page",
//    refreshText : "Actualiser"
//});

//Ext.TabPanelItem.prototype.closeText = "Fermer cet onglet";
//
//Ext.apply(Ext.form.ComboBox.prototype, {
//    loadingText: "Chargement..."
//});


