greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17205

Show
Ignore:
Timestamp:
2008-09-08 11:25:16 (3 months ago)
Author:
kjdon
Message:

reordered strings - put all the plugout ones together

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gsdl/trunk/perllib/strings.properties

    r17144 r17205  
    480480 
    481481 
    482 # 
    483 # Plugout option descriptions 
    484 # 
    485  
    486 MARCXMLPlugout.desc:MARC xml format. 
    487  
    488 METSPlugout.desc:Superclass plugout for METS format.  Provides common functionality for profiles such as GreenstoneMETS and FedoraMETS and key abstract methods. 
    489 GreenstoneMETSPlugout.desc:METS format using the Greenstone profile. 
    490  
    491 FedoraMETSPlugout.desc:METS format using the Fedora profile. 
    492  
    493 FedoraMETSPlugout.fedora_namespace:The prefix used in Fedora for process ids (PIDS) e.g. greenstone:HASH0122efe4a2c58d0 
    494  
    495  
    496  
    497 BasPlugout.desc:Base class for all the export plugouts. 
    498  
    499 GAPlugout.desc:Greenstone Archive format. 
    500  
    501 DSpacePlugout.desc::DSpace Archive format. 
    502  
    503 BasPlugout.group_size:Number of documents to group into one XML file. 
    504  
    505 BasPlugout.output_info:the reference to an arcinfo object used to store information about the archives. 
    506  
    507 BasPlugout.output_handle: the file descriptor used to send output information  
    508  
    509 BasPlugout.verbosity:Controls the quantity of output. 0=none, 3=lots. 
    510  
    511 BasPlugout.gzip_output:Use gzip to compress resulting xml documents (don't forget to include ZIPPlugin in your plugin list when building from compressed documents). 
    512  
    513 BasPlugout.xslt_file:Transform a document with the XSLT in the named file.   
    514  
    515 MARCXMLPlugout.group:Output the marc xml records into a single file. 
    516  
    517 MARCXMLPlugout.mapping_file:Use the named mapping file for the transformation. 
    518  
    519 METSPlugout.xslt_txt:Transform a mets's doctxt.xml with the XSLT in the named file.   
    520  
    521 METSPlugout.xslt_mets:Transform a mets's docmets.xml with the XSLT in the named file.   
    522482 
    523483# 
     
    12381198 
    12391199# 
    1240 #Plugout module option descriptions 
    1241 
    1242  
    1243 BasPlugout.desc:Base class for all the plugouts. 
     1200#Plugout option descriptions 
     1201
     1202 
    12441203BasPlugout.bad_general_option:The %s plugout uses an incorrect option. 
     1204BasPlugout.debug:set debugging mode 
     1205BasPlugout.desc:Base class for all the export plugouts. 
     1206BasPlugout.group_size:Number of documents to group into one XML file. 
     1207BasPlugout.gzip_output:Use gzip to compress resulting xml documents (don't forget to include ZIPPlugin in your plugin list when building from compressed documents). 
     1208BasPlugout.output_handle: the file descriptor used to send output information  
     1209BasPlugout.output_info:the reference to an arcinfo object used to store information about the archives. 
     1210BasPlugout.verbosity:Controls the quantity of output. 0=none, 3=lots. 
     1211BasPlugout.xslt_file:Transform a document with the XSLT in the named file.   
     1212 
     1213DSpacePlugout.desc:DSpace Archive format. 
     1214 
     1215FedoraMETSPlugout.desc:METS format using the Fedora profile. 
     1216FedoraMETSPlugout.fedora_namespace:The prefix used in Fedora for process ids (PIDS) e.g. greenstone:HASH0122efe4a2c58d0 
     1217 
     1218GAPlugout.desc:Greenstone Archive format. 
     1219 
     1220GreenstoneMETSPlugout.desc:METS format using the Greenstone profile. 
     1221 
     1222MARCXMLPlugout.desc:MARC xml format. 
     1223MARCXMLPlugout.group:Output the marc xml records into a single file. 
     1224MARCXMLPlugout.mapping_file:Use the named mapping file for the transformation. 
     1225 
     1226METSPlugout.desc:Superclass plugout for METS format.  Provides common functionality for profiles such as GreenstoneMETS and FedoraMETS and key abstract methods. 
     1227METSPlugout.xslt_txt:Transform a mets's doctxt.xml with the XSLT in the named file.   
     1228METSPlugout.xslt_mets:Transform a mets's docmets.xml with the XSLT in the named file.   
    12451229 
    12461230#