home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / OOo_3.0.1_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / System.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  1.1 KB  |  32 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="System" oor:package="org.openoffice" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains preferences which are dynamically read from the system like UI locales.</desc>
  5.   </info>
  6.   <component>
  7.     <group oor:name="L10N">
  8.       <info>
  9.         <desc>Contains localization settings</desc>
  10.       </info>
  11.       <prop oor:name="Locale" oor:type="xs:string">
  12.         <info>
  13.           <desc>Contains the user's desktop locale setting if available.</desc>
  14.         </info>
  15.         <value/>
  16.       </prop>
  17.       <prop oor:name="UILocale" oor:type="xs:string">
  18.         <info>
  19.           <desc>Contains the user's desktop UI language setting if available.</desc>
  20.         </info>
  21.         <value/>
  22.       </prop>
  23.       <prop oor:name="SystemLocale" oor:type="xs:string">
  24.         <info>
  25.           <desc>Contains the system's default locale setting if available.</desc>
  26.         </info>
  27.         <value/>
  28.       </prop>
  29.     </group>
  30.   </component>
  31. </oor:component-schema>
  32.