diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj index cb2545ba..9df7e947 100644 --- a/macosx/Pcsxr.xcodeproj/project.pbxproj +++ b/macosx/Pcsxr.xcodeproj/project.pbxproj @@ -731,7 +731,6 @@ 55E0ACDF178B69600005C945 /* LaunchArg.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LaunchArg.m; sourceTree = ""; usesTabs = 1; }; 55E1598C18455C60007983CB /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/CheatWindow.strings; sourceTree = ""; }; 55E1598E18455C78007983CB /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/PcsxrMemCard.strings; sourceTree = ""; }; - 55E1599018455C7C007983CB /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/PcsxrMemCard.strings; sourceTree = ""; }; 55E15993184564D4007983CB /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; }; 55E15995184567D5007983CB /* GL2Code.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GL2Code.m; sourceTree = ""; }; 55E15997184567F4007983CB /* GL3Code.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GL3Code.m; sourceTree = ""; }; @@ -2723,7 +2722,6 @@ 5569B09D182F0B3D00991C9C /* Base */, 5569B0AF182F0B7900991C9C /* en */, 55E1598E18455C78007983CB /* fr */, - 55E1599018455C7C007983CB /* hu */, 558328C5184F227500DFACE4 /* zh-Hans */, ); name = PcsxrMemCard.xib; diff --git a/macosx/Resources/en.lproj/InfoPlist.strings b/macosx/Resources/en.lproj/InfoPlist.strings index f05b056b..1a1b145d 100644 --- a/macosx/Resources/en.lproj/InfoPlist.strings +++ b/macosx/Resources/en.lproj/InfoPlist.strings @@ -1,7 +1,6 @@ /* Localized versions of Info.plist keys */ CFBundleName = "PCSX-R"; -CFBundleDisplayName = "PCSX Reloaded"; CFBundleShortVersionString = "PCSX-Reloaded 1.9.95"; CFBundleGetInfoString = "PlayStation Emulator based on PCSX-df Project."; NSHumanReadableCopyright = "Copyright © 2003-2005 PCSX Team, Gil Pedersen, Nicolas Pepin-Perreault.\nCopyright © 2009-2014 PCSX-Reloaded Team."; diff --git a/macosx/Resources/hu.lproj/InfoPlist.strings b/macosx/Resources/hu.lproj/InfoPlist.strings index 52367ca7..b58bb493 100644 --- a/macosx/Resources/hu.lproj/InfoPlist.strings +++ b/macosx/Resources/hu.lproj/InfoPlist.strings @@ -3,7 +3,6 @@ //Commented out strings are those that need to be translated CFBundleName = "PCSX-R"; -CFBundleDisplayName = "PCSX Reloaded"; CFBundleShortVersionString = "PCSX-Reloaded 1.9.95"; //CFBundleGetInfoString = "PlayStation Emulator based on PCSX-df Project."; //NSHumanReadableCopyright = "Copyright © 2003-2005 PCSX Team, Gil Pedersen, Nicolas Pepin-Perreault.\nCopyright © 2009-2014 PCSX-Reloaded Team."; diff --git a/macosx/Resources/hu.lproj/PcsxrMemCard.strings b/macosx/Resources/hu.lproj/PcsxrMemCard.strings deleted file mode 100644 index 9c5dcb74..00000000 --- a/macosx/Resources/hu.lproj/PcsxrMemCard.strings +++ /dev/null @@ -1,21 +0,0 @@ - -/* Class = "NSWindow"; title = "Memory Card"; ObjectID = "5"; */ -"5.title" = "Memory Card"; - -/* Class = "NSTextFieldCell"; title = "Select which memory card slot you want to put this card in."; ObjectID = "100028"; */ -"100028.title" = "Select which memory card slot you want to put this card in."; - -/* Class = "NSTextFieldCell"; title = "Memory Card Selection"; ObjectID = "100029"; */ -"100029.title" = "Memory Card Selection"; - -/* Class = "NSTextFieldCell"; placeholderString = "Mem card file name"; ObjectID = "100035"; */ -"100035.placeholderString" = "Mem card file name"; - -/* Class = "NSButtonCell"; title = "Slot 2"; ObjectID = "100127"; */ -"100127.title" = "Slot 2"; - -/* Class = "NSButtonCell"; title = "Slot 1"; ObjectID = "100131"; */ -"100131.title" = "Slot 1"; - -/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "100135"; */ -"100135.title" = "Cancel"; diff --git a/macosx/Resources/zh-Hant.lproj/InfoPlist.strings b/macosx/Resources/zh-Hant.lproj/InfoPlist.strings index 63b28e38..e41b3913 100644 --- a/macosx/Resources/zh-Hant.lproj/InfoPlist.strings +++ b/macosx/Resources/zh-Hant.lproj/InfoPlist.strings @@ -3,7 +3,6 @@ //Commented out strings are those that need to be translated CFBundleName = "PCSX-R"; -CFBundleDisplayName = "PCSX Reloaded"; CFBundleShortVersionString = "PCSX-Reloaded 1.9.95"; //CFBundleGetInfoString = "PlayStation Emulator based on PCSX-df Project."; //NSHumanReadableCopyright = "Copyright © 2003-2005 PCSX Team, Gil Pedersen, Nicolas Pepin-Perreault.\nCopyright © 2009-2014 PCSX-Reloaded Team.";