1.1 --- a/Core/Resources/zh_CN.lproj/GrowlPref.nib/classes.nib Sat Dec 22 19:25:33 2007 +0000
1.2 +++ b/Core/Resources/zh_CN.lproj/GrowlPref.nib/classes.nib Tue Apr 14 18:04:03 2009 -0700
1.3 @@ -1,92 +1,212 @@
1.4 -{
1.5 - IBClasses = (
1.6 - {
1.7 - CLASS = DisplayPluginsWithDefaultArrayController;
1.8 - LANGUAGE = ObjC;
1.9 - SUPERCLASS = NSArrayController;
1.10 - },
1.11 - {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
1.12 - {CLASS = GrowlNotificationTicket; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
1.13 - {
1.14 - CLASS = GrowlPositionPicker;
1.15 - LANGUAGE = ObjC;
1.16 - OUTLETS = {preferencePane = GrowlPreferencePane; };
1.17 - SUPERCLASS = NSView;
1.18 - },
1.19 - {
1.20 - ACTIONS = {
1.21 - checkVersion = id;
1.22 - deleteTicket = id;
1.23 - endDisabledDisplays = id;
1.24 - openGrowlDonate = id;
1.25 - openGrowlForum = id;
1.26 - openGrowlTrac = id;
1.27 - openGrowlWebSite = id;
1.28 - playSound = id;
1.29 - resolveService = id;
1.30 - showDisabledDisplays = id;
1.31 - showPreview = id;
1.32 - startStopGrowl = id;
1.33 - };
1.34 - CLASS = GrowlPreferencePane;
1.35 - LANGUAGE = ObjC;
1.36 - OUTLETS = {
1.37 - aboutBoxTextView = NSTextView;
1.38 - appPositionPicker = GrowlPositionPicker;
1.39 - applicationNameAndIconColumn = NSTableColumn;
1.40 - applicationsTab = NSTabView;
1.41 - configurationTab = NSTabView;
1.42 - customMenuButton = NSPopUpButton;
1.43 - disabledDisplaysList = NSTextView;
1.44 - disabledDisplaysSheet = NSWindow;
1.45 - displayAuthor = NSTextField;
1.46 - displayDefaultPrefView = NSView;
1.47 - displayPluginsArrayController = NSArrayController;
1.48 - displayPluginsTable = NSTableView;
1.49 - displayPrefView = NSView;
1.50 - displayVersion = NSTextField;
1.51 - globalPositionPicker = GrowlPositionPicker;
1.52 - growlApplications = NSTableView;
1.53 - growlRunningProgress = NSProgressIndicator;
1.54 - growlRunningStatus = NSTextField;
1.55 - growlVersionProgress = NSProgressIndicator;
1.56 - logFileType = NSMatrix;
1.57 - networkTableView = NSTableView;
1.58 - notificationPriorityMenu = NSMenu;
1.59 - notificationsArrayController = NSArrayController;
1.60 - previewButton = NSButton;
1.61 - servicePasswordColumn = NSTableColumn;
1.62 - servicesArrayController = NSArrayController;
1.63 - startStopGrowl = NSButton;
1.64 - ticketsArrayController = TicketsArrayController;
1.65 - };
1.66 - SUPERCLASS = NSPreferencePane;
1.67 - },
1.68 - {CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
1.69 - {CLASS = NSObject; LANGUAGE = ObjC; },
1.70 - {
1.71 - CLASS = NSPreferencePane;
1.72 - LANGUAGE = ObjC;
1.73 - OUTLETS = {
1.74 - "_firstKeyView" = id;
1.75 - "_initialKeyView" = id;
1.76 - "_lastKeyView" = id;
1.77 - "_window" = id;
1.78 - };
1.79 - SUPERCLASS = NSObject;
1.80 - },
1.81 - {
1.82 - CLASS = NotificationsArrayController;
1.83 - LANGUAGE = ObjC;
1.84 - SUPERCLASS = NSArrayController;
1.85 - },
1.86 - {CLASS = RRTableView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; },
1.87 - {
1.88 - ACTIONS = {search = id; };
1.89 - CLASS = TicketsArrayController;
1.90 - LANGUAGE = ObjC;
1.91 - SUPERCLASS = NSArrayController;
1.92 - }
1.93 - );
1.94 - IBVersion = 1;
1.95 -}
1.96 \ No newline at end of file
1.97 +<?xml version="1.0" encoding="UTF-8"?>
1.98 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
1.99 +<plist version="1.0">
1.100 +<dict>
1.101 + <key>IBClasses</key>
1.102 + <array>
1.103 + <dict>
1.104 + <key>CLASS</key>
1.105 + <string>NotificationsArrayController</string>
1.106 + <key>LANGUAGE</key>
1.107 + <string>ObjC</string>
1.108 + <key>SUPERCLASS</key>
1.109 + <string>NSArrayController</string>
1.110 + </dict>
1.111 + <dict>
1.112 + <key>CLASS</key>
1.113 + <string>NSObject</string>
1.114 + <key>LANGUAGE</key>
1.115 + <string>ObjC</string>
1.116 + </dict>
1.117 + <dict>
1.118 + <key>ACTIONS</key>
1.119 + <dict>
1.120 + <key>search</key>
1.121 + <string>id</string>
1.122 + </dict>
1.123 + <key>CLASS</key>
1.124 + <string>TicketsArrayController</string>
1.125 + <key>LANGUAGE</key>
1.126 + <string>ObjC</string>
1.127 + <key>SUPERCLASS</key>
1.128 + <string>NSArrayController</string>
1.129 + </dict>
1.130 + <dict>
1.131 + <key>CLASS</key>
1.132 + <string>GrowlPositionPicker</string>
1.133 + <key>LANGUAGE</key>
1.134 + <string>ObjC</string>
1.135 + <key>OUTLETS</key>
1.136 + <dict>
1.137 + <key>preferencePane</key>
1.138 + <string>GrowlPreferencePane</string>
1.139 + </dict>
1.140 + <key>SUPERCLASS</key>
1.141 + <string>NSView</string>
1.142 + </dict>
1.143 + <dict>
1.144 + <key>CLASS</key>
1.145 + <string>RRTableView</string>
1.146 + <key>LANGUAGE</key>
1.147 + <string>ObjC</string>
1.148 + <key>SUPERCLASS</key>
1.149 + <string>NSTableView</string>
1.150 + </dict>
1.151 + <dict>
1.152 + <key>CLASS</key>
1.153 + <string>NSWindow</string>
1.154 + <key>LANGUAGE</key>
1.155 + <string>ObjC</string>
1.156 + <key>SUPERCLASS</key>
1.157 + <string>NSResponder</string>
1.158 + </dict>
1.159 + <dict>
1.160 + <key>ACTIONS</key>
1.161 + <dict>
1.162 + <key>changeNameOfDisplayForApplication</key>
1.163 + <string>id</string>
1.164 + <key>changeNameOfDisplayForNotification</key>
1.165 + <string>id</string>
1.166 + <key>checkVersion</key>
1.167 + <string>id</string>
1.168 + <key>deleteTicket</key>
1.169 + <string>id</string>
1.170 + <key>endDisabledDisplays</key>
1.171 + <string>id</string>
1.172 + <key>openGrowlBugSubmissionPage</key>
1.173 + <string>id</string>
1.174 + <key>openGrowlDonate</key>
1.175 + <string>id</string>
1.176 + <key>openGrowlForum</key>
1.177 + <string>id</string>
1.178 + <key>openGrowlTrac</key>
1.179 + <string>id</string>
1.180 + <key>openGrowlWebSite</key>
1.181 + <string>id</string>
1.182 + <key>playSound</key>
1.183 + <string>id</string>
1.184 + <key>resolveService</key>
1.185 + <string>id</string>
1.186 + <key>showApplicationConfigurationTab</key>
1.187 + <string>id</string>
1.188 + <key>showDisabledDisplays</key>
1.189 + <string>id</string>
1.190 + <key>showPreview</key>
1.191 + <string>id</string>
1.192 + <key>startStopGrowl</key>
1.193 + <string>id</string>
1.194 + </dict>
1.195 + <key>CLASS</key>
1.196 + <string>GrowlPreferencePane</string>
1.197 + <key>LANGUAGE</key>
1.198 + <string>ObjC</string>
1.199 + <key>OUTLETS</key>
1.200 + <dict>
1.201 + <key>aboutBoxTextView</key>
1.202 + <string>NSTextView</string>
1.203 + <key>aboutVersionString</key>
1.204 + <string>NSTextField</string>
1.205 + <key>appPositionPicker</key>
1.206 + <string>GrowlPositionPicker</string>
1.207 + <key>applicationNameAndIconColumn</key>
1.208 + <string>NSTableColumn</string>
1.209 + <key>applicationsTab</key>
1.210 + <string>NSTabView</string>
1.211 + <key>configurationTab</key>
1.212 + <string>NSTabView</string>
1.213 + <key>customMenuButton</key>
1.214 + <string>NSPopUpButton</string>
1.215 + <key>disabledDisplaysList</key>
1.216 + <string>NSTextView</string>
1.217 + <key>disabledDisplaysSheet</key>
1.218 + <string>NSWindow</string>
1.219 + <key>displayAuthor</key>
1.220 + <string>NSTextField</string>
1.221 + <key>displayDefaultPrefView</key>
1.222 + <string>NSView</string>
1.223 + <key>displayMenuButton</key>
1.224 + <string>NSPopUpButton</string>
1.225 + <key>displayPluginsArrayController</key>
1.226 + <string>NSArrayController</string>
1.227 + <key>displayPluginsTable</key>
1.228 + <string>NSTableView</string>
1.229 + <key>displayPrefView</key>
1.230 + <string>NSView</string>
1.231 + <key>displayVersion</key>
1.232 + <string>NSTextField</string>
1.233 + <key>globalPositionPicker</key>
1.234 + <string>GrowlPositionPicker</string>
1.235 + <key>growlApplications</key>
1.236 + <string>NSTableView</string>
1.237 + <key>growlRunningProgress</key>
1.238 + <string>NSProgressIndicator</string>
1.239 + <key>growlRunningStatus</key>
1.240 + <string>NSTextField</string>
1.241 + <key>growlVersionProgress</key>
1.242 + <string>NSProgressIndicator</string>
1.243 + <key>logFileType</key>
1.244 + <string>NSMatrix</string>
1.245 + <key>networkTableView</key>
1.246 + <string>NSTableView</string>
1.247 + <key>notificationDisplayMenuButton</key>
1.248 + <string>NSPopUpButton</string>
1.249 + <key>notificationPriorityMenu</key>
1.250 + <string>NSMenu</string>
1.251 + <key>notificationsArrayController</key>
1.252 + <string>NSArrayController</string>
1.253 + <key>previewButton</key>
1.254 + <string>NSButton</string>
1.255 + <key>servicePasswordColumn</key>
1.256 + <string>NSTableColumn</string>
1.257 + <key>servicesArrayController</key>
1.258 + <string>NSArrayController</string>
1.259 + <key>soundMenuButton</key>
1.260 + <string>NSPopUpButton</string>
1.261 + <key>startStopGrowl</key>
1.262 + <string>NSButton</string>
1.263 + <key>ticketsArrayController</key>
1.264 + <string>TicketsArrayController</string>
1.265 + </dict>
1.266 + <key>SUPERCLASS</key>
1.267 + <string>NSPreferencePane</string>
1.268 + </dict>
1.269 + <dict>
1.270 + <key>CLASS</key>
1.271 + <string>NSView</string>
1.272 + <key>LANGUAGE</key>
1.273 + <string>ObjC</string>
1.274 + <key>SUPERCLASS</key>
1.275 + <string>NSResponder</string>
1.276 + </dict>
1.277 + <dict>
1.278 + <key>CLASS</key>
1.279 + <string>FirstResponder</string>
1.280 + <key>LANGUAGE</key>
1.281 + <string>ObjC</string>
1.282 + <key>SUPERCLASS</key>
1.283 + <string>NSObject</string>
1.284 + </dict>
1.285 + <dict>
1.286 + <key>CLASS</key>
1.287 + <string>NSPreferencePane</string>
1.288 + <key>LANGUAGE</key>
1.289 + <string>ObjC</string>
1.290 + <key>OUTLETS</key>
1.291 + <dict>
1.292 + <key>_firstKeyView</key>
1.293 + <string>id</string>
1.294 + <key>_initialKeyView</key>
1.295 + <string>id</string>
1.296 + <key>_lastKeyView</key>
1.297 + <string>id</string>
1.298 + <key>_window</key>
1.299 + <string>id</string>
1.300 + </dict>
1.301 + <key>SUPERCLASS</key>
1.302 + <string>NSObject</string>
1.303 + </dict>
1.304 + </array>
1.305 + <key>IBVersion</key>
1.306 + <string>1</string>
1.307 +</dict>
1.308 +</plist>