Changeset 2144
- Timestamp:
- 5/16/2010 10:34:11 AM (3 years ago)
- Location:
- trunk/eraser/Eraser.DefaultPlugins
- Files:
-
- 7 edited
-
ErasureTargets/FileSystemObjectErasureTarget.cs (modified) (1 diff)
-
ErasureTargets/RecycleBinErasureTarget.cs (modified) (1 diff)
-
Strings.en.resx (modified) (1 diff)
-
Strings.it.resx (modified) (1 diff)
-
Strings.nl.resx (modified) (1 diff)
-
Strings.pl.resx (modified) (1 diff)
-
Strings.resx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.DefaultPlugins/ErasureTargets/FileSystemObjectErasureTarget.cs
r2143 r2144 294 294 }); 295 295 else 296 Logger.Log(S._("The file {0} is a reparse point and the contents of the file " +297 " was left intact, but the file reference waserased.", LogLevel.Notice));296 Logger.Log(S._("The file {0} is a hard link or a symbolic link thus the " + 297 "contents of the file was not erased.", LogLevel.Notice)); 298 298 299 299 //Remove the file. -
trunk/eraser/Eraser.DefaultPlugins/ErasureTargets/RecycleBinErasureTarget.cs
r2106 r2144 98 98 foreach (FileInfo file in GetFiles(dir)) 99 99 { 100 if (!file.Exists || (file.Attributes & FileAttributes.ReparsePoint) != 0)101 continue;102 103 100 //Add the ADSes 104 101 result.AddRange(GetPathADSes(file)); -
trunk/eraser/Eraser.DefaultPlugins/Strings.en.resx
r2114 r2144 214 214 <value>The task was cancelled.</value> 215 215 </data> 216 <data name="The file {0} is a hard link or a symbolic link thus the contents of the file was not erased." xml:space="preserve"> 217 <value>The file {0} is a hard link or a symbolic link thus the contents of the file was not erased.</value> 218 </data> 216 219 <data name="Files in Folder" xml:space="preserve"> 217 220 <value>Files in Folder</value> -
trunk/eraser/Eraser.DefaultPlugins/Strings.it.resx
r2114 r2144 214 214 <value>L'operazione è stata annullata.</value> 215 215 </data> 216 <data name="The file {0} is a hard link or a symbolic link thus the contents of the file was not erased." xml:space="preserve"> 217 <value>(Untranslated)</value> 218 </data> 216 219 <data name="Files in Folder" xml:space="preserve"> 217 220 <value>File in cartella</value> -
trunk/eraser/Eraser.DefaultPlugins/Strings.nl.resx
r2114 r2144 214 214 <value>(Untranslated)</value> 215 215 </data> 216 <data name="The file {0} is a hard link or a symbolic link thus the contents of the file was not erased." xml:space="preserve"> 217 <value>(Untranslated)</value> 218 </data> 216 219 <data name="Files in Folder" xml:space="preserve"> 217 220 <value>(Untranslated)</value> -
trunk/eraser/Eraser.DefaultPlugins/Strings.pl.resx
r2114 r2144 214 214 <value>(Untranslated)</value> 215 215 </data> 216 <data name="The file {0} is a hard link or a symbolic link thus the contents of the file was not erased." xml:space="preserve"> 217 <value>(Untranslated)</value> 218 </data> 216 219 <data name="Files in Folder" xml:space="preserve"> 217 220 <value>(Untranslated)</value> -
trunk/eraser/Eraser.DefaultPlugins/Strings.resx
r2114 r2144 214 214 <value>The task was cancelled.</value> 215 215 </data> 216 <data name="The file {0} is a hard link or a symbolic link thus the contents of the file was not erased." xml:space="preserve"> 217 <value>The file {0} is a hard link or a symbolic link thus the contents of the file was not erased.</value> 218 </data> 216 219 <data name="Files in Folder" xml:space="preserve"> 217 220 <value>Files in Folder</value>
Note: See TracChangeset
for help on using the changeset viewer.
