diff options
Diffstat (limited to 'apps/files_external/l10n/es.js')
-rw-r--r-- | apps/files_external/l10n/es.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js index 56be4e3d934..8d4fcfffd27 100644 --- a/apps/files_external/l10n/es.js +++ b/apps/files_external/l10n/es.js @@ -89,7 +89,6 @@ OC.L10N.register( "Google Drive" : "Google Drive", "Local" : "Local", "Location" : "Ubicación", - "ownCloud" : "ownCloud", "SFTP" : "SFTP", "Root" : "Raíz", "SFTP with secret key login" : "Inicio de sesión SFTP con clave secreta", @@ -101,6 +100,7 @@ OC.L10N.register( "OpenStack Object Storage" : "Almacenamiento de objeto OpenStack", "Service name" : "Nombre del servicio", "Request timeout (seconds)" : "Tiempo agotado para petición (segundos)", + "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte de cURL en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador del sistema que lo instale.", "No external storage configured" : "No hay ningún almacenamiento externo configurado", "You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal", "Name" : "Nombre", @@ -122,6 +122,7 @@ OC.L10N.register( "Allow users to mount external storage" : "Permitir a los usuarios montar un almacenamiento externo", "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", "Global Credentials" : "Credenciales Globales", + "ownCloud" : "ownCloud", "<b>Note:</b> " : "<b>Nota:</b> ", "<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 del 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 del sistema que lo instale.", |