You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iot/projects/lib/local/jqcron-master/src/jqCron.fr.js

31 lines
1022 B

/*
* This file is part of the Arnapou jqCron package.
*
* (c) Arnaud Buathier <arnaud@arnapou.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
jqCronDefaultSettings.texts.fr = {
empty: '-tout-',
name_minute: 'minute',
name_hour: 'heure',
name_day: 'jour',
name_week: 'semaine',
name_month: 'mois',
name_year: 'année',
text_period: 'Chaque <b />',
text_mins: 'à <b /> minutes',
text_time: 'à <b />:<b />',
text_dow: 'le <b />',
text_month: 'de <b />',
text_dom: 'le <b />',
error1: 'La balise %s n\'est pas supportée !',
error2: 'Mauvais nombre d\'éléments',
error3: 'La propriété jquery_element doit être définie dans les paramètres jqCron',
error4: 'Expression non reconnue',
weekdays: ['lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi', 'dimanche'],
months: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre']
};