src/pyams_skin/resources/js/i18n/myams_fr.js
changeset 178 7d45e7def548
parent 126 b94a381c36c2
child 199 2cef7c7c1894
equal deleted inserted replaced
177:e9c68061c1e3 178:7d45e7def548
     1 (function($, globals) {
     1 (function($, globals) {
       
     2 
       
     3 	'use strict';
     2 
     4 
     3 	var MyAMS = globals.MyAMS;
     5 	var MyAMS = globals.MyAMS;
     4 
     6 
     5 	if ($.datepicker) {
     7 	if ($.datepicker) {
     6 		var locale = {
     8 		var locale = {
    30 
    32 
    31 		INFO: "Information",
    33 		INFO: "Information",
    32 		WARNING: "!! ATTENTION !!",
    34 		WARNING: "!! ATTENTION !!",
    33 		ERROR: "ERREUR : ",
    35 		ERROR: "ERREUR : ",
    34 
    36 
       
    37 		LOADING: "Chargement en cours...",
       
    38 		PROGRESS: "Traitement en cours",
       
    39 
    35 		WAIT: "Veuillez patienter...",
    40 		WAIT: "Veuillez patienter...",
    36 		FORM_SUBMITTED: "Vous avez déjà soumis ce formulaire !",
    41 		FORM_SUBMITTED: "Vous avez déjà soumis ce formulaire !",
    37 
    42 		NO_SERVER_RESPONSE: "Pas de réponse du serveur !",
    38 		ERROR_OCCURED: "Une erreur s'est produite !",
    43 		ERROR_OCCURED: "Une erreur s'est produite !",
    39 		ERRORS_OCCURED: "Des erreurs se sont produites !",
    44 		ERRORS_OCCURED: "Des erreurs se sont produites !",
    40 		NO_SERVER_RESPONSE: "Pas de réponse du serveur !",
       
    41 
    45 
    42 		BAD_LOGIN_TITLE: "Paramètres de connexion incorrects !",
    46 		BAD_LOGIN_TITLE: "Paramètres de connexion incorrects !",
    43 		BAD_LOGIN_MESSAGE: "Your anthentication credentials didn't allow you to open a session; " +
    47 		BAD_LOGIN_MESSAGE: "Your anthentication credentials didn't allow you to open a session; " +
    44 						   "please check your credentials or contact administrator.",
    48 						   "please check your credentials or contact administrator.",
    45 
    49