diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-21 02:26:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-21 02:26:12 +0000 |
commit | 93e703bbfc7c8ef654b7b0185474397ec1bbaa6b (patch) | |
tree | 194a5f2bef1c93dd17dc557b2e1fcde14dbb78e3 /apps/dav/l10n/fr.js | |
parent | 21f9688c70f1e0f7ade06f5235a1f6042050868d (diff) | |
download | nextcloud-server-93e703bbfc7c8ef654b7b0185474397ec1bbaa6b.tar.gz nextcloud-server-93e703bbfc7c8ef654b7b0185474397ec1bbaa6b.zip |
Fix(l10n): đź” Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/fr.js')
-rw-r--r-- | apps/dav/l10n/fr.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js index 97a417a8609..05fa75608b0 100644 --- a/apps/dav/l10n/fr.js +++ b/apps/dav/l10n/fr.js @@ -125,8 +125,6 @@ OC.L10N.register( "Encryption not ready: %1$s" : "Encryption pas prête : %1$s", "Failed to open file: %1$s" : "Échec à l'ouverture du fichier : %1$s", "Failed to unlink: %1$s" : "Échec à la suppression :%1$s", - "Invalid chunk name" : "Nom de morceau invalide", - "Could not rename part file assembled from chunks" : "Impossible de renommer le fichier partiel à partir des morceaux", "Failed to write file contents: %1$s" : "Échec à l'écriture du contenu du fichier : %1$s", "File not found: %1$s" : "Fichier non trouvé : %1$s", "System is in maintenance mode." : "Le système est en mode maintenance.", @@ -195,6 +193,8 @@ OC.L10N.register( "A calendar <strong>todo</strong> was modified" : "Une <strong>liste de tâches</strong> de l'agenda a été modifiée", "Invitation canceled" : "Invitation annulée", "Invitation updated" : "Invitation mise à jour", - "Invitation" : "Invitation" + "Invitation" : "Invitation", + "Invalid chunk name" : "Nom de morceau invalide", + "Could not rename part file assembled from chunks" : "Impossible de renommer le fichier partiel à partir des morceaux" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |