Changeset 4295
- Timestamp:
- 06/10/06 16:07:58 (2 years ago)
- Files:
-
- WiredServer/trunk/PreferencePane/English.lproj/InfoPlist.strings (modified) (1 diff)
- WiredServer/trunk/PreferencePane/English.lproj/Wired.nib/classes.nib (modified) (1 diff)
- WiredServer/trunk/PreferencePane/English.lproj/Wired.nib/keyedobjects.nib (modified) (previous)
- WiredServer/trunk/PreferencePane/French.lproj/Wired.nib/classes.nib (modified) (1 diff)
- WiredServer/trunk/PreferencePane/French.lproj/Wired.nib/keyedobjects.nib (modified) (previous)
- WiredServer/trunk/PreferencePane/German.lproj/Localizable.strings (modified) (2 diffs)
- WiredServer/trunk/PreferencePane/German.lproj/Wired.nib/classes.nib (modified) (1 diff)
- WiredServer/trunk/PreferencePane/German.lproj/Wired.nib/info.nib (modified) (1 diff)
- WiredServer/trunk/PreferencePane/German.lproj/Wired.nib/keyedobjects.nib (modified) (previous)
- WiredServer/trunk/PreferencePane/Japanese.lproj/Wired.nib/classes.nib (modified) (1 diff)
- WiredServer/trunk/PreferencePane/Japanese.lproj/Wired.nib/keyedobjects.nib (modified) (previous)
- WiredServer/trunk/PreferencePane/WPWired.h (modified) (1 diff)
- WiredServer/trunk/PreferencePane/WPWired.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredServer/trunk/PreferencePane/English.lproj/InfoPlist.strings
r4102 r4295 3 3 CFBundleName = "Wired"; 4 4 CFBundleShortVersionString = "Wired Server 1.3.1"; 5 CFBundleGetInfoString = "Wired Server 1.3.1, Copyright (c)2003-2006, Zanka Software.";6 NSHumanReadableCopyright = "Copyright (c)2003-2006, Zanka Software.";5 CFBundleGetInfoString = "Wired Server 1.3.1, Copyright 2003-2006, Zanka Software."; 6 NSHumanReadableCopyright = "Copyright 2003-2006, Zanka Software."; WiredServer/trunk/PreferencePane/English.lproj/Wired.nib/classes.nib
r4181 r4295 173 173 OUTLETS = { 174 174 "_accountsController" = WCAccountsController; 175 "_accountsTabView" = NSTabView; 175 176 "_configController" = WCConfigController; 176 177 "_dashboardController" = WCDashboardController; WiredServer/trunk/PreferencePane/French.lproj/Wired.nib/classes.nib
r4181 r4295 178 178 OUTLETS = { 179 179 "_accountsController" = WCAccountsController; 180 "_accountsTabView" = NSTabView; 180 181 "_configController" = WCConfigController; 181 182 "_dashboardController" = WCDashboardController; WiredServer/trunk/PreferencePane/German.lproj/Localizable.strings
r4279 r4295 10 10 /* Log header (log) */ 11 11 "===== Displaying %@ =====" = "===== Displaying %@ ====="; 12 13 /* Delete account dialog title (account) */ 14 "Are you sure you want to delete \"%@\"?" = "Sind sie sicher, dass Sie \"%@\" löschen wollen?"; 15 16 /* Delete account dialog button title */ 17 "Cancel" = "Abbrechen"; 18 19 /* Delete account dialog button title */ 20 "Delete" = "Löschen"; 12 21 13 22 /* Download singular */ … … 34 43 /* Stop button title */ 35 44 "Stop" = "Stop"; 45 46 /* Delete account dialog description */ 47 "This cannot be undone." = "Das kann nicht widerrufen werden."; 36 48 37 49 /* Upload singular */ WiredServer/trunk/PreferencePane/German.lproj/Wired.nib/classes.nib
r4279 r4295 173 173 OUTLETS = { 174 174 "_accountsController" = WCAccountsController; 175 "_accountsTabView" = NSTabView; 175 176 "_configController" = WCConfigController; 176 177 "_dashboardController" = WCDashboardController; WiredServer/trunk/PreferencePane/German.lproj/Wired.nib/info.nib
r4279 r4295 9 9 <key>IBOpenObjects</key> 10 10 <array> 11 <integer>473</integer> 11 12 <integer>12</integer> 12 13 </array> WiredServer/trunk/PreferencePane/Japanese.lproj/Wired.nib/classes.nib
r4181 r4295 178 178 OUTLETS = { 179 179 "_accountsController" = WCAccountsController; 180 "_accountsTabView" = NSTabView; 180 181 "_configController" = WCConfigController; 181 182 "_dashboardController" = WCDashboardController; WiredServer/trunk/PreferencePane/WPWired.h
r3950 r4295 38 38 39 39 IBOutlet NSTabView *_tabView; 40 IBOutlet NSTabView *_accountsTabView; 40 41 } 41 42 WiredServer/trunk/PreferencePane/WPWired.m
r3950 r4295 74 74 75 75 - (void)mainViewDidLoad { 76 [_tabView selectFirstTabViewItem:NULL]; 77 [_accountsTabView selectFirstTabViewItem:NULL]; 78 76 79 [_statusController awakeFromController]; 77 80 [_logController awakeFromController];
