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

« back to all changes in this revision

Viewing changes to Flickr/gtk-gui/Flickr.UploadConfig.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:
80
80
            this.vbox6.Name = "vbox6";
81
81
            this.vbox6.Spacing = 6;
82
82
            // Container child vbox6.Gtk.Box+BoxChild
83
 
            this.private_radio = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Private"));
 
83
            this.private_radio = new Gtk.RadioButton(Mono.Addins.AddinManager.CurrentLocalizer.GetString("Private"));
84
84
            this.private_radio.CanFocus = true;
85
85
            this.private_radio.Name = "private_radio";
86
86
            this.private_radio.Active = true;
104
104
            this.friends_chk = new Gtk.CheckButton();
105
105
            this.friends_chk.CanFocus = true;
106
106
            this.friends_chk.Name = "friends_chk";
107
 
            this.friends_chk.Label = Mono.Unix.Catalog.GetString("Visible to friends");
 
107
            this.friends_chk.Label = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Visible to friends");
108
108
            this.friends_chk.DrawIndicator = true;
109
109
            this.friends_chk.UseUnderline = true;
110
110
            this.vbox7.Add(this.friends_chk);
116
116
            this.family_chk = new Gtk.CheckButton();
117
117
            this.family_chk.CanFocus = true;
118
118
            this.family_chk.Name = "family_chk";
119
 
            this.family_chk.Label = Mono.Unix.Catalog.GetString("Visible to family");
 
119
            this.family_chk.Label = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Visible to family");
120
120
            this.family_chk.DrawIndicator = true;
121
121
            this.family_chk.UseUnderline = true;
122
122
            this.vbox7.Add(this.family_chk);
131
131
            w5.Expand = false;
132
132
            w5.Fill = false;
133
133
            // Container child vbox6.Gtk.Box+BoxChild
134
 
            this.public_radio = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Public"));
 
134
            this.public_radio = new Gtk.RadioButton(Mono.Addins.AddinManager.CurrentLocalizer.GetString("Public"));
135
135
            this.public_radio.CanFocus = true;
136
136
            this.public_radio.Name = "public_radio";
137
137
            this.public_radio.DrawIndicator = true;
146
146
            this.frame3.Add(this.GtkAlignment2);
147
147
            this.GtkLabel5 = new Gtk.Label();
148
148
            this.GtkLabel5.Name = "GtkLabel5";
149
 
            this.GtkLabel5.LabelProp = Mono.Unix.Catalog.GetString("<b>Viewing permissions</b>");
 
149
            this.GtkLabel5.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("<b>Viewing permissions</b>");
150
150
            this.GtkLabel5.UseMarkup = true;
151
151
            this.frame3.LabelWidget = this.GtkLabel5;
152
152
            this.vbox4.Add(this.frame3);
179
179
            this.label1 = new Gtk.Label();
180
180
            this.label1.Name = "label1";
181
181
            this.label1.Xalign = 0F;
182
 
            this.label1.LabelProp = Mono.Unix.Catalog.GetString("Default tags to use on images posted with Do. Seperate tags with a space; for multiple word tags use quotes. ex.) concert \"Mars Volta\" Omar");
 
182
            this.label1.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Default tags to use on images posted with Do. Seperate tags with a space; for multiple word tags use quotes. ex.) concert \"Mars Volta\" Omar");
183
183
            this.label1.Wrap = true;
184
184
            this.vbox5.Add(this.label1);
185
185
            Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.vbox5[this.label1]));
206
206
            this.frame1.Add(this.GtkAlignment);
207
207
            this.GtkLabel4 = new Gtk.Label();
208
208
            this.GtkLabel4.Name = "GtkLabel4";
209
 
            this.GtkLabel4.LabelProp = Mono.Unix.Catalog.GetString("<b>Tags</b>");
 
209
            this.GtkLabel4.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("<b>Tags</b>");
210
210
            this.GtkLabel4.UseMarkup = true;
211
211
            this.frame1.LabelWidget = this.GtkLabel4;
212
212
            this.vbox3.Add(this.frame1);