home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 January / maximum-cd-2009-01.iso / DiscContents / OOo_3.0.0_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / Linguistic.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-07-29  |  19.5 KB  |  481 lines

  1. <?xml version="1.0"?>
  2. <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Linguistic" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains linguistic (spell checking, hyphenation, thesaurus) related configurations.</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="Dictionary">
  8.       <info>
  9.         <desc>Specifies the settings for a single dictionary to be used by a spell checker, hyphenator or thesaurus.</desc>
  10.       </info>
  11.       <prop oor:name="Locations" oor:type="oor:string-list">
  12.         <info>
  13.           <desc>Specifies the location(s) where the files that represent the dictionary are found. Each entry in the list must be from type URL.</desc>
  14.           <label>Dictionary location</label>
  15.         </info>
  16.       </prop>
  17.       <prop oor:name="Format" oor:type="xs:string">
  18.         <info>
  19.           <desc>Specifies the format the dictionary is written in.</desc>
  20.           <label>Dictionary format</label>
  21.         </info>
  22.       </prop>
  23.       <prop oor:name="Locales" oor:type="oor:string-list">
  24.         <info>
  25.           <desc>Bind a dictionary to it's supported list of locales.</desc>
  26.           <label>Dictionary locales</label>
  27.         </info>
  28.       </prop>
  29.     </group>
  30.     <group oor:name="DictionaryUsingService">
  31.       <info>
  32.         <desc>A list of all services making use of dictionaries.</desc>
  33.       </info>
  34.       <prop oor:name="SupportedDictionaryFormats" oor:type="oor:string-list">
  35.         <info>
  36.           <desc>The list of all dictionry formats the service can handle.</desc>
  37.           <label>Supported dictionary formats</label>
  38.         </info>
  39.       </prop>
  40.     </group>
  41.     <group oor:name="VendorEntry">
  42.       <info>
  43.         <desc>Provides the service implementation name for further look-up.</desc>
  44.       </info>
  45.       <prop oor:name="VendorName" oor:type="xs:string">
  46.         <info>
  47.           <desc>Contains the vendor name (actually the service implementation name).</desc>
  48.           <label>Vendor entry</label>
  49.         </info>
  50.       </prop>
  51.     </group>
  52.     <group oor:name="VendorImagesEntry">
  53.       <info>
  54.         <desc>The bitmaps for vendor specifc branding in the UI. The node name is the service implementation name.</desc>
  55.       </info>
  56.       <prop oor:name="SpellAndGrammarDialogImage" oor:type="xs:string">
  57.         <info>
  58.           <desc>The path to the image for the spell and grammar checking dialog.</desc>
  59.           <label>Spell and grammar dialog image</label>
  60.         </info>
  61.       </prop>
  62.       <prop oor:name="SpellAndGrammarContextMenuImage" oor:type="xs:string">
  63.         <info>
  64.           <desc>The path to the image for the spell and grammar checking context menu.</desc>
  65.           <label>Spell and grammar context menu image</label>
  66.         </info>
  67.       </prop>
  68.     </group>
  69.     <group oor:name="GrammarCheckerEntry">
  70.       <info>
  71.         <desc>Specifies the settings for a grammar checker. The node name is the grammar checkers implemetation name.</desc>
  72.       </info>
  73.       <prop oor:name="Locales" oor:type="oor:string-list">
  74.         <info>
  75.           <desc>The list of supported locales.</desc>
  76.           <label>Grammar checker locales</label>
  77.         </info>
  78.       </prop>
  79.     </group>
  80.   </templates>
  81.   <component>
  82.     <group oor:name="Bitmaps">
  83.       <info>
  84.         <desc>Contains settings for special bitmaps to be used.</desc>
  85.       </info>
  86.       <set oor:name="VendorImages" oor:node-type="VendorImagesEntry">
  87.         <info>
  88.           <desc>Contains the images to use. The node names are the service implementation names.</desc>
  89.           <label>Vendor images</label>
  90.         </info>
  91.       </set>
  92.       <set oor:name="SpellAndGrammarDialog" oor:node-type="VendorEntry">
  93.         <info>
  94.           <desc>Contains the vendor name (service implementation name) to look up for the image to use. The node names are the langauges.</desc>
  95.           <label>Spell and grammar dialog vendor list</label>
  96.         </info>
  97.       </set>
  98.       <set oor:name="SpellAndGrammarContextMenu" oor:node-type="VendorEntry">
  99.         <info>
  100.           <desc>Contains the vendor name (service implementation name) to look up for the image to use. The node names are the langauges.</desc>
  101.           <label>Spell and grammar context menu vendor list</label>
  102.         </info>
  103.       </set>
  104.     </group>
  105.     <group oor:name="General">
  106.       <info>
  107.         <desc>Contains general settings for the linguistic configurations.</desc>
  108.       </info>
  109.       <prop oor:name="UILocale" oor:type="xs:string">
  110.         <info>
  111.           <desc>Specifies the UI language. An empty string means: use the desktop's UI language if possible.</desc>
  112.         </info>
  113.         <value/>
  114.       </prop>
  115.       <prop oor:name="IsIgnoreControlCharacters" oor:type="xs:boolean">
  116.         <info>
  117.           <desc>Ignores the control characters (ASCII characters < 32) for spell checking, hyphenation and the thesaurus.</desc>
  118.         </info>
  119.         <value>true</value>
  120.       </prop>
  121.       <prop oor:name="DefaultLocale" oor:type="xs:string">
  122.         <info>
  123.           <desc>Specifies the default document language.</desc>
  124.           <label>Default language</label>
  125.         </info>
  126.         <value/>
  127.       </prop>
  128.       <prop oor:name="DefaultLocale_CJK" oor:type="xs:string">
  129.         <info>
  130.           <desc>Specifies the default document CJK language.</desc>
  131.           <label>Default language for CJK linguistics</label>
  132.         </info>
  133.         <value/>
  134.       </prop>
  135.       <prop oor:name="DefaultLocale_CTL" oor:type="xs:string">
  136.         <info>
  137.           <desc>Specifies the default document CTL language.</desc>
  138.           <label>Default language for CTL linguistics</label>
  139.         </info>
  140.         <value/>
  141.       </prop>
  142.       <prop oor:name="IsGermanPreReform" oor:type="xs:boolean">
  143.         <info>
  144.           <desc>Determines if the Old German spelling should be used (true) or not (false).</desc>
  145.           <label>Old German spelling</label>
  146.         </info>
  147.         <value>false</value>
  148.       </prop>
  149.       <group oor:name="DictionaryList">
  150.         <info>
  151.           <desc>Defines which personal dictionaries are used.</desc>
  152.         </info>
  153.         <prop oor:name="ActiveDictionaries" oor:type="oor:string-list">
  154.           <info>
  155.             <desc>Specifies the custom dictionaries to be used. The Ignore list (IgnoreAllList (All)) is administered in the RAM only for the current spellcheck.</desc>
  156.             <label>Custom dictionaries</label>
  157.           </info>
  158.           <value oor:separator=";">IgnoreAllList;soffice.dic;standard.dic;sun.dic</value>
  159.         </prop>
  160.         <prop oor:name="IsUseDictionaryList" oor:type="xs:boolean">
  161.           <info>
  162.             <desc>Determines if personal dictionaries should be used for spell checking and hyphenation.</desc>
  163.           </info>
  164.           <value>true</value>
  165.         </prop>
  166.       </group>
  167.     </group>
  168.     <group oor:name="TextConversion">
  169.       <info>
  170.         <desc>Defines settings used by the text conversion.</desc>
  171.       </info>
  172.       <prop oor:name="ActiveConversionDictionaries" oor:type="oor:string-list">
  173.         <info>
  174.           <desc>Specifies the user dictionaries to be used. </desc>
  175.           <label>Active text conversion user dictionaries</label>
  176.         </info>
  177.         <value/>
  178.       </prop>
  179.       <prop oor:name="IsIgnorePostPositionalWord" oor:type="xs:boolean">
  180.         <info>
  181.           <desc>Specifies if post positionals should be ignored when looking for Korean entries.</desc>
  182.           <label>Ignore post positional word</label>
  183.         </info>
  184.         <value>true</value>
  185.       </prop>
  186.       <prop oor:name="IsAutoCloseDialog" oor:type="xs:boolean">
  187.         <info>
  188.           <desc>Specifies if the dialog should be closed automatically after the conversion of the current text portion is processed.</desc>
  189.           <label>Auto close dialog</label>
  190.         </info>
  191.         <value>false</value>
  192.       </prop>
  193.       <prop oor:name="IsShowEntriesRecentlyUsedFirst" oor:type="xs:boolean">
  194.         <info>
  195.           <desc>Specifies if entries that were recently used as replacements should be listed first.</desc>
  196.           <label>Show entries recently used first</label>
  197.         </info>
  198.         <value>false</value>
  199.       </prop>
  200.       <prop oor:name="IsAutoReplaceUniqueEntries" oor:type="xs:boolean">
  201.         <info>
  202.           <desc>Specifies if entries for which have only one possible replacement should be replaced automatically.</desc>
  203.           <label>Auto replace unique entries</label>
  204.         </info>
  205.         <value>false</value>
  206.       </prop>
  207.       <prop oor:name="IsDirectionToSimplified" oor:type="xs:boolean">
  208.         <info>
  209.           <desc>Specifies in which direction the translation will be made, from traditional to simplified or the other way round.</desc>
  210.           <label>Direction to simplified</label>
  211.         </info>
  212.       </prop>
  213.       <prop oor:name="IsUseCharacterVariants" oor:type="xs:boolean">
  214.         <info>
  215.           <desc>Specifies wether Taiwan, Hongkong SAR, and Macao SAR character variants should be used for translation.</desc>
  216.           <label>Use character variants</label>
  217.         </info>
  218.         <value>false</value>
  219.       </prop>
  220.       <prop oor:name="IsTranslateCommonTerms" oor:type="xs:boolean">
  221.         <info>
  222.           <desc>Specifies wether common terms should be detected and translated as whole words.</desc>
  223.           <label>Translate Common Terms</label>
  224.         </info>
  225.         <value>false</value>
  226.       </prop>
  227.       <prop oor:name="IsReverseMapping" oor:type="xs:boolean">
  228.         <info>
  229.           <desc>If Reverse Mapping is active than every dictionary entry added or modified will also be added or modified within the dictionary in the opposite mapping direction.</desc>
  230.           <label>Reverse Mapping</label>
  231.         </info>
  232.         <value>false</value>
  233.       </prop>
  234.     </group>
  235.     <group oor:name="SpellChecking">
  236.       <info>
  237.         <desc>Contains spell checking-relevant settings.</desc>
  238.       </info>
  239.       <prop oor:name="IsSpellUpperCase" oor:type="xs:boolean">
  240.         <info>
  241.           <desc>Specifies whether to include uppercase words in the spellcheck process.</desc>
  242.           <label>Spell uppercase words</label>
  243.         </info>
  244.         <value>false</value>
  245.       </prop>
  246.       <prop oor:name="IsSpellWithDigits" oor:type="xs:boolean">
  247.         <info>
  248.           <desc>Specifies whether to check the spelling of words which contain numbers as well as letters.</desc>
  249.           <label>Spell words with digits</label>
  250.         </info>
  251.         <value>false</value>
  252.       </prop>
  253.       <prop oor:name="IsSpellCapitalization" oor:type="xs:boolean">
  254.         <info>
  255.           <desc>Checks the correct use of capitalization.</desc>
  256.           <label>Check capitalization</label>
  257.         </info>
  258.         <value>true</value>
  259.       </prop>
  260.       <prop oor:name="IsHideMarkings" oor:type="xs:boolean">
  261.         <info>
  262.           <desc>Hides the wavy lines that underline possible spelling errors when AutoSpellcheck is active.</desc>
  263.           <label>Hide markings</label>
  264.         </info>
  265.         <value>false</value>
  266.       </prop>
  267.       <prop oor:name="IsSpellAuto" oor:type="xs:boolean">
  268.         <info>
  269.           <desc>Checks spelling automatically.</desc>
  270.           <label>Automatic spellchecking</label>
  271.         </info>
  272.         <value>true</value>
  273.       </prop>
  274.       <prop oor:name="IsSpellSpecial" oor:type="xs:boolean">
  275.         <info>
  276.           <desc>Allows spellchecking in headers, footers, and frames.</desc>
  277.           <label>Check spelljng in special regions</label>
  278.         </info>
  279.         <value>true</value>
  280.       </prop>
  281.       <prop oor:name="IsSpellInAllLocales" oor:type="xs:boolean">
  282.         <info>
  283.           <desc>Checks spelling in all languages.</desc>
  284.           <label>Check spelling in all languages</label>
  285.         </info>
  286.         <value>false</value>
  287.       </prop>
  288.       <prop oor:name="IsReverseDirection" oor:type="xs:boolean">
  289.         <info>
  290.           <desc>Advances backwards through the text for spell checking.</desc>
  291.           <label>Reverse direction.</label>
  292.         </info>
  293.         <value>false</value>
  294.       </prop>
  295.     </group>
  296.     <group oor:name="GrammarChecking">
  297.       <info>
  298.         <desc>Contains grammar checking relevant settings.</desc>
  299.       </info>
  300.       <prop oor:name="IsAutoCheck" oor:type="xs:boolean">
  301.         <info>
  302.           <desc>determines if grammar is automatically checked.</desc>
  303.           <label>Automatic grammar checking</label>
  304.         </info>
  305.         <value>false</value>
  306.       </prop>
  307.       <prop oor:name="IsInteractiveCheck" oor:type="xs:boolean">
  308.         <info>
  309.           <desc>determines if grammar is check in the spelling and grammar dialog.</desc>
  310.           <label>Interactive grammar checking</label>
  311.         </info>
  312.         <value>false</value>
  313.       </prop>
  314.     </group>
  315.     <group oor:name="Hyphenation">
  316.       <info>
  317.         <desc>Contains hyphenation relevant settings.</desc>
  318.       </info>
  319.       <prop oor:name="MinLeading" oor:type="xs:short">
  320.         <info>
  321.           <desc>Specifies the minimum number of characters of the hyphenated word required at the end of the line.</desc>
  322.           <label>Characters per syllable before hyphen</label>
  323.         </info>
  324.         <constraints>
  325.           <minInclusive oor:value="2">
  326.             <info>
  327.               <desc>Specifies the minimum value allowed.</desc>
  328.             </info>
  329.           </minInclusive>
  330.           <maxInclusive oor:value="9">
  331.             <info>
  332.               <desc>Specifies the maximum value allowed.</desc>
  333.             </info>
  334.           </maxInclusive>
  335.         </constraints>
  336.         <value>2</value>
  337.       </prop>
  338.       <prop oor:name="MinTrailing" oor:type="xs:short">
  339.         <info>
  340.           <desc>Specifies the minimum number of characters of the hyphenated word required at the next line.</desc>
  341.           <label>Characters per syllable after hyphen</label>
  342.         </info>
  343.         <constraints>
  344.           <minInclusive oor:value="2">
  345.             <info>
  346.               <desc>Specifies the minimum value allowed.</desc>
  347.             </info>
  348.           </minInclusive>
  349.           <maxInclusive oor:value="9">
  350.             <info>
  351.               <desc>Specifies the maximum value allowed.</desc>
  352.             </info>
  353.           </maxInclusive>
  354.         </constraints>
  355.         <value>2</value>
  356.       </prop>
  357.       <prop oor:name="MinWordLength" oor:type="xs:short">
  358.         <info>
  359.           <desc>Specifies the minimum word length to allow a hyphenation.</desc>
  360.           <label>Minimal word length</label>
  361.         </info>
  362.         <constraints>
  363.           <minInclusive oor:value="2">
  364.             <info>
  365.               <desc>Specifies the minimum value allowed.</desc>
  366.             </info>
  367.           </minInclusive>
  368.           <maxInclusive oor:value="9">
  369.             <info>
  370.               <desc>Specifies the maximum value allowed.</desc>
  371.             </info>
  372.           </maxInclusive>
  373.         </constraints>
  374.         <value>5</value>
  375.       </prop>
  376.       <prop oor:name="IsHyphSpecial" oor:type="xs:boolean">
  377.         <info>
  378.           <desc>Allows hyphenation in headers, footers, and frames.</desc>
  379.           <label>Hyphenate in special regions.</label>
  380.         </info>
  381.         <value>true</value>
  382.       </prop>
  383.       <prop oor:name="IsHyphAuto" oor:type="xs:boolean">
  384.         <info>
  385.           <desc>Allows for automatic insertion of soft hyphens.</desc>
  386.           <label>Automatic hyphention.</label>
  387.         </info>
  388.         <value>false</value>
  389.       </prop>
  390.     </group>
  391.     <group oor:name="ServiceManager">
  392.       <info>
  393.         <desc>Contains settings for the service manager that are used to access/configure the usage of the various linguistic service implementations.</desc>
  394.       </info>
  395.       <set oor:name="Dictionaries" oor:node-type="Dictionary">
  396.         <info>
  397.           <desc>Contains all dictionaries to be used for spell checking, hyphenation or thesaurus.</desc>
  398.           <label>Dictionaries</label>
  399.         </info>
  400.       </set>
  401.       <set oor:name="SpellCheckers" oor:node-type="DictionaryUsingService">
  402.         <info>
  403.           <desc>Contains all spell checker.</desc>
  404.           <label>Spell Checker</label>
  405.         </info>
  406.       </set>
  407.       <set oor:name="Hyphenators" oor:node-type="DictionaryUsingService">
  408.         <info>
  409.           <desc>Contains all hyphenators.</desc>
  410.           <label>Hyphenators</label>
  411.         </info>
  412.       </set>
  413.       <set oor:name="Thesauri" oor:node-type="DictionaryUsingService">
  414.         <info>
  415.           <desc>Contains all thesauri.</desc>
  416.           <label>Thesauri</label>
  417.         </info>
  418.       </set>
  419.       <prop oor:name="DisabledDictionaries" oor:type="oor:string-list">
  420.         <info>
  421.           <desc>The list of dictionaries that are currently not in use.</desc>
  422.           <label>Disabled Dictionaries</label>
  423.         </info>
  424.       </prop>
  425.       <set oor:name="GrammarCheckers" oor:node-type="GrammarCheckerEntry">
  426.         <info>
  427.           <desc>Contains all grammar checkers.</desc>
  428.           <label>Grammar Checkers</label>
  429.         </info>
  430.       </set>
  431.       <prop oor:name="DataFilesChangedCheckValue" oor:type="xs:int">
  432.         <info>
  433.           <desc>Value used to check if the data files of the linguistic have changed and thus the configuration needs to be updated.</desc>
  434.           <label>Data files changed check value</label>
  435.         </info>
  436.         <value>-1</value>
  437.       </prop>
  438.       <group oor:name="SpellCheckerList" oor:extensible="true">
  439.         <info>
  440.           <desc>Contains a list of languages and spell-checking-service entries. Only languages listed will be supported.</desc>
  441.         </info>
  442.       </group>
  443.       <group oor:name="ThesaurusList" oor:extensible="true">
  444.         <info>
  445.           <desc>Contains a list of languages and thesaurus-service entries. Only languages listed will be supported.</desc>
  446.         </info>
  447.       </group>
  448.       <group oor:name="HyphenatorList" oor:extensible="true">
  449.         <info>
  450.           <desc>Contains a list of languages and hyphenation-service pairs. Only the languages that are listed are supported.</desc>
  451.         </info>
  452.       </group>
  453.       <group oor:name="GrammarCheckerList" oor:extensible="true">
  454.         <info>
  455.           <desc>Contains a list of languages and grammar-checking-service pairs. Only languages that are listed are supported.</desc>
  456.         </info>
  457.       </group>
  458.       <group oor:name="LastFoundSpellCheckers" oor:extensible="true">
  459.         <info>
  460.           <desc>Contains a list of languages and spell-checking-service entries. The entries represent those languages/spellcheckers that were available the last time. New languages/spellcheckers (those available this time but not the last time) will be activated automatically.</desc>
  461.         </info>
  462.       </group>
  463.       <group oor:name="LastFoundThesauri" oor:extensible="true">
  464.         <info>
  465.           <desc>Contains a list of languages and thesaurus-service entries. The entries represent those languages/thesauri that were available the last time. New languages/thesauri (those available this time but not the last time) will be activated automatically.</desc>
  466.         </info>
  467.       </group>
  468.       <group oor:name="LastFoundHyphenators" oor:extensible="true">
  469.         <info>
  470.           <desc>Contains a list of languages and hyphenation-service pairs. The entries represent those languages/hyphenators that were available the last time. New languages/hyphenators (those available this time but not the last time) will be activated automatically.</desc>
  471.         </info>
  472.       </group>
  473.       <group oor:name="LastFoundGrammarCheckers" oor:extensible="true">
  474.         <info>
  475.           <desc>Contains a list of languages and grammar-checking-service pairs. The entries represent those languages/hyphenators that were available the last time. New languages/hyphenators (those available this time but not the last time) will be activated automatically.</desc>
  476.         </info>
  477.       </group>
  478.     </group>
  479.   </component>
  480. </oor:component-schema>
  481.