Ignore:
Timestamp:
1/11/2010 2:44:04 AM (2 years ago)
Author:
lowjoel
Message:

-Check whether System Restore is enabled when the unused space erasure is run -- this will warn users to ensure that the erasure does indeed get rid of all traces of their files.
-Add periods at the end of error messages for consistency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser6/Eraser.Manager/Strings.resx

    r1319 r1496  
    124124    <value>The program does not have the required permissions to erase the unused space on disk. Run the program as an administrator and retry the operation.</value> 
    125125  </data> 
    126   <data name="The program does not have the required permissions to erase the unused space on disk" xml:space="preserve"> 
    127     <value>The program does not have the required permissions to erase the unused space on disk</value> 
    128   </data> 
    129   <data name="The drive which is having its unused space erased has disk quotas active. This will prevent the complete erasure of unused space and will pose a security concern" xml:space="preserve"> 
    130     <value>The drive which is having its unused space erased has disk quotas active. This will prevent the complete erasure of unused space and will pose a security concern</value> 
     126  <data name="The program does not have the required permissions to erase the unused space on disk." xml:space="preserve"> 
     127    <value>The program does not have the required permissions to erase the unused space on disk.</value> 
     128  </data> 
     129  <data name="The drive {0} has System Restore or Volume Shadow Copies enabled. This may allow copies of files stored on the disk to be recovered and pose a security concern." xml:space="preserve"> 
     130    <value>The drive {0} has System Restore or Volume Shadow Copies enabled. This may allow copies of files stored on the disk to be recovered and pose a security concern.</value> 
     131  </data> 
     132  <data name="The drive {0} has disk quotas active. This will prevent the complete erasure of unused space and may pose a security concern." xml:space="preserve"> 
     133    <value>The drive {0} has disk quotas active. This will prevent the complete erasure of unused space and may pose a security concern.</value> 
    131134  </data> 
    132135  <data name="Searching for files' cluster tips..." xml:space="preserve"> 
Note: See TracChangeset for help on using the changeset viewer.