diff --git a/AUTHORS b/AUTHORS index d0e68fac0..072e4f161 100644 --- a/AUTHORS +++ b/AUTHORS @@ -18,6 +18,7 @@ Mac OS X, current release: Jorge Carrasco Perez (Spanish) Ontje Helmich (German) Thermaikos (Greek) + Jaewoo Chung (Korean) GTK+: Calor“ Alessandro (Italian) diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index ad6a1cbaf..829110166 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -347,6 +347,13 @@ A2265F400B5EF5F40093DDA5 /* FileBrowserCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = FileBrowserCell.m; path = macosx/FileBrowserCell.m; sourceTree = ""; }; A22A8D550AEEAFA5007E9CB9 /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = English; path = macosx/English.lproj/Localizable.strings; sourceTree = ""; }; A22BC9A20C5BBCF100F5FB72 /* BottomBorder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = BottomBorder.png; path = macosx/Images/BottomBorder.png; sourceTree = ""; }; + A22BC9AD0C5C505200F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Korean; path = macosx/Korean.lproj/AboutWindow.nib; sourceTree = ""; }; + A22BC9AE0C5C505200F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Korean; path = macosx/Korean.lproj/InfoPlist.strings; sourceTree = ""; }; + A22BC9AF0C5C505200F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Korean; path = macosx/Korean.lproj/InfoWindow.nib; sourceTree = ""; }; + A22BC9B00C5C505200F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Korean; path = macosx/Korean.lproj/Localizable.strings; sourceTree = ""; }; + A22BC9B10C5C505200F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Korean; path = macosx/Korean.lproj/MainMenu.nib; sourceTree = ""; }; + A22BC9B20C5C505300F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Korean; path = macosx/Korean.lproj/MessageWindow.nib; sourceTree = ""; }; + A22BC9B30C5C505300F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Korean; path = macosx/Korean.lproj/PrefsWindow.nib; sourceTree = ""; }; A232D29D0A70903E00973B12 /* Filter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Filter.png; path = macosx/Images/Filter.png; sourceTree = ""; }; A2385DD20BFE06C800B24EF6 /* DragOverlayWindow.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = DragOverlayWindow.m; path = macosx/DragOverlayWindow.m; sourceTree = ""; }; A2385DD30BFE06C800B24EF6 /* DragOverlayWindow.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DragOverlayWindow.h; path = macosx/DragOverlayWindow.h; sourceTree = ""; }; @@ -1100,6 +1107,7 @@ German, Greek, Spanish, + Korean, ); mainGroup = 29B97314FDCFA39411CA2CEA /* Transmission */; projectDirPath = ""; @@ -1376,6 +1384,7 @@ isa = PBXVariantGroup; children = ( 089C165DFE840E0CC02AAC07 /* English */, + A22BC9AE0C5C505200F5FB72 /* Korean */, ); name = InfoPlist.strings; sourceTree = ""; @@ -1384,6 +1393,7 @@ isa = PBXVariantGroup; children = ( 29B97319FDCFA39411CA2CEA /* English */, + A22BC9B10C5C505200F5FB72 /* Korean */, ); name = MainMenu.nib; sourceTree = ""; @@ -1392,6 +1402,7 @@ isa = PBXVariantGroup; children = ( A200B9630A227FD0007BBB1E /* English */, + A22BC9AF0C5C505200F5FB72 /* Korean */, ); name = InfoWindow.nib; sourceTree = ""; @@ -1400,6 +1411,7 @@ isa = PBXVariantGroup; children = ( A2085E010C53C16F000BC3B7 /* English */, + A22BC9AD0C5C505200F5FB72 /* Korean */, ); name = AboutWindow.nib; sourceTree = ""; @@ -1408,6 +1420,7 @@ isa = PBXVariantGroup; children = ( A21567EC0A9A5034004DECD6 /* English */, + A22BC9B20C5C505300F5FB72 /* Korean */, ); name = MessageWindow.nib; sourceTree = ""; @@ -1416,6 +1429,7 @@ isa = PBXVariantGroup; children = ( A22A8D550AEEAFA5007E9CB9 /* English */, + A22BC9B00C5C505200F5FB72 /* Korean */, ); name = Localizable.strings; sourceTree = ""; @@ -1424,6 +1438,7 @@ isa = PBXVariantGroup; children = ( A2912C530A2956E80097A0CA /* English */, + A22BC9B30C5C505300F5FB72 /* Korean */, ); name = PrefsWindow.nib; sourceTree = ""; diff --git a/macosx/Credits.rtf b/macosx/Credits.rtf index 9d704c1a7..a4ed6848a 100644 --- a/macosx/Credits.rtf +++ b/macosx/Credits.rtf @@ -60,6 +60,9 @@ Lead Developers Thermaikos \fs20 \cf2 (Greek)\ +\fs24 \cf0 Jaewoo Chung +\fs20 \cf2 (Korean)\ + \fs24 \cf0 \ GTK+:\ Calor\'93 Alessandro diff --git a/macosx/Korean.lproj/AboutWindow.nib/classes.nib b/macosx/Korean.lproj/AboutWindow.nib/classes.nib new file mode 100644 index 000000000..f62bd50db --- /dev/null +++ b/macosx/Korean.lproj/AboutWindow.nib/classes.nib @@ -0,0 +1,18 @@ +{ + IBClasses = ( + { + ACTIONS = {hideLicense = id; showLicense = id; }; + CLASS = AboutWindowController; + LANGUAGE = ObjC; + OUTLETS = { + fLicenseSheet = NSPanel; + fLicenseView = NSTextView; + fTextView = NSTextView; + fVersionField = NSTextField; + }; + SUPERCLASS = NSWindowController; + }, + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/macosx/Korean.lproj/AboutWindow.nib/info.nib b/macosx/Korean.lproj/AboutWindow.nib/info.nib new file mode 100644 index 000000000..49c10cc82 --- /dev/null +++ b/macosx/Korean.lproj/AboutWindow.nib/info.nib @@ -0,0 +1,16 @@ + + + + + IBDocumentLocation + 23 96 356 240 0 0 1440 878 + IBFramework Version + 443.0 + IBOpenObjects + + 5 + + IBSystem Version + 8R2232 + + diff --git a/macosx/Korean.lproj/AboutWindow.nib/keyedobjects.nib b/macosx/Korean.lproj/AboutWindow.nib/keyedobjects.nib new file mode 100644 index 000000000..a64202b9f Binary files /dev/null and b/macosx/Korean.lproj/AboutWindow.nib/keyedobjects.nib differ diff --git a/macosx/Korean.lproj/Creator.nib/classes.nib b/macosx/Korean.lproj/Creator.nib/classes.nib new file mode 100644 index 000000000..56d4a2602 --- /dev/null +++ b/macosx/Korean.lproj/Creator.nib/classes.nib @@ -0,0 +1,30 @@ +{ + IBClasses = ( + { + ACTIONS = { + cancelCreateProgress = id; + cancelCreateWindow = id; + create = id; + setLocation = id; + }; + CLASS = CreatorWindowController; + LANGUAGE = ObjC; + OUTLETS = { + fCommentView = NSTextView; + fIconView = NSImageView; + fLocationField = NSTextField; + fNameField = NSTextField; + fOpenCheck = NSButton; + fPiecesField = NSTextField; + fPrivateCheck = NSButton; + fProgressIndicator = NSProgressIndicator; + fProgressView = NSView; + fStatusField = NSTextField; + fTrackerField = NSTextField; + }; + SUPERCLASS = NSWindowController; + }, + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/macosx/Korean.lproj/Creator.nib/info.nib b/macosx/Korean.lproj/Creator.nib/info.nib new file mode 100644 index 000000000..39801ef7c --- /dev/null +++ b/macosx/Korean.lproj/Creator.nib/info.nib @@ -0,0 +1,34 @@ + + + + + IBDocumentLocation + 71 65 356 240 0 0 1440 878 + IBEditorPositions + + 56 + 392 515 368 126 0 0 1152 842 + + IBFramework Version + 443.0 + IBOpenObjects + + 5 + + IBSystem Version + 8R2232 + IBUserGuides + + 5 + + guideLocations + + Vertical:240.000000 + Vertical:240.000000 + + guidesLocked + + + + + diff --git a/macosx/Korean.lproj/Creator.nib/keyedobjects.nib b/macosx/Korean.lproj/Creator.nib/keyedobjects.nib new file mode 100644 index 000000000..c51ea1e0b Binary files /dev/null and b/macosx/Korean.lproj/Creator.nib/keyedobjects.nib differ diff --git a/macosx/Korean.lproj/InfoPlist.strings b/macosx/Korean.lproj/InfoPlist.strings new file mode 100644 index 000000000..108b823d0 --- /dev/null +++ b/macosx/Korean.lproj/InfoPlist.strings @@ -0,0 +1,4 @@ +/* Localized versions of Info.plist keys */ + +CFBundleName = "Transmission"; +NSHumanReadableCopyright = "Copyright 2005-2007 The Transmission Project"; diff --git a/macosx/Korean.lproj/InfoWindow.nib/classes.nib b/macosx/Korean.lproj/InfoWindow.nib/classes.nib new file mode 100644 index 000000000..7e91aabef --- /dev/null +++ b/macosx/Korean.lproj/InfoWindow.nib/classes.nib @@ -0,0 +1,88 @@ +{ + IBClasses = ( + {CLASS = FileOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + {CLASS = InfoWindow; LANGUAGE = ObjC; SUPERCLASS = NSPanel; }, + { + ACTIONS = { + revealDataFile = id; + revealFile = id; + revealTorrentFile = id; + setCheck = id; + setOnlySelectedCheck = id; + setPex = id; + setPiecesView = id; + setPriority = id; + setRatioLimit = id; + setRatioSetting = id; + setSpeedLimit = id; + setSpeedMode = id; + }; + CLASS = InfoWindowController; + LANGUAGE = ObjC; + OUTLETS = { + fCommentView = NSTextView; + fCompletedFromTrackerField = NSTextField; + fConnectedPeersField = NSTextField; + fCreatorField = NSTextField; + fDataLocationField = NSTextField; + fDateActivityField = NSTextField; + fDateAddedField = NSTextField; + fDateCompletedField = NSTextField; + fDateCreatedField = NSTextField; + fDownloadLimitField = NSTextField; + fDownloadLimitLabel = NSTextField; + fDownloadLimitPopUp = NSPopUpButton; + fDownloadedTotalField = NSTextField; + fDownloadedValidField = NSTextField; + fDownloadingFromField = NSTextField; + fErrorMessageView = NSTextView; + fFileCheckItem = NSMenuItem; + fFileOutline = FileOutlineView; + fFilePriorityHigh = NSMenuItem; + fFilePriorityLow = NSMenuItem; + fFilePriorityNormal = NSMenuItem; + fFileTableStatusField = NSTextField; + fFileUncheckItem = NSMenuItem; + fHashField = NSTextField; + fImageView = NSImageView; + fLeechersField = NSTextField; + fNameField = NSTextField; + fPeerTable = NSTableView; + fPexCheck = NSButton; + fPiecesControl = NSSegmentedControl; + fPiecesField = NSTextField; + fPiecesView = PiecesView; + fProgressField = NSTextField; + fRatioField = NSTextField; + fRatioLimitField = NSTextField; + fRatioPopUp = NSPopUpButton; + fRevealDataButton = NSButton; + fRevealTorrentButton = NSButton; + fSecureField = NSTextField; + fSeedersField = NSTextField; + fSizeField = NSTextField; + fStateField = NSTextField; + fSwarmSpeedField = NSTextField; + fTabView = NSTabView; + fTorrentLocationField = NSTextField; + fTrackerField = NSTextField; + fUploadLimitField = NSTextField; + fUploadLimitLabel = NSTextField; + fUploadLimitPopUp = NSPopUpButton; + fUploadedTotalField = NSTextField; + fUploadingToField = NSTextField; + }; + SUPERCLASS = NSWindowController; + }, + {CLASS = NSLevelIndicatorCell; LANGUAGE = ObjC; SUPERCLASS = NSActionCell; }, + {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, + { + CLASS = PeerProgressIndicatorCell; + LANGUAGE = ObjC; + SUPERCLASS = NSLevelIndicatorCell; + }, + {CLASS = PiecesView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/macosx/Korean.lproj/InfoWindow.nib/info.nib b/macosx/Korean.lproj/InfoWindow.nib/info.nib new file mode 100644 index 000000000..8f4639f65 --- /dev/null +++ b/macosx/Korean.lproj/InfoWindow.nib/info.nib @@ -0,0 +1,29 @@ + + + + + IBDocumentLocation + 158 70 356 240 0 0 1440 878 + IBEditorPositions + + 549 + 731 298 174 149 0 0 1440 878 + + IBFramework Version + 443.0 + IBLockedObjects + + 5 + + IBLockedTabItems + + 332 + + IBOpenObjects + + 5 + + IBSystem Version + 8R2232 + + diff --git a/macosx/Korean.lproj/InfoWindow.nib/keyedobjects.nib b/macosx/Korean.lproj/InfoWindow.nib/keyedobjects.nib new file mode 100644 index 000000000..52e0b14b1 Binary files /dev/null and b/macosx/Korean.lproj/InfoWindow.nib/keyedobjects.nib differ diff --git a/macosx/Korean.lproj/Localizable.strings b/macosx/Korean.lproj/Localizable.strings new file mode 100644 index 000000000..b1814e144 Binary files /dev/null and b/macosx/Korean.lproj/Localizable.strings differ diff --git a/macosx/Korean.lproj/MainMenu.nib/classes.nib b/macosx/Korean.lproj/MainMenu.nib/classes.nib new file mode 100644 index 000000000..78717c002 --- /dev/null +++ b/macosx/Korean.lproj/MainMenu.nib/classes.nib @@ -0,0 +1,186 @@ +{ + IBClasses = ( + {CLASS = ActionPopUpButton; LANGUAGE = ObjC; SUPERCLASS = NSPopUpButton; }, + { + ACTIONS = { + announceSelectedTorrents = id; + applyFilter = id; + applySpeedLimit = id; + copyTorrentFiles = id; + createFile = id; + doNothing = id; + linkForums = id; + linkHomepage = id; + moveDataFiles = id; + openShowSheet = id; + openURLCancelEndSheet = id; + openURLEndSheet = id; + openURLShowSheet = id; + removeDeleteData = id; + removeDeleteDataAndTorrent = id; + removeDeleteTorrent = id; + removeNoDelete = id; + resetCacheForSelectedTorrents = id; + resumeAllTorrents = id; + resumeSelectedTorrents = id; + resumeSelectedTorrentsNoWait = id; + resumeWaitingTorrents = id; + revealFile = id; + setFilter = id; + setInfoTab = id; + setLimitGlobalEnabled = id; + setQuickLimitGlobal = id; + setQuickRatioGlobal = id; + setSort = id; + setSortReverse = id; + showAboutWindow = id; + showInfo = id; + showMainWindow = id; + showMessageWindow = id; + showPreferenceWindow = id; + stopAllTorrents = id; + stopSelectedTorrents = id; + switchFilter = id; + toggleAdvancedBar = id; + toggleFilterBar = id; + toggleSmallView = id; + toggleSpeedLimit = id; + toggleStatusBar = id; + }; + CLASS = Controller; + LANGUAGE = ObjC; + OUTLETS = { + fActionButton = NSButton; + fBottomBar = ImageBackgroundView; + fDateSortActionItem = NSMenuItem; + fDateSortItem = NSMenuItem; + fDockMenu = NSMenu; + fDownloadFilterButton = FilterBarButton; + fDownloadLimitItem = NSMenuItem; + fDownloadMenu = NSMenu; + fDownloadNoLimitItem = NSMenuItem; + fFilterBar = FilterBarView; + fNameSortActionItem = NSMenuItem; + fNameSortItem = NSMenuItem; + fNextFilterItem = NSMenuItem; + fNextInfoTabItem = NSMenuItem; + fNoFilterButton = FilterBarButton; + fOpenIgnoreDownloadFolder = NSMenuItem; + fOrderSortActionItem = NSMenuItem; + fOrderSortItem = NSMenuItem; + fPauseFilterButton = FilterBarButton; + fPrevFilterItem = NSMenuItem; + fPrevInfoTabItem = NSMenuItem; + fProgressSortActionItem = NSMenuItem; + fProgressSortItem = NSMenuItem; + fScrollView = NSScrollView; + fSearchFilterField = NSSearchField; + fSeedFilterButton = FilterBarButton; + fSpeedLimitButton = NSButton; + fStateSortActionItem = NSMenuItem; + fStateSortItem = NSMenuItem; + fStatusBar = ImageBackgroundView; + fTableView = TorrentTableView; + fTotalDLField = NSTextField; + fTotalTorrentsField = NSTextField; + fTotalULField = NSTextField; + fURLSheetTextField = NSTextField; + fURLSheetWindow = NSWindow; + fUpdater = SUUpdater; + fUploadLimitItem = NSMenuItem; + fUploadMenu = NSMenu; + fUploadNoLimitItem = NSMenuItem; + fWindow = NSWindow; + }; + SUPERCLASS = NSObject; + }, + {CLASS = FilterBarButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, + { + CLASS = FilterBarView; + LANGUAGE = ObjC; + OUTLETS = { + fDownloadFilterButton = FilterBarButton; + fNoFilterButton = FilterBarButton; + fPauseFilterButton = FilterBarButton; + fSeedFilterButton = FilterBarButton; + }; + SUPERCLASS = ImageBackgroundView; + }, + { + ACTIONS = {deselectAll = id; revealFile = id; setNextTab = id; setPreviousTab = id; }; + CLASS = FirstResponder; + LANGUAGE = ObjC; + SUPERCLASS = NSObject; + }, + {CLASS = ImageBackgroundView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, + {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, + {CLASS = NameCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; }, + { + ACTIONS = { + folderSheetShow = id; + setAutoStart = id; + setBadge = id; + setDownloadLocation = id; + setLimit = id; + setLimitCheck = id; + setLimitMenu = id; + setPort = id; + setQuickRatio = id; + setQuickSpeed = id; + setRatio = id; + setRatioCheck = id; + setRatioMenu = id; + setShowMessage = id; + setUpdate = id; + }; + CLASS = PrefsController; + LANGUAGE = ObjC; + OUTLETS = { + fAutoStartCheck = NSButton; + fBadgeDownloadRateCheck = NSButton; + fBadgeUploadRateCheck = NSButton; + fBlankView = NSView; + fDownloadCheck = NSButton; + fDownloadField = NSTextField; + fDownloadLimitItem = NSMenuItem; + fDownloadMenu = NSMenu; + fDownloadNoLimitItem = NSMenuItem; + fFolderPopUp = NSPopUpButton; + fGeneralView = NSView; + fNetworkView = NSView; + fPortField = NSTextField; + fPrefsWindow = NSPanel; + fQuitCheck = NSButton; + fRatioCheck = NSButton; + fRatioField = NSTextField; + fRatioNotSetItem = NSMenuItem; + fRatioSetItem = NSMenuItem; + fRemoveCheck = NSButton; + fTransfersView = NSView; + fUpdatePopUp = NSPopUpButton; + fUpdater = SUUpdater; + fUploadCheck = NSButton; + fUploadField = NSTextField; + fUploadLimitItem = NSMenuItem; + fUploadMenu = NSMenu; + fUploadNoLimitItem = NSMenuItem; + fWindow = NSWindow; + }; + SUPERCLASS = NSObject; + }, + {CLASS = ProgressCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; }, + { + ACTIONS = {checkForUpdates = id; }; + CLASS = SUUpdater; + LANGUAGE = ObjC; + SUPERCLASS = NSObject; + }, + { + CLASS = TorrentTableView; + LANGUAGE = ObjC; + OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; }; + SUPERCLASS = NSTableView; + } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/macosx/Korean.lproj/MainMenu.nib/info.nib b/macosx/Korean.lproj/MainMenu.nib/info.nib new file mode 100644 index 000000000..ab03eb155 --- /dev/null +++ b/macosx/Korean.lproj/MainMenu.nib/info.nib @@ -0,0 +1,46 @@ + + + + + IBDocumentLocation + 19 80 422 283 0 0 1152 842 + IBEditorPositions + + 1041 + 402 285 194 149 0 0 1440 878 + 1480 + 510 571 420 63 0 0 1440 878 + 1603 + 481 570 477 67 0 0 1440 878 + 29 + 475 812 430 44 0 0 1440 878 + 456 + 409 389 231 225 0 0 1440 878 + 581 + 730 486 118 99 0 0 1440 878 + 589 + 486 470 162 106 0 0 1440 878 + + IBFramework Version + 443.0 + IBLockedObjects + + 21 + + IBOldestOS + 3 + IBOpenObjects + + 456 + 581 + 1603 + 1480 + 21 + 1041 + 589 + 29 + + IBSystem Version + 8R2232 + + diff --git a/macosx/Korean.lproj/MainMenu.nib/keyedobjects.nib b/macosx/Korean.lproj/MainMenu.nib/keyedobjects.nib new file mode 100644 index 000000000..a171570be Binary files /dev/null and b/macosx/Korean.lproj/MainMenu.nib/keyedobjects.nib differ diff --git a/macosx/Korean.lproj/MessageWindow.nib/classes.nib b/macosx/Korean.lproj/MessageWindow.nib/classes.nib new file mode 100644 index 000000000..b517634be --- /dev/null +++ b/macosx/Korean.lproj/MessageWindow.nib/classes.nib @@ -0,0 +1,19 @@ +{ + IBClasses = ( + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + { + ACTIONS = {changeLevel = id; clearLog = id; writeToFile = id; }; + CLASS = MessageWindowController; + LANGUAGE = ObjC; + OUTLETS = { + fDebugWarningField = NSTextField; + fDebugWarningIcon = NSImageView; + fLevelButton = NSPopUpButton; + fScrollView = NSScrollView; + fTextView = NSTextView; + }; + SUPERCLASS = NSWindowController; + } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/macosx/Korean.lproj/MessageWindow.nib/info.nib b/macosx/Korean.lproj/MessageWindow.nib/info.nib new file mode 100644 index 000000000..4a9fd10eb --- /dev/null +++ b/macosx/Korean.lproj/MessageWindow.nib/info.nib @@ -0,0 +1,16 @@ + + + + + IBDocumentLocation + 34 76 356 240 0 0 1440 878 + IBFramework Version + 443.0 + IBOpenObjects + + 5 + + IBSystem Version + 8R2232 + + diff --git a/macosx/Korean.lproj/MessageWindow.nib/keyedobjects.nib b/macosx/Korean.lproj/MessageWindow.nib/keyedobjects.nib new file mode 100644 index 000000000..535eeac20 Binary files /dev/null and b/macosx/Korean.lproj/MessageWindow.nib/keyedobjects.nib differ diff --git a/macosx/Korean.lproj/PrefsWindow.nib/ActionButton.tiff b/macosx/Korean.lproj/PrefsWindow.nib/ActionButton.tiff new file mode 100644 index 000000000..d3a816f5f Binary files /dev/null and b/macosx/Korean.lproj/PrefsWindow.nib/ActionButton.tiff differ diff --git a/macosx/Korean.lproj/PrefsWindow.nib/BottomBorder.tiff b/macosx/Korean.lproj/PrefsWindow.nib/BottomBorder.tiff new file mode 100644 index 000000000..e7932d515 Binary files /dev/null and b/macosx/Korean.lproj/PrefsWindow.nib/BottomBorder.tiff differ diff --git a/macosx/Korean.lproj/PrefsWindow.nib/StatusBorder.tiff b/macosx/Korean.lproj/PrefsWindow.nib/StatusBorder.tiff new file mode 100644 index 000000000..10e7ab4e0 Binary files /dev/null and b/macosx/Korean.lproj/PrefsWindow.nib/StatusBorder.tiff differ diff --git a/macosx/Korean.lproj/PrefsWindow.nib/StatusSep.tiff b/macosx/Korean.lproj/PrefsWindow.nib/StatusSep.tiff new file mode 100644 index 000000000..b3b926392 Binary files /dev/null and b/macosx/Korean.lproj/PrefsWindow.nib/StatusSep.tiff differ diff --git a/macosx/Korean.lproj/PrefsWindow.nib/classes.nib b/macosx/Korean.lproj/PrefsWindow.nib/classes.nib new file mode 100644 index 000000000..e755e4219 --- /dev/null +++ b/macosx/Korean.lproj/PrefsWindow.nib/classes.nib @@ -0,0 +1,78 @@ +{ + IBClasses = ( + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + {CLASS = MenuButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, + {CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, + { + ACTIONS = { + applyRatioSetting = id; + applySpeedSettings = id; + folderSheetShow = id; + helpForNetwork = id; + importFolderSheetShow = id; + incompleteFolderSheetShow = id; + resetWarnings = id; + setAutoImport = id; + setAutoSize = id; + setAutoSpeedLimit = id; + setBadge = id; + setDownloadLocation = id; + setGlobalLimit = id; + setNat = id; + setPort = id; + setQueue = id; + setQueueNumber = id; + setRatioStop = id; + setSound = id; + setSpeedLimit = id; + setStalled = id; + setStalledMinutes = id; + setUpdate = id; + }; + CLASS = PrefsController; + LANGUAGE = ObjC; + OUTLETS = { + fBandwidthView = NSView; + fDownloadField = NSTextField; + fDownloadSoundPopUp = NSPopUpButton; + fFolderPopUp = NSPopUpButton; + fGeneralView = NSView; + fImportFolderPopUp = NSPopUpButton; + fIncompleteFolderPopUp = NSPopUpButton; + fNatCheck = NSButton; + fNatStatusField = NSTextField; + fNatStatusImage = NSImageView; + fNetworkView = NSView; + fPortField = NSTextField; + fPortStatusField = NSTextField; + fPortStatusImage = NSImageView; + fPortStatusProgress = NSProgressIndicator; + fQueueDownloadField = NSTextField; + fQueueSeedField = NSTextField; + fRatioStopField = NSTextField; + fSeedingSoundPopUp = NSPopUpButton; + fSpeedLimitDownloadField = NSTextField; + fSpeedLimitUploadField = NSTextField; + fStalledField = NSTextField; + fTransfersView = NSView; + fUpdatePopUp = NSPopUpButton; + fUploadField = NSTextField; + }; + SUPERCLASS = NSWindowController; + }, + {CLASS = PrefsWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, + { + ACTIONS = {checkForUpdates = id; }; + CLASS = SUUpdater; + LANGUAGE = ObjC; + SUPERCLASS = NSObject; + }, + { + CLASS = TorrentTableView; + LANGUAGE = ObjC; + OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; }; + SUPERCLASS = NSTableView; + } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/macosx/Korean.lproj/PrefsWindow.nib/info.nib b/macosx/Korean.lproj/PrefsWindow.nib/info.nib new file mode 100644 index 000000000..f9cb525ac --- /dev/null +++ b/macosx/Korean.lproj/PrefsWindow.nib/info.nib @@ -0,0 +1,27 @@ + + + + + IBDocumentLocation + 26 84 356 240 0 0 1440 878 + IBEditorPositions + + 153 + 438 469 563 268 0 0 1440 878 + 28 + 546 232 563 313 0 0 1440 878 + 41 + 438 451 563 305 0 0 1440 878 + 66 + 539 543 563 144 0 0 1440 878 + + IBFramework Version + 443.0 + IBLockedTabItems + + 253 + + IBSystem Version + 8R2232 + + diff --git a/macosx/Korean.lproj/PrefsWindow.nib/keyedobjects.nib b/macosx/Korean.lproj/PrefsWindow.nib/keyedobjects.nib new file mode 100644 index 000000000..a74145725 Binary files /dev/null and b/macosx/Korean.lproj/PrefsWindow.nib/keyedobjects.nib differ