diff options
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r-- | apps/files_external/l10n/es.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/es.json | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/fr.js | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/fr.json | 4 |
4 files changed, 8 insertions, 4 deletions
diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js index 17a152696e2..e54036d4f61 100644 --- a/apps/files_external/l10n/es.js +++ b/apps/files_external/l10n/es.js @@ -64,6 +64,7 @@ OC.L10N.register( "<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.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" no está 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" : "Puedes agregar almacenamientos externos en la configuración personal", "Name" : "Nombre", "Storage type" : "Tipo de almacenamiento", "Scope" : "Ámbito", @@ -72,6 +73,7 @@ OC.L10N.register( "Configuration" : "Configuración", "Available for" : "Disponible para", "Add storage" : "Añadir almacenamiento", + "Advanced settings" : "Configuración avanzada", "Delete" : "Eliminar", "Enable User External Storage" : "Habilitar almacenamiento externo de usuario", "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json index c58d0f48639..abf7cc689c5 100644 --- a/apps/files_external/l10n/es.json +++ b/apps/files_external/l10n/es.json @@ -62,6 +62,7 @@ "<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.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" no está 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" : "Puedes agregar almacenamientos externos en la configuración personal", "Name" : "Nombre", "Storage type" : "Tipo de almacenamiento", "Scope" : "Ámbito", @@ -70,6 +71,7 @@ "Configuration" : "Configuración", "Available for" : "Disponible para", "Add storage" : "Añadir almacenamiento", + "Advanced settings" : "Configuración avanzada", "Delete" : "Eliminar", "Enable User External Storage" : "Habilitar almacenamiento externo de usuario", "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js index 7e2baaac1b1..b8f9b3502db 100644 --- a/apps/files_external/l10n/fr.js +++ b/apps/files_external/l10n/fr.js @@ -45,8 +45,8 @@ OC.L10N.register( "Secure https://" : "Sécurisation https://", "Public key" : "Clef publique", "Storage with id \"%i\" not found" : "Stockage avec l'id \"%i\" non trouvé", - "Invalid mount point" : "Point de montage invalide", - "Invalid storage backend \"%s\"" : "Service de stockage invalide : \"%s\"", + "Invalid mount point" : "Point de montage non valide", + "Invalid storage backend \"%s\"" : "Service de stockage non valide : \"%s\"", "Access granted" : "Accès autorisé", "Error configuring Dropbox storage" : "Erreur lors de la configuration du support de stockage Dropbox", "Grant access" : "Autoriser l'accès", diff --git a/apps/files_external/l10n/fr.json b/apps/files_external/l10n/fr.json index abb97544d7c..710d77385d7 100644 --- a/apps/files_external/l10n/fr.json +++ b/apps/files_external/l10n/fr.json @@ -43,8 +43,8 @@ "Secure https://" : "Sécurisation https://", "Public key" : "Clef publique", "Storage with id \"%i\" not found" : "Stockage avec l'id \"%i\" non trouvé", - "Invalid mount point" : "Point de montage invalide", - "Invalid storage backend \"%s\"" : "Service de stockage invalide : \"%s\"", + "Invalid mount point" : "Point de montage non valide", + "Invalid storage backend \"%s\"" : "Service de stockage non valide : \"%s\"", "Access granted" : "Accès autorisé", "Error configuring Dropbox storage" : "Erreur lors de la configuration du support de stockage Dropbox", "Grant access" : "Autoriser l'accès", |