diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-11-13 20:21:57 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-11-13 20:21:57 -0500 |
| commit | 4f9302397a051c0e1b776a6a400fef4e76d5ef17 (patch) | |
| tree | f64d46ae412b734670c8195776151c4a99d8811a /static/jquery.timeago.fr.js | |
| parent | 449a1d6b372501e5609f0a465fa6ed8bde7f01b4 (diff) | |
| download | famille-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.js | 17 |
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 |
