Changeset 1032
- Timestamp:
- 5/9/2009 9:42:02 AM (4 years ago)
- Location:
- branches/eraser6/Manager
- Files:
-
- 4 edited
-
FileSystem.cs (modified) (2 diffs)
-
Strings.en.resx (modified) (1 diff)
-
Strings.nl.resx (modified) (1 diff)
-
Strings.resx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Manager/FileSystem.cs
r1015 r1032 49 49 { 50 50 case "FAT": 51 case "FAT32": 51 52 return new FatFileSystem(); 52 53 case "NTFS": … … 54 55 } 55 56 56 throw new NotSupportedException(); 57 throw new NotSupportedException(S._("The file system on the drive {0} is not " + 58 "supported.", volume.IsMounted ? volume.MountPoints[0] : volume.VolumeId)); 57 59 } 58 60 -
branches/eraser6/Manager/Strings.en.resx
r1031 r1032 193 193 <value>EntropySource GUID not found: {0}</value> 194 194 </data> 195 <data name="The file system on the drive {0} is not supported." xml:space="preserve"> 196 <value>The file system on the drive {0} is not supported.</value> 197 </data> 195 198 <data name="Plausible deniability was selected, but no decoy files were found. The current file has been only replaced with random data." xml:space="preserve"> 196 199 <value>Plausible deniability was selected, but no decoy files were found. The current file has been only replaced with random data.</value> -
branches/eraser6/Manager/Strings.nl.resx
r1031 r1032 193 193 <value>(Untranslated)</value> 194 194 </data> 195 <data name="The file system on the drive {0} is not supported." xml:space="preserve"> 196 <value>(Untranslated)</value> 197 </data> 195 198 <data name="Plausible deniability was selected, but no decoy files were found. The current file has been only replaced with random data." xml:space="preserve"> 196 199 <value>(Untranslated)</value> -
branches/eraser6/Manager/Strings.resx
r1031 r1032 193 193 <value>EntropySource GUID not found: {0}</value> 194 194 </data> 195 <data name="The file system on the drive {0} is not supported." xml:space="preserve"> 196 <value>The file system on the drive {0} is not supported.</value> 197 </data> 195 198 <data name="Plausible deniability was selected, but no decoy files were found. The current file has been only replaced with random data." xml:space="preserve"> 196 199 <value>Plausible deniability was selected, but no decoy files were found. The current file has been only replaced with random data.</value>
Note: See TracChangeset
for help on using the changeset viewer.
