Ignore:
Timestamp:
2009-07-17T19:05:24+12:00 (15 years ago)
Author:
ak19
Message:

Adjusted the code to deal with 1. semicolons and commas separating metadata fieldnames, 2. Greenstone extracted metadata fieldnames being referred to with the ex. prefix, 3. List's partition_type_within_level option is to be an enumerated type (dropdown list).

File:
1 edited

Legend:

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

    r19549 r20008  
    596596List.desc:A general and flexible list classifier with most of the abilities of AZCompactList, but with better Unicode, metadata and sorting capabilities.
    597597
     598List.level_partition.none:None.
    598599List.level_partition.per_letter:Create a partition for each letter.
    599600List.level_partition.constant_size:Create partition with constant size.
     
    606607List.partition_size_within_level:The number of items in each partition (only applies when partition_type_within_level is set to 'constant_size').
    607608
    608 List.partition_type_within_level:The type of partitioning done: either 'per_letter', 'constant_size', or 'none'.
     609List.partition_type_within_level:The type of partitioning done: either 'per_letter', 'per_letter_fixed_size', 'constant_size', or 'none'.
    609610
    610611List.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.
Note: See TracChangeset for help on using the changeset viewer.