diff options
Diffstat (limited to 'core/l10n/fr.js')
-rw-r--r-- | core/l10n/fr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/fr.js b/core/l10n/fr.js index d877fcb9a8f..383b62e0062 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -427,4 +427,4 @@ OC.L10N.register( "You haven't added any info yet" : "Vous n'avez pas encore ajouté de données", "{user} hasn't added any info yet" : "{user} n'a pas encore ajouté de données" }, -"nplurals=2; plural=(n > 1);"); +"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |