diff options
Diffstat (limited to 'apps/files/l10n/fr.json')
-rw-r--r-- | apps/files/l10n/fr.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index a373ba42ea7..47d32a60b4f 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -94,6 +94,7 @@ "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>", @@ -106,9 +107,15 @@ "%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", |