From 460faedba401d0f1a754e8d3b9d4fd1c853d9413 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 29 Aug 2013 23:36:29 +0000 Subject: 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 --- .../DFInput/English.lproj/Localizable.strings | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'macosx/plugins/DFInput/English.lproj/Localizable.strings') 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"; + -- cgit v1.2.3