From 3639913e6d3fd1b6349b59e562c055d5f0eeba4a Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Mon, 4 Nov 2019 12:38:34 +0100 Subject: [PATCH] Re-added english localization for Info.plist since it seems to break on macOS 10.15 --- MacPass.xcodeproj/project.pbxproj | 2 ++ MacPass/en.lproj/InfoPlist.strings | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 MacPass/en.lproj/InfoPlist.strings diff --git a/MacPass.xcodeproj/project.pbxproj b/MacPass.xcodeproj/project.pbxproj index 110ef535..becea07d 100644 --- a/MacPass.xcodeproj/project.pbxproj +++ b/MacPass.xcodeproj/project.pbxproj @@ -734,6 +734,7 @@ 4C97CCEF1FA727DC00E58F8C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; 4C9BFFF91FD19B5400264B16 /* MPPrettyPasswordTransformer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPPrettyPasswordTransformer.h; sourceTree = ""; }; 4C9BFFFA1FD19B5400264B16 /* MPPrettyPasswordTransformer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MPPrettyPasswordTransformer.m; sourceTree = ""; }; + 4C9FE47423703DA50096A5EA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 4CA08D9E17A831B200A6544B /* MPAddEntryContextMenuDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPAddEntryContextMenuDelegate.h; sourceTree = ""; }; 4CA08D9F17A831B200A6544B /* MPAddEntryContextMenuDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPAddEntryContextMenuDelegate.m; sourceTree = ""; }; 4CA0B2EC15BCADAC00654E32 /* PreferencesWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PreferencesWindow.xib; sourceTree = ""; }; @@ -2369,6 +2370,7 @@ 4C4161151F50333C003BC0AF /* es */, FAA9109A1F9A95A500F7CB90 /* pl */, 6A74B07C2076F4B60049BC29 /* sv-SE */, + 4C9FE47423703DA50096A5EA /* en */, ); name = InfoPlist.strings; sourceTree = ""; diff --git a/MacPass/en.lproj/InfoPlist.strings b/MacPass/en.lproj/InfoPlist.strings new file mode 100644 index 00000000..7a34a796 --- /dev/null +++ b/MacPass/en.lproj/InfoPlist.strings @@ -0,0 +1,18 @@ +/* Bundle name */ +"CFBundleName" = "MacPass"; + +/* (No Comment) */ +"KDB Database" = "KDB Database"; + +/* (No Comment) */ +"KDBX Database" = "KDBX Database"; + +/* (No Comment) */ +"MacPass Plugin" = "MacPass Plugin"; + +/* (No Comment) */ +"NSHumanReadableCopyright" = "Copyright ©2012-2019 HicknHack Software GmbH. All rights reserved."; + +/* (No Comment) */ +"XML" = "XML"; +