~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to SqueezeCenter/gtk-gui/SqueezeCenter.Configuration.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.
66
66
            this.chkLoadInBackground = new Gtk.CheckButton();
67
67
            this.chkLoadInBackground.CanFocus = true;
68
68
            this.chkLoadInBackground.Name = "chkLoadInBackground";
69
 
            this.chkLoadInBackground.Label = Mono.Unix.Catalog.GetString("Load items in background");
 
69
            this.chkLoadInBackground.Label = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Load items in background");
70
70
            this.chkLoadInBackground.DrawIndicator = true;
71
71
            this.chkLoadInBackground.UseUnderline = true;
72
72
            this.table1.Add(this.chkLoadInBackground);
80
80
            this.label2 = new Gtk.Label();
81
81
            this.label2.Name = "label2";
82
82
            this.label2.Xalign = 0F;
83
 
            this.label2.LabelProp = Mono.Unix.Catalog.GetString("Comma-seperated list of radios to load");
 
83
            this.label2.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Comma-seperated list of radios to load");
84
84
            this.table1.Add(this.label2);
85
85
            Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.label2]));
86
86
            w3.TopAttach = ((uint)(4));
91
91
            this.label5 = new Gtk.Label();
92
92
            this.label5.Name = "label5";
93
93
            this.label5.Xalign = 0F;
94
 
            this.label5.LabelProp = Mono.Unix.Catalog.GetString("Host-name of SqueezeCenter server");
 
94
            this.label5.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Host-name of SqueezeCenter server");
95
95
            this.table1.Add(this.label5);
96
96
            Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this.label5]));
97
97
            w4.XOptions = ((Gtk.AttachOptions)(4));
100
100
            this.label6 = new Gtk.Label();
101
101
            this.label6.Name = "label6";
102
102
            this.label6.Xalign = 0F;
103
 
            this.label6.LabelProp = Mono.Unix.Catalog.GetString("Port of the SqueezeCenter server cli interface");
 
103
            this.label6.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Port of the SqueezeCenter server cli interface");
104
104
            this.table1.Add(this.label6);
105
105
            Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table1[this.label6]));
106
106
            w5.TopAttach = ((uint)(1));
111
111
            this.label7 = new Gtk.Label();
112
112
            this.label7.Name = "label7";
113
113
            this.label7.Xalign = 0F;
114
 
            this.label7.LabelProp = Mono.Unix.Catalog.GetString("Port of the SqueezeCenter server web interface");
 
114
            this.label7.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Port of the SqueezeCenter server web interface");
115
115
            this.table1.Add(this.label7);
116
116
            Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.label7]));
117
117
            w6.TopAttach = ((uint)(2));
122
122
            this.label8 = new Gtk.Label();
123
123
            this.label8.Name = "label8";
124
124
            this.label8.Xalign = 0F;
125
 
            this.label8.LabelProp = Mono.Unix.Catalog.GetString("Load artist, albums and radio in the background when loading DO. \nIf set to unchecked, these items are loaded when DO is loading causing a delay until all items are loaded.");
 
125
            this.label8.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Load artist, albums and radio in the background when loading DO. \nIf set to unchecked, these items are loaded when DO is loading causing a delay until all items are loaded.");
126
126
            this.label8.Wrap = true;
127
127
            this.table1.Add(this.label8);
128
128
            Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.label8]));