[Banshee-List] [Fwd: [banshee] Reserving strings for the patch from bgo#565767]



Would someone please commit this string for the string freeze?:

"The track's rating was set differently on the device and on Banshee"

It comes from this bug[1]. I'm sending this here because I wasn't
receiving any acks to my pings on IRC... ;)

Thanks,

	Andrés

[1] http://bugzilla.gnome.org/show_bug.cgi?id=389550

-- 

--- Begin Message ---
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");
+        }
     }
 }
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want.


--- End Message ---


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