diff options
Diffstat (limited to 'apps/user_status/l10n/pt_PT.js')
-rw-r--r-- | apps/user_status/l10n/pt_PT.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/l10n/pt_PT.js b/apps/user_status/l10n/pt_PT.js index 63bce5917ae..8d7dd21c5aa 100644 --- a/apps/user_status/l10n/pt_PT.js +++ b/apps/user_status/l10n/pt_PT.js @@ -37,4 +37,4 @@ OC.L10N.register( "Appear offline" : "Aparecer offline", "What's your status?" : "Qual é o seu estado?" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |