Blame view
sources/apps/files_external/l10n/es.php
2.25 KB
|
31b7f2792
|
1 2 3 |
<?php $TRANSLATIONS = array( "Access granted" => "Acceso concedido", |
|
03e52840d
|
4 |
"Error configuring Dropbox storage" => "Error configurando el almacenamiento de Dropbox", |
|
31b7f2792
|
5 6 |
"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.", |
|
03e52840d
|
7 8 9 |
"Error configuring Google Drive storage" => "Error configurando el almacenamiento de Google Drive", "<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.", |
|
31b7f2792
|
10 |
"<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.", |
|
03e52840d
|
11 12 13 14 15 16 17 18 19 20 21 |
"External Storage" => "Almacenamiento externo", "Folder name" => "Nombre de la carpeta", "External storage" => "Almacenamiento externo", "Configuration" => "Configuración", "Options" => "Opciones", "Applicable" => "Aplicable", "Add storage" => "Añadir almacenamiento", "None set" => "No se ha configurado", "All Users" => "Todos los usuarios", "Groups" => "Grupos", "Users" => "Usuarios", |
|
31b7f2792
|
22 23 |
"Delete" => "Eliminar", "Enable User External Storage" => "Habilitar almacenamiento externo de usuario", |
|
03e52840d
|
24 |
"Allow users to mount their own external storage" => "Permitir a los usuarios montar su propio almacenamiento externo", |
|
31b7f2792
|
25 |
"SSL root certificates" => "Certificados raíz SSL", |
|
03e52840d
|
26 27 |
"Import Root Certificate" => "Importar certificado raíz" ); |
|
31b7f2792
|
28 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |