Changeset 11224
- Timestamp:
- Sep 18, 2010, 7:40:12 PM (13 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r11207 r11224 163 163 } 164 164 165 static tr_rpc_callback_status rpcCallback(tr_session * handle UNUSED, tr_rpc_callback_type type, struct tr_torrent * torrentStruct, void * controller) 165 static tr_rpc_callback_status rpcCallback(tr_session * handle UNUSED, tr_rpc_callback_type type, struct tr_torrent * torrentStruct, 166 void * controller) 166 167 { 167 168 [(Controller *)controller rpcCallback: type forTorrentStruct: torrentStruct]; -
trunk/macosx/en.lproj/Localizable.strings
r10669 r11224 1 /* Inspector -> Activity tab -> progress */ 2 "%.2f%% (%.2f%% selected)" = "%1$.2f%% (%2$.2f%% selected)"; 3 4 /* Torrent -> progress string */ 5 "%.2f%% of torrent metadata retrieved" = "%.2f%% of torrent metadata retrieved"; 6 7 /* Prefs -> blocklist -> message */ 1 /* Prefs -> blocklist -> message */ 8 2 "%@ IP address rules in list" = "%@ IP address rules in list"; 9 3 … … 14 8 15 9 /* Torrent -> progress string */ 10 "%@ of %@ (%@)" = "%1$@ of %2$@ (%3$@)"; 11 12 /* Torrent -> progress string */ 16 13 "%@ of %@ selected" = "%1$@ of %2$@ selected"; 14 15 /* Torrent -> progress string */ 16 "%@ of torrent metadata retrieved" = "%@ of torrent metadata retrieved"; 17 17 18 18 /* Torrent -> eta string */ … … 20 20 21 21 /* Add torrent -> info 22 Inspector -> Activity tab -> progress 22 23 Torrent -> progress string */ 23 24 "%@ selected" = "%@ selected"; … … 229 230 /* inspector -> peer table -> header tool tip */ 230 231 "Available" = "Available"; 231 232 /* Transfer speed (Bytes per second) */233 "B/s" = "B/s";234 232 235 233 /* Preferences -> toolbar item title */ … … 418 416 "From: tracker" = "From: tracker"; 419 417 420 /* File size - gigabytes */ 418 /* File size - gigabytes 419 Memory size - gigabytes */ 421 420 "GB" = "GB"; 421 422 /* Transfer speed (gigabytes per second) */ 423 "GB/s" = "GB/s"; 422 424 423 425 /* Preferences -> toolbar item title */ … … 428 430 "General Info" = "General Info"; 429 431 432 /* Status Bar -> speed tooltip */ 433 "Global download limit" = "Global download limit"; 434 435 /* Status Bar -> speed tooltip */ 436 "Global upload limit" = "Global upload limit"; 437 430 438 /* Tracker last announce */ 431 439 "got %d peers" = "got %d peers"; … … 466 474 /* Add torrent -> same name -> message */ 467 475 "If you are attempting to use already existing data, the root data directory should be inside the destination directory." = "If you are attempting to use already existing data, the root data directory should be inside the destination directory."; 476 477 /* Torrent -> eta string */ 478 "inactive" = "inactive"; 468 479 469 480 /* Message window -> level … … 480 491 "It appears that the file \"%@\" from %@ is not a torrent file." = "It appears that the file \"%1$@\" from %2$@ is not a torrent file."; 481 492 482 /* File size - kilobytes */ 493 /* File size - kilobytes 494 Memory size - kilobytes */ 483 495 "KB" = "KB"; 496 497 /* Transfer speed (kilobytes per second) */ 498 "KB/s" = "KB/s"; 484 499 485 500 /* Tracker last announce */ … … 518 533 "Magnetized transfer" = "Magnetized transfer"; 519 534 520 /* File size - megabytes */ 535 /* File size - megabytes 536 Memory size - megabytes */ 521 537 "MB" = "MB"; 538 539 /* Transfer speed (megabytes per second) */ 540 "MB/s" = "MB/s"; 522 541 523 542 /* Message window -> table column */ … … 699 718 700 719 /* Inspector -> Peers tab -> table row tooltip */ 701 "Progress: % .1f%%" = "Progress: %.1f%%";720 "Progress: %@" = "Progress: %@"; 702 721 703 722 /* Inspector -> private torrent */ … … 873 892 "Support open-source indie software" = "Support open-source indie software"; 874 893 875 /* File size - terabytes */ 894 /* File size - terabytes 895 Memory size - terabytes */ 876 896 "TB" = "TB"; 897 898 /* Transfer speed (terabytes per second) */ 899 "TB/s" = "TB/s"; 877 900 878 901 /* Create torrent -> directory doesn't exist warning -> title */ … … 980 1003 "torrent metadata needed" = "torrent metadata needed"; 981 1004 982 /* Status Bar -> speed tooltip */983 "Total download rate" = "Total download rate";984 985 1005 /* stats total */ 986 1006 "Total N/A" = "Total N/A"; 987 988 /* Status Bar -> speed tooltip */989 "Total upload rate" = "Total upload rate";990 1007 991 1008 /* Torrent -> status string */
Note: See TracChangeset
for help on using the changeset viewer.