diff options
Diffstat (limited to 'apps/files_trashbin/l10n/es_AR.php')
-rw-r--r-- | apps/files_trashbin/l10n/es_AR.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/es_AR.php b/apps/files_trashbin/l10n/es_AR.php index de7494ca69e..98f140983ca 100644 --- a/apps/files_trashbin/l10n/es_AR.php +++ b/apps/files_trashbin/l10n/es_AR.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Couldn't delete %s permanently" => "No fue posible borrar %s de manera permanente", "Couldn't restore %s" => "No se pudo restaurar %s", "perform restore operation" => "Restaurar", @@ -16,3 +17,4 @@ "Delete" => "Borrar", "Deleted Files" => "Archivos eliminados" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |