summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFInput
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-12-04 09:09:40 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-12-04 09:09:40 +0000
commite86ad93e2f6d301a0ec020d5ce7b05b93eca460a (patch)
treedeb4732f2fe43e847b675c45f3ce6d816eeb278b /macosx/plugins/DFInput
parent2e8f2cfc9c8998dde0077f42faecced73cb5fdc0 (diff)
downloadpcsxr-e86ad93e2f6d301a0ec020d5ce7b05b93eca460a.tar.gz
Adding Chinese localization from Sdchun.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88047 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFInput')
-rw-r--r--macosx/plugins/DFInput/zh-Hans.lproj/Credits.rtf25
-rw-r--r--macosx/plugins/DFInput/zh-Hans.lproj/Localizable.strings53
-rw-r--r--macosx/plugins/DFInput/zh-Hans.lproj/NetPcsxrHIDInputPluginMain.strings48
3 files changed, 126 insertions, 0 deletions
diff --git a/macosx/plugins/DFInput/zh-Hans.lproj/Credits.rtf b/macosx/plugins/DFInput/zh-Hans.lproj/Credits.rtf
new file mode 100644
index 00000000..7cd084eb
--- /dev/null
+++ b/macosx/plugins/DFInput/zh-Hans.lproj/Credits.rtf
@@ -0,0 +1,25 @@
+{\rtf1\ansi\ansicpg936\cocoartf1265
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset134 STHeitiSC-Light;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
+
+\f0\b\fs24 \cf0 Macintosh Port:
+\b0 \
+ 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
+
+\b \cf0 Original coder:
+\b0 \
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
+\cf0 Wei Mingzhi\
+\
+
+\b Chinese Translaion(
+\f1 \'d6\'d0\'ce\'c4\'b7\'ad\'d2\'eb
+\f0 ):
+\b0 \
+ Sdchun} \ No newline at end of file
diff --git a/macosx/plugins/DFInput/zh-Hans.lproj/Localizable.strings b/macosx/plugins/DFInput/zh-Hans.lproj/Localizable.strings
new file mode 100644
index 00000000..4771519a
--- /dev/null
+++ b/macosx/plugins/DFInput/zh-Hans.lproj/Localizable.strings
@@ -0,0 +1,53 @@
+/*
+ Localizable.strings
+ DFInput
+
+ Created by C.W. Betts on 11/16/11.
+ Copyright 2011 __MyCompanyName__. All rights reserved.
+ */
+
+"Gamepad/Keyboard/Mouse Input" = "手柄/键盘/鼠标 输入";
+"Joystick: Button %d" = "操纵杆: 按钮 %d";
+"Joystick: Axis %d%c" = "操纵杆: 坐标轴 %d%c";
+"Joystick: Hat %d %s" = "操纵杆: Hat %d %s";
+"Keyboard: %s" = "键盘: %s";
+
+"(Keyboard only)" = "(键盘)";
+"(Not Set)" = "(未设置)";
+
+"D-Pad Up" = "↑ / 上";
+"D-Pad Down" = "↓ / 下";
+"D-Pad Left" = "← / 左";
+"D-Pad Right" = "→ / 右";
+"Cross" = "× / 叉";
+"Circle" = "◯ / 圆圈";
+"Square" = "☐ / 方块";
+"Triangle" = "△ / 三角";
+"L1" = "L1";
+"R1" = "R1";
+"L2" = "L2";
+"R2" = "R2";
+"Select" = "Select / 选择";
+"Start" = "Start / 开始";
+"L3" = "L3";
+"R3" = "R3";
+"Analog" = "模拟";
+"L-Stick Right" = "L-摇杆 → / 右";
+"L-Stick Left" = "L-摇杆 ← / 左";
+"L-Stick Down" = "L-摇杆 ↓ / 下";
+"L-Stick Up" = "L-摇杆 ↑ / 上";
+"R-Stick Right" = "R-摇杆 → / 右";
+"R-Stick Left" = "R-摇杆 ← / 左";
+"R-Stick Down" = "R-摇杆 ↓ / 下";
+"R-Stick Up" = "R-摇杆 ↑ / 上";
+
+//Unused right now
+"Centered" = "中间键";
+"Up" = "↑ / 上";
+"Right" = "→ / 右";
+"Rightup" = "↗ / 右上";
+"Down" = "↓ / 下";
+"Rightdown" = "↘ / 右下";
+"Left" = "← / 左";
+"Leftup" = "↖ / 左上";
+"Leftdown" = "↙ / 左下";
diff --git a/macosx/plugins/DFInput/zh-Hans.lproj/NetPcsxrHIDInputPluginMain.strings b/macosx/plugins/DFInput/zh-Hans.lproj/NetPcsxrHIDInputPluginMain.strings
new file mode 100644
index 00000000..ed862535
--- /dev/null
+++ b/macosx/plugins/DFInput/zh-Hans.lproj/NetPcsxrHIDInputPluginMain.strings
@@ -0,0 +1,48 @@
+
+/* Class = "NSWindow"; title = "手柄输入配置"; ObjectID = "5"; */
+"5.title" = "手柄输入配置";
+
+/* Class = "NSTabViewItem"; label = "手柄 2"; ObjectID = "8"; */
+"8.label" = "手柄 2";
+
+/* Class = "NSTabViewItem"; label = "手柄 1"; ObjectID = "9"; */
+"9.label" = "手柄 1";
+
+/* Class = "NSTableColumn"; headerCell.title = "模拟输入按钮"; ObjectID = "124"; */
+"124.headerCell.title" = "模拟输入按钮";
+
+/* Class = "NSMenu"; title = "查看其他"; ObjectID = "127"; */
+"127.title" = "查看其他";
+
+/* Class = "NSTableColumn"; headerCell.title = "原始按钮"; ObjectID = "128"; */
+"128.headerCell.title" = "原始按钮";
+
+/* Class = "NSMenuItem"; title = "数字手柄"; ObjectID = "130"; */
+"130.title" = "数字手柄";
+
+/* Class = "NSTextFieldCell"; placeholderString = "双击设置"; ObjectID = "166"; */
+"166.placeholderString" = "双击设置";
+
+/* Class = "NSMenu"; title = "查看其他"; ObjectID = "190"; */
+"190.title" = "查看其他";
+
+/* Class = "NSMenuItem"; title = "(键盘)"; ObjectID = "192"; */
+"192.title" = "(键盘)";
+
+/* Class = "NSMenuItem"; title = "模拟手柄"; ObjectID = "198"; */
+"198.title" = "模拟手柄";
+
+/* Class = "NSTextFieldCell"; title = "类型:"; ObjectID = "205"; */
+"205.title" = "类型:";
+
+/* Class = "NSTextFieldCell"; title = "重置一个输入按钮: 选择它并按下delete'←'键"; ObjectID = "206"; */
+"206.title" = "重置一个输入按钮: 选择它并按下delete'←'键";
+
+/* Class = "NSTextFieldCell"; title = "设备:"; ObjectID = "208"; */
+"208.title" = "设备:";
+
+/* Class = "NSButtonCell"; title = "确认"; ObjectID = "257"; */
+"257.title" = "确认";
+
+/* Class = "NSButtonCell"; title = "取消"; ObjectID = "262"; */
+"262.title" = "取消";