From 53eebd991f060e051581c1127c75080d23087dd6 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 17 Dec 2013 07:46:16 +0000 Subject: Initial work on OS X Korean localization. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88131 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- .../ko-KR.lproj/Bladesio1PluginConfig.strings | 39 ++++++++++++++++++++++ .../Bladesio1/ko-KR.lproj/InfoPlist.strings | 6 ++++ .../Bladesio1/ko-KR.lproj/Localizable.strings | 9 +++++ 3 files changed, 54 insertions(+) create mode 100644 macosx/plugins/Bladesio1/ko-KR.lproj/Bladesio1PluginConfig.strings create mode 100644 macosx/plugins/Bladesio1/ko-KR.lproj/InfoPlist.strings create mode 100644 macosx/plugins/Bladesio1/ko-KR.lproj/Localizable.strings (limited to 'macosx/plugins/Bladesio1/ko-KR.lproj') diff --git a/macosx/plugins/Bladesio1/ko-KR.lproj/Bladesio1PluginConfig.strings b/macosx/plugins/Bladesio1/ko-KR.lproj/Bladesio1PluginConfig.strings new file mode 100644 index 00000000..6cbeddfe --- /dev/null +++ b/macosx/plugins/Bladesio1/ko-KR.lproj/Bladesio1PluginConfig.strings @@ -0,0 +1,39 @@ + +/* Class = "NSWindow"; title = "BladeSIO1 Configuration"; ObjectID = "5"; */ +"5.title" = "BladeSIO1 Configuration"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "186"; */ +"186.title" = "Cancel"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "187"; */ +"187.title" = "OK"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "193"; */ +"193.title" = "Box"; + +/* Class = "NSButtonCell"; title = "Enabled"; ObjectID = "195"; */ +"195.title" = "Enabled"; + +/* Class = "NSTextFieldCell"; title = "IP Address:"; ObjectID = "199"; */ +"199.title" = "IP Address:"; + +/* Class = "NSTextFieldCell"; title = "Player:"; ObjectID = "201"; */ +"201.title" = "Player:"; + +/* Class = "NSTextFieldCell"; title = "Port:"; ObjectID = "203"; */ +"203.title" = "Port:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "210"; */ +"210.title" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Master"; ObjectID = "211"; */ +"211.title" = "Master"; + +/* Class = "NSMenuItem"; title = "Slave"; ObjectID = "212"; */ +"212.title" = "Slave"; + +/* Class = "NSMenuItem"; title = "Disabled"; ObjectID = "213"; */ +"213.title" = "Disabled"; + +/* Class = "NSButtonCell"; title = "Reset"; ObjectID = "222"; */ +"222.title" = "Reset"; diff --git a/macosx/plugins/Bladesio1/ko-KR.lproj/InfoPlist.strings b/macosx/plugins/Bladesio1/ko-KR.lproj/InfoPlist.strings new file mode 100644 index 00000000..0e027274 --- /dev/null +++ b/macosx/plugins/Bladesio1/ko-KR.lproj/InfoPlist.strings @@ -0,0 +1,6 @@ +/* Localized versions of Info.plist keys */ + +CFBundleName = "Bladesio1 sio1 plug-in"; +CFBundleShortVersionString = "1.0"; +CFBundleGetInfoString = "Based on bladesio plugin by linuzappz."; +NSHumanReadableCopyright = "Copyright © 2013 C.W. Betts."; diff --git a/macosx/plugins/Bladesio1/ko-KR.lproj/Localizable.strings b/macosx/plugins/Bladesio1/ko-KR.lproj/Localizable.strings new file mode 100644 index 00000000..8dd72a50 --- /dev/null +++ b/macosx/plugins/Bladesio1/ko-KR.lproj/Localizable.strings @@ -0,0 +1,9 @@ +/* + Localizable.strings + DFCdrom + + Created by C.W. Betts on 11/16/11. + Copyright 2011 __MyCompanyName__. All rights reserved. + */ + +"sio1Blade" = "Blade sio1"; -- cgit v1.2.3