Ignore:
Timestamp:
2008-08-31T13:44:10+12:00 (16 years ago)
Author:
kjdon
Message:

added separate_cjk strings, and tooltips for stem, casefold and accentfold

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/classes/dictionary.properties

    r17086 r17115  
    178178CDM.IndexManager.Text_Source_Tooltip:Include the full text of the documents in the index
    179179CDM.IndexingManager.Accent_fold:Accent fold
     180CDM.IndexingManager.Accent_fold_Tooltip:Generate an accent-folded index, which enables searching for words ignoring accents.
    180181CDM.IndexingManager.Casefold:Casefold
     182CDM.IndexingManager.Casefold_Tooltip:Generate a case-folded index, which enables case-insensitive searching.
    181183CDM.IndexingManager.Options:Indexing options:
     184CDM.IndexingManager.Separate_cjk:CJK Text Segmentation
     185CDM.IndexingManager.Separate_cjk_Tooltip:Segment CJK (Chinese, Japanese, Korean) text. Currently involves inserting a space between each CJK character. This is necessary for searching in CJK text unless the text has been segmented into words already.
    182186CDM.IndexingManager.Stem:Stem
     187CDM.IndexingManager.Stem_Tooltip:Generate a stemmed index, which enables searching on word stems (useful for English only).
    183188CDM.LanguageManager.Add_Tooltip:Add an index partition based on the specified languages
    184189CDM.LanguageManager.Assigned_Languages:Assigned Language Partitions
Note: See TracChangeset for help on using the changeset viewer.