summaryrefslogtreecommitdiffstats
path: root/settings/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'settings/l10n')
-rw-r--r--settings/l10n/es_CL.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/settings/l10n/es_CL.php b/settings/l10n/es_CL.php
new file mode 100644
index 00000000000..86e66bd4825
--- /dev/null
+++ b/settings/l10n/es_CL.php
@@ -0,0 +1,6 @@
+<?php
+$TRANSLATIONS = array(
+"Password" => "Clave",
+"Username" => "Usuario"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";