Author: bpoussin Date: 2013-01-15 21:40:42 +0100 (Tue, 15 Jan 2013) New Revision: 298 Url: http://chorem.org/projects/chorem/repository/revisions/298 Log: utilisation de fichier de langue 'fr' de nuiton-js pour jquery-ui Removed: trunk/chorem-webmotion/src/main/webapp/js/jquery.ui.datepicker-fr.js Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/wro.xml Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/wro.xml =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/wro.xml 2013-01-15 19:06:18 UTC (rev 297) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/wro.xml 2013-01-15 20:40:42 UTC (rev 298) @@ -5,6 +5,7 @@ <group-ref>bootstrap-responsive</group-ref> <group-ref>jquery-ui</group-ref> <group-ref>jquery-ui-cupertino</group-ref> + <group-ref>jquery-ui-fr</group-ref> <group-ref>jqplot</group-ref> <!-- plugin jqplot --> <group-ref>jqplot.dateAxisRenderer</group-ref> @@ -15,7 +16,6 @@ <group-ref>jqplot.highlighter</group-ref> <group-ref>jqplot.barRenderer</group-ref> - <js>/js/jquery.ui.datepicker-fr.js</js> <js>/js/jquery-ui-timepicker-addon.js</js> <js>/js/jquery-ui-timepicker-fr.js</js> Deleted: trunk/chorem-webmotion/src/main/webapp/js/jquery.ui.datepicker-fr.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/jquery.ui.datepicker-fr.js 2013-01-15 19:06:18 UTC (rev 297) +++ trunk/chorem-webmotion/src/main/webapp/js/jquery.ui.datepicker-fr.js 2013-01-15 20:40:42 UTC (rev 298) @@ -1,25 +0,0 @@ -/* - * %%Ignore-License - */ -/* French initialisation for the jQuery UI date picker plugin. */ -/* Written by Keith Wood (kbwood@virginbroadband.com.au) and Stéphane Nahmani (sholby@sholby.net). */ -jQuery(function($){ - $.datepicker.regional['fr'] = {clearText: 'Effacer', clearStatus: '', - closeText: 'Fermer', closeStatus: 'Fermer sans modifier', - prevText: '<Préc', prevStatus: 'Voir le mois précédent', - nextText: 'Suiv>', nextStatus: 'Voir le mois suivant', - currentText: 'Courant', currentStatus: 'Voir le mois courant', - monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', - 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], - monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun', - 'Jul','Aoû','Sep','Oct','Nov','Déc'], - monthStatus: 'Voir un autre mois', yearStatus: 'Voir un autre année', - weekHeader: 'Sm', weekStatus: '', - dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], - dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'], - dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'], - dayStatus: 'Utiliser DD comme premier jour de la semaine', dateStatus: 'Choisir le DD, MM d', - dateFormat: 'dd/mm/yy', firstDay: 0, - initStatus: 'Choisir la date', isRTL: false}; - $.datepicker.setDefaults($.datepicker.regional['fr']); -});