Changeset 3483
- Timestamp:
- Oct 20, 2007, 9:17:24 PM (15 years ago)
- Location:
- trunk/macosx
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/English.lproj/Localizable.strings
r3400 r3483 549 549 "Stop at Ratio (%.2f)" = "Stop at Ratio (%.2f)"; 550 550 551 /* Torrent -> status string */552 "Stopping" = "Stopping";553 554 551 /* File size */ 555 552 "TB" = "TB"; -
trunk/macosx/Torrent.m
r3471 r3483 884 884 string = NSLocalizedString(@"Paused", "Torrent -> status string"); 885 885 break; 886 887 case TR_STATUS_STOPPING:888 string = [NSLocalizedString(@"Stopping", "Torrent -> status string") stringByAppendingEllipsis];889 break;890 886 891 887 case TR_STATUS_CHECK_WAIT: … … 956 952 string = NSLocalizedString(@"Paused", "Torrent -> status string"); 957 953 break; 958 959 case TR_STATUS_STOPPING:960 string = [NSLocalizedString(@"Stopping", "Torrent -> status string") stringByAppendingEllipsis];961 break;962 954 963 955 case TR_STATUS_CHECK_WAIT: … … 1011 1003 case TR_STATUS_STOPPED: 1012 1004 return NSLocalizedString(@"Paused", "Torrent -> status string"); 1013 1014 case TR_STATUS_STOPPING:1015 return [NSLocalizedString(@"Stopping", "Torrent -> status string") stringByAppendingEllipsis];1016 1005 1017 1006 case TR_STATUS_CHECK: -
trunk/macosx/el.lproj/Localizable.strings
r3446 r3483 549 549 "Stop at Ratio (%.2f)" = "Παύση σε Αναλογία (%.2f)"; 550 550 551 /* Torrent -> status string */552 "Stopping" = "Σταμάτημα";553 554 551 /* File size */ 555 552 "TB" = "TB"; -
trunk/macosx/es.lproj/Localizable.strings
r3415 r3483 596 596 "Stop at Ratio (%.2f)" = "Parar con ratio (%.2f)"; 597 597 598 /* Torrent -> status string */599 "Stopping" = "Parando";600 601 598 /* File size */ 602 599 "TB" = "TB"; -
trunk/macosx/fr.lproj/Localizable.strings
r3417 r3483 549 549 "Stop at Ratio (%.2f)" = "Arrêter au ratio (%.2f)"; 550 550 551 /* Torrent -> status string */552 "Stopping" = "Arrêt";553 554 551 /* File size */ 555 552 "TB" = "To"; -
trunk/macosx/it.lproj/Localizable.strings
r3420 r3483 595 595 "Stop at Ratio (%.2f)" = "Ferma alla quota (%.2f)"; 596 596 597 /* Torrent -> status string */598 "Stopping" = "In interruzione";599 600 597 /* File size */ 601 598 "TB" = "TB";
Note: See TracChangeset
for help on using the changeset viewer.