diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-02-14 00:22:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-02-14 00:22:20 +0000 |
commit | 213d38f510c3a4f6d142655abd252bf4520a0927 (patch) | |
tree | 3b2bbbab042d961b0b30a64a82e51ba32ad09a49 /lib/l10n/fr.js | |
parent | 393eba8ea85890c1558af608cca110ce01e7cbea (diff) | |
download | nextcloud-server-213d38f510c3a4f6d142655abd252bf4520a0927.tar.gz nextcloud-server-213d38f510c3a4f6d142655abd252bf4520a0927.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.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index d73067e79fc..2b0619db84b 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -62,8 +62,8 @@ OC.L10N.register( "same time" : "Même moment", "_%nh_::_%nh_" : ["%nh","%nh","%nh"], "_%nm_::_%nm_" : ["%nm","%nm","%nm"], - "%s ahead" : "%s plus tôt", - "%s behind" : "%s plus tard", + "%s ahead" : "%s en plus", + "%s behind" : "%s en moins", "Local time: %s" : "Heure locale : %s", "today" : "aujourd’hui", "tomorrow" : "demain", |