home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / foomatic / db / source / opt / 200.xml < prev    next >
Encoding:
Text File  |  2002-12-18  |  1.6 KB  |  53 lines

  1. <option type="enum" id="opt/200">
  2.   <!-- A multilingual <comments> block can appear here, too;
  3.        it should be treated as documentation for the user. -->
  4.   <arg_longname>
  5.    <en>Behaviour when Toner Low</en>
  6.   </arg_longname>
  7.   <arg_shortname>
  8.    <en>LowToner</en><!-- backends only know <en> shortnames! -->
  9.   </arg_shortname>
  10.   <arg_execution>
  11.    <arg_group>Miscellaneous</arg_group>
  12.    <arg_order>100</arg_order>
  13.    <arg_spot>A</arg_spot>
  14.    <arg_pjl />
  15.    <arg_proto>SET LOWTONER=%s</arg_proto>
  16.   </arg_execution>
  17.   <constraints>
  18.      <constraint sense="true">
  19.       <make>HP</make>
  20.       <model>LaserJet 4050</model>
  21.       <arg_defval>ev/984</arg_defval>
  22.      </constraint>
  23.   </constraints>
  24.   <enum_vals>
  25.    <enum_val id="ev/984">
  26.     <ev_longname>
  27.      <en>Continue Printing</en>
  28.     </ev_longname>
  29.     <!-- A multilingual <comments> block can appear here, too;
  30.          it should be treated as documentation for the user. -->
  31.     <ev_shortname>
  32.      <en>Continue</en>
  33.      <!-- Until someone tells me how to learn the user locale in 
  34.           backends, the shortname must be monolingual in <en>! -->
  35.     </ev_shortname>
  36.     <ev_driverval>CONTINUE</ev_driverval>
  37.    </enum_val>
  38.    <enum_val id="ev/985">
  39.     <ev_longname>
  40.      <en>Stop Printing</en>
  41.     </ev_longname>
  42.     <!-- A multilingual <comments> block can appear here, too;
  43.          it should be treated as documentation for the user. -->
  44.     <ev_shortname>
  45.      <en>Stop</en>
  46.      <!-- Until someone tells me how to learn the user locale in 
  47.           backends, the shortname must be monolingual in <en>! -->
  48.     </ev_shortname>
  49.     <ev_driverval>STOP</ev_driverval>
  50.    </enum_val>
  51.   </enum_vals>
  52. </option>
  53.