home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / gconf / schemas / update-manager.schemas < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-24  |  2.0 KB  |  69 lines

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