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