diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:36 +0000 |
commit | 0af2125a82f23ad337ca2ad12ac034ca72409e96 (patch) | |
tree | 4680a0debe502bc334a438facecb2b09c315f598 /apps/files_sharing/l10n/fr.js | |
parent | 2668bd0cd54784b8464b15b23ea7b7336ee1bdc3 (diff) | |
download | nextcloud-server-0af2125a82f23ad337ca2ad12ac034ca72409e96.tar.gz nextcloud-server-0af2125a82f23ad337ca2ad12ac034ca72409e96.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/fr.js')
-rw-r--r-- | apps/files_sharing/l10n/fr.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index d9c7f807271..a8b5e86984b 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -207,7 +207,6 @@ OC.L10N.register( "Note to recipient" : "Note au destinataire", "Enter a note for the share recipient" : "Saisissez une note pour le destinataire du partage", "Create" : "Créer", - "Update" : "Mise à jour", "Share" : "Partager", "Delete share" : "Supprimer le partage", "Share with " : "Partager avec ", @@ -298,13 +297,12 @@ OC.L10N.register( "Something happened. Unable to reject the share." : "Quelque chose s'est passé. Impossible de refuser le partage.", "No expiration date set" : "Aucune date d'expiration définie", "Sharing %s failed because the back end does not support sciencemesh shares" : "Le partage de %s a échoué car le serveur ne supporte pas les partages sciencemesh", - "One or more of your shares will expire tomorrow" : "Au moins l'un de vos partages expirera demain", "Allow creating" : "Autoriser la création", "Allow deleting" : "Autoriser la suppression", "Allow resharing" : "Autoriser le repartage", "Expiration date enforced" : "Date d'expiration forcée", "Password protect" : "Protéger par un mot de passe", "Science Mesh" : "Science Mesh", - "Error generating password from password_policy" : "Erreur de génération de mot de passe à partir de password_policy" + "Update" : "Mise à jour" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |