add Greek translation

This commit is contained in:
Mitchell Livingston 2007-04-13 15:26:16 +00:00
parent e09d87cb4a
commit 9e29cce205
23 changed files with 596 additions and 2 deletions

View File

@ -24,6 +24,9 @@ Translators:
Cédric Luthi
+ French Mac OS X translation
Thermaikos
+ Greek Mac OS X translation
Calorì Alessandro
+ Italian GTK+ translation
@ -54,6 +57,7 @@ Mircea Suciu
Daniel Nylander
+ Swedish GTK+ translation
Thanks to:
Hugo van Heuven, madebysofa

View File

@ -351,6 +351,13 @@
A25FCDDE0A37695F002BCBBE /* ResumeSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ResumeSelected.png; path = macosx/Images/ResumeSelected.png; sourceTree = "<group>"; };
A260C9AB0AA3B8D700FDC1B7 /* Error.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Error.tiff; path = macosx/Images/Error.tiff; sourceTree = "<group>"; };
A261F1DB0A69A1610002815A /* Growl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Growl.framework; path = macosx/Growl.framework; sourceTree = "<group>"; };
A26B0B430BCFD760008C1579 /* Greek */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Greek; path = macosx/Greek.lproj/InfoWindow.nib; sourceTree = "<group>"; };
A26B0B440BCFD760008C1579 /* Greek */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Greek; path = macosx/Greek.lproj/MainMenu.nib; sourceTree = "<group>"; };
A26B0B450BCFD760008C1579 /* Greek */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Greek; path = macosx/Greek.lproj/MessageWindow.nib; sourceTree = "<group>"; };
A26B0B460BCFD760008C1579 /* Greek */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Greek; path = macosx/Greek.lproj/PrefsWindow.nib; sourceTree = "<group>"; };
A26B0B4B0BCFD7A0008C1579 /* Greek */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Greek; path = macosx/Greek.lproj/Localizable.strings; sourceTree = "<group>"; };
A26B0B4F0BCFD7B0008C1579 /* Greek */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Greek; path = macosx/Greek.lproj/InfoPlist.strings; sourceTree = "<group>"; };
A26B0B540BCFD7BA008C1579 /* Greek */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = Greek; path = macosx/Greek.lproj/Credits.rtf; sourceTree = "<group>"; };
A2710E740A86796000CE4F7D /* PrefsWindow.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PrefsWindow.h; path = macosx/PrefsWindow.h; sourceTree = "<group>"; };
A2710E750A86796000CE4F7D /* PrefsWindow.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PrefsWindow.m; path = macosx/PrefsWindow.m; sourceTree = "<group>"; };
A27431D80A68538400FA780A /* BarButton.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = BarButton.h; path = macosx/BarButton.h; sourceTree = "<group>"; };
@ -783,6 +790,13 @@
isa = PBXProject;
buildConfigurationList = 4DF0C59A089918A300DD8943 /* Build configuration list for PBXProject "Transmission" */;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
Greek,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* Transmission */;
projectDirPath = "";
targets = (
@ -982,6 +996,7 @@
children = (
089C165DFE840E0CC02AAC07 /* English */,
4C9F8F060BC5B68A002E5433 /* French */,
A26B0B4F0BCFD7B0008C1579 /* Greek */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@ -991,6 +1006,7 @@
children = (
29B97319FDCFA39411CA2CEA /* English */,
4C9F8F090BC5B68A002E5433 /* French */,
A26B0B440BCFD760008C1579 /* Greek */,
);
name = MainMenu.nib;
sourceTree = "<group>";
@ -1000,6 +1016,7 @@
children = (
A200B9630A227FD0007BBB1E /* English */,
4C9F8F070BC5B68A002E5433 /* French */,
A26B0B430BCFD760008C1579 /* Greek */,
);
name = InfoWindow.nib;
sourceTree = "<group>";
@ -1009,6 +1026,7 @@
children = (
A21567EC0A9A5034004DECD6 /* English */,
4C9F8F0A0BC5B68A002E5433 /* French */,
A26B0B450BCFD760008C1579 /* Greek */,
);
name = MessageWindow.nib;
sourceTree = "<group>";
@ -1018,6 +1036,7 @@
children = (
A22A8D550AEEAFA5007E9CB9 /* English */,
4C9F8F080BC5B68A002E5433 /* French */,
A26B0B4B0BCFD7A0008C1579 /* Greek */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -1027,6 +1046,7 @@
children = (
A2F8951E0A2D4BA500ED2127 /* English */,
4C9F8EFA0BC5B629002E5433 /* French */,
A26B0B540BCFD7BA008C1579 /* Greek */,
);
name = Credits.rtf;
sourceTree = "<group>";
@ -1036,6 +1056,7 @@
children = (
A2912C530A2956E80097A0CA /* English */,
4C9F8F0B0BC5B68A002E5433 /* French */,
A26B0B460BCFD760008C1579 /* Greek */,
);
name = PrefsWindow.nib;
sourceTree = "<group>";

View File

@ -1,7 +1,6 @@
{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf410
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\vieww9000\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
\f0\fs24 \cf0 Transmission is written and maintained by:\
@ -27,6 +26,9 @@ Translators:\
C\'8edric Luthi\
+ French Mac OS X translation\
\
Thermaikos\
+ Greek Mac OS X translation\
\
Calor\'93 Alessandro\
+ Italian GTK+ translation\
\

View File

@ -1,7 +1,6 @@
{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf410
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\vieww9000\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
\f0\fs24 \cf0 Transmission est \'8ecrit et maintenu par:\
@ -26,6 +25,9 @@ Traducteurs:\
\
C\'8edric Luthi\
+ Traduction fran\'8daise (Mac OS X)\
\
Thermaikos\
+ Traduction grec (Mac OS X)\
\
Calor\'93 Alessandro\
+ Traduction italienne (GTK+)\

View File

@ -0,0 +1,109 @@
{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf410
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
\f0\fs24 \cf0 Transmission is written and maintained by:\
\
Eric Petit <titer@m0k.org>\
+ Back-end\
+ OS X interface\
\
Josh Elsasser <josh@elsasser.org>\
+ Back-end\
+ GTK+ interface\
\
Mitchell Livingston <livings124@gmail.com>\
+ OS X interface\
+ Back-end\
\
Bryan Varner <bryan@varnernet.com>\
+ BeOS interface\
\
\
Translators:\
\
C\'8edric Luthi\
+ French Mac OS X translation\
\
Thermaikos\
+ Greek Mac OS X translation\
\
Calor\'93 Alessandro\
+ Italian GTK+ translation\
\
Pierre-Henri Quelen\
+ French GTK+ translation\
\
Robert-Andr\'8e Mauchin\
+ French GTK+ translation\
\
Vicente Carro Fernandez\
+ Spanish GTK+ translation\
\
Tomasz Dominikowski\
+ Polish GTK+ translation\
\
Nickolay V. Shmyrev\
+ Russian GTK+ translation\
\
Pavel Shevchuk\
+ Russian GTK+ translation\
\
Lubomir Marinov\
+ Bulgarian GTK+ translation\
\
Mircea Suciu\
+ Romanian GTK+ translation\
\
Daniel Nylander\
+ Swedish GTK+ translation\
\
\
Thanks to:\
\
Hugo van Heuven, madebysofa\
+ Icon design\
+ Mac OS X toolbar icons\
\
Omar and Adrien\
+ Beta testing\
\
Various people\
+ Writing http://wiki.theory.org/BitTorrentSpecification\
\
vi@nwr.jp\
+ Free SHA1 implementation (sha1.[ch])\
\
John Blitch\
+ Mac OS X patch (Contextual menu)\
\
Ahmad M. Afuni\
+ NetBSD patch\
\
Jeremy Messenger\
+ FreeBSD patch\
\
Mike Matas <http://www.mikematas.com/>\
+ Previous Mac OS X toolbar icons\
\
Martin Stadtmueller\
+ Icon tweaking\
\
FOOOD\
+ Various images\
\
Nick Pucius\
+ Mac OS X Help documentation\
\
Michael Demars <keul@m0k.org>\
+ OS X interface (Growl notifications, AppleScript)\
\
Rashid Eissing\
+ Transfers preferences icon\
+ Interface conceptualization\
\
Deanna Phillips\
+ Manpage for transmissioncli\
\
Thanks to M. Uli Kusterer for use of UKKQueue.}

View File

@ -0,0 +1,4 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Transmission";
NSHumanReadableCopyright = "Copyright 2005-2007 Eric Petit";

View File

@ -0,0 +1,79 @@
{
IBClasses = (
{CLASS = FileOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; },
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {
revealDataFile = id;
revealFile = id;
revealTorrentFile = id;
setLimitSetting = id;
setPex = id;
setRatioLimit = id;
setRatioSetting = id;
setSpeedLimit = id;
};
CLASS = InfoWindowController;
LANGUAGE = ObjC;
OUTLETS = {
fCommentView = NSTextView;
fCompletedFromTrackerField = NSTextField;
fConnectedPeersField = NSTextField;
fCreatorField = NSTextField;
fDataLocationField = NSTextField;
fDateCreatedField = NSTextField;
fDateStartedField = NSTextField;
fDownloadLimitField = NSTextField;
fDownloadLimitLabel = NSTextField;
fDownloadLimitPopUp = NSPopUpButton;
fDownloadedTotalField = NSTextField;
fDownloadedValidField = NSTextField;
fDownloadingFromField = NSTextField;
fErrorMessageView = NSTextView;
fFileOutline = NSOutlineView;
fFileTableStatusField = NSTextField;
fHashField = NSTextField;
fImageView = NSImageView;
fLeechersField = NSTextField;
fNameField = NSTextField;
fPeerTable = NSTableView;
fPexCheck = NSButton;
fPiecesField = NSTextField;
fPiecesView = PiecesView;
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 = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
{
CLASS = PiecesImageView;
LANGUAGE = ObjC;
OUTLETS = {fPiecesView = PiecesView; };
SUPERCLASS = NSImageView;
},
{
CLASS = PiecesView;
LANGUAGE = ObjC;
OUTLETS = {fImageView = NSImageView; };
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}

View 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>5 752 356 240 0 0 1600 1002 </string>
<key>IBEditorPositions</key>
<dict>
<key>549</key>
<string>526 501 163 49 0 0 1600 1002 </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>8P135</string>
</dict>
</plist>

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,169 @@
{
IBClasses = (
{CLASS = ActionPopUpButton; LANGUAGE = ObjC; SUPERCLASS = NSPopUpButton; },
{CLASS = BarButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
{
ACTIONS = {
announceSelectedTorrents = id;
applyFilter = id;
applySpeedLimit = id;
copyTorrentFile = id;
doNothing = id;
linkForums = id;
linkHomepage = id;
openShowSheet = id;
openURLCancelEndSheet = id;
openURLEndSheet = id;
openURLShowSheet = id;
removeDeleteData = id;
removeDeleteDataAndTorrent = id;
removeDeleteTorrent = id;
removeNoDelete = id;
resumeAllTorrents = id;
resumeSelectedTorrents = id;
resumeSelectedTorrentsNoWait = id;
resumeWaitingTorrents = id;
revealFile = id;
setFilter = id;
setInfoTab = id;
setLimitGlobalEnabled = id;
setQuickLimitGlobal = id;
setQuickRatioGlobal = id;
setSort = 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;
fDateSortActionItem = NSMenuItem;
fDateSortItem = NSMenuItem;
fDockMenu = NSMenu;
fDownloadFilterButton = BarButton;
fDownloadLimitItem = NSMenuItem;
fDownloadMenu = NSMenu;
fDownloadNoLimitItem = NSMenuItem;
fFilterBar = ImageBackgroundView;
fNameSortActionItem = NSMenuItem;
fNameSortItem = NSMenuItem;
fNextFilterItem = NSMenuItem;
fNextInfoTabItem = NSMenuItem;
fNoFilterButton = BarButton;
fOpenIgnoreDownloadFolder = NSMenuItem;
fOrderSortActionItem = NSMenuItem;
fOrderSortItem = NSMenuItem;
fPauseFilterButton = BarButton;
fPrevFilterItem = NSMenuItem;
fPrevInfoTabItem = NSMenuItem;
fProgressSortActionItem = NSMenuItem;
fProgressSortItem = NSMenuItem;
fScrollView = NSScrollView;
fSearchFilterField = NSSearchField;
fSeedFilterButton = BarButton;
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;
},
{
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;
}

39
macosx/Greek.lproj/MainMenu.nib/info.nib generated Normal file
View File

@ -0,0 +1,39 @@
<?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>6 704 422 283 0 0 1600 1002 </string>
<key>IBEditorPositions</key>
<dict>
<key>1041</key>
<string>371 791 243 149 0 0 1600 1002 </string>
<key>1480</key>
<string>581 636 420 63 0 0 1600 1002 </string>
<key>1603</key>
<string>553 634 477 67 0 0 1600 1002 </string>
<key>29</key>
<string>385 548 639 44 0 0 1600 1002 </string>
<key>456</key>
<string>369 718 338 225 0 0 1600 1002 </string>
<key>581</key>
<string>360 903 169 99 0 0 1600 1002 </string>
<key>589</key>
<string>361 912 249 87 0 0 1600 1002 </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>1603</integer>
</array>
<key>IBSystem Version</key>
<string>8P135</string>
</dict>
</plist>

Binary file not shown.

View 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;
}

View 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>7 762 356 240 0 0 1600 1002 </string>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBOpenObjects</key>
<array>
<integer>5</integer>
</array>
<key>IBSystem Version</key>
<string>8P135</string>
</dict>
</plist>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,74 @@
{
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;
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;
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;
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;
}

View 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>2 762 356 240 0 0 1600 1002 </string>
<key>IBEditorPositions</key>
<dict>
<key>153</key>
<string>192 524 563 268 0 0 1600 1002 </string>
<key>28</key>
<string>260 503 563 306 0 0 1600 1002 </string>
<key>41</key>
<string>73 470 563 305 0 0 1600 1002 </string>
<key>66</key>
<string>510 596 563 144 0 0 1600 1002 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBLockedTabItems</key>
<array>
<integer>253</integer>
</array>
<key>IBSystem Version</key>
<string>8P135</string>
</dict>
</plist>

Binary file not shown.