Changeset 272 for trunk/macosx/English.lproj
- Timestamp:
- Jun 6, 2006, 6:05:57 PM (16 years ago)
- Location:
- trunk/macosx/English.lproj
- Files:
-
- 8 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/English.lproj/InfoPlist.strings
r261 r272 2 2 3 3 CFBundleName = "Transmission"; 4 NSHumanReadableCopyright = "Copyright 2005 Eric Petit";4 NSHumanReadableCopyright = "Copyright 2005-2006 Eric Petit"; -
trunk/macosx/English.lproj/InfoWindow.nib/classes.nib
r261 r272 3 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 4 { 5 ACTIONS = {revealFile = id; setRatioCheck = id; setRatioLimit = id; }; 5 6 CLASS = InfoWindowController; 6 7 LANGUAGE = ObjC; 7 8 OUTLETS = { 8 fAnnounce = NSTextField; 9 fDownloaded = NSTextField; 10 fHash = NSTextField; 9 fAnnounceField = NSTextField; 10 fConnectedPeersField = NSTextField; 11 fDataLocationField = NSTextField; 12 fDateStartedField = NSTextField; 13 fDownloadRateField = NSTextField; 14 fDownloadedField = NSTextField; 15 fDownloadingFromField = NSTextField; 16 fFileTable = NSTableView; 17 fHashField = NSTextField; 11 18 fImageView = NSImageView; 12 fLeechers = NSTextField; 13 fName = NSTextField; 14 fPieceSize = NSTextField; 15 fPieces = NSTextField; 16 fSeeders = NSTextField; 17 fSize = NSTextField; 18 fTracker = NSTextField; 19 fUploaded = NSTextField; 19 fLeechersField = NSTextField; 20 fNameField = NSTextField; 21 fPercentField = NSTextField; 22 fPieceSizeField = NSTextField; 23 fPiecesField = NSTextField; 24 fRatioField = NSTextField; 25 fRatioLimitField = NSTextField; 26 fRatioMatrix = NSMatrix; 27 fSeedersField = NSTextField; 28 fSizeField = NSTextField; 29 fStateField = NSTextField; 30 fTabView = NSTabView; 31 fTorrentLocationField = NSTextField; 32 fTrackerField = NSTextField; 33 fUploadRateField = NSTextField; 34 fUploadedField = NSTextField; 35 fUploadingToField = NSTextField; 20 36 }; 21 37 SUPERCLASS = NSWindowController; 22 } 38 }, 39 {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; } 23 40 ); 24 41 IBVersion = 1; -
trunk/macosx/English.lproj/InfoWindow.nib/info.nib
r261 r272 11 11 <integer>5</integer> 12 12 </array> 13 <key>IBLockedTabItems</key> 14 <array> 15 <integer>332</integer> 16 </array> 13 17 <key>IBOpenObjects</key> 14 18 <array> -
trunk/macosx/English.lproj/MainMenu.nib/classes.nib
r261 r272 4 4 ACTIONS = { 5 5 advancedChanged = id; 6 check ForUpdate = id;6 checkUpdate = id; 7 7 growlRegister = id; 8 8 linkForums = id; … … 12 12 removeTorrentDeleteBoth = id; 13 13 removeTorrentDeleteData = id; 14 removeTorrentDelete File= id;14 removeTorrentDeleteTorrent = id; 15 15 resumeAllTorrents = id; 16 16 resumeTorrent = id; 17 revealTorrent = id; 17 revealFile = id; 18 setInfoTab = id; 19 setLimitGlobalEnabled = id; 20 setQuickLimitGlobal = id; 21 setQuickRatioGlobal = id; 22 setRatioGlobalEnabled = id; 18 23 setSort = id; 19 24 showInfo = id; … … 30 35 fAdvancedBarItem = NSMenuItem; 31 36 fDateSortItem = NSMenuItem; 37 fDownloadLimitItem = NSMenuItem; 38 fDownloadMenu = NSMenu; 39 fDownloadNoLimitItem = NSMenuItem; 32 40 fNameSortItem = NSMenuItem; 33 fPauseResumeItem = NSMenuItem; 34 fPrefsController = PrefsController; 35 fPrefsWindow = NSPanel; 36 fRemoveBothItem = NSMenuItem; 37 fRemoveDataItem = NSMenuItem; 38 fRemoveItem = NSMenuItem; 39 fRemoveTorrentItem = NSMenuItem; 40 fRevealItem = NSMenuItem; 41 fNextInfoTabItem = NSMenuItem; 42 fPrevInfoTabItem = NSMenuItem; 43 fProgressSortItem = NSMenuItem; 44 fRatioNotSetItem = NSMenuItem; 45 fRatioSetItem = NSMenuItem; 41 46 fScrollView = NSScrollView; 42 fShowHideToolbar = NSMenuItem;43 47 fStateSortItem = NSMenuItem; 44 fStat s = NSBox;48 fStatusBar = SmoothAquaView; 45 49 fTableView = TorrentTableView; 46 50 fTotalDLField = NSTextField; 47 51 fTotalTorrentsField = NSTextField; 48 52 fTotalULField = NSTextField; 53 fUploadLimitItem = NSMenuItem; 54 fUploadMenu = NSMenu; 55 fUploadNoLimitItem = NSMenuItem; 49 56 fWindow = NSWindow; 50 57 }; 51 58 SUPERCLASS = NSObject; 52 59 }, 53 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 60 { 61 ACTIONS = {revealFile = id; setNextTab = id; setPreviousTab = id; }; 62 CLASS = FirstResponder; 63 LANGUAGE = ObjC; 64 SUPERCLASS = NSObject; 65 }, 54 66 {CLASS = MenuButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 55 67 {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, … … 98 110 fTransfersView = NSView; 99 111 fUpdatePopUp = NSPopUpButton; 112 fUpdater = SUUpdater; 100 113 fUploadCheck = NSButton; 101 114 fUploadField = NSTextField; … … 109 122 {CLASS = ProgressCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; }, 110 123 { 124 ACTIONS = {checkForUpdates = id; }; 125 CLASS = SUUpdater; 126 LANGUAGE = ObjC; 127 SUPERCLASS = NSObject; 128 }, 129 {CLASS = SmoothAquaView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 130 { 111 131 CLASS = TorrentTableView; 112 132 LANGUAGE = ObjC; -
trunk/macosx/English.lproj/MainMenu.nib/info.nib
r261 r272 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string> 51 70 426 3650 0 1152 842 </string>6 <string>28 75 422 283 0 0 1152 842 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>1041</key> 10 10 <string>344 478 208 99 0 0 1152 842 </string> 11 <key>1 343</key>12 <string> 344 526 463 1040 0 1152 842 </string>11 <key>1480</key> 12 <string>400 366 420 60 0 0 1152 842 </string> 13 13 <key>29</key> 14 <string>154 771 371 44 0 0 1152 842 </string>14 <string>154 771 451 44 0 0 1152 842 </string> 15 15 <key>456</key> 16 16 <string>212 488 144 137 0 0 1152 842 </string> … … 19 19 <key>589</key> 20 20 <string>54 521 103 68 0 0 1152 842 </string> 21 <key>783</key>22 <string>347 472 457 212 0 0 1152 842 </string>23 <key>796</key>24 <string>347 461 457 234 0 0 1152 842 </string>25 <key>825</key>26 <string>348 524 463 107 0 0 1152 842 </string>27 21 </dict> 28 22 <key>IBFramework Version</key> … … 30 24 <key>IBOldestOS</key> 31 25 <integer>3</integer> 26 <key>IBOpenObjects</key> 27 <array> 28 <integer>21</integer> 29 <integer>1480</integer> 30 </array> 32 31 <key>IBSystem Version</key> 33 32 <string>8I127</string>
Note: See TracChangeset
for help on using the changeset viewer.