diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-08 00:06:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-08 00:06:50 +0000 |
commit | 0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9 (patch) | |
tree | 949dc5ad36f9bd2da7ed0e8baf04d78ca630111f /apps/files/l10n/fr.js | |
parent | 9e7824f3edcb498447915a396e93678ddb6f5768 (diff) | |
download | nextcloud-server-0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9.tar.gz nextcloud-server-0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/fr.js')
-rw-r--r-- | apps/files/l10n/fr.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index d9cb7258f26..c8f12d43e80 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -96,6 +96,7 @@ OC.L10N.register( "Upload" : "Chargement", "An error occurred while trying to update the tags" : "Une erreur est survenue lors de la mise à jour des étiquettes", "A new file or folder has been <strong>created</strong>" : "Un nouveau fichier ou répertoire a été <strong>créé</strong>", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un fichier ou dossier a été <strong>modifié</strong> ou <strong>renommé</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limiter les notifications à ce qui concerne la création et la modification de vos <strong>fichiers favoris</strong> <em>(Flux uniquement)</em>", "A file or folder has been <strong>deleted</strong>" : "Un fichier ou un répertoire a été <strong>supprimé</strong>", "A file or folder has been <strong>restored</strong>" : "Un fichier ou un répertoire a été <strong>restauré</strong>", @@ -108,9 +109,15 @@ OC.L10N.register( "%2$s deleted %1$s" : "%2$s a supprimé %1$s", "You restored %1$s" : "Vous avez restauré %1$s", "%2$s restored %1$s" : "%2$s a restauré %1$s", + "You renamed %2$s to %1$s" : "Vous avez renommé %2$s en %1$s", + "%2$s renamed %3$s to %1$s" : "%2$s a renommé %3$s en %1$s", + "You moved %2$s to %1$s" : "Vous avez déplacé %2$s dans %1$s", + "%2$s moved %3$s to %1$s" : "%2$s a déplacé %3$s dans %1$s", "Changed by %2$s" : "Modifié par %2$s", "Deleted by %2$s" : "Supprimé par %2$s", "Restored by %2$s" : "Restauré par %2$s", + "Renamed by %2$s" : "Renommé par %2$s", + "Moved by %2$s" : "Déplacé par %2$s", "Upload (max. %s)" : "Envoi (max. %s)", "File handling" : "Gestion de fichiers", "Maximum upload size" : "Taille max. d'envoi", |