aboutsummaryrefslogtreecommitdiffstats
path: root/static/jquery.timeago.fr.js
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-11-13 20:21:57 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2012-11-13 20:21:57 -0500
commit4f9302397a051c0e1b776a6a400fef4e76d5ef17 (patch)
treef64d46ae412b734670c8195776151c4a99d8811a /static/jquery.timeago.fr.js
parent449a1d6b372501e5609f0a465fa6ed8bde7f01b4 (diff)
downloadfamille-flask-4f9302397a051c0e1b776a6a400fef4e76d5ef17.tar.gz
forgot to add the timeago plugins
Diffstat (limited to 'static/jquery.timeago.fr.js')
-rw-r--r--static/jquery.timeago.fr.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/jquery.timeago.fr.js b/static/jquery.timeago.fr.js
new file mode 100644
index 0000000..5028342
--- /dev/null
+++ b/static/jquery.timeago.fr.js
@@ -0,0 +1,17 @@
+// French
+jQuery.timeago.settings.strings = {
+ // environ ~= about, it's optional
+ prefixAgo: "il y a",
+ prefixFromNow: "d'ici",
+ seconds: "moins d'une minute",
+ minute: "environ une minute",
+ minutes: "environ %d minutes",
+ hour: "environ une heure",
+ hours: "environ %d heures",
+ day: "environ un jour",
+ days: "environ %d jours",
+ month: "environ un mois",
+ months: "environ %d mois",
+ year: "un an",
+ years: "%d ans"
+}; \ No newline at end of file