~ubuntu-branches/ubuntu/lucid/exaile/lucid

« back to all changes in this revision

Viewing changes to plugins/cd/cdprefs_pane.glade

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2010-02-12 19:51:01 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100212195101-8jt3tculxcl92e6v
Tags: 0.3.1~b1-0ubuntu1
* New upstream release.
* Adjust exaile.install for new plugins.
* debian/control:
 - Drop unneeded python-dev Build-Dep.
 - Bump Standards-Version to 3.8.4 
* debian/rules: No empty po files to delete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<glade-interface>
3
 
  <!-- interface-requires gtk+ 2.16 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <widget class="GtkWindow" id="cd_prefs_window">
6
 
    <child>
7
 
      <widget class="GtkVBox" id="prefs_pane">
8
 
        <property name="visible">True</property>
9
 
        <property name="orientation">vertical</property>
10
 
        <child>
11
 
          <widget class="GtkHBox" id="hbox1">
12
 
            <property name="visible">True</property>
13
 
            <child>
14
 
              <widget class="GtkLabel" id="label1">
15
 
                <property name="visible">True</property>
16
 
                <property name="label" translatable="yes">Import format: </property>
17
 
              </widget>
18
 
              <packing>
19
 
                <property name="expand">False</property>
20
 
                <property name="position">0</property>
21
 
              </packing>
22
 
            </child>
23
 
            <child>
24
 
              <widget class="GtkComboBox" id="cd_import/format">
25
 
                <property name="visible">True</property>
26
 
                <property name="items" comments="NOT TRANSLATABLE!!!!">Ogg Vorbis
27
 
FLAC
28
 
AAC
29
 
MP3 (VBR)
30
 
MP3 (CBR)
31
 
WavPack</property>
32
 
              </widget>
33
 
              <packing>
34
 
                <property name="expand">False</property>
35
 
                <property name="position">1</property>
36
 
              </packing>
37
 
            </child>
38
 
            <child>
39
 
              <placeholder/>
40
 
            </child>
41
 
          </widget>
42
 
          <packing>
43
 
            <property name="expand">False</property>
44
 
            <property name="position">0</property>
45
 
          </packing>
46
 
        </child>
47
 
        <child>
48
 
          <widget class="GtkHBox" id="hbox2">
49
 
            <property name="visible">True</property>
50
 
            <child>
51
 
              <widget class="GtkLabel" id="label2">
52
 
                <property name="visible">True</property>
53
 
                <property name="label" translatable="yes">Import quality: </property>
54
 
              </widget>
55
 
              <packing>
56
 
                <property name="expand">False</property>
57
 
                <property name="position">0</property>
58
 
              </packing>
59
 
            </child>
60
 
            <child>
61
 
              <widget class="GtkComboBox" id="cd_import/quality">
62
 
                <property name="visible">True</property>
63
 
              </widget>
64
 
              <packing>
65
 
                <property name="expand">False</property>
66
 
                <property name="fill">False</property>
67
 
                <property name="position">1</property>
68
 
              </packing>
69
 
            </child>
70
 
            <child>
71
 
              <placeholder/>
72
 
            </child>
73
 
          </widget>
74
 
          <packing>
75
 
            <property name="expand">False</property>
76
 
            <property name="position">1</property>
77
 
          </packing>
78
 
        </child>
79
 
        <child>
80
 
          <widget class="GtkHBox" id="hbox3">
81
 
            <property name="visible">True</property>
82
 
            <child>
83
 
              <widget class="GtkLabel" id="label3">
84
 
                <property name="visible">True</property>
85
 
                <property name="label" translatable="yes">Import path: </property>
86
 
              </widget>
87
 
              <packing>
88
 
                <property name="expand">False</property>
89
 
                <property name="position">0</property>
90
 
              </packing>
91
 
            </child>
92
 
            <child>
93
 
              <widget class="GtkComboBoxEntry" id="cd_import/outpath">
94
 
                <property name="visible">True</property>
95
 
              </widget>
96
 
              <packing>
97
 
                <property name="position">1</property>
98
 
              </packing>
99
 
            </child>
100
 
          </widget>
101
 
          <packing>
102
 
            <property name="expand">False</property>
103
 
            <property name="position">2</property>
104
 
          </packing>
105
 
        </child>
106
 
        <child>
107
 
          <placeholder/>
108
 
        </child>
109
 
      </widget>
110
 
    </child>
111
 
  </widget>
112
 
</glade-interface>