summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-31 01:55:01 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-31 01:55:01 -0400
commitc1562057e813ff1dcb0e28b9616c528975fc3b5d (patch)
tree4882f08169a5d6915999a05045cb44cf9acf2dcb /core/l10n
parentfd1bb688f9ad84bd04d38323a0f78aab79a2a59f (diff)
downloadnextcloud-server-c1562057e813ff1dcb0e28b9616c528975fc3b5d.tar.gz
nextcloud-server-c1562057e813ff1dcb0e28b9616c528975fc3b5d.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/es_CL.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/es_CL.php b/core/l10n/es_CL.php
index 9c706bfed19..a6de3ea437f 100644
--- a/core/l10n/es_CL.php
+++ b/core/l10n/es_CL.php
@@ -1,5 +1,7 @@
<?php
$TRANSLATIONS = array(
+"Unknown filetype" => "Tipo de archivo desconocido",
+"Invalid image" => "Imagen no válida",
"Sunday" => "Domingo",
"Monday" => "Lunes",
"Tuesday" => "Martes",
@@ -44,6 +46,10 @@ $TRANSLATIONS = array(
"Error while changing permissions" => "Ocurrió un error mientras se cambiaban los permisos",
"The object type is not specified." => "El tipo de objeto no está especificado.",
"Username" => "Usuario",
+"Personal" => "Personal",
+"Users" => "Usuarios",
+"Admin" => "Administración",
+"Help" => "Ayuda",
"Password" => "Clave"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";