~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to src/Extensions/Banshee.PlayerMigration/Banshee.PlayerMigration/RhythmboxPlayerImportSource.cs

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-02-18 22:17:24 UTC
  • mfrom: (6.3.23 experimental)
  • Revision ID: package-import@ubuntu.com-20120218221724-cnwdvn490wjjue8t
Tags: 2.3.5-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable and recommend SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
        public override int SortOrder {
377
377
            get { return 40; }
378
378
        }
379
 
 
380
 
        // Reserve strings for the iTunes importer in preparation for the forthcoming string freeze.
381
 
        public void ReservedStrings ()
382
 
        {
383
 
            Catalog.GetString ("iTunes Importer");
384
 
            Catalog.GetString ("_Import");
385
 
            Catalog.GetString ("Import _playlists");
386
 
            Catalog.GetString (@"Locate your ""{0}"" file...");
387
 
            Catalog.GetString (@"Locate ""{0}""");
388
 
            Catalog.GetString ("Locate iTunes Music Directory");
389
 
            Catalog.GetString(
390
 
                "The iTunes library refers to your music directory as \"{0}\" but " +
391
 
                "Banshee was not able to infer the location of this directory. Please locate it.");
392
 
            Catalog.GetString ("iTunes Media Player");
393
 
            Catalog.GetString (
394
 
                "Banshee is not familiar with this version of the iTunes library format." +
395
 
                " Importing may or may not work as expected, or at all. Would you like to attempt to import anyway?");
396
 
            Catalog.GetString ("Unable to import song.");
397
 
        }
398
379
    }
399
380
}