Ignore:
Timestamp:
2019-09-09T12:06:09+12:00 (5 years ago)
Author:
kjdon
Message:

small changes to some strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/strings.properties

    r33453 r33459  
    604604BasClas.removesuffix:A suffix to ignore in metadata values when sorting.
    605605
    606 BasClas.verbosity:Controls the quantity of output. 0=none, 3=lots.
     606BasClas.verbosity:Controls the quantity of classifier processing output during building. 0=none, 3=lots.
    607607
    608608Browse.desc:A fake classifier that provides a link in the navigation bar to a prototype combined browsing and searching page. Only works for mgpp collections, and is only practical for small collections.
     
    649649
    650650List.metadata:Metadata fields used for classification. Use '/' to separate the levels in the hierarchy and ';' or ',' to separate metadata fields within each level.
    651 List.metadata_selection_mode:Determines how many metadata values the document is classified by, within each level. Use '/' to separate the levels.
     651List.metadata_selection_mode_within_level:Determines how many metadata values the document is classified by, within each level. Use '/' to separate the levels.
    652652List.metadata_selection.firstvalue:Only classify by a single metadata value, the first one encountered.
    653653List.metadata_selection.firstvalidmetadata:Classify by all the metadata values of the first element in the list that has values.
    654654List.metadata_selection.allvalues:Classify by all metadata values found, from all elements in the list.
    655 List.metadata_sort_mode:How to sort the values of metadata within each partition. Use '/' to separate the levels.
     655List.metadata_sort_mode_within_level:How to sort the values of metadata within each partition. Use '/' to separate the levels.
    656656List.metadata_sort.unicode: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.
    657657List.metadata_sort.alphabetic:Sort using alphabetical ordering, including for digits. E.g. 10 would sort before 9.
     
    660660List.bookshelf_type:Controls when to create bookshelves
    661661List.bookshelf_type.always:Create a bookshelf icon even if there is only one item in each group at the leaf nodes.
    662 List.bookshelf_type.never:Never create a bookshelf icon even if there are more than one item in each group at the leaf nodes.
    663 List.bookshelf_type.duplicate_only:Create a bookshelf icon only when there are more than one item in each group at the leaf nodes.
     662List.bookshelf_type.never:Never create a bookshelf icon even if there is more than one item in each group at the leaf nodes.
     663List.bookshelf_type.duplicate_only:Create a bookshelf icon only when there is more than one item in each group at the leaf nodes.
    664664
    665665List.classify_sections:Classify sections instead of documents.
    666666
    667 List.partition_type_within_level:The type of partitioning done at each level. Separate levels by '/'.
     667List.partition_type_within_level:The type of partitioning done at each level, for those values that start with word characters (not digits). Separate levels by '/'.
    668668List.numeric_partition_type_within_level:The type of partitioning done at each level, for those values that start with digits 0-9. Separate levels by '/'.
    669 List.level_partition.none:None. Will apply to the entire level, both numeric and non-numeric values.
    670 List.level_partition.per_letter:Create a partition for each letter.
     669List.level_partition.none:None. Will apply to the entire level, both numeric and non-numeric values; i.e. Setting none in either partition_type_within_level and numeric_partition_type_within_level will result in both these options being set to none.
     670List.level_partition.per_letter:Create a partition for each letter (word character).
    671671List.level_partition.per_digit:Create a partition for each digit 0-9.
    672672List.level_partition.per_number:Create a partition for each number. Control how many digits are used to create numbers using the -numeric_partition_name_length_within_level option.
    673 List.level_partition.single_partition:Create a single partition 0-9 for all values that start with digits.
     673List.level_partition.single:Create a single partition 0-9 for all values that start with digits.
    674674List.level_partition.constant_size:Create partitions with constant size.
    675675List.level_partition.approximate_size:Create a partition per letter, then group or split the letters to get approximately the same sized partitions.
     
    683683List.numeric_partition_sort_mode_within_level:How to sort the values of numeric metadata to create the numeric partitions.
    684684List.numbers_first:Sort the numbers to the start of the list (by default, metadata values starting with numbers are sorted at the end).
    685 List.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.
     685List.sort_leaf_nodes_using:Metadata fields used for sorting the leaf nodes (i.e. those documents in a bookshelf). Use '|' to separate the metadata groups to stable sort and ';' to separate metadata fields within each group.
    686686List.sort_leaf_nodes_sort_mode:How to sort the leaf node metadata fields.
    687687List.reverse_sort_leaf_nodes:Sort the leaf documents in reverse order.
    688688List.sort_using_unicode_collation:This will override all sorting arguments.
    689 List.use_hlist_for:Metadata fields to use an hlist rather than a vlist. Use ',' to separate the metadata groups and ';' to separate the metadata fields within each group.
    690689List.filter_metadata:Metadata element to test against for a document's inclusion into the classifier. Documents will be included if they define this metadata.
    691 List.filter_regex:Regular expression to use in the filter_metadata test. If a regex is specified, only documents with filter_metadata that matches this regex will be included.
    692 List.standardize_capitalization:Metadata values are lowercased for sorting into bookshelves. Set this option to use these lowercase values for bookshelf display names. Otherwise, the majority case variant will be used.
    693 
     690List.filter_regex:Regular expression to use in the filter_metadata test. If a regex is specified, only documents with filter_metadata that match this regex will be included.
     691List.standardize_capitalization:Metadata values are lowercased for sorting into bookshelves. Set this option to use these lowercase values for bookshelf display names. Otherwise, the case variant that occurs most frequently will be used.
    694692SimpleList.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.
    695693
     
    14481446BasPlugout.output_handle: the file descriptor used to receive output data
    14491447BasPlugout.output_info:The reference to an arcinfo object used to store information about the archives.
    1450 BasPlugout.verbosity:Controls the quantity of output. 0=none, 3=lots.
     1448BasPlugout.verbosity:Controls the quantity of plugout processing output. 0=none, 3=lots.
    14511449BasPlugout.xslt_file:Transform a document with the XSLT in the named file.
    14521450BasPlugout.subdir_hash_prefix:Specify flag to not count the word HASH in the split length calculation.
Note: See TracChangeset for help on using the changeset viewer.