aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n/fr.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-07-17 00:19:43 +0000
committerNextcloud bot <bot@nextcloud.com>2024-07-17 00:19:43 +0000
commit4107cb66b967366ffb1e97b8b08f031a09891c25 (patch)
tree81c50982289e80282035ac19399d3f4e9f0b39e1 /lib/l10n/fr.js
parente67f80ad675c1603089d9448e9d45ec628cbca5f (diff)
downloadnextcloud-server-4107cb66b967366ffb1e97b8b08f031a09891c25.tar.gz
nextcloud-server-4107cb66b967366ffb1e97b8b08f031a09891c25.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/fr.js')
-rw-r--r--lib/l10n/fr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js
index 3e0fa3e83c2..84dfd9d9117 100644
--- a/lib/l10n/fr.js
+++ b/lib/l10n/fr.js
@@ -80,6 +80,7 @@ OC.L10N.register(
"seconds ago" : "il y a quelques secondes",
"Empty file" : "Fichier vide",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Le module avec l'ID: %s n'existe pas. Merci de l'activer dans les paramètres d'applications ou de contacter votre administrateur.",
+ "Dot files are not allowed" : "Le nom de fichier ne peut pas commencer par un point",
"File already exists" : "Le fichier existe déjà",
"Invalid path" : "Chemin incorrect",
"Failed to create file from template" : "Impossible de créer le fichier à partir du modèle",
@@ -87,7 +88,6 @@ OC.L10N.register(
"File name is a reserved word" : "Ce nom de fichier est un mot réservé",
"File name contains at least one invalid character" : "Le nom de fichier contient au moins un caractère invalide",
"File name is too long" : "Nom de fichier trop long",
- "Dot files are not allowed" : "Le nom de fichier ne peut pas commencer par un point",
"Empty filename is not allowed" : "Le nom de fichier n'est pas autorisé",
"App \"%s\" cannot be installed because appinfo file cannot be read." : "L'application « %s » ne peut pas être installée car le fichier appinfo ne peut pas être lu.",
"App \"%s\" cannot be installed because it is not compatible with this version of the server." : "L'application « %s » ne peut être installée car elle n'est pas compatible avec cette version du serveur.",