[banshee] Reserving strings for the patch from bgo#389550
- From: Alexander Kojevnikov <alexk src gnome org>
- To: svn-commits-list gnome org
- Subject: [banshee] Reserving strings for the patch from bgo#389550
- Date: Wed, 29 Jul 2009 00:17:39 +0000 (UTC)
commit f1424f144b3b64c603f71b3248a41dbed1382926
Author: Andrés G. Aragoneses <aaragoneses novell com>
Date: Wed Jul 29 10:16:35 2009 +1000
Reserving strings for the patch from bgo#389550
Signed-off-by: Alexander Kojevnikov <alexander kojevnikov com>
.../Banshee.Playlist/AbstractPlaylistSource.cs | 6 ++++++
src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs | 7 +++++++
2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs b/src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs
index 11ff809..2655383 100644
--- a/src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs
+++ b/src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs
@@ -212,5 +212,11 @@ namespace Banshee.Playlist
protected abstract void Create ();
protected abstract void Update ();
+
+ // Reserve strings in preparation for the forthcoming string freeze.
+ public void ReservedStrings ()
+ {
+ Catalog.GetString ("The track's rating was set differently on the device and on Banshee");
+ }
}
}
diff --git a/src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs b/src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs
index a3ab143..55b6876 100644
--- a/src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs
+++ b/src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs
@@ -240,5 +240,12 @@ namespace Banshee.Dap
sync.OnUpdated ();
}
}
+
+ // Reserve strings in preparation for the forthcoming string freeze.
+ public void ReservedStrings ()
+ {
+ // Note to translators: {0}, {1} and {2} will be replaced with numbers.
+ Catalog.GetString ("{0} to add, {1} to remove, {2} to update");
+ }
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]