Changeset 14198 for gsdl


Ignore:
Timestamp:
2007-06-29T11:41:12+12:00 (17 years ago)
Author:
xiao
Message:

dd the tooltip text for disable-OAI: tick to disable OAI service for this collection.

File:
1 edited

Legend:

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

    r14107 r14198  
    6060
    6161# -- buildcol.pl --
     62buildcol.disable_OAI:tick to make it not providing the OAI service for this collection.
    6263
    6364buildcol.archivedir:Where the archives live.
     
    546547GenericList.desc:A general and flexible list classifier with most of the abilities of AZCompactList, but with better Unicode, metadata and sorting capabilities.
    547548GenericList.metadata:Metadata fields used for classification. Use '/' to separate the levels in the hierarchy and ';' to separate metadata fields within each level.
    548 GenericList.partition_name_length:The length of the partition name; defaults to a variable length from 1 up to 3 characters, depending on how many are required to distinguish the partition start from its end. This option only applies when partition_type_within_level is set to 'constant_size'.
    549549GenericList.partition_size_within_level:The number of items in each partition (only applies when partition_type_within_level is set to 'constant_size').
    550550GenericList.partition_type_within_level:The type of partitioning done: either 'per_letter', 'constant_size', or 'none'.
     
    861861
    862862MARCXMLPlug.metadata_mapping_file:Name of file that includes mapping details from MARC values to Greenstone metadata names. Defaults to 'marctodc.txt' found in the site's etc directory.
    863 
    864 MediaWikiPlug.show_toc:Show the 'table of contents' of the Wiki main page on the collection's about page. Needs to specify a Perl regular expression in toc_exp below to match the table of contents.
    865 
    866 MediaWikiPlug.toc_exp:A Perl regular expression to match the table of content.
    867 
    868 MediaWikiPlug.delete_toc:Delete the table of contents section. Needs to specify a Perl regular expression in toc_exp above to match the table of contents.
    869 
    870 MediaWikiPlug.delete_nav:Delete the left navigation section. Needs to specify a Perl regular expression in nav_exp below to match the navigation section.
    871 
    872 MediaWikiPlug.nav_exp:A Perl regular expression to match the navigation section.
    873863
    874864MetadataCSVPlug.desc:A plugin for metadata in comma-separated value format. The Filename field in the CSV file is used to determine which document the metadata belongs to.
Note: See TracChangeset for help on using the changeset viewer.