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 / pxlmono-GSResolution.xml < prev    next >
Encoding:
Text File  |  2003-08-01  |  2.8 KB  |  82 lines

  1. <option type="enum" id="opt/pxlmono-GSResolution">
  2.   <!-- A multilingual <comments> block can appear here, too;
  3.        it should be treated as documentation for the user. -->
  4.   <arg_longname>
  5.    <en>GhostScript Resolution</en>
  6.   </arg_longname>
  7.   <arg_shortname>
  8.    <en>GSResolution</en><!-- backends only know <en> shortnames! -->
  9.   </arg_shortname>
  10.   <arg_execution>
  11.    <arg_group>General</arg_group>
  12.    <arg_order>100</arg_order>
  13.    <arg_spot>A</arg_spot>
  14.    <arg_substitution />
  15.    <arg_proto> -r%s</arg_proto>
  16.   </arg_execution>
  17.   <constraints>
  18.      <constraint sense="true">
  19.       <driver>pxlmono</driver>
  20.       <arg_defval>ev/pxlmono-GSResolution-600x600dpi</arg_defval>
  21.      </constraint>
  22.      <constraint sense="true">
  23.       <driver>pxlcolor</driver>
  24.       <arg_defval>ev/pxlmono-GSResolution-600x600dpi</arg_defval>
  25.      </constraint>
  26.   </constraints>
  27.   <enum_vals>
  28.    <enum_val id="ev/pxlmono-GSResolution-300x300dpi">
  29.     <ev_longname>
  30.      <en>300 DPI</en>
  31.     </ev_longname>
  32.     <!-- A multilingual <comments> block can appear here, too;
  33.          it should be treated as documentation for the user. -->
  34.     <ev_shortname>
  35.      <en>300x300dpi</en>
  36.      <!-- Until someone tells me how to learn the user locale in 
  37.           backends, the shortname must be monolingual in <en>! -->
  38.     </ev_shortname>
  39.     <ev_driverval>300x300</ev_driverval>
  40.    </enum_val>
  41.    <enum_val id="ev/pxlmono-GSResolution-600x600dpi">
  42.     <ev_longname>
  43.      <en>600 DPI</en>
  44.     </ev_longname>
  45.     <!-- A multilingual <comments> block can appear here, too;
  46.          it should be treated as documentation for the user. -->
  47.     <ev_shortname>
  48.      <en>600x600dpi</en>
  49.      <!-- Until someone tells me how to learn the user locale in 
  50.           backends, the shortname must be monolingual in <en>! -->
  51.     </ev_shortname>
  52.     <ev_driverval>600x600</ev_driverval>
  53.    </enum_val>
  54.    <enum_val id="ev/pxlmono-GSResolution-1200x1200dpi">
  55.     <ev_longname>
  56.      <en>1200 DPI</en>
  57.     </ev_longname>
  58.     <!-- A multilingual <comments> block can appear here, too;
  59.          it should be treated as documentation for the user. -->
  60.     <ev_shortname>
  61.      <en>1200x1200dpi</en>
  62.      <!-- Until someone tells me how to learn the user locale in 
  63.           backends, the shortname must be monolingual in <en>! -->
  64.     </ev_shortname>
  65.     <ev_driverval>1200x1200</ev_driverval>
  66.    </enum_val>
  67.    <enum_val id="ev/pxlmono-GSResolution-1200x600dpi">
  68.     <ev_longname>
  69.      <en>1200x600 DPI</en>
  70.     </ev_longname>
  71.     <!-- A multilingual <comments> block can appear here, too;
  72.          it should be treated as documentation for the user. -->
  73.     <ev_shortname>
  74.      <en>1200x600dpi</en>
  75.      <!-- Until someone tells me how to learn the user locale in 
  76.           backends, the shortname must be monolingual in <en>! -->
  77.     </ev_shortname>
  78.     <ev_driverval>1200x600</ev_driverval>
  79.    </enum_val>
  80.   </enum_vals>
  81. </option>
  82.