diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-17 01:58:25 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-17 01:58:25 +0000 |
| commit | 3043ded6406ce8bb06392b2c6351eb7596658d11 (patch) | |
| tree | 7b8976d506d1033a7e628a1a12c9ef7e0b24f5eb /macosx/English.lproj/Localizable.strings | |
| parent | ac860b2d845ab7c90a7388de026cc63074791350 (diff) | |
| download | pcsxr-3043ded6406ce8bb06392b2c6351eb7596658d11.tar.gz | |
First steps for localization support for Mac OS X/Cocoa, including:
Localizable.strings files for each plug-in.
Try to get localizable string from a c string (see Pcsxr_locale_text in main.m).
Each Mac plug-in now has a Principal class declaration in their Info.plist
Also updated the memory card extensions
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72361 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/English.lproj/Localizable.strings')
| -rw-r--r-- | macosx/English.lproj/Localizable.strings | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/macosx/English.lproj/Localizable.strings b/macosx/English.lproj/Localizable.strings index cf94708c..fdbc233a 100644 --- a/macosx/English.lproj/Localizable.strings +++ b/macosx/English.lproj/Localizable.strings @@ -5,6 +5,7 @@ Created by C.W. Betts on 4/23/11. Copyright 2011 __MyCompanyName__. All rights reserved. */ + "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."; "Error!" = "Error!"; @@ -16,4 +17,28 @@ "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."; "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/";
\ No newline at end of file +"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/"; +"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"; +"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"; +"No memory card value was specified - creating a default card %s\n" = "No memory card value was specified - creating a default card %s\n"; +"Memory card %s failed to load!\n" = "Memory card %s failed to load!\n"; +"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"; +"Unable to start debug server.\n" = "Unable to start debug server.\n"; +"Debugger started.\n" = "Debugger started.\n"; +"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"; +"Error opening file: %s.\n" = "Error opening file: %s.\n"; +"Unknown CPE opcode %02x at position %08x.\n" = "Unknown CPE opcode %02x at position %08x.\n"; |
