Changeset 12332


Ignore:
Timestamp:
2006-07-28T14:56:36+12:00 (18 years ago)
Author:
shaoqun
Message:

added strings for plugouts

File:
1 edited

Legend:

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

    r12267 r12332  
    399399
    400400
     401# -- plugoutinfo.pl --
     402
     403plugoutinfo.collect:Giving a collection name will make plugoutinfo.pl look in collect/collection-name/perllib/plugouts first. If the plugout is not found there it will look in the general perllib/plugouts directory.
     404
     405plugoutinfo.desc:Prints information about a plugout.
     406
     407plugoutinfo.general_options:General options are inherited from parent classes of the plugout.
     408
     409plugoutinfo.info:info
     410
     411plugoutinfo.no_plugout_name:ERROR: You must provide a plugout name.
     412
     413plugoutinfo.option_types:Plugouts may take two types of options
     414
     415plugoutinfo.params:[options] plugout-name
     416
     417plugoutinfo.passing_options:Options may be passed to any plugout by including them in your collect.cfg configuration file.
     418
     419plugoutinfo.specific_options:Specific options are defined within the plugout itself, and are available only to this particular plugout.
     420
     421
     422#
     423# Plugout option descriptions
     424#
     425
     426MARCXMLPlugout.desc:MARC xml format.
     427
     428METSPlugout.desc:METS format using the Greenstone profile.
     429
     430BasPlugout.desc:Base class for all the export plugouts.
     431
     432GAPlugout.desc:Greenstone Archive format.
     433
     434DSpacePlugout.desc::DSpace Archive format.
     435
     436METSPlugout.version::Currently only valid with 'saveas METS', options are 'greenstone', for Greenstone METS, or 'fedora', for Fedora METS.
     437
     438BasPlugout.group_size:Number of documents to group into one XML file.
     439
     440BasPlugout.output_info:the reference to an arcinfo object used to store information about the archives.
     441
     442BasPlugout.output_handle: the file descriptor used to send output information
     443
     444BasPlugout.verbosity:Controls the quantity of output. 0=none, 3=lots.
     445
     446BasPlugout.gzip_output:Use gzip to compress resulting xml documents (don't forget to include ZIPPlug in your plugin list when building from compressed documents).
     447
     448BasPlugout.xslt_file:Transform a document with the XSLT in the named file. 
     449
     450MARCXMLPlugout.group:Output the marc xml records into a single file.
     451
     452METSPlugout.xslt_txt:Transform a mets's doctxt.xml with the XSLT in the named file. 
     453
     454METSPlugout.xslt_mets:Transform a mets's docmets.xml with the XSLT in the named file. 
     455
    401456#
    402457# Classifier option descriptions
     
    9811036Z3950Download.max_records_disp:Max Records
    9821037
     1038
     1039#
     1040#Plugout module option descriptions
     1041#
     1042
     1043BasPlugout.desc:Base class for all the plugouts.
     1044BasPlugout.bad_general_option:The %s plugout uses an incorrect general option (general options are those available to all plugouts). .
     1045
    9831046#
    9841047# Perl module strings
     
    10241087
    10251088PrintUsage.required:REQUIRED
     1089
     1090plugout.could_not_find_plugout:ERROR: Could not find plugout \"%s\"
Note: See TracChangeset for help on using the changeset viewer.