Changeset 6053


Ignore:
Timestamp:
2003-12-01T11:39:18+13:00 (20 years ago)
Author:
kjdon
Message:

added in strings for exportcol.pl script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/strings.rb

    r5764 r6053  
    116116classinfo.specific_options:Specific options are defined within the classifier itself, and are available only to this particular classifier.
    117117
     118# -- exportcol.pl --
     119
     120exportcol.out:Filename or handle to print output status to.
     121exportcol.cdname:The name of the CD-ROM -- this is what will appear in the start menu once the CD-ROM is installed.
     122exportcol.desc:PERL script used to export one or more collections to a Windows CD-ROM.
     123exportcol.params:[options] collection-name1 collection-name2 ...
     124exportcol.coll_not_found:Ignoring invalid collection %s: collection not found at %s.
     125exportcol.coll_dirs_not_found:Ignoring invalid collection %s: one of the following directories not found:
     126exportcol.fail:exportcol.pl failed:
     127exportcol.no_valid_colls:No valid collections specified to export.
     128exportcol.couldnt_create_dir:Could not create directory %s.
     129exportcol.couldnt_create_file:Could not create %s.
     130exportcol.non_exist_files:One or more of the following necessary files and directories does not exist:
     131exportcol.success:exportcol.pl succeeded:
     132exportcol.output_dir:The exported collections are in %s.
    118133
    119134# -- import.pl --
Note: See TracChangeset for help on using the changeset viewer.