OptionsDialog.xcs 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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="Lightproof_ru_RU" oor:package="org.openoffice" xml:lang="en-US">
  3. <info>
  4. <desc>Contains the options data used for the test extensions.</desc>
  5. </info>
  6. <templates>
  7. <group oor:name="ru_RU">
  8. <info>
  9. <desc>The data for one leaf.</desc>
  10. </info>
  11. <prop oor:name="hyphen" oor:type="xs:string">
  12. <info>
  13. <desc>The hyphen definition of one leaf.</desc>
  14. </info>
  15. <value/>
  16. </prop>
  17. <prop oor:name="comma" oor:type="xs:string">
  18. <info>
  19. <desc>The comma definition of one leaf.</desc>
  20. </info>
  21. <value/>
  22. </prop>
  23. <prop oor:name="multiword" oor:type="xs:string">
  24. <info>
  25. <desc>The multiword definition of one leaf.</desc>
  26. </info>
  27. <value/>
  28. </prop>
  29. <prop oor:name="together" oor:type="xs:string">
  30. <info>
  31. <desc>The together definition of one leaf.</desc>
  32. </info>
  33. <value/>
  34. </prop>
  35. <prop oor:name="common" oor:type="xs:string">
  36. <info>
  37. <desc>The common definition of one leaf.</desc>
  38. </info>
  39. <value/>
  40. </prop>
  41. <prop oor:name="space" oor:type="xs:string">
  42. <info>
  43. <desc>The space definition of one leaf.</desc>
  44. </info>
  45. <value/>
  46. </prop>
  47. <prop oor:name="abbreviation" oor:type="xs:string">
  48. <info>
  49. <desc>The abbreviation definition of one leaf.</desc>
  50. </info>
  51. <value/>
  52. </prop>
  53. <prop oor:name="dup" oor:type="xs:string">
  54. <info>
  55. <desc>The dup definition of one leaf.</desc>
  56. </info>
  57. <value/>
  58. </prop>
  59. <prop oor:name="numsep" oor:type="xs:string">
  60. <info>
  61. <desc>The numsep definition of one leaf.</desc>
  62. </info>
  63. <value/>
  64. </prop>
  65. <prop oor:name="typographica" oor:type="xs:string">
  66. <info>
  67. <desc>The typographica definition of one leaf.</desc>
  68. </info>
  69. <value/>
  70. </prop>
  71. <prop oor:name="quotation" oor:type="xs:string">
  72. <info>
  73. <desc>The quotation definition of one leaf.</desc>
  74. </info>
  75. <value/>
  76. </prop>
  77. </group>
  78. </templates>
  79. <component>
  80. <group oor:name="Leaves">
  81. <info>
  82. <desc>The list of leaves.</desc>
  83. </info>
  84. <node-ref oor:name="ru_RU" oor:node-type="ru_RU">
  85. <info>
  86. <desc>The definition of one leaf.</desc>
  87. </info>
  88. </node-ref>
  89. </group>
  90. </component>
  91. </oor:component-schema>