~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Translate/src/TranslateAction.cs

  • Committer: Alex Launi
  • Date: 2009-06-24 13:17:29 UTC
  • mfrom: (618.1.17 do-plugins)
  • Revision ID: alex.launi@gmail.com-20090624131729-1l9g76ejqq4leka4
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
using System.Collections.Generic;
24
24
using System.Text.RegularExpressions;
25
25
 
26
 
using Mono.Unix;
 
26
using Mono.Addins;
27
27
 
28
28
using Do.Universe;
29
29
using Do.Universe.Common;
55
55
                }
56
56
 
57
57
                public override string Name {
58
 
                        get { return Catalog.GetString ("Translate"); }
 
58
                        get { return AddinManager.CurrentLocalizer.GetString ("Translate"); }
59
59
                }
60
60
 
61
61
                public override string Icon {
63
63
                }
64
64
 
65
65
                public override string Description {
66
 
                        get { return Catalog.GetString ("Translates text"); }
 
66
                        get { return AddinManager.CurrentLocalizer.GetString ("Translates text"); }
67
67
                }
68
68
 
69
69
                public override IEnumerable<Type> SupportedItemTypes {