From b1d8475520fe98dda91276a23a1cca8f825a84fc Mon Sep 17 00:00:00 2001 From: Hivert Quentin Date: Tue, 3 Oct 2023 09:12:02 +0200 Subject: [PATCH] chore(language): fixed french and double key --- UI/MailerUI/English.lproj/Localizable.strings | 1 - UI/MailerUI/French.lproj/Localizable.strings | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/UI/MailerUI/English.lproj/Localizable.strings b/UI/MailerUI/English.lproj/Localizable.strings index c23d55f77..5156cbfd6 100644 --- a/UI/MailerUI/English.lproj/Localizable.strings +++ b/UI/MailerUI/English.lproj/Localizable.strings @@ -319,7 +319,6 @@ "Thread As Read" = "Thread As Read"; "As Read By Date..." = "As Read By Date..."; "All Read" = "All Read"; -"Flag" = "Flag"; "As Junk" = "As Junk"; "As Not Junk" = "As Not Junk"; "Run Junk Mail Controls" = "Run Junk Mail Controls"; diff --git a/UI/MailerUI/French.lproj/Localizable.strings b/UI/MailerUI/French.lproj/Localizable.strings index 48cf8ca5b..fe3b466eb 100644 --- a/UI/MailerUI/French.lproj/Localizable.strings +++ b/UI/MailerUI/French.lproj/Localizable.strings @@ -149,7 +149,7 @@ "read" = "Lus"; "unread" = "Non Lus"; "deleted" = "Effacés"; -"flagged" = "Drapeau"; +"flagged" = "Marqués"; /* MailListView */ "Sender" = "Expéditeur"; @@ -319,7 +319,6 @@ "Thread As Read" = "La discussion comme lue"; "As Read By Date..." = "Comme lus par date..."; "All Read" = "Tous les messages comme lus"; -"Flag" = "Avec un drapeau"; "As Junk" = "Comme indésirable"; "As Not Junk" = "Comme acceptable"; "Run Junk Mail Controls" = "Lancer le contrôle des indésirables";