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

  1. <window title="Rename Files" width="fit">
  2.   <label title="1 file(s) selected for rename." width="fill">
  3.     <bind format="%s file(s) selected for rename." source="files" attr="title"/>
  4.   </label>
  5.   <spacer amount="0"/>
  6.   <label title="Please enter a new name for these files:"/>
  7.   <edit width="25em" title="" name="newname" filter="filename"/>
  8.   <group align="center">
  9.     <labelgroup title="Include in filename:">
  10.       <check title="Date" name="date"/>
  11.       <check title="Image resolution" name="size"/>
  12.     </labelgroup>
  13.   </group>
  14.   <label title="Example:" width="fill" height="2li" name="sample"/>
  15.   <buttongroup>
  16.     <button title="Rename" type="accept" name="rename"/>
  17.     <button title="Cancel" type="cancel"/>
  18.   </buttongroup>
  19. </window>
  20.