summaryrefslogtreecommitdiff
path: root/macosx/English.lproj/Localizable.strings
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-09-01 01:49:35 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-09-01 01:49:35 +0000
commit83a3894bf7925b9d5c0753b756d71b6eb2270a44 (patch)
tree9e1be107c0b4d4c5bccad535e9243c58ea73f878 /macosx/English.lproj/Localizable.strings
parent3fefe4d803fb340291012a4eaed18fc73989dfd8 (diff)
downloadpcsxr-83a3894bf7925b9d5c0753b756d71b6eb2270a44.tar.gz
Some more work on localization for OS X.
Create a Spanish localization. It currently is just the English files copied over. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87046 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/English.lproj/Localizable.strings')
-rw-r--r--macosx/English.lproj/Localizable.strings47
1 files changed, 29 insertions, 18 deletions
diff --git a/macosx/English.lproj/Localizable.strings b/macosx/English.lproj/Localizable.strings
index 5367f575..ed703e1b 100644
--- a/macosx/English.lproj/Localizable.strings
+++ b/macosx/English.lproj/Localizable.strings
@@ -6,33 +6,26 @@
Copyright 2011 __MyCompanyName__. All rights reserved.
*/
-"Plugin Initialization Failed!" = "Plugin Initialization Failed!";
-"Pcsxr failed to initialize the selected %@ plugin (error=%i).\nThe plugin might not work with your system." = "Pcsxr failed to initialize the selected %@ 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!";
-"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!";
-"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/";
+//libpcsxrcore strings
"Error Opening CDR Plugin" = "Error Opening CDR Plugin";
"Error Opening SPU Plugin" = "Error Opening SPU Plugin";
"Error Opening GPU Plugin" = "Error Opening GPU Plugin";
"Error Opening PAD1 Plugin" = "Error Opening PAD1 Plugin";
"Error Opening PAD2 Plugin" = "Error Opening PAD2 Plugin";
+"Error opening SIO1 plugin!" = "Error Opening SIO1 Plugin";
"Error Closing CDR Plugin" = "Error Closing CDR Plugin";
"Error Closing SPU Plugin" = "Error Closing SPU Plugin";
"Error Closing PAD1 Plugin" = "Error Closing PAD1 Plugin";
"Error Closing PAD2 Plugin" = "Error Closing PAD2 Plugin";
"Error Closing GPU Plugin" = "Error Closing GPU Plugin";
+"Error closing SIO1 plugin!" = "Error Closing SIO1 plugin";
"CDRinit error: %d" = "CDRinit error: %d";
"GPUinit error: %d" = "GPUinit error: %d";
"SPUinit error: %d" = "SPUinit error: %d";
"PAD1init error: %d" = "PAD1init error: %d";
"PAD2init error: %d" = "PAD2init error: %d";
"NETinit error: %d" = "NETinit error: %d";
+"SIO1init error: %d!" = "SIO1init error: %d";
"Could not open BIOS:\"%s\". Enabling HLE Bios!\n" = "Could not open BIOS:\"%s\". Enabling HLE Bios!\n";
"Error allocating memory!" = "Error allocating memory!";
"Running PCSXR Version %s (%s).\n" = "Running PCSXR Version %s (%s).\n";
@@ -41,7 +34,6 @@
"Loading memory card %s\n" = "Loading memory card %s\n";
"Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n" = "Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n";
"Loaded CD Image: %s" = "Loaded CD Image: %s";
-"(Untitled)" = "(Untitled)";
"Cheats saved to: %s\n" = "Cheats saved to: %s\n";
"Cheats loaded from: %s\n" = "Cheats loaded from: %s\n";
"Error allocating memory" = "Error allocating memory";
@@ -50,23 +42,43 @@
"Debugger stopped.\n" = "Debugger stopped.\n";
"CD-ROM Label: %.32s\n" = "CD-ROM Label: %.32s\n";
"CD-ROM ID: %.9s\n" = "CD-ROM ID: %.9s\n";
+"CD-ROM EXE Name: %.255s\n" = "CD-ROM EXE Name: %.255s\n";
"Error opening file: %s.\n" = "Error opening file: %s.\n";
"Unknown CPE opcode %02x at poiition %08x.\n" = "Unknown CPE opcode %02x at position %08x.\n";
-"Error opening file" = "Error opening file.";
-"Unable to open %@: %@" = "Unable to open %@: %@.";
+// Cocoa Code
+"(Untitled)" = "(Untitled)";
+"Plugin Initialization Failed!" = "Plugin Initialization Failed!";
+"Pcsxr failed to initialize the selected %@ plugin (error=%i).\nThe plugin might not work with your system." = "Pcsxr failed to initialize the selected %1$@ plugin (error=%2$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!";
+"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!";
+"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%@" = "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%@";
+"Error opening file" = "Error opening file.";
+"Unable to open %@: %@" = "Unable to open %1$@: %2$@";
//Memory card management
"Format Card" = "Format Card";
"Free Size" = "Free Size";
"Format" = "Format";
+"No Free Space" = "No Free Space";
"Formatting a memory card will remove all data on it.\n\nThis cannot be undone." = "Formatting a memory card will remove all data on it.\n\nThis cannot be undone.";
"Delete Block" = "Delete Block";
-"Deleting a block will remove all saved data on that block.\n\nThis cannot be undone." = "Deleting a memory card object will set the blocks to not be readable by the emulator, and may result in the data being overwritten.";
+"Deleting a block will remove all saved data on that block.\n\nThis cannot be undone." = "Deleting a memory card object will set the blocks to not be readable by the emulator, and may result in the data being overwritten in the future.";
"No Free Space" = "No Free Space";
-"Memory card %d doesn't have %d free consecutive blocks on it. Please remove some blocks on that card to continue" = "Memory card %d doesn't have %d free blocks on it. Please remove some blocks on that card to continue.";
-"Memory card %i does not have enough free consecutive blocks.\n\nIn order to copy over \"%@ (%@),\" memory card %i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?" = "Memory card %i does not have enough free consecutive blocks.\n\nIn order to copy over \"%@ (%@),\" memory card %i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?";
+"Memory card %d doesn't have %d free consecutive blocks on it. Please remove some blocks on that card to continue" = "Memory card %1$d doesn't have %2$d free consecutive blocks on it. Please remove some blocks on that card to continue.";
+"Memory card %i does not have enough free consecutive blocks.\n\nIn order to copy over \"%@ (%@),\" memory card %i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?" = "Memory card %1$i does not have enough free consecutive blocks.\n\nIn order to copy over \"%2$@ (%3$@),\" memory card %4$i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?";
+
+//Cheat manager
+"Save Cheats" = "Save Cheats";
+"The cheat codes have not been applied. Unapplied cheats will not run nor be saved. Do you wish to save?" = "The cheat codes have not been applied. Unapplied cheats will not run nor be saved. Do you wish to save?";
+"Unsaved Changes" = "Unsaved Changes";
//General buttons
"Okay" = "Okay";
@@ -81,4 +93,3 @@
"MemCard_Used" = "Used";
"MemCard_Link" = "Link";
"MemCard_EndLink" = "End Link";
-