From 47936fedfc780eb9ec8061851a4e5ba8f11cf403 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Wed, 23 Jan 2013 10:07:12 +0100 Subject: [PATCH] Shortened French Locale --- locales/jquery.timeago.fr-short.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 locales/jquery.timeago.fr-short.js diff --git a/locales/jquery.timeago.fr-short.js b/locales/jquery.timeago.fr-short.js new file mode 100644 index 0000000..dbfe3bb --- /dev/null +++ b/locales/jquery.timeago.fr-short.js @@ -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" +}; \ No newline at end of file