Ignore:
Timestamp:
2009-04-23T19:34:45+12:00 (15 years ago)
Author:
anna
Message:

renamed string keys to match classifier name

File:
1 edited

Legend:

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

    r19219 r19244  
    563563DateList.sort:An extra metadata field to sort by in the case where two documents have the same date.
    564564
    565 GenericList.classify_sections:Classify sections instead of documents.
    566 GenericList.desc:A general and flexible list classifier with most of the abilities of AZCompactList, but with better Unicode, metadata and sorting capabilities.
    567 GenericList.metadata:Metadata fields used for classification. Use '/' to separate the levels in the hierarchy and ';' to separate metadata fields within each level.
    568 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'.
    569 GenericList.partition_size_within_level:The number of items in each partition (only applies when partition_type_within_level is set to 'constant_size').
    570 GenericList.partition_type_within_level:The type of partitioning done: either 'per_letter', 'constant_size', or 'none'.
    571 GenericList.sort_leaf_nodes_using:Metadata fields used for sorting the leaf nodes. Use '|' to separate the metadata groups to stable sort and ';' to separate metadata fields within each group.
    572 GenericList.sort_using_unicode_collation:Sort using the Unicode Collation Algorithm. Requires http://www.unicode.org/Public/UCA/latest/allkeys.txt file to be downloaded into perl's lib/Unicode/Collate folder.
    573 GenericList.use_hlist_for:Metadata fields to use a hlist rather than a vlist. Use ',' to separate the metadata groups and ';' to separate the metadata fields within each group.
    574 
    575565HFileHierarchy.desc:Classifier plugin for generating hierarchical classifications based on a supplementary structure file.
    576566
     
    602592List.bookshelf_type.duplicate_only:Create a bookshelf icon only when there are more than one item in each group at the leaf nodes.
    603593
    604 List.desc:Simple list classifier plugin.
     594List.classify_sections:Classify sections instead of documents.
     595
     596List.desc:A general and flexible list classifier with most of the abilities of AZCompactList, but with better Unicode, metadata and sorting capabilities.
    605597
    606598List.level_partition.per_letter:Create a partition for each letter.
     
    608600List.level_partition.per_letter_fixed_size:Create a partition per letter with approximately fixed size.
    609601
    610 List.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.
    611 
    612 List.sort:Metadata field to sort by. Use '-sort nosort' for no sorting.
     602List.metadata:Metadata fields used for classification. Use '/' to separate the levels in the hierarchy and ';' to separate metadata fields within each level.
     603
     604List.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'.
     605
     606List.partition_size_within_level:The number of items in each partition (only applies when partition_type_within_level is set to 'constant_size').
     607
     608List.partition_type_within_level:The type of partitioning done: either 'per_letter', 'constant_size', or 'none'.
     609
     610List.sort_leaf_nodes_using:Metadata fields used for sorting the leaf nodes. Use '|' to separate the metadata groups to stable sort and ';' to separate metadata fields within each group.
     611
     612List.sort_using_unicode_collation:Sort using the Unicode Collation Algorithm. Requires http://www.unicode.org/Public/UCA/latest/allkeys.txt file to be downloaded into perl's lib/Unicode/Collate folder.
     613
     614List.use_hlist_for:Metadata fields to use a hlist rather than a vlist. Use ',' to separate the metadata groups and ';' to separate the metadata fields within each group.
     615
     616SimpleList.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.
     617
     618SimpleList.desc:Simple list classifier plugin.
     619
     620SimpleList.sort:Metadata field to sort by. Use '-sort nosort' for no sorting.
    613621
    614622Phind.desc:Produces a hierarchy of phrases found in the text, which is browsable via an applet.
Note: See TracChangeset for help on using the changeset viewer.