server/apps/files_external/l10n/es.php

38 lines
2.3 KiB
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-04-30 05:57:53 +00:00
"Local" => "Local",
"Location" => "Ubicación",
"URL" => "URL",
"Username" => "Nombre de usuario",
"Password" => "Contraseña",
"Share" => "Compartir",
2013-07-08 00:09:41 +00:00
"Access granted" => "Acceso concedido",
2012-10-07 00:08:12 +00:00
"Error configuring Dropbox storage" => "Error configurando el almacenamiento de Dropbox",
2013-07-08 00:09:41 +00:00
"Grant access" => "Conceder acceso",
"Please provide a valid Dropbox app key and secret." => "Por favor, proporcione un una clave válida de la app Dropbox y una clave secreta.",
2012-10-07 00:08:12 +00:00
"Error configuring Google Drive storage" => "Error configurando el almacenamiento de Google Drive",
2014-03-12 05:57:17 +00:00
"Saved" => "Guardado",
2014-04-10 05:55:39 +00:00
"<b>Note:</b> " => "<b>Nota:</b> ",
" and " => "y",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Nota:</b> El soporte de cURL en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador de sistema que lo instale.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Nota:</b> El soporte de FTP en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador de sistema que lo instale.",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Nota:</b> \"%s\" no está instalado. No se puede montar %s. Pídale al administrador de sistema que lo instale.",
2012-08-24 00:07:18 +00:00
"External Storage" => "Almacenamiento externo",
2013-02-28 23:07:02 +00:00
"Folder name" => "Nombre de la carpeta",
"External storage" => "Almacenamiento externo",
2012-08-24 00:07:18 +00:00
"Configuration" => "Configuración",
"Options" => "Opciones",
2014-04-10 05:55:39 +00:00
"Available for" => "Disponible para",
2013-02-28 23:07:02 +00:00
"Add storage" => "Añadir almacenamiento",
2014-04-03 05:56:12 +00:00
"No user or group" => "Ningún usuario o grupo",
2012-08-24 00:07:18 +00:00
"All Users" => "Todos los usuarios",
"Groups" => "Grupos",
"Users" => "Usuarios",
2013-04-27 00:24:29 +00:00
"Delete" => "Eliminar",
2013-07-08 00:09:41 +00:00
"Enable User External Storage" => "Habilitar almacenamiento externo de usuario",
2014-03-12 05:57:17 +00:00
"Allow users to mount the following external storage" => "Permitir a los usuarios montar el siguiente almacenamiento externo",
2013-07-08 00:09:41 +00:00
"SSL root certificates" => "Certificados raíz SSL",
2012-10-02 21:18:26 +00:00
"Import Root Certificate" => "Importar certificado raíz"
2012-08-24 00:07:18 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";