Added a few missed localizable strings.

CQTexperiment
vspader 2007-07-07 03:45:42 +00:00
parent 31456edcec
commit 31175e8c6d
12 changed files with 45 additions and 15 deletions

View File

@ -3,24 +3,24 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>274 244 639 388 0 0 1680 1028 </string> <string>64 82 639 388 0 0 1280 938 </string>
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>1063</key> <key>1063</key>
<string>549 810 136 68 0 0 1440 878 </string> <string>482 870 150 68 0 0 1280 938 </string>
<key>1156</key> <key>1156</key>
<string>633 402 241 366 0 0 1440 878 </string> <string>519 459 241 366 0 0 1280 938 </string>
<key>1324</key> <key>1324</key>
<string>664 542 137 182 0 0 1440 878 </string> <string>582 588 150 182 0 0 1280 938 </string>
<key>29</key> <key>29</key>
<string>160 976 468 44 0 0 1680 1028 </string> <string>-2 886 468 44 0 0 1280 938 </string>
<key>463</key> <key>463</key>
<string>583 512 341 145 0 0 1440 878 </string> <string>431 570 418 145 0 0 1280 938 </string>
<key>513</key> <key>513</key>
<string>320 525 131 168 0 0 1440 878 </string> <string>87 673 158 168 0 0 1280 938 </string>
</dict> </dict>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>446.1</string> <string>437.0</string>
<key>IBLockedObjects</key> <key>IBLockedObjects</key>
<array> <array>
<integer>484</integer> <integer>484</integer>
@ -34,9 +34,14 @@
<integer>4</integer> <integer>4</integer>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>1324</integer>
<integer>513</integer>
<integer>463</integer>
<integer>29</integer> <integer>29</integer>
<integer>1063</integer>
<integer>21</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8R2218</string> <string>8R218</string>
</dict> </dict>
</plist> </plist>

Binary file not shown.

View File

@ -1,3 +1,12 @@
"Nightly" = "Nightly"; "Nightly" = "Nightly";
"Stable" = "Stable"; "Stable" = "Stable";
"Unstable" = "Unstable"; "Unstable" = "Unstable";
"File Drawer" = "File Drawer";
"Hot Keys" = "Hot Keys";
"Output" = "Output";
"Remote" = "Remote";
"Updates" = "Updates";
"Last.fm" = "Last.fm";

View File

@ -13,7 +13,7 @@
- (void)awakeFromNib - (void)awakeFromNib
{ {
[self setName:@"File Drawer"]; [self setName:NSLocalizedString(@"File Drawer", @"")];
[self setIcon:@"file_drawer"]; [self setIcon:@"file_drawer"];
[rootPathTextView setStringValue:[[[NSUserDefaultsController sharedUserDefaultsController] defaults] objectForKey:@"fileDrawerRootPath"]]; [rootPathTextView setStringValue:[[[NSUserDefaultsController sharedUserDefaultsController] defaults] objectForKey:@"fileDrawerRootPath"]];

View File

@ -1,3 +1,11 @@
"Nightly" = "Nightly"; "Nightly" = "Nightly";
"Stable" = "Stable"; "Stable" = "Stable";
"Unstable" = "Unstable"; "Unstable" = "Unstable";
"File Drawer" = "File Drawer";
"Hot Keys" = "Hot Keys";
"Output" = "Output";
"Remote" = "Remote";
"Updates" = "Updates";
"Last.fm" = "Last.fm";

View File

@ -13,7 +13,7 @@
- (void)awakeFromNib - (void)awakeFromNib
{ {
[self setName:@"Hot Keys"]; [self setName:NSLocalizedString(@"Hot Keys", @"")];
[self setIcon:@"hot_keys"]; [self setIcon:@"hot_keys"];
// [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(windowDidBecomeKey:) name:NSWindowDidBecomeKeyNotification object: [view window]]; // [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(windowDidBecomeKey:) name:NSWindowDidBecomeKeyNotification object: [view window]];

View File

@ -14,7 +14,7 @@
- (void)awakeFromNib - (void)awakeFromNib
{ {
NSLog(@"AWOKEN!"); NSLog(@"AWOKEN!");
[self setName:@"Output"]; [self setName:NSLocalizedString(@"Output", @"")];
[self setIcon:@"output"]; [self setIcon:@"output"];
} }

View File

@ -38,17 +38,17 @@
- (PreferencePane *)remotePane - (PreferencePane *)remotePane
{ {
return [PreferencePane preferencePaneWithView:remoteView name:@"Remote" icon:@"apple_remote"]; return [PreferencePane preferencePaneWithView:remoteView name:NSLocalizedString(@"Remote", @"") icon:@"apple_remote"];
} }
- (PreferencePane *)updatesPane - (PreferencePane *)updatesPane
{ {
return [PreferencePane preferencePaneWithView:updatesView name:@"Updates" icon:@"updates"]; return [PreferencePane preferencePaneWithView:updatesView name:NSLocalizedString(@"Updates", @"") icon:@"updates"];
} }
- (PreferencePane *)scrobblerPane - (PreferencePane *)scrobblerPane
{ {
return [PreferencePane preferencePaneWithView:scrobblerView name:@"Last.fm" icon:@"lastfm"]; return [PreferencePane preferencePaneWithView:scrobblerView name:NSLocalizedString(@"Last.fm", @"") icon:@"lastfm"];
} }
@end @end

View File

@ -1,3 +1,11 @@
"Nightly" = "Nattlig"; "Nightly" = "Nattlig";
"Stable" = "Stabil"; "Stable" = "Stabil";
"Unstable" = "instabil"; "Unstable" = "instabil";
"File Drawer" = "File Drawer";
"Hot Keys" = "Hot Keys";
"Output" = "Output";
"Remote" = "Remote";
"Updates" = "Updates";
"Last.fm" = "Last.fm";