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 / gdi-Economode.xml < prev    next >
Encoding:
Text File  |  2003-07-17  |  1.7 KB  |  52 lines

  1. <option type="enum" id="opt/gdi-Economode">
  2.   <!-- A multilingual <comments> block can appear here, too;
  3.        it should be treated as documentation for the user. -->
  4.   <arg_longname>
  5.    <en>Economy mode</en>
  6.   </arg_longname>
  7.   <arg_shortname>
  8.    <en>Economode</en><!-- backends only know <en> shortnames! -->
  9.   </arg_shortname>
  10.   <arg_execution>
  11.    <arg_group>General</arg_group>
  12.    <arg_order>110</arg_order>
  13.    <arg_spot>E</arg_spot>
  14.    <arg_substitution />
  15.    <arg_proto>s/PJL SET TONERSAVE = OFF/PJL SET TONERSAVE = %s/; </arg_proto>
  16.   </arg_execution>
  17.   <constraints>
  18.      <constraint sense="true">
  19.       <driver>gdi</driver>
  20.       <arg_defval>ev/gdi-Economode-Off</arg_defval>
  21.      </constraint>
  22.   </constraints>
  23.   <enum_vals>
  24.    <enum_val id="ev/gdi-Economode-Off">
  25.     <ev_longname>
  26.      <en>Off</en>
  27.     </ev_longname>
  28.     <!-- A multilingual <comments> block can appear here, too;
  29.          it should be treated as documentation for the user. -->
  30.     <ev_shortname>
  31.      <en>Off</en>
  32.      <!-- Until someone tells me how to learn the user locale in 
  33.           backends, the shortname must be monolingual in <en>! -->
  34.     </ev_shortname>
  35.     <ev_driverval>OFF\r\n\@PJL SET ECONOMODE = OFF</ev_driverval>
  36.    </enum_val>
  37.    <enum_val id="ev/gdi-Economode-On">
  38.     <ev_longname>
  39.      <en>On</en>
  40.     </ev_longname>
  41.     <!-- A multilingual <comments> block can appear here, too;
  42.          it should be treated as documentation for the user. -->
  43.     <ev_shortname>
  44.      <en>On</en>
  45.      <!-- Until someone tells me how to learn the user locale in 
  46.           backends, the shortname must be monolingual in <en>! -->
  47.     </ev_shortname>
  48.     <ev_driverval>ON\r\n\@PJL SET ECONOMODE = ON</ev_driverval>
  49.    </enum_val>
  50.   </enum_vals>
  51. </option>
  52.