diff options
Diffstat (limited to 'apps/files_external/l10n/es.json')
-rw-r--r-- | apps/files_external/l10n/es.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json index c08623798cc..fcb9f1a8dc2 100644 --- a/apps/files_external/l10n/es.json +++ b/apps/files_external/l10n/es.json @@ -1,8 +1,5 @@ { "translations": { - "Step 1 failed. Exception: %s" : "El paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "El paso 2 falló. Excepción: %s", "External storages" : "Almacenamientos externos", - "Google Drive App Configuration" : "Configuración de la app de Google Drive", "Personal" : "Personal", "System" : "Sistema", "Grant access" : "Conceder acceso", @@ -81,7 +78,6 @@ "FTP" : "FTP", "Host" : "Servidor", "Secure ftps://" : "—Seguro— ftps://", - "Google Drive" : "Google Drive", "Local" : "Local", "Location" : "Ubicación", "Nextcloud" : "Nextcloud", @@ -122,9 +118,13 @@ "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", "Fetching request tokens failed. Verify that your app key and secret are correct." : "Falló al acceder a los tokens solicitados. Verifique que su clave de app y la clave secreta sean correctas.", "Fetching access tokens failed. Verify that your app key and secret are correct." : "Falló al acceder a los tokens solicitados. Verifique que su clave de app y la clave secreta sean correctas.", + "Step 1 failed. Exception: %s" : "El paso 1 falló. Excepción: %s", + "Step 2 failed. Exception: %s" : "El paso 2 falló. Excepción: %s", "Dropbox App Configuration" : "Configuración de la app de Dropbox", + "Google Drive App Configuration" : "Configuración de la app de Google Drive", "Storage with id \"%i\" not found" : "No se ha encontrado almacenamiento con id \"%i\"", "Storage with id \"%i\" is not user editable" : "El almacenamiento con id \"%i\" no es editable por usuarios", - "Dropbox" : "Dropbox" + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |