home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Picasa / picasa38-setup.exe / runtime / options.fen < prev    next >
Encoding:
Picasa Windows info  |  2011-02-07  |  12.4 KB  |  276 lines

  1. <window mac_title="Preferences" win_title="Options" width="fit">
  2.   <tabs name="tabs">
  3.     <tab title="General">
  4.       <labelgroup title="User interface:">
  5.         <check title="Use special effects" name="UITransitions"/>
  6.         <check title="Show tooltips" name="ShowTooltips" os="win"/>
  7.         <check title="Show help tags" name="ShowTooltips" os="mac"/>
  8.         <check title="Single-click to exit Edit View" name="SingleClickExit"/>
  9.       </labelgroup>
  10.       <spacer amount="1em"/>
  11.       <labelgroup title="Files:">
  12.         <check title="Detect duplicates while importing" name="autoexclude"/>
  13.         <check title="Clear cache files" name="disposepreviews"/>
  14.         <check title="Delete from disk without confirmation" name="DoNotConfirmDeleteFromDisk"/>
  15.         <check title="Remove from album without confirmation" name="DoNotConfirmRemoveFromAlbum"/>
  16.       </labelgroup>
  17.       <separator/>
  18.       <labelgroup title="Help improve Picasa:" width="fit">
  19.         <!-- Stats Reporting -->
  20.         <check title="Send anonymous usage stats to Google" name="usagestats"/>
  21.         <link align="end" title="Privacy..." url="http://picasa.google.com/support/bin/answer.py?answer=139492" name="privacy"/>
  22.       </labelgroup>
  23.       <separator/>
  24.       <labelgroup title="Automatic updates:" os="win">
  25.         <!-- AutoUpgradeCheck + AutoUpgradeAsk -->
  26.         <popup name="autoupdate">
  27.           <item title="Update automatically"/>
  28.           <item title="Ask before downloading updates"/>
  29.           <item title="Don't check for updates"/>
  30.         </popup>
  31.       </labelgroup>
  32.       <labelgroup title="Language:" os="win">
  33.         <popup name="language">
  34.           <item title="System Default (en-US)"/>
  35.         </popup>
  36.       </labelgroup>
  37.       <labelgroup title="When a camera is connected, launch:" os="mac">
  38.         <popup name="plugInCameraActionChoice">
  39.           <item title="Picasa"/>
  40.           <item title="no application"/>
  41.           <item title="-"/>
  42.           <item title="Choose application within ImageCapture..."/>
  43.         </popup>
  44.       </labelgroup>
  45.       <labelgroup title="Save imported pictures in:">
  46.         <browse title="Browse..." prompt="Select destination folder for imported pictures" name="importdest"/>
  47.       </labelgroup>
  48.     </tab>
  49.     <tab title="E-Mail">
  50.       <group layout="column" align="center" width="fit">
  51.         <labelgroup title="E-mail program:">
  52.           <radiogroup name="mailprog">
  53.             <radio title="Let me choose each time I send pictures"/>
  54.             <radio title="Use my computer's default e-mail program" name="defaultmail"/>
  55.             <radio title="Use my Google account"/>
  56.           </radiogroup>
  57.         </labelgroup>
  58.         <labelgroup title="Size for multiple pictures:">
  59.           <group layout="row" width="fill">
  60.             <slider min="0" max="7" ticks="8" width="20em" name="picsize"/>
  61.             <label title="1024 pixels" width="8em">
  62.               <bind source="picsize" attr="title" format="%s pixels" list="160|320|480|640|800|1024|1200|1600"/>
  63.             </label>
  64.           </group>
  65.         </labelgroup>
  66.         <labelgroup title="Size for single pictures:">
  67.           <radiogroup name="EmailSinglePicture" width="fill">
  68.             <radio title="Same as multiple (1024 pixels)" width="fill">
  69.               <bind source="picsize" attr="title" format="Same as multiple (%s pixels)" list="160|320|480|640|800|1024|1200|1600"/>
  70.             </radio>
  71.             <radio title="Original size"/>
  72.           </radiogroup>
  73.         </labelgroup>
  74.         <labelgroup title="Send movies as:">
  75.           <radiogroup name="EmailMovie">
  76.             <radio title="First frame"/>
  77.             <radio title="Full movie"/>
  78.           </radiogroup>
  79.         </labelgroup>
  80.         <labelgroup title="Output format:" os="win">
  81.           <check title="Send inline photos and captions (Outlook only)" name="UseHTMLMailer"/>
  82.         </labelgroup>
  83.       </group>
  84.     </tab>
  85.     <tab title="File Types">
  86.       <group layout="column" align="center">
  87.         <label title="Display JPEG files and:"/>
  88.         <group layout="column" os="win">
  89.           <check title=".BMP" name="SupportBMP"/>
  90.           <check title=".GIF" name="SupportGIF"/>
  91.           <check title=".PNG" name="SupportPNG"/>
  92.           <check title=".TGA" name="SupportTGA"/>
  93.           <check title=".TIF, .TIFF" name="SupportTIF"/>
  94.           <check title=".PSD (Photoshop)" name="SupportPSD"/>
  95.           <group layout="row">
  96.             <check title="RAW formats" name="SupportRAW"/>
  97.             <spacer amount="0.5em"/>
  98.             <label title="("/>
  99.             <spacer amount="0"/>
  100.             <link title="Supported Formats" url="http://picasa.google.com/support/bin/answer.py?hl=en&answer=15625"/>
  101.             <spacer amount="0"/>
  102.             <label title=")"/>
  103.           </group>
  104.           <check title="Movies (.AVI, .MPG, .ASF, .WMV)" name="SupportMovies"/>
  105.           <check title="Quicktime Movies (.MOV)" name="SupportQuicktime"/>
  106.         </group>
  107.         <group layout="column" os="mac">
  108.           <check title=".gif" name="SupportGIF"/>
  109.           <check title=".png" name="SupportPNG"/>
  110.           <check title=".tif, .tiff" name="SupportTIF"/>
  111.           <check title=".bmp" name="SupportBMP"/>
  112.           <check title=".tga" name="SupportTGA"/>
  113.           <check title=".psd (Photoshop)" name="SupportPSD"/>
  114.           <group layout="row">
  115.             <check title="RAW formats" name="SupportRAW"/>
  116.             <spacer amount="0.5em"/>
  117.             <label title="("/>
  118.             <spacer amount="0"/>
  119.             <link title="Supported Formats" url="http://picasa.google.com/support/bin/answer.py?hl=en&answer=15625"/>
  120.             <spacer amount="0"/>
  121.             <label title=")"/>
  122.           </group>
  123.           <check title="Movies (.mov, .mpg, .m4v, .3gp, .avi, ...)" name="SupportMovies"/>
  124.         </group>
  125.       </group>
  126.     </tab>
  127.     <tab title="Slideshow">
  128.       <check title="Loop slideshow" name="LoopSlideshow"/>
  129.       <check title="Play music tracks during slideshow" name="PlayMP3Tracks"/>
  130.       <group layout="row" width="fill">
  131.         <bind attr="enabled" source="PlayMP3Tracks"/>
  132.         <spacer amount="indent"/>
  133.         <group layout="column" width="fill">
  134.           <label title="Select a folder of music tracks:"/>
  135.           <browse title="Browse..." prompt="Select a folder to play music from" name="MP3SlideshowPath"/>
  136.         </group>
  137.       </group>
  138.     </tab>
  139.     <tab title="Printing">
  140.       <label title="Available print sizes:" align="center"/>
  141.       <group layout="row" align="center">
  142.         <group layout="column">
  143.           <popup name="print1" width="10em"/>
  144.           <popup name="print2" width="10em"/>
  145.           <popup name="print3" width="10em"/>
  146.         </group>
  147.         <group layout="column">
  148.           <popup name="print4" width="10em"/>
  149.           <popup name="print5" width="10em"/>
  150.         </group>
  151.       </group>
  152.       <separator/>
  153.       <group layout="column" align="center" width="fit">
  154.         <labelgroup title="Previews:">
  155.           <check title="Use high quality previews (slower)" name="PrintProxyPreview"/>
  156.         </labelgroup>
  157.         <labelgroup title="Printer quality:" os="win">
  158.           <radiogroup name="PrinterQuality">
  159.             <radio title="Compatible (half-res)"/>
  160.             <radio title="High Quality (full-res)"/>
  161.           </radiogroup>
  162.         </labelgroup>
  163.         <labelgroup title="Print resampler quality:">
  164.           <radiogroup name="PrintResamplerQuality">
  165.             <radio title="General (Lanczos-3)"/>
  166.             <radio title="Extra sharp (Lanczos-8)"/>
  167.           </radiogroup>
  168.         </labelgroup>
  169.       </group>
  170.     </tab>
  171.     <tab title="Network">
  172.       <group layout="column" width="fill">
  173.         <labelgroup title="Proxy username:" os="win">
  174.           <edit width="fill" name="ProxyUser"/>
  175.         </labelgroup>
  176.         <labelgroup title="Proxy password:" os="win">
  177.           <password width="fill" name="ProxyPass"/>
  178.           <check title="Automatically detect network settings" name="autoproxy"/>
  179.         </labelgroup>
  180.         <labelgroup title="Network log level:">
  181.           <popup name="loglevel">
  182.             <item title="Disable Logging"/>
  183.             <item title="Log errors only"/>
  184.             <item title="Minimal log information"/>
  185.             <item title="Detailed log information"/>
  186.             <item title="Log all network information"/>
  187.           </popup>
  188.         </labelgroup>
  189.         <labelgroup title="Log:" width="fill">
  190.           <pathbox width="fill" name="log"/>
  191.         </labelgroup>
  192.       </group>
  193.     </tab>
  194.     <tab title="Web Albums">
  195.       <labelgroup title="Default upload size:">
  196.         <popup name="PWADefaultSize">
  197.           <item title="Original size (slowest upload)"/>
  198.           <item title="Recommended: 1600 pixels (for prints, screensavers, and sharing)"/>
  199.           <item title="Medium: 1024 pixels (for sharing)"/>
  200.           <item title="Small: 640 pixels (for blogs and webpages)"/>
  201.         </popup>
  202.         <group layout="column">
  203.           <bind source="PWADefaultSize" attr="enabled" transform="not"/>
  204.           <check title="Use 1600 pixel size when sharing" name="PWAShare1600"/>
  205.           <check title="When syncing large files, upload previews first" name="PWAStriped"/>
  206.           <spacer amount="0"/>
  207.           <group><spacer amount="indent"/><label title="(recommended)"/></group>
  208.         </group>
  209.       </labelgroup>
  210.       <labelgroup title="JPEG Quality:">
  211.         <group layout="column">
  212.         <bind source="PWADefaultSize" attr="enabled"/>
  213.         <check title="Preserve original image quality (uses more storage)" name="PWAUseHiQualityJPEG"/>
  214.         </group>
  215.       </labelgroup>
  216.       <labelgroup title="New album visibility:">
  217.         <popup name="PWAPublic">
  218.           <item title="{confirmsync::public}Public on the web"/>
  219.           <item title="{confirmsync::unlisted}Anyone with the link"/>
  220.           <item title="{confirmsync::signinRequired}Private"/>
  221.         </popup>
  222.       </labelgroup>
  223.       <labelgroup title="Syncing:">
  224.         <check title="Sync starred photos only" name="PWAStarred"/>
  225.         <check title="Don't confirm every sync (use the above settings)" name="confirmsync::disable"/>
  226.         <check title="Sync photo order" name="PWASyncOrder"/>
  227.       </labelgroup>
  228.       <labelgroup title="Name Tags:">
  229.         <check title="Include with photo uploads" name="enablefruploads"/>
  230.       </labelgroup>
  231.       <labelgroup title="Watermarks:">
  232.         <check title="Add a watermark for all photo uploads:" name="haswatermark"/>
  233.         <edit width="fill" name="PWAWatermark">
  234.           <bind attr="enabled" source="haswatermark"/>
  235.         </edit>
  236.         <spacer amount="0.25em"/>
  237.         <label width="fill" size="small" title="Stamp photos with your name, a web domain, or a copyright notice."/>
  238.       </labelgroup>
  239.     </tab>
  240.     <tab title="Name Tags">
  241.       <group layout="column" align="center" width="fit">
  242.         <check title="Enable face detection" name="enablefacedetection"/>
  243.         <check title="Enable suggestions:" name="enablefacesuggestions"/>
  244.         <group width="fit">
  245.           <spacer amount="indent"/>
  246.           <group layout="column" width="fit">
  247.             <labelgroup title="Suggestion threshold:">
  248.               <group layout="row" width="fill">
  249.                 <slider min="0" max="9" ticks="10" width="20em" name="facethresh0"/>
  250.                 <label title="facethresh0"> 
  251.                   <bind source="facethresh0" attr="title" format="%s" list="50|55|60|65|70|75|80|85|90|95"/>
  252.                 </label>
  253.               </group>
  254.             </labelgroup>
  255.             <labelgroup title="Cluster threshold:">
  256.               <group layout="row" width="fill">
  257.                 <slider min="0" max="9" ticks="10" width="20em" name="facethresh1"/>
  258.                 <label title="facethresh1">
  259.                   <bind source="facethresh1" attr="title" format="%s" list="50|55|60|65|70|75|80|85|90|95"/>
  260.                 </label>
  261.               </group>
  262.             </labelgroup>
  263.           </group>
  264.         </group>
  265.         <!-- TODO(clay): Disable persistance of face data until the standard is resolved. -->
  266.         <!-- <check title="Store name tags in photo" name="persistfacetofile"/> -->
  267.         <check title="Upload people album thumbnails to Google Contacts" name="uploadcontactphotos"/>
  268.       </group>
  269.     </tab>
  270.   </tabs>
  271.   <buttongroup>
  272.     <button title="OK" type="accept"/>
  273.     <button title="Cancel" type="cancel"/>
  274.   </buttongroup>
  275. </window>
  276.