mirror of
https://github.com/transmission/transmission
synced 2025-03-12 23:23:54 +00:00
remove "Stopping" status, and update all string files accordingly
This commit is contained in:
parent
b7258fbf33
commit
89cb2a53e9
6 changed files with 0 additions and 26 deletions
|
@ -548,9 +548,6 @@
|
|||
Action context menu -> ratio stop */
|
||||
"Stop at Ratio (%.2f)" = "Stop at Ratio (%.2f)";
|
||||
|
||||
/* Torrent -> status string */
|
||||
"Stopping" = "Stopping";
|
||||
|
||||
/* File size */
|
||||
"TB" = "TB";
|
||||
|
||||
|
|
|
@ -883,10 +883,6 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
|
|||
else
|
||||
string = NSLocalizedString(@"Paused", "Torrent -> status string");
|
||||
break;
|
||||
|
||||
case TR_STATUS_STOPPING:
|
||||
string = [NSLocalizedString(@"Stopping", "Torrent -> status string") stringByAppendingEllipsis];
|
||||
break;
|
||||
|
||||
case TR_STATUS_CHECK_WAIT:
|
||||
string = [NSLocalizedString(@"Waiting to check existing data", "Torrent -> status string") stringByAppendingEllipsis];
|
||||
|
@ -955,10 +951,6 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
|
|||
else
|
||||
string = NSLocalizedString(@"Paused", "Torrent -> status string");
|
||||
break;
|
||||
|
||||
case TR_STATUS_STOPPING:
|
||||
string = [NSLocalizedString(@"Stopping", "Torrent -> status string") stringByAppendingEllipsis];
|
||||
break;
|
||||
|
||||
case TR_STATUS_CHECK_WAIT:
|
||||
string = [NSLocalizedString(@"Waiting to check existing data", "Torrent -> status string") stringByAppendingEllipsis];
|
||||
|
@ -1010,9 +1002,6 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
|
|||
{
|
||||
case TR_STATUS_STOPPED:
|
||||
return NSLocalizedString(@"Paused", "Torrent -> status string");
|
||||
|
||||
case TR_STATUS_STOPPING:
|
||||
return [NSLocalizedString(@"Stopping", "Torrent -> status string") stringByAppendingEllipsis];
|
||||
|
||||
case TR_STATUS_CHECK:
|
||||
return [NSString stringWithFormat: NSLocalizedString(@"Checking existing data (%.2f%%)",
|
||||
|
|
|
@ -548,9 +548,6 @@
|
|||
Action context menu -> ratio stop */
|
||||
"Stop at Ratio (%.2f)" = "Παύση σε Αναλογία (%.2f)";
|
||||
|
||||
/* Torrent -> status string */
|
||||
"Stopping" = "Σταμάτημα";
|
||||
|
||||
/* File size */
|
||||
"TB" = "TB";
|
||||
|
||||
|
|
|
@ -595,9 +595,6 @@
|
|||
|
||||
"Stop at Ratio (%.2f)" = "Parar con ratio (%.2f)";
|
||||
|
||||
/* Torrent -> status string */
|
||||
"Stopping" = "Parando";
|
||||
|
||||
/* File size */
|
||||
"TB" = "TB";
|
||||
|
||||
|
|
|
@ -548,9 +548,6 @@
|
|||
Action context menu -> ratio stop */
|
||||
"Stop at Ratio (%.2f)" = "Arrêter au ratio (%.2f)";
|
||||
|
||||
/* Torrent -> status string */
|
||||
"Stopping" = "Arrêt";
|
||||
|
||||
/* File size */
|
||||
"TB" = "To";
|
||||
|
||||
|
|
|
@ -594,9 +594,6 @@
|
|||
|
||||
"Stop at Ratio (%.2f)" = "Ferma alla quota (%.2f)";
|
||||
|
||||
/* Torrent -> status string */
|
||||
"Stopping" = "In interruzione";
|
||||
|
||||
/* File size */
|
||||
"TB" = "TB";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue