nextcloud/apps/files_external/l10n/es.php

27 lines
2.2 KiB
PHP
Raw Normal View History

2012-08-24 04:07:18 +04:00
<?php $TRANSLATIONS = array(
2012-10-07 04:08:12 +04:00
"Access granted" => "Acceso garantizado",
"Error configuring Dropbox storage" => "Error configurando el almacenamiento de Dropbox",
"Grant access" => "Garantizar acceso",
"Please provide a valid Dropbox app key and secret." => "Por favor , proporcione un secreto y una contraseña válida de la app Dropbox.",
"Error configuring Google Drive storage" => "Error configurando el almacenamiento de Google Drive",
2012-12-13 03:18:20 +04:00
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Advertencia:</b> El cliente smb (smbclient) no se encuentra instalado. El montado de archivos o ficheros CIFS/SMB no es posible. Por favor pida al administrador de su sistema que lo instale.",
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Advertencia:</b> El soporte de FTP en PHP no se encuentra instalado. El montado de archivos o ficheros FTP no es posible. Por favor pida al administrador de su sistema que lo instale.",
2013-04-24 19:46:20 +04:00
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Advertencia:</b> El soporte de Curl en PHP no está activado ni instalado. El montado de ownCloud, WebDAV o GoogleDrive no es posible. Pida al administrador de su sistema que lo instale.",
2012-08-24 04:07:18 +04:00
"External Storage" => "Almacenamiento externo",
2013-03-01 03:07:02 +04:00
"Folder name" => "Nombre de la carpeta",
"External storage" => "Almacenamiento externo",
2012-08-24 04:07:18 +04:00
"Configuration" => "Configuración",
"Options" => "Opciones",
"Applicable" => "Aplicable",
2013-03-01 03:07:02 +04:00
"Add storage" => "Añadir almacenamiento",
2012-08-24 04:07:18 +04:00
"None set" => "No se ha configurado",
"All Users" => "Todos los usuarios",
"Groups" => "Grupos",
"Users" => "Usuarios",
2013-04-27 04:24:29 +04:00
"Delete" => "Eliminar",
2012-08-31 04:07:19 +04:00
"Enable User External Storage" => "Habilitar almacenamiento de usuario externo",
2012-10-03 01:18:26 +04:00
"Allow users to mount their own external storage" => "Permitir a los usuarios montar su propio almacenamiento externo",
"SSL root certificates" => "Raíz de certificados SSL ",
"Import Root Certificate" => "Importar certificado raíz"
2012-08-24 04:07:18 +04:00
);