summaryrefslogtreecommitdiffstats
path: root/l10n/es_CL.php
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/es_CL.php')
-rw-r--r--l10n/es_CL.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/es_CL.php b/l10n/es_CL.php
index a1682bfd5..ca040bb36 100644
--- a/l10n/es_CL.php
+++ b/l10n/es_CL.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Download" => "Descargar",
"New folder" => "Nuevo directorio",
"Folder name" => "Nombre del directorio",
@@ -7,3 +8,4 @@
"Import" => "Importar",
"Export" => "Exportar"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";