diff options
Diffstat (limited to 'core/l10n/es_CL.php')
-rw-r--r-- | core/l10n/es_CL.php | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/core/l10n/es_CL.php b/core/l10n/es_CL.php deleted file mode 100644 index 68d82086933..00000000000 --- a/core/l10n/es_CL.php +++ /dev/null @@ -1,47 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Unknown filetype" => "Tipo de archivo desconocido", -"Invalid image" => "Imagen no válida", -"Sunday" => "Domingo", -"Monday" => "Lunes", -"Tuesday" => "Martes", -"Wednesday" => "Miércoles", -"Thursday" => "Jueves", -"Friday" => "Viernes", -"Saturday" => "Sábado", -"January" => "Enero", -"February" => "Febrero", -"March" => "Marzo", -"April" => "Abril", -"May" => "Mayo", -"June" => "Junio", -"July" => "Julio", -"August" => "Agosto", -"September" => "Septiembre", -"October" => "Octubre", -"November" => "Noviembre", -"December" => "Diciembre", -"Settings" => "Configuración", -"No" => "No", -"Yes" => "Si", -"Choose" => "Choose", -"Ok" => "Ok", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "Cancelar", -"Shared" => "Compartido", -"Share" => "Compartir", -"Error" => "Error", -"Error while sharing" => "Ocurrió un error mientras compartía", -"Error while unsharing" => "Ocurrió un error mientras dejaba de compartir", -"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", -"You are accessing the server from an untrusted domain." => "Usted está accediendo al servidor desde un dominio no confiable.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Por favor contacte con su administrador. Si usted es el administrador de esta instancia, configure la opción \"trusted_domain\" en \"config/config.php\". Un ejemplo de la configuración está disponible en config/config.sample.php" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |