summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/es.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/l10n/es.php')
-rw-r--r--apps/files_external/l10n/es.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_external/l10n/es.php b/apps/files_external/l10n/es.php
index d145a176f71..5179d9329a5 100644
--- a/apps/files_external/l10n/es.php
+++ b/apps/files_external/l10n/es.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Access granted" => "Acceso concedido",
"Error configuring Dropbox storage" => "Error configurando el almacenamiento de Dropbox",
"Grant access" => "Conceder acceso",
@@ -24,3 +25,4 @@
"SSL root certificates" => "Certificados raíz SSL",
"Import Root Certificate" => "Importar certificado raíz"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";