diff options
Diffstat (limited to 'apps/files_trashbin/l10n/pt_PT.js')
-rw-r--r-- | apps/files_trashbin/l10n/pt_PT.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/pt_PT.js b/apps/files_trashbin/l10n/pt_PT.js index 233a1207558..8946a0ce6e3 100644 --- a/apps/files_trashbin/l10n/pt_PT.js +++ b/apps/files_trashbin/l10n/pt_PT.js @@ -17,4 +17,4 @@ OC.L10N.register( "Delete" : "Eliminar", "Error while removing file from trashbin" : "Erro ao remover arquivo da lixeira" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |