Changeset 4303
- Timestamp:
- Dec 23, 2007, 7:21:02 PM (15 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/English.lproj/Localizable.strings
r4218 r4303 109 109 "%d tracker" = "%d tracker"; 110 110 111 /* Status bar transfer count */ 112 "%d transfers" = "%d transfers"; 113 111 114 /* Filter Bar Button -> tool tip */ 112 115 "%d Transfers" = "%d Transfers"; 113 114 /* Status bar transfer count */115 "%d transfers" = "%d transfers";116 116 117 117 /* File size */ … … 142 142 "1 time" = "1 time"; 143 143 144 /* Status bar transfer count */ 145 "1 transfer" = "1 transfer"; 146 144 147 /* Filter Button -> tool tip */ 145 148 "1 Transfer" = "1 Transfer"; 146 149 147 /* Status bar transfer count */148 "1 transfer" = "1 transfer";149 150 150 /* Move folder cannot be used alert -> message */ 151 151 "\"%@\" cannot be used. The file will remain in its current location." = "\"%@\" cannot be used. The file will remain in its current location."; … … 174 174 /* Preferences -> Advanced toolbar item title */ 175 175 "Advanced" = "Advanced"; 176 177 /* Groups -> Button */ 178 "All Groups" = "All Groups"; 176 179 177 180 /* Torrent file disk space alert -> button */ … … 216 219 "Choose New Location" = "Choose New Location"; 217 220 221 /* Groups -> Color Button */ 222 "Color" = "Color"; 223 218 224 /* Confirm Quit panel -> title */ 219 225 "Confirm Quit" = "Confirm Quit"; … … 296 302 "Downloading from %d of 1 peer" = "Downloading from %d of 1 peer"; 297 303 304 /* Inspector -> peer -> status */ 305 "Downloading from peer" = "Downloading from peer"; 306 298 307 /* inspector -> peer table -> header tool tip */ 299 308 "Downloading From Peer" = "Downloading From Peer"; 300 301 /* Inspector -> peer -> status */302 "Downloading from peer" = "Downloading from peer";303 309 304 310 /* inspector -> peer table -> header tool tip … … 344 350 /* Groups -> Name */ 345 351 "Green" = "Green"; 352 353 /* Groups -> Button */ 354 "Group: " = "Group: "; 355 356 /* Groups -> Button */ 357 "Group: No Label" = "Group: No Label"; 346 358 347 359 /* Inspector -> peer -> status */ … … 429 441 "Open" = "Open"; 430 442 443 /* Open toolbar item -> palette label */ 444 "Open Torrent Files" = "Open Torrent Files"; 445 431 446 /* Open toolbar item -> tooltip */ 432 447 "Open torrent files" = "Open torrent files"; 433 434 /* Open toolbar item -> palette label */435 "Open Torrent Files" = "Open Torrent Files";436 448 437 449 /* Inspector -> title */ … … 561 573 "Seeding" = "Seeding"; 562 574 575 /* Torrent -> status string */ 576 "Seeding complete" = "Seeding complete"; 577 563 578 /* Growl notification title */ 564 579 "Seeding Complete" = "Seeding Complete"; 565 566 /* Torrent -> status string */567 "Seeding complete" = "Seeding complete";568 580 569 581 /* Torrent -> status string */ -
trunk/macosx/GroupsWindowController.m
r4227 r4303 119 119 [cell release]; 120 120 121 [[[fTableView tableColumnWithIdentifier: @"Button"] dataCell] setTitle: NSLocalizedString(@"Color", "Groups -> Color Button")]; 122 121 123 [fTableView registerForDraggedTypes: [NSArray arrayWithObject: GROUP_TABLE_VIEW_DATA_TYPE]]; 122 124
Note: See TracChangeset
for help on using the changeset viewer.