diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-16 00:19:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-16 00:19:23 +0000 |
commit | 538041b6e702f7163594a36b1e0c14dddc28aab7 (patch) | |
tree | f7aa11db45439cc30068d366da089d98ede9cae2 /apps/files/l10n/fr.json | |
parent | a29b0b4ba5a68243174cc447486019bf9037ae0d (diff) | |
download | nextcloud-server-538041b6e702f7163594a36b1e0c14dddc28aab7.tar.gz nextcloud-server-538041b6e702f7163594a36b1e0c14dddc28aab7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/fr.json')
-rw-r--r-- | apps/files/l10n/fr.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 6ce9b4890e4..7b9a74d35b0 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -184,7 +184,7 @@ "\"{char}\" is not allowed inside a file name." : "\"{char}\" n'est pas autorisé dans un nom de fichier.", "Name cannot be empty" : "Le nom ne peut pas être vide", "Another entry with the same name already exists" : "Une autre entrée avec le même nom existe déjà", - "Renamed \"{oldName}\" to \"{newName}\"" : "Renommer \"{oldName}\" en \"{newName}\"", + "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" renommé en \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "Impossible de renommer \"{oldName}\", il n'existe plus.", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Le nom \"{newName}\" est déjà utilisé dans le dossier \"{dir}\". Veuillez choisir un autre nom.", "Could not rename \"{oldName}\"" : "Impossible de renommer \"{oldName}\"", |