From a6ef577f7bd97b78db6d078c9d17cd0de2f143a4 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 22 Nov 2011 04:29:57 +0000 Subject: Updating Localizable.strings. Minor string change in PcsxrController and Localizable.strings. A bit more transition from PCSX to PCSXR (AddPluginSheet.xib). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72528 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/English.lproj/AddPluginSheet.xib | 15 +++++++++++++-- macosx/English.lproj/Localizable.strings | 7 +++---- macosx/PcsxrController.m | 3 +-- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/macosx/English.lproj/AddPluginSheet.xib b/macosx/English.lproj/AddPluginSheet.xib index d530dd6e..f2b70ab1 100644 --- a/macosx/English.lproj/AddPluginSheet.xib +++ b/macosx/English.lproj/AddPluginSheet.xib @@ -61,6 +61,7 @@ + 2 YES 67239424 @@ -92,6 +93,7 @@ + 2 YES 67239424 @@ -130,6 +132,7 @@ + 2 YES 130560 @@ -152,6 +155,7 @@ + 2 YES 67239424 @@ -190,11 +194,12 @@ + 2 YES 69336577 0 - Do you want to install this plugin into PCSX? + Do you want to install this plugin into PCSXR? LucidaGrande 11 @@ -217,6 +222,7 @@ + 2 YES -2072904127 @@ -251,8 +257,9 @@ + 2 - {{0, 0}, {1024, 746}} + {{0, 0}, {1680, 1028}} {94, 29} {10000000000000, 10000000000000} YES @@ -464,6 +471,10 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin diff --git a/macosx/English.lproj/Localizable.strings b/macosx/English.lproj/Localizable.strings index fabef134..fc649908 100644 --- a/macosx/English.lproj/Localizable.strings +++ b/macosx/English.lproj/Localizable.strings @@ -7,17 +7,16 @@ */ "Plugin Initialization Failed!" = "Plugin Initialization Failed!"; -"Pcsx failed to initialize the selected %s plugin (error=%i).\nThe plugin might not work with your system." = "Pcsx failed to initialize the selected %s plugin (error=%i).\nThe plugin might not work with your system."; +"Pcsxr failed to initialize the selected %s plugin (error=%i).\nThe plugin might not work with your system." = "Pcsxr failed to initialize the selected %s plugin (error=%i).\nThe plugin might not work with your system."; "Error!" = "Error!"; "Installation Succesfull" = "Installation Succesfull"; "Installation Failed!" = "Installation Failed!"; "The installation of the specified plugin was succesfull. In order to use it, please restart the application." = "The installation of the specified plugin was succesfull. In order to use it, please restart the application."; "The installation of the specified plugin failed. Please try again, or make a manual install." ="The installation of the specified plugin failed. Please try again, or make a manual install."; "Missing plugins!" = "Missing plugins!"; -"Pcsx is missing one or more critical plugins. You will need to install these in order to play games." = "Pcsx is missing one or more critical plugins. You will need to install these in order to play games."; +"Pcsxr is missing one or more critical plugins. You will need to install these in order to play games." = "Pcsx is missing one or more critical plugins. You will need to install these in order to play games."; "Missing BIOS!" = "Missing BIOS!"; -"Pcsx wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\n" = "Pcsx wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\n"; -"If you have a BIOS available, please copy it to\n~/Library/Application Support/Pcsx/Bios/" = "If you have a BIOS available, please copy it to\n~/Library/Application Support/Pcsx/Bios/"; +"Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\nIf you have a BIOS available, please copy it to\n~/Library/Application Support/Pcsxr/Bios/" = "Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\nIf you have a BIOS available, please copy it to\n~/Library/Application Support/Pcsxr/Bios/"; "Error Opening CDR Plugin" = "Error Opening CDR Plugin"; "Error Opening SPU Plugin" = "Error Opening SPU Plugin"; "Error Opening GPU Plugin" = "Error Opening GPU Plugin"; diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m index aaf0f2ef..148e0b7b 100644 --- a/macosx/PcsxrController.m +++ b/macosx/PcsxrController.m @@ -211,8 +211,7 @@ NSString *saveStatePath; if (![PcsxrController biosAvailable]) { NSRunInformationalAlertPanel(NSLocalizedString(@"Missing BIOS!", nil), - NSLocalizedString(@"Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\n" - @"If you have a BIOS available, please copy it to\n~/Library/Application Support/Pcsxr/Bios/", nil), + NSLocalizedString(@"Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\nIf you have a BIOS available, please copy it to\n~/Library/Application Support/Pcsxr/Bios/", nil), nil, nil, nil); } -- cgit v1.2.3