Ignore:
Timestamp:
8/4/2010 9:23:35 AM (22 months ago)
Author:
lowjoel
Message:

Make the generation of help text for addtask parameters done by the plugins, since the arguments are passed to them, they should document their own CLIs. To do this, the ICliConfigurer interface was modified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.DefaultPlugins/Strings.pl.resx

    r2193 r2232  
    235235    <value>(Untranslated)</value> 
    236236  </data> 
     237  <data name="drive               Erases partitions, volumes or drives\r\n  arguments:\r\n    drive=\Device\Harddisk&lt;index&gt;\r\n    drive=\\.\PhysicalDrive&lt;index&gt;\r\n    drive=\\?\Volume&lt;guid&gt;" xml:space="preserve"> 
     238    <value>(Untranslated)</value> 
     239  </data> 
    237240  <data name="File" xml:space="preserve"> 
    238241    <value>(Untranslated)</value> 
     
    241244    <value>(Untranslated)</value> 
    242245  </data> 
     246  <data name="file                Erases the specified file\r\n  argument: file=&lt;path&gt;" xml:space="preserve"> 
     247    <value>(Untranslated)</value> 
     248  </data> 
    243249  <data name="Could not erase files and subfolders in {0} because {1}" xml:space="preserve"> 
    244250    <value>(Untranslated)</value> 
     
    268274    <value>(Untranslated)</value> 
    269275  </data> 
     276  <data name="dir                 Erases files and folders in the directory\r\n  arguments: dir=&lt;directory&gt;[,-excludeMask][,+includeMask][,deleteIfEmpty]\r\n    excludeMask     A wildcard expression for files and folders to\r\n                    exclude.\r\n    includeMask     A wildcard expression for files and folders to\r\n                    include.\r\n                    The include mask is applied before the exclude mask.\r\n    deleteIfEmpty   Deletes the folder at the end of the erasure if it is\r\n                    empty." xml:space="preserve"> 
     277    <value>(Untranslated)</value> 
     278  </data> 
    270279  <data name="The path you selected is invalid." xml:space="preserve"> 
    271280    <value>(Untranslated)</value> 
     
    277286    <value>(Untranslated)</value> 
    278287  </data> 
     288  <data name="recyclebin          Erases files and folders in the recycle bin" xml:space="preserve"> 
     289    <value>(Untranslated)</value> 
     290  </data> 
    279291  <data name="Secure move" xml:space="preserve"> 
    280292    <value>(Untranslated)</value> 
     
    295307    <value>(Untranslated)</value> 
    296308  </data> 
     309  <data name="move                Securely moves a file/directory to a new location\r\n  arguments: move=&lt;source&gt;|&lt;destination&gt;" xml:space="preserve"> 
     310    <value>(Untranslated)</value> 
     311  </data> 
    297312  <data name="Select the Source folder" xml:space="preserve"> 
    298313    <value>(Untranslated)</value> 
     
    335350  </data> 
    336351  <data name="Erasing unused space..." xml:space="preserve"> 
     352    <value>(Untranslated)</value> 
     353  </data> 
     354  <data name="unused              Erases unused space in the volume.\r\n  arguments: unused=&lt;drive&gt;[,clusterTips[=(true|false)]]\r\n  clusterTips     If specified, the drive's files will have their\r\n                  cluster tips erased. This parameter accepts a Boolean\r\n                  value (true/false) as an argument; if none is specified\r\n                  true is assumed." xml:space="preserve"> 
    337355    <value>(Untranslated)</value> 
    338356  </data> 
Note: See TracChangeset for help on using the changeset viewer.