readd updated Korean nib files
This commit is contained in:
parent
b29bea089e
commit
9ef2fb4892
|
@ -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;
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>23 96 356 240 0 0 1440 878 </string>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>443.0</string>
|
||||||
|
<key>IBOpenObjects</key>
|
||||||
|
<array>
|
||||||
|
<integer>5</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8R2232</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Binary file not shown.
|
@ -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;
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>71 65 356 240 0 0 1440 878 </string>
|
||||||
|
<key>IBEditorPositions</key>
|
||||||
|
<dict>
|
||||||
|
<key>56</key>
|
||||||
|
<string>648 443 368 126 0 0 1440 878 </string>
|
||||||
|
</dict>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>443.0</string>
|
||||||
|
<key>IBOpenObjects</key>
|
||||||
|
<array>
|
||||||
|
<integer>5</integer>
|
||||||
|
<integer>56</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8R2232</string>
|
||||||
|
<key>IBUserGuides</key>
|
||||||
|
<dict>
|
||||||
|
<key>5</key>
|
||||||
|
<dict>
|
||||||
|
<key>guideLocations</key>
|
||||||
|
<array>
|
||||||
|
<string>Vertical:240.000000</string>
|
||||||
|
<string>Vertical:240.000000</string>
|
||||||
|
</array>
|
||||||
|
<key>guidesLocked</key>
|
||||||
|
<false/>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Binary file not shown.
|
@ -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;
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>158 70 356 240 0 0 1440 878 </string>
|
||||||
|
<key>IBEditorPositions</key>
|
||||||
|
<dict>
|
||||||
|
<key>549</key>
|
||||||
|
<string>731 298 174 149 0 0 1440 878 </string>
|
||||||
|
</dict>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>443.0</string>
|
||||||
|
<key>IBLockedObjects</key>
|
||||||
|
<array>
|
||||||
|
<integer>5</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBLockedTabItems</key>
|
||||||
|
<array>
|
||||||
|
<integer>332</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8R2232</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Binary file not shown.
|
@ -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;
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>26 84 356 240 0 0 1440 878 </string>
|
||||||
|
<key>IBEditorPositions</key>
|
||||||
|
<dict>
|
||||||
|
<key>153</key>
|
||||||
|
<string>438 469 563 268 0 0 1440 878 </string>
|
||||||
|
<key>28</key>
|
||||||
|
<string>546 232 563 313 0 0 1440 878 </string>
|
||||||
|
<key>41</key>
|
||||||
|
<string>438 452 563 305 0 0 1440 878 </string>
|
||||||
|
<key>66</key>
|
||||||
|
<string>539 543 563 144 0 0 1440 878 </string>
|
||||||
|
</dict>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>443.0</string>
|
||||||
|
<key>IBLockedTabItems</key>
|
||||||
|
<array>
|
||||||
|
<integer>253</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBOpenObjects</key>
|
||||||
|
<array>
|
||||||
|
<integer>41</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8R2232</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Binary file not shown.
Loading…
Reference in New Issue