diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-12-04 09:09:40 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-12-04 09:09:40 +0000 |
| commit | e86ad93e2f6d301a0ec020d5ce7b05b93eca460a (patch) | |
| tree | deb4732f2fe43e847b675c45f3ce6d816eeb278b /macosx/plugins/DFNet | |
| parent | 2e8f2cfc9c8998dde0077f42faecced73cb5fdc0 (diff) | |
| download | pcsxr-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/DFNet')
4 files changed, 63 insertions, 0 deletions
diff --git a/macosx/plugins/DFNet/zh-Hans.lproj/Credits.rtf b/macosx/plugins/DFNet/zh-Hans.lproj/Credits.rtf new file mode 100644 index 00000000..8cab96f4 --- /dev/null +++ b/macosx/plugins/DFNet/zh-Hans.lproj/Credits.rtf @@ -0,0 +1,21 @@ +{\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 Original coder: +\b0 \ + linuzappz\ +\ + +\b Macintosh Port: +\b0 \ + C.W. "Madd the Sane" Betts\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720 +\cf0 \ + +\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/DFNet/zh-Hans.lproj/DFNet.strings b/macosx/plugins/DFNet/zh-Hans.lproj/DFNet.strings new file mode 100644 index 00000000..db33447f --- /dev/null +++ b/macosx/plugins/DFNet/zh-Hans.lproj/DFNet.strings @@ -0,0 +1,27 @@ + +/* Class = "NSWindow"; title = "设置"; ObjectID = "1"; */ +"1.title" = "设置"; + +/* Class = "NSTextFieldCell"; title = "127.0.0.1"; ObjectID = "10"; */ +"10.title" = "127.0.0.1"; + +/* Class = "NSTextFieldCell"; title = "33306"; ObjectID = "18"; */ +"18.title" = "33306"; + +/* Class = "NSTextFieldCell"; title = "IP 地址:"; ObjectID = "20"; */ +"20.title" = "IP 地址:"; + +/* Class = "NSTextFieldCell"; title = "端口:"; ObjectID = "22"; */ +"22.title" = "端口:"; + +/* Class = "NSTextFieldCell"; title = "玩家编号:"; ObjectID = "25"; */ +"25.title" = "玩家编号:"; + +/* Class = "NSTextFieldCell"; title = "1"; ObjectID = "27"; */ +"27.title" = "1"; + +/* Class = "NSButtonCell"; title = "确认"; ObjectID = "55"; */ +"55.title" = "确认"; + +/* Class = "NSButtonCell"; title = "取消"; ObjectID = "60"; */ +"60.title" = "取消"; diff --git a/macosx/plugins/DFNet/zh-Hans.lproj/InfoPlist.strings b/macosx/plugins/DFNet/zh-Hans.lproj/InfoPlist.strings new file mode 100755 index 00000000..7316f9ba --- /dev/null +++ b/macosx/plugins/DFNet/zh-Hans.lproj/InfoPlist.strings @@ -0,0 +1,6 @@ +/* Localized versions of Info.plist keys */ + +CFBundleName = "网络玩家"; +CFBundleShortVersionString = "1.0"; +CFBundleGetInfoString = "NetPlay plugin by linuzappz."; +NSHumanReadableCopyright = "Copyright © 2010 C.W. Betts.";
\ No newline at end of file diff --git a/macosx/plugins/DFNet/zh-Hans.lproj/SockDialog.strings b/macosx/plugins/DFNet/zh-Hans.lproj/SockDialog.strings new file mode 100644 index 00000000..20524804 --- /dev/null +++ b/macosx/plugins/DFNet/zh-Hans.lproj/SockDialog.strings @@ -0,0 +1,9 @@ + +/* Class = "NSWindow"; title = "连接中…"; ObjectID = "1"; */ +"1.title" = "连接中…"; + +/* Class = "NSTextFieldCell"; title = "连接等待中..."; ObjectID = "4"; */ +"4.title" = "连接等待中..."; + +/* Class = "NSButtonCell"; title = "取消"; ObjectID = "27"; */ +"27.title" = "取消"; |
