[banshee] i18n: Remove more reserved strings



commit 2ac5e37c5e953aff7e103b00a84c1f06a964d236
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Fri Jan 20 01:06:04 2012 +0000

    i18n: Remove more reserved strings
    
    More reserved strings for previous string
    freezes which apparently were forgotten.

 .../Banshee.Playlist/AbstractPlaylistSource.cs     |    6 ------
 .../Banshee.Library.Gui/FileImportSource.cs        |    8 --------
 .../Banshee.Library.Gui/FolderImportSource.cs      |    7 -------
 .../RhythmboxPlayerImportSource.cs                 |   19 -------------------
 4 files changed, 0 insertions(+), 40 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs b/src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs
index 2f296b6..ca14771 100644
--- a/src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs
+++ b/src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs
@@ -221,11 +221,5 @@ namespace Banshee.Playlist
 
         protected abstract void Create ();
         protected abstract void Update ();
-
-        // Reserve strings in preparation for the forthcoming string freeze (BGO#389550)
-        public void ReservedStrings ()
-        {
-            Catalog.GetString ("The track's rating was set differently on the device and in Banshee");
-        }
     }
 }
diff --git a/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs b/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs
index cb70b28..18f1a3a 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs
@@ -74,13 +74,5 @@ namespace Banshee.Library.Gui
         public int SortOrder {
             get { return 11; }
         }
-
-        // Reserve strings in preparation for the forthcoming string freeze.
-        public void ReservedStrings ()
-        {
-            Catalog.GetString ("_Files to import:");
-            Catalog.GetString ("Select Files");
-            Catalog.GetString ("(none selected)");
-        }
     }
 }
diff --git a/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FolderImportSource.cs b/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FolderImportSource.cs
index 1cd4ee1..b7d03e7 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FolderImportSource.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FolderImportSource.cs
@@ -68,12 +68,5 @@ namespace Banshee.Library.Gui
         public int SortOrder {
             get { return 10; }
         }
-
-        // Reserve strings in preparation for the forthcoming string freeze.
-        public void ReservedStrings ()
-        {
-            Catalog.GetString ("_Folders to import:");
-            Catalog.GetString ("Select Folders");
-        }
     }
 }
diff --git a/src/Extensions/Banshee.PlayerMigration/Banshee.PlayerMigration/RhythmboxPlayerImportSource.cs b/src/Extensions/Banshee.PlayerMigration/Banshee.PlayerMigration/RhythmboxPlayerImportSource.cs
index 7c842ed..b915f2e 100644
--- a/src/Extensions/Banshee.PlayerMigration/Banshee.PlayerMigration/RhythmboxPlayerImportSource.cs
+++ b/src/Extensions/Banshee.PlayerMigration/Banshee.PlayerMigration/RhythmboxPlayerImportSource.cs
@@ -376,24 +376,5 @@ namespace Banshee.PlayerMigration
         public override int SortOrder {
             get { return 40; }
         }
-
-        // Reserve strings for the iTunes importer in preparation for the forthcoming string freeze.
-        public void ReservedStrings ()
-        {
-            Catalog.GetString ("iTunes Importer");
-            Catalog.GetString ("_Import");
-            Catalog.GetString ("Import _playlists");
-            Catalog.GetString (@"Locate your ""{0}"" file...");
-            Catalog.GetString (@"Locate ""{0}""");
-            Catalog.GetString ("Locate iTunes Music Directory");
-            Catalog.GetString(
-                "The iTunes library refers to your music directory as \"{0}\" but " +
-                "Banshee was not able to infer the location of this directory. Please locate it.");
-            Catalog.GetString ("iTunes Media Player");
-            Catalog.GetString (
-                "Banshee is not familiar with this version of the iTunes library format." +
-                " Importing may or may not work as expected, or at all. Would you like to attempt to import anyway?");
-            Catalog.GetString ("Unable to import song.");
-        }
     }
 }



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