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/plugins/DFInput/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/plugins/DFInput/English.lproj/Localizable.strings')
| -rw-r--r-- | macosx/plugins/DFInput/English.lproj/Localizable.strings | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/macosx/plugins/DFInput/English.lproj/Localizable.strings b/macosx/plugins/DFInput/English.lproj/Localizable.strings new file mode 100644 index 00000000..b4a5c010 --- /dev/null +++ b/macosx/plugins/DFInput/English.lproj/Localizable.strings @@ -0,0 +1,9 @@ +/* + Localizable.strings + DFInput + + Created by C.W. Betts on 11/16/11. + Copyright 2011 __MyCompanyName__. All rights reserved. + */ + +"Gamepad/Keyboard/Mouse Input" = "Gamepad/Keyboard/Mouse Input"; |
