diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-08-27 01:55:20 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-08-27 01:55:20 -0400 |
commit | 46978b616cf18d86c3b5790560d233ebde1fc8e7 (patch) | |
tree | 9391699efe82c340bc86f6636ca30ccb170d578a /apps/files_external/l10n/fr.js | |
parent | d4fca4985819f11c1fc258ea45486440e9feb7d3 (diff) | |
download | nextcloud-server-46978b616cf18d86c3b5790560d233ebde1fc8e7.tar.gz nextcloud-server-46978b616cf18d86c3b5790560d233ebde1fc8e7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/fr.js')
-rw-r--r-- | apps/files_external/l10n/fr.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js index e47f9d167bd..42944b2f2fb 100644 --- a/apps/files_external/l10n/fr.js +++ b/apps/files_external/l10n/fr.js @@ -1,6 +1,9 @@ OC.L10N.register( "files_external", { + "Fetching request tokens failed. Verify that your app key and secret are correct." : "L'obtention des jetons de requête a échoué. Vérifiez que votre clé d'application et votre mot de passe sont corrects.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "L'obtention des jetons d'accès a échoué. Vérifiez que votre clé d'application et votre mot de passe sont corrects.", + "Please provide a valid app key and secret." : "Veuillez fournir une clé d'application et un mot de passe valides.", "Step 1 failed. Exception: %s" : "L’étape 1 a échoué. Erreur : %s", "Step 2 failed. Exception: %s" : "L’étape 2 a échoué. Erreur : %s", "External storage" : "Stockage externe", @@ -22,8 +25,11 @@ OC.L10N.register( "SFTP with secret key login" : "SFTP avec identification par clé", "Public key" : "Clef publique", "Storage with id \"%i\" not found" : "Stockage avec l'id \"%i\" non trouvé", + "Invalid backend or authentication mechanism class" : "Système de stockage ou méthode d'authentification non valable", "Invalid mount point" : "Point de montage non valide", "Invalid storage backend \"%s\"" : "Service de stockage non valide : \"%s\"", + "Unsatisfied authentication mechanism parameters" : "Paramètres manquants pour la méthode d'authentification", + "Admin-only storage backend \"%s\"" : "Service de stockage \"%s\" pour admins seulement", "Personal" : "Personnel", "System" : "Système", "Grant access" : "Autoriser l'accès", @@ -40,11 +46,15 @@ OC.L10N.register( "Generate keys" : "Générer des clés", "Error generating key pair" : "Erreur lors de la génération des clés", "None" : "Aucun", + "OAuth1" : "OAuth1", "App key" : "App key", "App secret" : "App secret", + "OAuth2" : "OAuth2", "Client ID" : "ID Client", "Client secret" : "Secret client", + "Username and password" : "Nom d'utilisateur et mot de passe", "Password" : "Mot de passe", + "Session credentials" : "Informations d'identification de session", "Amazon S3" : "Amazon S3", "Hostname" : "Nom de l'hôte", "Port" : "Port", @@ -55,11 +65,15 @@ OC.L10N.register( "URL" : "URL", "Secure https://" : "Sécurisation https://", "Dropbox" : "Dropbox", + "FTP" : "FTP", "Secure ftps://" : "Sécurisation ftps://", + "Google Drive" : "Google Drive", "Local" : "Local", "Location" : "Emplacement", "ownCloud" : "ownCloud", + "SFTP" : "SFTP", "Root" : "Root", + "SMB / CIFS" : "SMB / CIFS", "<b>Note:</b> " : "<b>Attention :</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>Attention :</b> La prise en charge de cURL par PHP n'est pas activée ou installée. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.", "<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>Attention : </b> La prise en charge du FTP par PHP n'est pas activée ou installée. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.", @@ -71,6 +85,7 @@ OC.L10N.register( "Scope" : "Portée", "External Storage" : "Stockage externe", "Folder name" : "Nom du dossier", + "Authentication" : "Authentification", "Configuration" : "Configuration", "Available for" : "Disponible pour", "Advanced settings" : "Paramètres avancés", |