diff options
Diffstat (limited to 'apps/files_trashbin/l10n/es_AR.js')
-rw-r--r-- | apps/files_trashbin/l10n/es_AR.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/es_AR.js b/apps/files_trashbin/l10n/es_AR.js index 979e2889f27..786790be133 100644 --- a/apps/files_trashbin/l10n/es_AR.js +++ b/apps/files_trashbin/l10n/es_AR.js @@ -23,4 +23,4 @@ OC.L10N.register( "Error while emptying trashbin" : "Error al vaciar la papelera", "Error while removing files from trashbin" : "Error al eliminar archivos de la papelera" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |