Changeset 102 for trunk/Cocoa/Pester/Source/English.lproj
- Timestamp:
- 02/23/03 04:55:07 (22 years ago)
- Location:
- trunk/Cocoa/Pester/Source/English.lproj
- Files:
-
- 12 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/English.lproj/Alarms.nib/classes.nib
r51 r102 20 20 CLASS = PSAlarmsController; 21 21 LANGUAGE = ObjC; 22 OUTLETS = { removeButton = NSButton; tableView = NSTableView; };22 OUTLETS = {alarmList = NSTableView; removeButton = NSButton; }; 23 23 SUPERCLASS = NSWindowController; 24 24 } -
trunk/Cocoa/Pester/Source/English.lproj/Alarms.nib/info.nib
r51 r102 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">3 <plist version=" 0.9">2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string> 322 50356 240 0 0 1280 832 </string>6 <string>41 63 356 240 0 0 1280 832 </string> 7 7 <key>IBFramework Version</key> 8 <string>2 63.2</string>8 <string>291.0</string> 9 9 <key>IBOpenObjects</key> 10 10 <array> … … 12 12 </array> 13 13 <key>IBSystem Version</key> 14 <string> 5S66</string>14 <string>6I32</string> 15 15 </dict> 16 16 </plist> -
trunk/Cocoa/Pester/Source/English.lproj/Credits.html
r45 r102 1 1 <font face="Lucida Grande" size="-1"><b>Icon by</b> <a href="mailto:excellence@global.co.za">Diederik Vemer</a>.</font><br> 2 <font face="Lucida Grande" size="-1"><b>Thanks to</b> <a href="mailto:ryanwilcox@mac.com">Ryan Wilcox</a> and <a href="mailto:bhines@alumni.ucsd.edu">Ben Hines</a>.</font> 2 <font face="Lucida Grande" size="-1"><b>Thanks to</b> <a href="mailto:ryanwilcox@mac.com">Ryan Wilcox</a>, <a href="mailto:bhines@alumni.ucsd.edu">Ben Hines</a><br> 3 and <a href="mailto:qdc@eckysoft.com">Quentin D. Carnicelli</a>.</font> -
trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/classes.nib
r53 r102 48 48 setAlarm = id; 49 49 setSoundRepetitionCount = id; 50 showCalendar = id; 50 51 silence = id; 52 toggleAlertEditor = id; 51 53 update = id; 52 54 }; … … 72 74 soundRepetitions = NSTextField; 73 75 soundRepetitionsLabel = NSTextField; 76 timeCalendarButton = NSButton; 74 77 timeDate = NSTextField; 75 78 timeDateCompletions = NSPopUpButton; 76 timeInterval = N STextField;79 timeInterval = NJRIntervalField; 77 80 timeIntervalRepeats = NSButton; 78 81 timeIntervalUnits = NSPopUpButton; -
trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/info.nib
r53 r102 9 9 <key>29</key> 10 10 <string>130 241 273 44 0 0 1280 832 </string> 11 <key>640</key> 12 <string>63 247 111 180 0 0 1280 832 </string> 11 13 </dict> 12 14 <key>IBFramework Version</key> … … 15 17 <array> 16 18 <integer>29</integer> 17 <integer>21</integer>18 19 </array> 19 20 <key>IBSystem Version</key> 20 <string>6 G30</string>21 <string>6I32</string> 21 22 <key>IBUserGuides</key> 22 23 <dict> … … 33 34 <string>Vertical:422.000000</string> 34 35 <string>Horizontal:151.000000</string> 36 <string>Horizontal:151.000000</string> 35 37 </array> 36 38 <key>guidesLocked</key> -
trunk/Cocoa/Pester/Source/English.lproj/Notifier.nib/classes.nib
r53 r102 10 10 }, 11 11 { 12 ACTIONS = {close = id; snooze = id; stopRepeating = id; }; 12 ACTIONS = { 13 close = id; 14 snooze = id; 15 snoozeIntervalUnitsChanged = id; 16 snoozeUntil = id; 17 stopRepeating = id; 18 }; 13 19 CLASS = PSAlarmNotifierController; 14 20 LANGUAGE = ObjC; -
trunk/Cocoa/Pester/Source/English.lproj/Notifier.nib/info.nib
r53 r102 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string> 122 13356 240 0 0 1280 832 </string>6 <string>5 6 356 240 0 0 1280 832 </string> 7 7 <key>IBFramework Version</key> 8 8 <string>291.0</string> 9 <key>IBGroupedObjects</key> 10 <dict> 11 <key>1</key> 12 <array> 13 <string>64</string> 14 <string>80</string> 15 </array> 16 <key>2</key> 17 <array> 18 <string>66</string> 19 <string>79</string> 20 <string>82</string> 21 </array> 22 </dict> 23 <key>IBLastGroupID</key> 24 <string>3</string> 9 25 <key>IBOpenObjects</key> 10 26 <array> … … 12 28 </array> 13 29 <key>IBSystem Version</key> 14 <string>6 G30</string>30 <string>6I32</string> 15 31 <key>IBUserGuides</key> 16 32 <dict> 33 <key>0</key> 34 <dict> 35 <key>guideLocations</key> 36 <array> 37 <string>Horizontal:64.000000</string> 38 </array> 39 <key>guidesLocked</key> 40 <false/> 41 </dict> 17 42 <key>5</key> 18 43 <dict>
Note:
See TracChangeset
for help on using the changeset viewer.