WikiExtension.xcs 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!--
  3. * This file is part of the LibreOffice project.
  4. *
  5. * This Source Code Form is subject to the terms of the Mozilla Public
  6. * License, v. 2.0. If a copy of the MPL was not distributed with this
  7. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  8. *
  9. * This file incorporates work covered by the following license notice:
  10. *
  11. * Licensed to the Apache Software Foundation (ASF) under one or more
  12. * contributor license agreements. See the NOTICE file distributed
  13. * with this work for additional information regarding copyright
  14. * ownership. The ASF licenses this file to you under the Apache
  15. * License, Version 2.0 (the "License"); you may not use this file
  16. * except in compliance with the License. You may obtain a copy of
  17. * the License at http://www.apache.org/licenses/LICENSE-2.0 .
  18. -->
  19. <oor:component-schema
  20. xmlns:oor="http://openoffice.org/2001/registry"
  21. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  22. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  23. oor:name="WikiExtension"
  24. oor:package="org.openoffice.Office.Custom"
  25. xml:lang="en-US">
  26. <info>
  27. <desc>Configuration parameters for the accounts.</desc>
  28. </info>
  29. <templates>
  30. <group oor:name="RequestArgument">
  31. <info><desc>An argument for a request.</desc></info>
  32. <prop oor:name="Value" oor:type="xs:string">
  33. <info><desc>The value of the argument.</desc></info>
  34. </prop>
  35. </group>
  36. <group oor:name="WikiServerSpecialData">
  37. <info><desc>The smart configuration for the MediaWikiServer.</desc></info>
  38. <prop oor:name="AllowUnknownCertificate" oor:type="xs:boolean">
  39. <info><desc>The value of the argument.</desc></info>
  40. </prop>
  41. <set oor:name="AdditionalLoginArguments" oor:node-type="RequestArgument">
  42. <info><desc>The additional arguments that can be used on login. The name of an entry is the argument name.</desc></info>
  43. </set>
  44. </group>
  45. <group oor:name="ConnectionURL">
  46. <info><desc>The name of the entry is a connection URL of a wiki server.</desc></info>
  47. <prop oor:name="UserName" oor:type="xs:string">
  48. <info><desc>The UserName that is used to access the URL.</desc></info>
  49. </prop>
  50. </group>
  51. <group oor:name="Document">
  52. <info><desc>Wiki Document</desc></info>
  53. <prop oor:name="Url" oor:type="xs:string">
  54. <info><desc>Main URL for this Wiki</desc></info>
  55. </prop>
  56. <prop oor:name="Doc" oor:type="xs:string">
  57. <info><desc>The Document name</desc></info>
  58. </prop>
  59. <prop oor:name="CompleteUrl" oor:type="xs:string">
  60. <info><desc>Identifier</desc></info>
  61. </prop>
  62. </group>
  63. </templates>
  64. <component>
  65. <set oor:name="SpecialData" oor:node-type="WikiServerSpecialData">
  66. <info><desc>The set of smart configurations for MediaWiki Servers.</desc></info>
  67. </set>
  68. <set oor:name="ConnectionList" oor:node-type="ConnectionURL">
  69. <info><desc>The list of the MediaWiki servers.</desc></info>
  70. </set>
  71. <set oor:name="RecentDocs" oor:node-type="Document">
  72. <info><desc>The recently stored documents.</desc></info>
  73. </set>
  74. <group oor:name="Settings">
  75. <info><desc>The addon related settings.</desc></info>
  76. <prop oor:name="PreselectShowBrowser" oor:type="xs:boolean">
  77. <info><desc>Specifies whether "Show in webbrowser" checkbox should be preselected.</desc></info>
  78. </prop>
  79. </group>
  80. <group oor:name="Strings">
  81. <info>
  82. <desc>Contains the strings that should be localized</desc>
  83. </info>
  84. <prop oor:name="GeneralSendError" oor:type="xs:string" oor:localized="true">
  85. <info><desc>The general error shown in case the document could not be sent to the wiki server.</desc></info>
  86. </prop>
  87. <prop oor:name="NoWikiFilter" oor:type="xs:string" oor:localized="true">
  88. <info><desc>The error is shown in case wiki filter is not evailable.</desc></info>
  89. </prop>
  90. <prop oor:name="NoConnectionToURL" oor:type="xs:string" oor:localized="true">
  91. <info><desc>The error is shown in case no wiki system was found on specified URL.</desc></info>
  92. </prop>
  93. <prop oor:name="WrongLogin" oor:type="xs:string" oor:localized="true">
  94. <info><desc>The error is shown in case user name or password is incorrect.</desc></info>
  95. </prop>
  96. <prop oor:name="InvalidURL" oor:type="xs:string" oor:localized="true">
  97. <info><desc>The error is shown in case the provided URL has invalid syntax.</desc></info>
  98. </prop>
  99. <prop oor:name="NoURL" oor:type="xs:string" oor:localized="true">
  100. <info><desc>The error is shown in case no wiki server was specified.</desc></info>
  101. </prop>
  102. <prop oor:name="CancelSending" oor:type="xs:string" oor:localized="true">
  103. <info><desc>The error is shown in case transfer was interrupted by user. The user is notified that the integrity of the wiki article should be checked.</desc></info>
  104. </prop>
  105. <prop oor:name="Dlg_SendTitle" oor:type="xs:string" oor:localized="true">
  106. <info><desc>The title of the send dialog.</desc></info>
  107. </prop>
  108. <prop oor:name="Dlg_WikiArticle" oor:type="xs:string" oor:localized="true">
  109. <info><desc>The dialog string used to border the wiki article related information.</desc></info>
  110. </prop>
  111. <prop oor:name="Dlg_No" oor:type="xs:string" oor:localized="true">
  112. <info><desc>"No" button in dialog.</desc></info>
  113. </prop>
  114. <prop oor:name="Dlg_OK" oor:type="xs:string" oor:localized="true">
  115. <info><desc>"Ok" button in dialog.</desc></info>
  116. </prop>
  117. <prop oor:name="Dlg_Yes" oor:type="xs:string" oor:localized="true">
  118. <info><desc>"Yes" button in dialog.</desc></info>
  119. </prop>
  120. <prop oor:name="Dlg_AddButton" oor:type="xs:string" oor:localized="true">
  121. <info><desc>"Add..." button text.</desc></info>
  122. </prop>
  123. <prop oor:name="Dlg_EditButton" oor:type="xs:string" oor:localized="true">
  124. <info><desc>"Edit..." button text.</desc></info>
  125. </prop>
  126. <prop oor:name="Dlg_SendButton" oor:type="xs:string" oor:localized="true">
  127. <info><desc>"Send" button text.</desc></info>
  128. </prop>
  129. <prop oor:name="Dlg_RemoveButton" oor:type="xs:string" oor:localized="true">
  130. <info><desc>"Remove" button text.</desc></info>
  131. </prop>
  132. <prop oor:name="Dlg_EditSetting_UrlLabel" oor:type="xs:string" oor:localized="true">
  133. <info><desc>"URL" label.</desc></info>
  134. </prop>
  135. <prop oor:name="Dlg_EditSetting_UsernameLabel" oor:type="xs:string" oor:localized="true">
  136. <info><desc>"Username" label.</desc></info>
  137. </prop>
  138. <prop oor:name="Dlg_EditSetting_PasswordLabel" oor:type="xs:string" oor:localized="true">
  139. <info><desc>"Password" label.</desc></info>
  140. </prop>
  141. <prop oor:name="Dlg_NewWikiPage_Label1" oor:type="xs:string" oor:localized="true">
  142. <info><desc>The text asking whether a new wiki page should be created.</desc></info>
  143. </prop>
  144. <prop oor:name="Dlg_SendToMediaWiki_Label1" oor:type="xs:string" oor:localized="true">
  145. <info><desc>The label referring to the MediaWiki server selection.</desc></info>
  146. </prop>
  147. <prop oor:name="Dlg_SendToMediaWiki_Label2" oor:type="xs:string" oor:localized="true">
  148. <info><desc>The label referring to the input of wiki article title.</desc></info>
  149. </prop>
  150. <prop oor:name="Dlg_SendToMediaWiki_Label3" oor:type="xs:string" oor:localized="true">
  151. <info><desc>The label referring to the comments input.</desc></info>
  152. </prop>
  153. <prop oor:name="Dlg_SendToMediaWiki_MinorCheck" oor:type="xs:string" oor:localized="true">
  154. <info><desc>Text for checkbox specifying whether it is a minor input.</desc></info>
  155. </prop>
  156. <prop oor:name="Dlg_SendToMediaWiki_BrowserCheck" oor:type="xs:string" oor:localized="true">
  157. <info><desc>Text for checkbox specifying whether the article should be shown in browser after editing.</desc></info>
  158. </prop>
  159. <prop oor:name="UnknownCert" oor:type="xs:string" oor:localized="true">
  160. <info><desc>The error is shown in case a wiki site is accessed using https and has an unknown certificate.</desc></info>
  161. </prop>
  162. <prop oor:name="Dlg_MediaWiki_Title" oor:type="xs:string" oor:localized="true">
  163. <info><desc>"MediaWiki" string that is used as title in some dialogs.</desc></info>
  164. </prop>
  165. <prop oor:name="Dlg_EditSetting_AccountLine" oor:type="xs:string" oor:localized="true">
  166. <info><desc>The text bordering the account information in the dialog.</desc></info>
  167. </prop>
  168. <prop oor:name="Dlg_EditSetting_WikiLine" oor:type="xs:string" oor:localized="true">
  169. <info><desc>The text bordering wiki server information in the dialog.</desc></info>
  170. </prop>
  171. <prop oor:name="Dlg_EditSetting_SaveBox" oor:type="xs:string" oor:localized="true">
  172. <info><desc>The checkbox specifying whether the password should be stored using the password container.</desc></info>
  173. </prop>
  174. <prop oor:name="Dlg_MediaWiki_Extension_String" oor:type="xs:string" oor:localized="true">
  175. <info><desc>The string containing the name of the extension.</desc></info>
  176. </prop>
  177. <prop oor:name="Dlg_WikiPageExists_Label1" oor:type="xs:string" oor:localized="true">
  178. <info><desc>The text asking whether an existing wiki page should be overwritten.</desc></info>
  179. </prop>
  180. </group>
  181. </component>
  182. </oor:component-schema>