mirror of
https://github.com/transmission/transmission
synced 2024-12-31 20:16:57 +00:00
add Korean translation from Jaewoo Chung
This commit is contained in:
parent
bb0d853764
commit
5feab0a763
27 changed files with 610 additions and 0 deletions
1
AUTHORS
1
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)
|
||||
|
|
|
@ -347,6 +347,13 @@
|
|||
A2265F400B5EF5F40093DDA5 /* FileBrowserCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = FileBrowserCell.m; path = macosx/FileBrowserCell.m; sourceTree = "<group>"; };
|
||||
A22A8D550AEEAFA5007E9CB9 /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = English; path = macosx/English.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
A22BC9A20C5BBCF100F5FB72 /* BottomBorder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = BottomBorder.png; path = macosx/Images/BottomBorder.png; sourceTree = "<group>"; };
|
||||
A22BC9AD0C5C505200F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Korean; path = macosx/Korean.lproj/AboutWindow.nib; sourceTree = "<group>"; };
|
||||
A22BC9AE0C5C505200F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Korean; path = macosx/Korean.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
A22BC9AF0C5C505200F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Korean; path = macosx/Korean.lproj/InfoWindow.nib; sourceTree = "<group>"; };
|
||||
A22BC9B00C5C505200F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Korean; path = macosx/Korean.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
A22BC9B10C5C505200F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Korean; path = macosx/Korean.lproj/MainMenu.nib; sourceTree = "<group>"; };
|
||||
A22BC9B20C5C505300F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Korean; path = macosx/Korean.lproj/MessageWindow.nib; sourceTree = "<group>"; };
|
||||
A22BC9B30C5C505300F5FB72 /* Korean */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Korean; path = macosx/Korean.lproj/PrefsWindow.nib; sourceTree = "<group>"; };
|
||||
A232D29D0A70903E00973B12 /* Filter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Filter.png; path = macosx/Images/Filter.png; sourceTree = "<group>"; };
|
||||
A2385DD20BFE06C800B24EF6 /* DragOverlayWindow.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = DragOverlayWindow.m; path = macosx/DragOverlayWindow.m; sourceTree = "<group>"; };
|
||||
A2385DD30BFE06C800B24EF6 /* DragOverlayWindow.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DragOverlayWindow.h; path = macosx/DragOverlayWindow.h; sourceTree = "<group>"; };
|
||||
|
@ -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 = "<group>";
|
||||
|
@ -1384,6 +1393,7 @@
|
|||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
29B97319FDCFA39411CA2CEA /* English */,
|
||||
A22BC9B10C5C505200F5FB72 /* Korean */,
|
||||
);
|
||||
name = MainMenu.nib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -1392,6 +1402,7 @@
|
|||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
A200B9630A227FD0007BBB1E /* English */,
|
||||
A22BC9AF0C5C505200F5FB72 /* Korean */,
|
||||
);
|
||||
name = InfoWindow.nib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -1400,6 +1411,7 @@
|
|||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
A2085E010C53C16F000BC3B7 /* English */,
|
||||
A22BC9AD0C5C505200F5FB72 /* Korean */,
|
||||
);
|
||||
name = AboutWindow.nib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -1408,6 +1420,7 @@
|
|||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
A21567EC0A9A5034004DECD6 /* English */,
|
||||
A22BC9B20C5C505300F5FB72 /* Korean */,
|
||||
);
|
||||
name = MessageWindow.nib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -1416,6 +1429,7 @@
|
|||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
A22A8D550AEEAFA5007E9CB9 /* English */,
|
||||
A22BC9B00C5C505200F5FB72 /* Korean */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
|
@ -1424,6 +1438,7 @@
|
|||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
A2912C530A2956E80097A0CA /* English */,
|
||||
A22BC9B30C5C505300F5FB72 /* Korean */,
|
||||
);
|
||||
name = PrefsWindow.nib;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -60,6 +60,9 @@ Lead Developers
|
|||
Thermaikos
|
||||
\fs20 \cf2 (Greek)\
|
||||
|
||||
\fs24 \cf0 Jaewoo Chung
|
||||
\fs20 \cf2 (Korean)\
|
||||
|
||||
\fs24 \cf0 \
|
||||
GTK+:\
|
||||
Calor\'93 Alessandro
|
||||
|
|
18
macosx/Korean.lproj/AboutWindow.nib/classes.nib
generated
Normal file
18
macosx/Korean.lproj/AboutWindow.nib/classes.nib
generated
Normal file
|
@ -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;
|
||||
}
|
16
macosx/Korean.lproj/AboutWindow.nib/info.nib
generated
Normal file
16
macosx/Korean.lproj/AboutWindow.nib/info.nib
generated
Normal file
|
@ -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>
|
BIN
macosx/Korean.lproj/AboutWindow.nib/keyedobjects.nib
generated
Normal file
BIN
macosx/Korean.lproj/AboutWindow.nib/keyedobjects.nib
generated
Normal file
Binary file not shown.
30
macosx/Korean.lproj/Creator.nib/classes.nib
generated
Normal file
30
macosx/Korean.lproj/Creator.nib/classes.nib
generated
Normal file
|
@ -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;
|
||||
}
|
34
macosx/Korean.lproj/Creator.nib/info.nib
generated
Normal file
34
macosx/Korean.lproj/Creator.nib/info.nib
generated
Normal file
|
@ -0,0 +1,34 @@
|
|||
<?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>392 515 368 126 0 0 1152 842 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>443.0</string>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>5</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>
|
BIN
macosx/Korean.lproj/Creator.nib/keyedobjects.nib
generated
Normal file
BIN
macosx/Korean.lproj/Creator.nib/keyedobjects.nib
generated
Normal file
Binary file not shown.
4
macosx/Korean.lproj/InfoPlist.strings
Normal file
4
macosx/Korean.lproj/InfoPlist.strings
Normal file
|
@ -0,0 +1,4 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "Transmission";
|
||||
NSHumanReadableCopyright = "Copyright 2005-2007 The Transmission Project";
|
88
macosx/Korean.lproj/InfoWindow.nib/classes.nib
generated
Normal file
88
macosx/Korean.lproj/InfoWindow.nib/classes.nib
generated
Normal file
|
@ -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;
|
||||
}
|
29
macosx/Korean.lproj/InfoWindow.nib/info.nib
generated
Normal file
29
macosx/Korean.lproj/InfoWindow.nib/info.nib
generated
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?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>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>5</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8R2232</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
macosx/Korean.lproj/InfoWindow.nib/keyedobjects.nib
generated
Normal file
BIN
macosx/Korean.lproj/InfoWindow.nib/keyedobjects.nib
generated
Normal file
Binary file not shown.
BIN
macosx/Korean.lproj/Localizable.strings
Normal file
BIN
macosx/Korean.lproj/Localizable.strings
Normal file
Binary file not shown.
186
macosx/Korean.lproj/MainMenu.nib/classes.nib
generated
Normal file
186
macosx/Korean.lproj/MainMenu.nib/classes.nib
generated
Normal file
|
@ -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;
|
||||
}
|
46
macosx/Korean.lproj/MainMenu.nib/info.nib
generated
Normal file
46
macosx/Korean.lproj/MainMenu.nib/info.nib
generated
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?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>19 80 422 283 0 0 1152 842 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>1041</key>
|
||||
<string>402 285 194 149 0 0 1440 878 </string>
|
||||
<key>1480</key>
|
||||
<string>510 571 420 63 0 0 1440 878 </string>
|
||||
<key>1603</key>
|
||||
<string>481 570 477 67 0 0 1440 878 </string>
|
||||
<key>29</key>
|
||||
<string>475 812 430 44 0 0 1440 878 </string>
|
||||
<key>456</key>
|
||||
<string>409 389 231 225 0 0 1440 878 </string>
|
||||
<key>581</key>
|
||||
<string>730 486 118 99 0 0 1440 878 </string>
|
||||
<key>589</key>
|
||||
<string>486 470 162 106 0 0 1440 878 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>443.0</string>
|
||||
<key>IBLockedObjects</key>
|
||||
<array>
|
||||
<integer>21</integer>
|
||||
</array>
|
||||
<key>IBOldestOS</key>
|
||||
<integer>3</integer>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>456</integer>
|
||||
<integer>581</integer>
|
||||
<integer>1603</integer>
|
||||
<integer>1480</integer>
|
||||
<integer>21</integer>
|
||||
<integer>1041</integer>
|
||||
<integer>589</integer>
|
||||
<integer>29</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8R2232</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
macosx/Korean.lproj/MainMenu.nib/keyedobjects.nib
generated
Normal file
BIN
macosx/Korean.lproj/MainMenu.nib/keyedobjects.nib
generated
Normal file
Binary file not shown.
19
macosx/Korean.lproj/MessageWindow.nib/classes.nib
generated
Normal file
19
macosx/Korean.lproj/MessageWindow.nib/classes.nib
generated
Normal file
|
@ -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;
|
||||
}
|
16
macosx/Korean.lproj/MessageWindow.nib/info.nib
generated
Normal file
16
macosx/Korean.lproj/MessageWindow.nib/info.nib
generated
Normal file
|
@ -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>34 76 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>
|
BIN
macosx/Korean.lproj/MessageWindow.nib/keyedobjects.nib
generated
Normal file
BIN
macosx/Korean.lproj/MessageWindow.nib/keyedobjects.nib
generated
Normal file
Binary file not shown.
BIN
macosx/Korean.lproj/PrefsWindow.nib/ActionButton.tiff
Normal file
BIN
macosx/Korean.lproj/PrefsWindow.nib/ActionButton.tiff
Normal file
Binary file not shown.
BIN
macosx/Korean.lproj/PrefsWindow.nib/BottomBorder.tiff
Normal file
BIN
macosx/Korean.lproj/PrefsWindow.nib/BottomBorder.tiff
Normal file
Binary file not shown.
BIN
macosx/Korean.lproj/PrefsWindow.nib/StatusBorder.tiff
Normal file
BIN
macosx/Korean.lproj/PrefsWindow.nib/StatusBorder.tiff
Normal file
Binary file not shown.
BIN
macosx/Korean.lproj/PrefsWindow.nib/StatusSep.tiff
Normal file
BIN
macosx/Korean.lproj/PrefsWindow.nib/StatusSep.tiff
Normal file
Binary file not shown.
78
macosx/Korean.lproj/PrefsWindow.nib/classes.nib
generated
Normal file
78
macosx/Korean.lproj/PrefsWindow.nib/classes.nib
generated
Normal file
|
@ -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;
|
||||
}
|
27
macosx/Korean.lproj/PrefsWindow.nib/info.nib
generated
Normal file
27
macosx/Korean.lproj/PrefsWindow.nib/info.nib
generated
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?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 451 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>IBSystem Version</key>
|
||||
<string>8R2232</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
macosx/Korean.lproj/PrefsWindow.nib/keyedobjects.nib
generated
Normal file
BIN
macosx/Korean.lproj/PrefsWindow.nib/keyedobjects.nib
generated
Normal file
Binary file not shown.
Loading…
Reference in a new issue