From 89cb2a53e9354a94eecc18519b4c3a1757d26d45 Mon Sep 17 00:00:00 2001
From: Mitchell Livingston <livings124@transmissionbt.com>
Date: Sat, 20 Oct 2007 21:17:24 +0000
Subject: [PATCH] remove "Stopping" status, and update all string files
 accordingly

---
 macosx/English.lproj/Localizable.strings |  3 ---
 macosx/Torrent.m                         | 11 -----------
 macosx/el.lproj/Localizable.strings      |  3 ---
 macosx/es.lproj/Localizable.strings      |  3 ---
 macosx/fr.lproj/Localizable.strings      |  3 ---
 macosx/it.lproj/Localizable.strings      |  3 ---
 6 files changed, 26 deletions(-)

diff --git a/macosx/English.lproj/Localizable.strings b/macosx/English.lproj/Localizable.strings
index 6ddda73c9..aa17946c9 100644
--- a/macosx/English.lproj/Localizable.strings
+++ b/macosx/English.lproj/Localizable.strings
@@ -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";
 
diff --git a/macosx/Torrent.m b/macosx/Torrent.m
index 0cbb80265..a055ea672 100644
--- a/macosx/Torrent.m
+++ b/macosx/Torrent.m
@@ -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%%)",
diff --git a/macosx/el.lproj/Localizable.strings b/macosx/el.lproj/Localizable.strings
index ddc3c959b..273128e00 100644
--- a/macosx/el.lproj/Localizable.strings
+++ b/macosx/el.lproj/Localizable.strings
@@ -548,9 +548,6 @@
    Action context menu -> ratio stop */
 "Stop at Ratio (%.2f)" = "Παύση σε Αναλογία (%.2f)";
 
-/* Torrent -> status string */
-"Stopping" = "Σταμάτημα";
-
 /* File size */
 "TB" = "TB";
 
diff --git a/macosx/es.lproj/Localizable.strings b/macosx/es.lproj/Localizable.strings
index 28ad17fca..614794896 100644
--- a/macosx/es.lproj/Localizable.strings
+++ b/macosx/es.lproj/Localizable.strings
@@ -595,9 +595,6 @@
 
 "Stop at Ratio (%.2f)" = "Parar con ratio (%.2f)";
 
-/* Torrent -> status string */
-"Stopping" = "Parando";
-
 /* File size */
 "TB" = "TB";
 
diff --git a/macosx/fr.lproj/Localizable.strings b/macosx/fr.lproj/Localizable.strings
index b22901c0a..2ed8dff62 100644
--- a/macosx/fr.lproj/Localizable.strings
+++ b/macosx/fr.lproj/Localizable.strings
@@ -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";
 
diff --git a/macosx/it.lproj/Localizable.strings b/macosx/it.lproj/Localizable.strings
index 246ddff6c..200c1e0ef 100644
--- a/macosx/it.lproj/Localizable.strings
+++ b/macosx/it.lproj/Localizable.strings
@@ -594,9 +594,6 @@
 
 "Stop at Ratio (%.2f)" = "Ferma alla quota (%.2f)";
 
-/* Torrent -> status string */
-"Stopping" = "In interruzione";
-
 /* File size */
 "TB" = "TB";