~do-core/do/fix-the-shitstorm

« back to all changes in this revision

Viewing changes to RememberTheMilk/gtk-gui/RememberTheMilk.Configuration.cs

  • Committer: Christopher James Halse Rogers
  • Date: 2009-06-22 04:05:16 UTC
  • Revision ID: raof@ubuntu.com-20090622040516-d7fi9w4m3n580i8w
Fix translations for plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
            // Container child vbox5.Gtk.Box+BoxChild
94
94
            this.authinfo_lbl = new Gtk.Label();
95
95
            this.authinfo_lbl.Name = "authinfo_lbl";
96
 
            this.authinfo_lbl.LabelProp = Mono.Unix.Catalog.GetString("Do needs your authorization in order to manage tasks in your Remember The Milk account. Press the \"Authorize\" button to open a web browser and give Do authorization.");
 
96
            this.authinfo_lbl.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Do needs your authorization in order to manage tasks in your Remember The Milk account. Press the \"Authorize\" button to open a web browser and give Do authorization.");
97
97
            this.authinfo_lbl.Wrap = true;
98
98
            this.vbox5.Add(this.authinfo_lbl);
99
99
            Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox5[this.authinfo_lbl]));
127
127
            w4.Add(w5);
128
128
            // Container child GtkHBox.Gtk.Container+ContainerChild
129
129
            Gtk.Label w7 = new Gtk.Label();
130
 
            w7.LabelProp = Mono.Unix.Catalog.GetString("_Authorize");
 
130
            w7.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("_Authorize");
131
131
            w7.UseUnderline = true;
132
132
            w4.Add(w7);
133
133
            w3.Add(w4);
162
162
            this.account_frm.Add(this.GtkAlignment);
163
163
            this.GtkLabel1 = new Gtk.Label();
164
164
            this.GtkLabel1.Name = "GtkLabel1";
165
 
            this.GtkLabel1.LabelProp = Mono.Unix.Catalog.GetString("<b>Account</b>");
 
165
            this.GtkLabel1.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("<b>Account</b>");
166
166
            this.GtkLabel1.UseMarkup = true;
167
167
            this.account_frm.LabelWidget = this.GtkLabel1;
168
168
            this.vbox1.Add(this.account_frm);
188
188
            this.overdue_chkbtn = new Gtk.CheckButton();
189
189
            this.overdue_chkbtn.CanFocus = true;
190
190
            this.overdue_chkbtn.Name = "overdue_chkbtn";
191
 
            this.overdue_chkbtn.Label = Mono.Unix.Catalog.GetString("Show notification for overdue task(s)");
 
191
            this.overdue_chkbtn.Label = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Show notification for overdue task(s)");
192
192
            this.overdue_chkbtn.DrawIndicator = true;
193
193
            this.overdue_chkbtn.UseUnderline = true;
194
194
            this.vbox3.Add(this.overdue_chkbtn);
200
200
            this.confirm_chkbtn = new Gtk.CheckButton();
201
201
            this.confirm_chkbtn.CanFocus = true;
202
202
            this.confirm_chkbtn.Name = "confirm_chkbtn";
203
 
            this.confirm_chkbtn.Label = Mono.Unix.Catalog.GetString("Show notification when actions are completed");
 
203
            this.confirm_chkbtn.Label = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Show notification when actions are completed");
204
204
            this.confirm_chkbtn.DrawIndicator = true;
205
205
            this.confirm_chkbtn.UseUnderline = true;
206
206
            this.vbox3.Add(this.confirm_chkbtn);
212
212
            this.returnnew_chkbtn = new Gtk.CheckButton();
213
213
            this.returnnew_chkbtn.CanFocus = true;
214
214
            this.returnnew_chkbtn.Name = "returnnew_chkbtn";
215
 
            this.returnnew_chkbtn.Label = Mono.Unix.Catalog.GetString("Return the newly created task");
 
215
            this.returnnew_chkbtn.Label = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Return the newly created task");
216
216
            this.returnnew_chkbtn.DrawIndicator = true;
217
217
            this.returnnew_chkbtn.UseUnderline = true;
218
218
            this.vbox3.Add(this.returnnew_chkbtn);
224
224
            this.notification_frm.Add(this.GtkAlignment2);
225
225
            this.GtkLabel5 = new Gtk.Label();
226
226
            this.GtkLabel5.Name = "GtkLabel5";
227
 
            this.GtkLabel5.LabelProp = Mono.Unix.Catalog.GetString("<b>Interactivity</b>");
 
227
            this.GtkLabel5.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("<b>Interactivity</b>");
228
228
            this.GtkLabel5.UseMarkup = true;
229
229
            this.notification_frm.LabelWidget = this.GtkLabel5;
230
230
            this.vbox1.Add(this.notification_frm);
260
260
            // Container child vbox4.Gtk.Box+BoxChild
261
261
            this.filter_desc_lbl = new Gtk.Label();
262
262
            this.filter_desc_lbl.Name = "filter_desc_lbl";
263
 
            this.filter_desc_lbl.LabelProp = Mono.Unix.Catalog.GetString("You can enter some advanced search operators here to limit the tasks Do indexes. E.g. \"priority:1 AND status:incomplete\" will force Do to only index all incomplete tasks with high priority.");
 
263
            this.filter_desc_lbl.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("You can enter some advanced search operators here to limit the tasks Do indexes. E.g. \"priority:1 AND status:incomplete\" will force Do to only index all incomplete tasks with high priority.");
264
264
            this.filter_desc_lbl.Wrap = true;
265
265
            this.vbox4.Add(this.filter_desc_lbl);
266
266
            Gtk.Box.BoxChild w25 = ((Gtk.Box.BoxChild)(this.vbox4[this.filter_desc_lbl]));
294
294
            this.filter_frm.Add(this.GtkAlignment3);
295
295
            this.GtkLabel6 = new Gtk.Label();
296
296
            this.GtkLabel6.Name = "GtkLabel6";
297
 
            this.GtkLabel6.LabelProp = Mono.Unix.Catalog.GetString("<b>Filter</b>");
 
297
            this.GtkLabel6.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("<b>Filter</b>");
298
298
            this.GtkLabel6.UseMarkup = true;
299
299
            this.filter_frm.LabelWidget = this.GtkLabel6;
300
300
            this.vbox1.Add(this.filter_frm);