aboutsummaryrefslogtreecommitdiffstats
path: root/static/js/jquery.timeago.fr.js
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-04-07 19:07:29 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2015-04-07 19:07:29 -0400
commit14a6ca1fa68ccd471066725759da6cdbd24761dd (patch)
tree3000d0d22e652a082197c0b6decc8498d040ba85 /static/js/jquery.timeago.fr.js
parent0a9eefd31c92e408ca66e615c3d9d27310b223b1 (diff)
parentd26b5e0f3a0f79a6b8165004e19b65df836b1e08 (diff)
downloadfamille-flask-14a6ca1fa68ccd471066725759da6cdbd24761dd.tar.gz
Merge branch 'production'
Diffstat (limited to 'static/js/jquery.timeago.fr.js')
-rw-r--r--static/js/jquery.timeago.fr.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/js/jquery.timeago.fr.js b/static/js/jquery.timeago.fr.js
new file mode 100644
index 0000000..063028a
--- /dev/null
+++ b/static/js/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: "une minute",
+ minutes: "%d minutes",
+ hour: "une heure",
+ hours: "%d heures",
+ day: "une journée",
+ days: "%d jours",
+ month: "un mois",
+ months: "%d mois",
+ year: "un an",
+ years: "%d ans"
+};