Ignore:
Timestamp:
13/08/10 16:34:17 (22 months ago)
Author:
Stephen Rankin
Message:

Bulk Load working but not really tested. Fixed various bugs fixed, but single file validation is not working now! Close all files function added. Check for NEXUS/HDF files added. Added threads for file loading actions. Some refactoring of code. refs #236.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXconvertpy/src/org/nexusformat/nxvalidate/resources/nxvalidate.properties

    r1500 r1504  
    1010openNexusFileMessage=You need to select a Nexus file to open. 
    1111fileMenuItem=File 
    12 openSchemaFileMessage=You need to select a Schematron file to open. 
     12openSchemaFileMessage=You need to select an NXDL file to open. 
    1313applicationTitle=ISIS Nexus File Validation Tool 
    1414validationCompleteMessage=Validation Complete 
     
    2020noConvertCommandFound=No nxconvert command found, cannot validate. 
    2121defaultUNIXNXconvert2=/usr/bin/nxconvert 
     22closeAllWarningMessage=Are you sure you want to close all files? 
     23filesNotNexusError=Some files have been detected as not being Nexus/HDF files and have been unchecked in the include column. 
Note: See TracChangeset for help on using the changeset viewer.