summaryrefslogtreecommitdiffstats
path: root/lib/l10n/fr.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/fr.js')
-rw-r--r--lib/l10n/fr.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js
index faef0929c05..a5c70a5507b 100644
--- a/lib/l10n/fr.js
+++ b/lib/l10n/fr.js
@@ -22,11 +22,11 @@ OC.L10N.register(
"Invalid image" : "Image non valable",
"today" : "aujourd'hui",
"yesterday" : "hier",
- "_%n day ago_::_%n days ago_" : ["",""],
+ "_%n day ago_::_%n days ago_" : ["il y a %n jour","il y a %n jours"],
"last month" : "le mois dernier",
"_%n month ago_::_%n months ago_" : ["","Il y a %n mois"],
"last year" : "l'année dernière",
- "_%n year go_::_%n years ago_" : ["",""],
+ "_%n year ago_::_%n years ago_" : ["",""],
"_%n hour ago_::_%n hours ago_" : ["","Il y a %n heures"],
"_%n minute ago_::_%n minutes ago_" : ["","il y a %n minutes"],
"seconds ago" : "il y a quelques secondes",