diff options
Diffstat (limited to 'apps/user_status/l10n/fr.js')
-rw-r--r-- | apps/user_status/l10n/fr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/l10n/fr.js b/apps/user_status/l10n/fr.js index 01abc796d3c..4ad763c6852 100644 --- a/apps/user_status/l10n/fr.js +++ b/apps/user_status/l10n/fr.js @@ -37,4 +37,4 @@ OC.L10N.register( "Appear offline" : "Apparaitre hors-ligne", "What's your status?" : "Quel est votre statut ?" }, -"nplurals=2; plural=(n > 1);"); +"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |