home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / foomatic / db / source / opt / gdi-RET.xml < prev    next >
Encoding:
Text File  |  2009-03-27  |  1.7 KB  |  57 lines

  1. <option type="enum" id="opt/gdi-RET">
  2.   <!-- A multilingual <comments> block can appear here, too;
  3.        it should be treated as documentation for the user. -->
  4.   <arg_longname>
  5.    <en>RET (Resolution Enhancement)</en>
  6.   </arg_longname>
  7.   <arg_shortname>
  8.    <en>RET</en><!-- backends only know <en> shortnames! -->
  9.   </arg_shortname>
  10.   <arg_execution>
  11.    <arg_group>General</arg_group>
  12.    <arg_order>140</arg_order>
  13.    <arg_spot>E</arg_spot>
  14.    <arg_substitution />
  15.    <arg_proto>s/(\@PJL ENTER LANGUAGE)/\@PJL SET RET = %s\r\n$1/; </arg_proto>
  16.   </arg_execution>
  17.   <constraints>
  18.      <constraint sense="true">
  19.       <driver>gdi</driver>
  20.       <arg_defval>ev/gdi-RET-Off</arg_defval>
  21.      </constraint>
  22.   </constraints>
  23.   <enum_vals>
  24.    <enum_val id="ev/gdi-RET-On">
  25.     <ev_longname>
  26.      <en>On</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>On</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>ON</ev_driverval>
  36.     <constraints>
  37.      <constraint sense="false">
  38.       <driver>gdi</driver>
  39.      </constraint>
  40.     </constraints>
  41.    </enum_val>
  42.    <enum_val id="ev/gdi-RET-Off">
  43.     <ev_longname>
  44.      <en>Off</en>
  45.     </ev_longname>
  46.     <!-- A multilingual <comments> block can appear here, too;
  47.          it should be treated as documentation for the user. -->
  48.     <ev_shortname>
  49.      <en>Off</en>
  50.      <!-- Until someone tells me how to learn the user locale in 
  51.           backends, the shortname must be monolingual in <en>! -->
  52.     </ev_shortname>
  53.     <ev_driverval>OFF</ev_driverval>
  54.    </enum_val>
  55.   </enum_vals>
  56. </option>
  57.