nextcloud/core/l10n/es_CL.php

48 lines
1.9 KiB
PHP
Raw Normal View History

2013-12-17 15:46:52 +04:00
<?php
$TRANSLATIONS = array(
2014-07-31 09:55:01 +04:00
"Unknown filetype" => "Tipo de archivo desconocido",
"Invalid image" => "Imagen no válida",
2014-03-11 09:59:39 +04:00
"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",
2013-12-18 01:43:17 +04:00
"Settings" => "Configuración",
2014-03-11 09:59:39 +04:00
"No" => "No",
2014-07-09 09:55:51 +04:00
"Yes" => "Si",
2014-05-15 09:55:53 +04:00
"Choose" => "Choose",
2014-03-11 09:59:39 +04:00
"Ok" => "Ok",
2013-12-18 01:43:17 +04:00
"_{count} file conflict_::_{count} file conflicts_" => array("",""),
2014-03-11 09:59:39 +04:00
"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.",
2014-05-17 09:57:38 +04:00
"Username" => "Usuario",
2014-07-31 09:55:01 +04:00
"Personal" => "Personal",
"Users" => "Usuarios",
"Admin" => "Administración",
"Help" => "Ayuda",
2014-08-24 09:56:10 +04:00
"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"
2013-12-17 15:46:52 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";