From 7c13e9400cbbf2be1ddfe22422a5dbb7ebaf3ad2 Mon Sep 17 00:00:00 2001 From: Konrad <11725227+mKoonrad@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:03:50 +0200 Subject: [PATCH 1/2] Remove duplicate strings --- BitwardenResources/Localizations/en.lproj/Localizable.strings | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BitwardenResources/Localizations/en.lproj/Localizable.strings b/BitwardenResources/Localizations/en.lproj/Localizable.strings index a22a1d0562..ba281fa83b 100644 --- a/BitwardenResources/Localizations/en.lproj/Localizable.strings +++ b/BitwardenResources/Localizations/en.lproj/Localizable.strings @@ -580,7 +580,6 @@ "NewSend" = "New send"; "AreYouSureDeleteSend" = "Are you sure you want to delete this Send?"; "SendDeleted" = "Send deleted"; -"SendUpdated" = "Send saved"; "NewSendCreated" = "Send created"; "OneDay" = "1 day"; "TwoDays" = "2 days"; @@ -925,7 +924,6 @@ "ByContinuingYouAgreeToTheTermsOfServiceAndPrivacyPolicy" = "By continuing, you agree to the **[Terms of Service](%1$@)** and **[Privacy Policy](%2$@)**"; "GetAdviceAnnouncementsAndResearchOpportunitiesFromBitwardenInYourInboxUnsubscribeAtAnyTime." = "Get advice, announcements, and research opportunities from Bitwarden in your inbox. **[Unsubscribe](%1$@)** at any time."; "OrganizationUnassignedItemsMessageUSEUDescriptionLong" = "Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible."; -"UnknownAccount" = "Unknown account"; "UserVerificationForPasskey" = "User verification for passkey"; "NewItem" = "New item"; "ExploreTheGenerator" = "Explore the generator"; @@ -973,7 +971,6 @@ "RetypeNewMasterPasswordRequired" = "Re-type new master password (required)"; "BitwardenCannotResetALostOrForgottenMasterPassword" = "Bitwarden cannot reset a lost or forgotten master password."; "LearnAboutWaysToPreventAccountLockout" = "Learn about ways to prevent account lockout"; -"WhatMakesAPasswordStrong" = "What makes a password strong?"; "XCharacters" = "%1$@ Characters"; "RemoveMasterPasswordMessage" = "%1$@ is using SSO with a self-hosted key server. A master password is no longer required to log in for members of this organization."; "RestartRegistration" = "Restart registration"; @@ -1041,7 +1038,6 @@ "SaveTheExportedFileSomewhereOnYourComputerYouCanFindEasily" = "**Save the exported file** somewhere on your computer you can find easily."; "YoullDeleteThisFileAfterImportIsComplete" = "You’ll delete this file after import is complete."; "NeedHelpCheckOutImportHelp" = "Need help? Check out **[import help](%1$@)**"; -"LogInToBitwarden" = "Log in to Bitwarden"; "OnYourComputerOpenANewBrowserTabAndGoTo" = "On your computer, open a new browser tab and **go to %1$@**."; "LogInToTheBitwardenWebApp" = "**Log in to the Bitwarden web app.**"; "ImportLoginsToBitwarden" = "Import logins to Bitwarden"; From 596eaf413fc96f8da946a718fcd2572e4a67a4bc Mon Sep 17 00:00:00 2001 From: Konrad <11725227+mKoonrad@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:21:08 +0200 Subject: [PATCH 2/2] Fixed letter case --- BitwardenResources/Localizations/en.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BitwardenResources/Localizations/en.lproj/Localizable.strings b/BitwardenResources/Localizations/en.lproj/Localizable.strings index ba281fa83b..5fe15b2e65 100644 --- a/BitwardenResources/Localizations/en.lproj/Localizable.strings +++ b/BitwardenResources/Localizations/en.lproj/Localizable.strings @@ -580,6 +580,7 @@ "NewSend" = "New send"; "AreYouSureDeleteSend" = "Are you sure you want to delete this Send?"; "SendDeleted" = "Send deleted"; +"SendUpdated" = "Send Updated"; "NewSendCreated" = "Send created"; "OneDay" = "1 day"; "TwoDays" = "2 days"; @@ -1193,7 +1194,6 @@ "AllLogsDeleted" = "All logs deleted"; "LoggingEndsOnDateAtTime" = "Logging ends on %1$@ at %2$@"; "YouMustAttachAFileToSaveThisSend" = "You must attach a file to save this send"; -"SendUpdated" = "Send updated"; "WeDontRecognizeThisDeviceEnterTheCodeSentToYourEmailDescriptionLong" = "We don’t recognize this device. Enter the code sent to your email to verify your identity."; "Created" = "Created: %1$@"; "LastEdited" = "Last edited: %1$@";