~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to GoogleSearch/gtk-gui/InlineGoogleSearch.InlineGoogleSearchConfig.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:
1
1
// ------------------------------------------------------------------------------
2
2
//  <autogenerated>
3
3
//      This code was generated by a tool.
4
 
//      Mono Runtime Version: 2.0.50727.42
 
4
//      
5
5
// 
6
6
//      Changes to this file may cause incorrect behavior and will be lost if 
7
7
//      the code is regenerated.
71
71
            this.vbox4.Name = "vbox4";
72
72
            this.vbox4.Spacing = 6;
73
73
            // Container child vbox4.Gtk.Box+BoxChild
74
 
            this.goToSearch_rbtn = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Go directly to Google Search page"));
 
74
            this.goToSearch_rbtn = new Gtk.RadioButton(Mono.Addins.AddinManager.CurrentLocalizer.GetString("Go directly to Google Search page"));
75
75
            this.goToSearch_rbtn.CanFocus = true;
76
76
            this.goToSearch_rbtn.Name = "goToSearch_rbtn";
77
77
            this.goToSearch_rbtn.Active = true;
84
84
            w1.Expand = false;
85
85
            w1.Fill = false;
86
86
            // Container child vbox4.Gtk.Box+BoxChild
87
 
            this.returnResults_rbtn = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Show search results in Do"));
 
87
            this.returnResults_rbtn = new Gtk.RadioButton(Mono.Addins.AddinManager.CurrentLocalizer.GetString("Show search results in Do"));
88
88
            this.returnResults_rbtn.CanFocus = true;
89
89
            this.returnResults_rbtn.Name = "returnResults_rbtn";
90
90
            this.returnResults_rbtn.DrawIndicator = true;
103
103
            this.showFirstCheck = new Gtk.CheckButton();
104
104
            this.showFirstCheck.CanFocus = true;
105
105
            this.showFirstCheck.Name = "showFirstCheck";
106
 
            this.showFirstCheck.Label = Mono.Unix.Catalog.GetString("Show Search page link as first result");
 
106
            this.showFirstCheck.Label = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Show Search page link as first result");
107
107
            this.showFirstCheck.Active = true;
108
108
            this.showFirstCheck.DrawIndicator = true;
109
109
            this.showFirstCheck.UseUnderline = true;
117
117
            this.frame8.Add(this.GtkAlignment1);
118
118
            this.GtkLabel10 = new Gtk.Label();
119
119
            this.GtkLabel10.Name = "GtkLabel10";
120
 
            this.GtkLabel10.LabelProp = Mono.Unix.Catalog.GetString("<b>Google Search</b>");
 
120
            this.GtkLabel10.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("<b>Google Search</b>");
121
121
            this.GtkLabel10.UseMarkup = true;
122
122
            this.frame8.LabelWidget = this.GtkLabel10;
123
123
            this.vbox5.Add(this.frame8);
141
141
            this.applySSL = new Gtk.CheckButton();
142
142
            this.applySSL.CanFocus = true;
143
143
            this.applySSL.Name = "applySSL";
144
 
            this.applySSL.Label = Mono.Unix.Catalog.GetString("Apply to Google Search page link");
 
144
            this.applySSL.Label = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Apply to Google Search page link");
145
145
            this.applySSL.DrawIndicator = true;
146
146
            this.applySSL.UseUnderline = true;
147
147
            this.vbox7.Add(this.applySSL);
154
154
            this.safeSearchBox.Name = "safeSearchBox";
155
155
            this.safeSearchBox.Spacing = 6;
156
156
            // Container child safeSearchBox.Gtk.Box+BoxChild
157
 
            this.nosafe_rbtn = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Do not filter my search results."));
 
157
            this.nosafe_rbtn = new Gtk.RadioButton(Mono.Addins.AddinManager.CurrentLocalizer.GetString("Do not filter my search results."));
158
158
            this.nosafe_rbtn.CanFocus = true;
159
159
            this.nosafe_rbtn.Name = "nosafe_rbtn";
160
160
            this.nosafe_rbtn.Active = true;
167
167
            w9.Expand = false;
168
168
            w9.Fill = false;
169
169
            // Container child safeSearchBox.Gtk.Box+BoxChild
170
 
            this.moderate_rbtn = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Use moderate filtering"));
 
170
            this.moderate_rbtn = new Gtk.RadioButton(Mono.Addins.AddinManager.CurrentLocalizer.GetString("Use moderate filtering"));
171
171
            this.moderate_rbtn.CanFocus = true;
172
172
            this.moderate_rbtn.Name = "moderate_rbtn";
173
173
            this.moderate_rbtn.DrawIndicator = true;
179
179
            w10.Expand = false;
180
180
            w10.Fill = false;
181
181
            // Container child safeSearchBox.Gtk.Box+BoxChild
182
 
            this.strict_rbtn = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Use strict filtering"));
 
182
            this.strict_rbtn = new Gtk.RadioButton(Mono.Addins.AddinManager.CurrentLocalizer.GetString("Use strict filtering"));
183
183
            this.strict_rbtn.CanFocus = true;
184
184
            this.strict_rbtn.Name = "strict_rbtn";
185
185
            this.strict_rbtn.DrawIndicator = true;
200
200
            this.frame3.Add(this.GtkAlignment);
201
201
            this.GtkLabel12 = new Gtk.Label();
202
202
            this.GtkLabel12.Name = "GtkLabel12";
203
 
            this.GtkLabel12.LabelProp = Mono.Unix.Catalog.GetString("<b>SafeSearch Preferences</b>");
 
203
            this.GtkLabel12.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("<b>SafeSearch Preferences</b>");
204
204
            this.GtkLabel12.UseMarkup = true;
205
205
            this.frame3.LabelWidget = this.GtkLabel12;
206
206
            this.vbox5.Add(this.frame3);