diff options
Diffstat (limited to 'apps/oauth2/l10n/pt_BR.js')
-rw-r--r-- | apps/oauth2/l10n/pt_BR.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/l10n/pt_BR.js b/apps/oauth2/l10n/pt_BR.js index a0ab3bcec15..3b0bb4f2fa9 100644 --- a/apps/oauth2/l10n/pt_BR.js +++ b/apps/oauth2/l10n/pt_BR.js @@ -17,4 +17,4 @@ OC.L10N.register( "Show client secret" : "Mostra senha do cliente", "Delete" : "Excluir" }, -"nplurals=2; plural=(n > 1);"); +"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |