Merge pull request #109 from dgageot/ShortenFrenchLocale

Shortened French Locale
This commit is contained in:
Ryan McGeary 2013-01-23 03:55:36 -08:00
commit 6664d31831

View file

@ -0,0 +1,16 @@
// French shortened
jQuery.timeago.settings.strings = {
prefixAgo: "il y a",
prefixFromNow: "d'ici",
seconds: "moins d'une minute",
minute: "une minute",
minutes: "%d minutes",
hour: "une heure",
hours: "%d heures",
day: "un jour",
days: "%d jours",
month: "un mois",
months: "%d mois",
year: "un an",
years: "%d ans"
};