// ========================================================================== // Project: SproutCore
- JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // Portions ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ==========================================================================
SC.stringsFor('fr', {
'_SC.DateTime.dayNames': 'Dimanche Lundi Mardi Mercredi Jeudi Vendredi Samedi', '_SC.DateTime.abbreviatedDayNames': 'Dim Lun Mar Mer Jeu Ven Sam', '_SC.DateTime.monthNames': 'Janvier Février Mars Avril Mai Juin Juillet Août Septembre Octobre Novembre Decembre', '_SC.DateTime.abbreviatedMonthNames': 'Janv Févr Mars Avr Mai Juin Juil Août Sept Oct Nov Déc', '_SC.DateTime.AMPMNames':'AM PM', '_SC.DateTime.now' : 'Maintenant', '_SC.DateTime.secondIn' : 'Dans un instant', '_SC.DateTime.secondsIn' : 'Dans %e secondes', '_SC.DateTime.minuteIn' : 'Dans une minute', '_SC.DateTime.minutesIn' : 'Dans %e minutes', '_SC.DateTime.hourIn' : 'Dans une heure', '_SC.DateTime.hoursIn' : 'Dans environ %e heures', '_SC.DateTime.dayIn' : 'Demain à %H:%M', '_SC.DateTime.daysIn' : '%A à %H:%M', '_SC.DateTime.weekIn' : 'La semaine prochaine', '_SC.DateTime.weeksIn' : 'Dans %e semaines', '_SC.DateTime.monthIn' : 'Le mois prochain', '_SC.DateTime.monthsIn' : 'Dans %e mois', '_SC.DateTime.yearIn' : 'L\'an prochain', '_SC.DateTime.yearsIn' : 'Dans %e ans', '_SC.DateTime.secondAgo' : 'Il y a un instant', '_SC.DateTime.secondsAgo' : 'Il y a %e secondes', '_SC.DateTime.minuteAgo' : 'Il y a une minute', '_SC.DateTime.minutesAgo' : 'Il y a %e minutes', '_SC.DateTime.hourAgo' : 'Il y a une heure', '_SC.DateTime.hoursAgo' : 'Il y a %e heures', '_SC.DateTime.dayAgo' : 'Hier à %H:%M', '_SC.DateTime.daysAgo' : '%A à %H:%M', '_SC.DateTime.weekAgo' : 'Il y a une semaine', '_SC.DateTime.weeksAgo' : 'Il y a %e semaines', '_SC.DateTime.monthAgo' : 'Il y a un mois', '_SC.DateTime.monthsAgo' : 'Il y a %e mois', '_SC.DateTime.yearAgo' : 'L\'an dernier', '_SC.DateTime.yearsAgo' : 'Il y a %e ans'
});