[banshee] Reserving strings for the patch from bgo#565767



commit 4ece398fe87bd7cb658faa717d0fb6850f764f45
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Wed Jul 29 00:29:47 2009 +1000

    Reserving strings for the patch from bgo#565767

 .../Banshee.PlayQueue/PlayQueueSource.cs           |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs b/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs
index 8742d56..76957b7 100644
--- a/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs
+++ b/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs
@@ -318,5 +318,22 @@ namespace Banshee.PlayQueue
             "Clear on Quit",
             "Clear the play queue when quitting"
         );
+
+        // Reserve strings in preparation for the forthcoming string freeze.
+        public void Strings ()
+        {
+            Catalog.GetString ("manual");
+            Catalog.GetString ("by song");
+            Catalog.GetString ("by album");
+            Catalog.GetString ("by artist");
+            Catalog.GetString ("by rating");
+            Catalog.GetString ("by score");
+            Catalog.GetString ("_Fill");
+            Catalog.GetString ("f_rom");
+            Catalog.GetString ("Refresh");
+            Catalog.GetString ("Refresh random tracks in the play queue");
+            Catalog.GetString ("Number of _played songs to show");
+            Catalog.GetString ("Number of _upcoming songs to show");
+        }
     }
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]