summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/es_AR.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/es_AR.php')
-rw-r--r--apps/files/l10n/es_AR.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/es_AR.php b/apps/files/l10n/es_AR.php
index 3fc3be17982..fd422ab1d95 100644
--- a/apps/files/l10n/es_AR.php
+++ b/apps/files/l10n/es_AR.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "No se pudo mover %s - Un archivo con este nombre ya existe",
"Could not move %s" => "No se pudo mover %s ",
"Unable to set upload directory." => "No fue posible crear el directorio de subida.",
@@ -79,3 +80,4 @@
"files" => "archivos",
"Upgrading filesystem cache..." => "Actualizando el cache del sistema de archivos"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";