nextcloud/apps/files_external/l10n/es.php

30 lines
2.3 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-07-08 04:09:41 +04:00
"Access granted" => "Acceso concedido",
2012-10-07 04:08:12 +04:00
"Error configuring Dropbox storage" => "Error configurando el almacenamiento de Dropbox",
2013-07-08 04:09:41 +04: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 04:08:12 +04:00
"Error configuring Google Drive storage" => "Error configurando el almacenamiento de Google Drive",
2014-03-12 09:57:17 +04:00
"Saved" => "Guardado",
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-07-08 04:09:41 +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",
2013-07-08 04:09:41 +04:00
"Enable User External Storage" => "Habilitar almacenamiento externo de usuario",
2014-03-12 09:57:17 +04:00
"Allow users to mount the following external storage" => "Permitir a los usuarios montar el siguiente almacenamiento externo",
2013-07-08 04:09:41 +04:00
"SSL root certificates" => "Certificados raíz SSL",
2012-10-03 01:18:26 +04:00
"Import Root Certificate" => "Importar certificado raíz"
2012-08-24 04:07:18 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";