From 363df80b0091241316aa0b127775762bd1993cd3 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 23 Mar 2014 20:34:57 +0000 Subject: OS X: slowly moving the resources to a subdirectory. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89539 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Resources/zh-Hans.lproj/CheatWindow.strings | 48 ++++++++++++++++++++++ .../Resources/zh-Hans.lproj/PcsxrMemCard.strings | 21 ++++++++++ 2 files changed, 69 insertions(+) create mode 100644 macosx/Resources/zh-Hans.lproj/CheatWindow.strings create mode 100644 macosx/Resources/zh-Hans.lproj/PcsxrMemCard.strings (limited to 'macosx/Resources/zh-Hans.lproj') diff --git a/macosx/Resources/zh-Hans.lproj/CheatWindow.strings b/macosx/Resources/zh-Hans.lproj/CheatWindow.strings new file mode 100644 index 00000000..4e2ba4fa --- /dev/null +++ b/macosx/Resources/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" = "应用"; diff --git a/macosx/Resources/zh-Hans.lproj/PcsxrMemCard.strings b/macosx/Resources/zh-Hans.lproj/PcsxrMemCard.strings new file mode 100644 index 00000000..3d970df9 --- /dev/null +++ b/macosx/Resources/zh-Hans.lproj/PcsxrMemCard.strings @@ -0,0 +1,21 @@ + +/* Class = "NSWindow"; title = "记忆卡"; ObjectID = "5"; */ +"5.title" = "记忆卡"; + +/* Class = "NSTextFieldCell"; title = "选择要插入这个记忆卡的插槽."; ObjectID = "100028"; */ +"100028.title" = "选择要插入这个记忆卡的插槽."; + +/* Class = "NSTextFieldCell"; title = "选择记忆卡"; ObjectID = "100029"; */ +"100029.title" = "选择记忆卡"; + +/* Class = "NSTextFieldCell"; placeholderString = "记忆卡文件名称"; ObjectID = "100035"; */ +"100035.placeholderString" = "记忆卡文件名称"; + +/* Class = "NSButtonCell"; title = "插槽2"; ObjectID = "100127"; */ +"100127.title" = "插槽2"; + +/* Class = "NSButtonCell"; title = "插槽1"; ObjectID = "100131"; */ +"100131.title" = "插槽1"; + +/* Class = "NSButtonCell"; title = "取消"; ObjectID = "100135"; */ +"100135.title" = "取消"; -- cgit v1.2.3