diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-29 23:36:29 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-29 23:36:29 +0000 |
| commit | 460faedba401d0f1a754e8d3b9d4fd1c853d9413 (patch) | |
| tree | 64f2b3f0e960c0da80df729ead41a9a1165b37dc /macosx/plugins/DFInput/English.lproj | |
| parent | 06f5ec54da4efb1383298da7c2d20805c5304dd1 (diff) | |
| download | pcsxr-460faedba401d0f1a754e8d3b9d4fd1c853d9413.tar.gz | |
Re-working how DFInput on OS X stores preferences, making it match the rest of the OS X plug-ins.
Do some localization support work on DFInput on OS X.
Bump the version in the info.plist file for DFInput to 1.5.
Other code changes and improvements on the Mac port.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87023 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFInput/English.lproj')
| -rw-r--r-- | macosx/plugins/DFInput/English.lproj/Credits.rtf | 3 | ||||
| -rwxr-xr-x | macosx/plugins/DFInput/English.lproj/InfoPlist.strings | 4 | ||||
| -rw-r--r-- | macosx/plugins/DFInput/English.lproj/Localizable.strings | 33 |
3 files changed, 37 insertions, 3 deletions
diff --git a/macosx/plugins/DFInput/English.lproj/Credits.rtf b/macosx/plugins/DFInput/English.lproj/Credits.rtf index 894a64cb..121d8949 100644 --- a/macosx/plugins/DFInput/English.lproj/Credits.rtf +++ b/macosx/plugins/DFInput/English.lproj/Credits.rtf @@ -1,4 +1,4 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf510 +{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf390 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} \vieww9000\viewh9000\viewkind0 @@ -9,6 +9,7 @@ Wei Mingzhi\ Gil Pedersen\ Nicolas P\'e9pin-Perreault\ + C.W. "Madd the Sane" Betts\ \ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural diff --git a/macosx/plugins/DFInput/English.lproj/InfoPlist.strings b/macosx/plugins/DFInput/English.lproj/InfoPlist.strings index 49b56346..80f51efb 100755 --- a/macosx/plugins/DFInput/English.lproj/InfoPlist.strings +++ b/macosx/plugins/DFInput/English.lproj/InfoPlist.strings @@ -1,6 +1,6 @@ /* Localized versions of Info.plist keys */ CFBundleName = "DFInput PSX Controller Plugin"; -CFBundleShortVersionString = "DFInput version 1.0"; -CFBundleGetInfoString = "DFInput PSX Controller Plugin version 1.0, Copyright © 2009 Wei Mingzhi."; +CFBundleShortVersionString = "DFInput version 1.5"; +CFBundleGetInfoString = "DFInput PSX Controller Plugin version 1.5, Copyright © 2009 Wei Mingzhi."; NSHumanReadableCopyright = "Copyright © 2009 Wei Mingzhi."; diff --git a/macosx/plugins/DFInput/English.lproj/Localizable.strings b/macosx/plugins/DFInput/English.lproj/Localizable.strings index b4a5c010..a75ac630 100644 --- a/macosx/plugins/DFInput/English.lproj/Localizable.strings +++ b/macosx/plugins/DFInput/English.lproj/Localizable.strings @@ -7,3 +7,36 @@ */ "Gamepad/Keyboard/Mouse Input" = "Gamepad/Keyboard/Mouse Input"; +"Joystick: Button %d" = "Joystick: Button %d"; +"Joystick: Axis %d%c" = "Joystick: Axis %d%c"; +"Joystick: Hat %d %s" = "Joystick: Hat %d %s"; +"Keyboard: %s" = "Keyboard: %s"; + +"(Keyboard only)" = "(Keyboard only)"; + +"D-Pad Up" = "D-Pad Up"; +"D-Pad Down" = "D-Pad Down"; +"D-Pad Left" = "D-Pad Left"; +"D-Pad Right" = "D-Pad Right"; +"Cross" = "Cross"; +"Circle" = "Circle"; +"Square" = "Square"; +"Triangle" = "Triangle"; +"L1" = "L1"; +"R1" = "R1"; +"L2" = "L2"; +"R2" = "R2"; +"Select" = "Select"; +"Start" = "Start"; +"L3" = "L3"; +"R3" = "R3"; +"Analog" = "Analog"; +"L-Stick Right" = "L-Stick Right"; +"L-Stick Left" = "L-Stick Left"; +"L-Stick Down" = "L-Stick Down"; +"L-Stick Up" = "L-Stick Up"; +"R-Stick Right" = "R-Stick Right"; +"R-Stick Left" = "R-Stick Left"; +"R-Stick Down" = "R-Stick Down"; +"R-Stick Up" = "R-Stick Up"; + |
