Changeset 19014


Ignore:
Timestamp:
2009-04-16T16:00:43+12:00 (15 years ago)
Author:
anna
Message:

Added several option descriptions for List classifier.

File:
1 edited

Legend:

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

    r18986 r19014  
    563563DateList.sort:An extra metadata field to sort by in the case where two documents have the same date.
    564564
    565 GenericList.always_bookshelf_last_level:Create a bookshelf icon even if there is only one item in each group at the leaf nodes.
    566565GenericList.classify_sections:Classify sections instead of documents.
    567566GenericList.desc:A general and flexible list classifier with most of the abilities of AZCompactList, but with better Unicode, metadata and sorting capabilities.
     
    598597HTML.url:The url of the web page to link to.
    599598
     599List.bookshelf_type.always:Create a bookshelf icon even if there is only one item in each group at the leaf nodes.
     600List.bookshelf_type.never:Never create a bookshelf icon even if there are more than one item in each group at the leaf nodes.
     601List.bookshelf_type.duplicate_only:Create a bookshelf icon only when there are more than one item in each group at the leaf nodes.
     602
    600603List.desc:Simple list classifier plugin.
     604
     605List.level_partition.per_letter:Create a partition for each letter.
     606List.level_partition.constant_size:Create partition with constant size.
     607List.level_partition.per_letter_fixed_size:Create a partition per letter with approximately fixed size.
    601608
    602609List.metadata:A single Metadata field or a comma separated list of Metadata fields used for classification. Following the order indicated by the list, the first field that contains a Metadata value will be used. List will be sorted by this element, unless -sort is used. If no metadata is specified, then all documents will be included in the list, otherwise only documents that contain a metadata value will be included.
Note: See TracChangeset for help on using the changeset viewer.