(trunk) remove Russian localization
This commit is contained in:
parent
4bccdef1fd
commit
234f0fc51e
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
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;
|
|
||||||
}
|
|
|
@ -1,16 +0,0 @@
|
||||||
<?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>28 119 356 240 0 0 1680 1028 </string>
|
|
||||||
<key>IBFramework Version</key>
|
|
||||||
<string>446.1</string>
|
|
||||||
<key>IBOpenObjects</key>
|
|
||||||
<array>
|
|
||||||
<integer>5</integer>
|
|
||||||
</array>
|
|
||||||
<key>IBSystem Version</key>
|
|
||||||
<string>8R2218</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
Binary file not shown.
|
@ -1,30 +0,0 @@
|
||||||
{
|
|
||||||
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;
|
|
||||||
}
|
|
|
@ -1,21 +0,0 @@
|
||||||
<?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>86 80 356 240 0 0 1680 1028 </string>
|
|
||||||
<key>IBEditorPositions</key>
|
|
||||||
<dict>
|
|
||||||
<key>56</key>
|
|
||||||
<string>656 643 376 126 0 0 1680 1028 </string>
|
|
||||||
</dict>
|
|
||||||
<key>IBFramework Version</key>
|
|
||||||
<string>446.1</string>
|
|
||||||
<key>IBOpenObjects</key>
|
|
||||||
<array>
|
|
||||||
<integer>5</integer>
|
|
||||||
</array>
|
|
||||||
<key>IBSystem Version</key>
|
|
||||||
<string>8R2218</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
Binary file not shown.
|
@ -1,4 +0,0 @@
|
||||||
/* Localized versions of Info.plist keys */
|
|
||||||
|
|
||||||
CFBundleName = "Transmission";
|
|
||||||
NSHumanReadableCopyright = "Copyright 2005-2007 The Transmission Project";
|
|
|
@ -1,88 +0,0 @@
|
||||||
{
|
|
||||||
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;
|
|
||||||
}
|
|
|
@ -1,29 +0,0 @@
|
||||||
<?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>58 88 356 240 0 0 1680 1028 </string>
|
|
||||||
<key>IBEditorPositions</key>
|
|
||||||
<dict>
|
|
||||||
<key>549</key>
|
|
||||||
<string>891 359 236 149 0 0 1680 1028 </string>
|
|
||||||
</dict>
|
|
||||||
<key>IBFramework Version</key>
|
|
||||||
<string>446.1</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>8R2218</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,186 +0,0 @@
|
||||||
{
|
|
||||||
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;
|
|
||||||
}
|
|
|
@ -1,40 +0,0 @@
|
||||||
<?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>251 141 422 283 0 0 1680 1028 </string>
|
|
||||||
<key>IBEditorPositions</key>
|
|
||||||
<dict>
|
|
||||||
<key>1041</key>
|
|
||||||
<string>697 413 249 149 0 0 1680 1028 </string>
|
|
||||||
<key>1480</key>
|
|
||||||
<string>630 674 420 63 0 0 1680 1028 </string>
|
|
||||||
<key>1603</key>
|
|
||||||
<string>585 672 533 67 0 0 1680 1028 </string>
|
|
||||||
<key>29</key>
|
|
||||||
<string>619 919 494 44 0 0 1680 1028 </string>
|
|
||||||
<key>456</key>
|
|
||||||
<string>631 487 261 225 0 0 1680 1028 </string>
|
|
||||||
<key>581</key>
|
|
||||||
<string>887 580 197 99 0 0 1680 1028 </string>
|
|
||||||
<key>589</key>
|
|
||||||
<string>603 562 266 106 0 0 1680 1028 </string>
|
|
||||||
</dict>
|
|
||||||
<key>IBFramework Version</key>
|
|
||||||
<string>446.1</string>
|
|
||||||
<key>IBLockedObjects</key>
|
|
||||||
<array>
|
|
||||||
<integer>21</integer>
|
|
||||||
</array>
|
|
||||||
<key>IBOldestOS</key>
|
|
||||||
<integer>3</integer>
|
|
||||||
<key>IBOpenObjects</key>
|
|
||||||
<array>
|
|
||||||
<integer>21</integer>
|
|
||||||
<integer>1603</integer>
|
|
||||||
</array>
|
|
||||||
<key>IBSystem Version</key>
|
|
||||||
<string>8R2218</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
Binary file not shown.
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
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;
|
|
||||||
}
|
|
|
@ -1,16 +0,0 @@
|
||||||
<?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>42 94 356 240 0 0 1680 1028 </string>
|
|
||||||
<key>IBFramework Version</key>
|
|
||||||
<string>446.1</string>
|
|
||||||
<key>IBOpenObjects</key>
|
|
||||||
<array>
|
|
||||||
<integer>5</integer>
|
|
||||||
</array>
|
|
||||||
<key>IBSystem Version</key>
|
|
||||||
<string>8R2218</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
Binary file not shown.
|
@ -1,78 +0,0 @@
|
||||||
{
|
|
||||||
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;
|
|
||||||
}
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?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>32 103 356 240 0 0 1680 1028 </string>
|
|
||||||
<key>IBEditorPositions</key>
|
|
||||||
<dict>
|
|
||||||
<key>153</key>
|
|
||||||
<string>558 572 563 268 0 0 1680 1028 </string>
|
|
||||||
<key>28</key>
|
|
||||||
<string>558 549 563 313 0 0 1680 1028 </string>
|
|
||||||
<key>41</key>
|
|
||||||
<string>558 553 563 305 0 0 1680 1028 </string>
|
|
||||||
<key>66</key>
|
|
||||||
<string>558 634 563 144 0 0 1680 1028 </string>
|
|
||||||
</dict>
|
|
||||||
<key>IBFramework Version</key>
|
|
||||||
<string>446.1</string>
|
|
||||||
<key>IBLockedTabItems</key>
|
|
||||||
<array>
|
|
||||||
<integer>253</integer>
|
|
||||||
</array>
|
|
||||||
<key>IBOpenObjects</key>
|
|
||||||
<array>
|
|
||||||
<integer>28</integer>
|
|
||||||
<integer>153</integer>
|
|
||||||
</array>
|
|
||||||
<key>IBSystem Version</key>
|
|
||||||
<string>8R2218</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
Binary file not shown.
Loading…
Reference in New Issue