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/zh-Hans.lproj/CheatWindow.strings | |
| 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/zh-Hans.lproj/CheatWindow.strings')
| -rw-r--r-- | macosx/zh-Hans.lproj/CheatWindow.strings | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/macosx/zh-Hans.lproj/CheatWindow.strings b/macosx/zh-Hans.lproj/CheatWindow.strings new file mode 100644 index 00000000..b2f64127 --- /dev/null +++ b/macosx/zh-Hans.lproj/CheatWindow.strings @@ -0,0 +1,48 @@ + +/* Class = "NSWindow"; title = "金手指"; ObjectID = "1"; */ +"1.title" = "金手指"; + +/* Class = "NSButtonCell"; title = "存储金手指..."; ObjectID = "5"; */ +"5.title" = "存储金手指..."; + +/* Class = "NSButtonCell"; title = "载入金手指..."; ObjectID = "7"; */ +"7.title" = "载入金手指..."; + +/* Class = "NSTableColumn"; headerCell.title = "名称"; ObjectID = "28"; */ +"28.headerCell.title" = "名称"; + +/* Class = "NSTableColumn"; headerCell.title = "启用"; ObjectID = "29"; */ +"29.headerCell.title" = "启用"; + +/* Class = "NSTextFieldCell"; title = "文本框"; ObjectID = "31"; */ +"31.title" = "文本框"; + +/* Class = "NSButtonCell"; title = "清除"; ObjectID = "79"; */ +"79.title" = "清除"; + +/* Class = "NSButtonCell"; title = "编辑…"; ObjectID = "130"; */ +"130.title" = "编辑…"; + +/* Class = "NSWindow"; title = "编辑金手指"; ObjectID = "134"; */ +"134.title" = "编辑金手指"; + +/* Class = "NSTableColumn"; headerCell.title = "地址"; ObjectID = "141"; */ +"141.headerCell.title" = "地址"; + +/* Class = "NSTableColumn"; headerCell.title = "数值"; ObjectID = "142"; */ +"142.headerCell.title" = "数值"; + +/* Class = "NSButtonCell"; title = "确认"; ObjectID = "153"; */ +"153.title" = "确认"; + +/* Class = "NSButtonCell"; title = "取消"; ObjectID = "157"; */ +"157.title" = "取消"; + +/* Class = "NSButtonCell"; title = "添加"; ObjectID = "207"; */ +"207.title" = "添加"; + +/* Class = "NSButtonCell"; title = "移除"; ObjectID = "228"; */ +"228.title" = "移除"; + +/* Class = "NSButtonCell"; title = "应用"; ObjectID = "257"; */ +"257.title" = "应用"; |
