~ubuntu-core-dev/ubuntu-release-upgrader/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" ?>
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/update-manager/remind_reload</key>
      <applyto>/apps/update-manager/remind_reload</applyto>
      <owner>update-manager</owner>
      <type>bool</type>
      <default>True</default>
		
      <locale name="C">
        <short>Remind to reload the channel list</short>
        <long>
	  If automatic checking for updates is disabled, you have
	  to reload the channel list manually. This option allows
	  to hide the reminder shown in this case.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/update-manager/show_details</key>
      <applyto>/apps/update-manager/show_details</applyto>
      <owner>update-manager</owner>
      <type>bool</type>
      <default>False</default>
		
      <locale name="C">
        <short>Show details of an update</short>
        <long>
	    Stores the state of the expander that contains the
	    list of changes and the description 
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/update-manager/window_size</key>
      <applyto>/apps/update-manager/window_size</applyto>
      <owner>update-manager</owner>
      <type>pair</type>
      <car_type>int</car_type>
      <cdr_type>int</cdr_type>
		
      <locale name="C">
        <short>The window size</short>
        <long>
	    Stores the size of the update-manager dialog
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/update-manager/check_dist_upgrades</key>
      <applyto>/apps/update-manager/check_dist_upgrades</applyto>
      <owner>update-manager</owner>
      <type>bool</type>
      <default>True</default>
		
      <locale name="C">
        <short>Check for new distribution releases</short>
        <long>
	   Check automatically if a new version of the current 
           distribution is available and offer to upgrade (if
           possible).
        </long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>