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
25    xmlns:oor="http://openoffice.org/2001/registry"
26    xmlns:xs="http://www.w3.org/2001/XMLSchema"
27    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
28    oor:name="WikiExtension"
29    oor:package="org.openoffice.Office.Custom"
30    xml:lang="en-US">
31    <info>
32        <desc>Configuration parameters for the accounts.</desc>
33    </info>
34
35    <templates>
36        <group oor:name="RequestArgument">
37            <info><desc>An argument for a request.</desc></info>
38            <prop oor:name="Value" oor:type="xs:string">
39                <info><desc>The value of the argument.</desc></info>
40            </prop>
41        </group>
42
43        <group oor:name="WikiServerSpecialData">
44            <info><desc>The smart configuration for the MediaWikiServer.</desc></info>
45            <prop oor:name="AllowUnknownCertificate" oor:type="xs:boolean">
46                <info><desc>The value of the argument.</desc></info>
47            </prop>
48            <set oor:name="AdditionalLoginArguments" oor:node-type="RequestArgument">
49                <info><desc>The additional arguments that can be used on login. The name of an entry is the argument name.</desc></info>
50            </set>
51        </group>
52
53        <group oor:name="ConnectionURL">
54            <info><desc>The name of the entry is a connection URL of a wiki server.</desc></info>
55            <prop oor:name="UserName" oor:type="xs:string">
56                <info><desc>The UserName that is used to access the URL.</desc></info>
57            </prop>
58        </group>
59
60        <group oor:name="Document">
61            <info><desc>Wiki Document</desc></info>
62            <prop oor:name="Url" oor:type="xs:string">
63                <info><desc>Main URL for this Wiki</desc></info>
64            </prop>
65            <prop oor:name="Doc" oor:type="xs:string">
66                <info><desc>The Document name</desc></info>
67            </prop>
68            <prop oor:name="CompleteUrl" oor:type="xs:string">
69                <info><desc>Identifier</desc></info>
70            </prop>
71        </group>
72    </templates>
73
74    <component>
75        <set oor:name="SpecialData" oor:node-type="WikiServerSpecialData">
76            <info><desc>The set of smart configurations for MediaWiki Servers.</desc></info>
77        </set>
78        <set oor:name="ConnectionList" oor:node-type="ConnectionURL">
79            <info><desc>The list of the MediaWiki servers.</desc></info>
80        </set>
81	    <set oor:name="RecentDocs" oor:node-type="Document">
82            <info><desc>The recenly stored documents.</desc></info>
83        </set>
84        <group oor:name="Settings">
85            <info><desc>The addon related settings.</desc></info>
86            <prop oor:name="PreselectShowBrowser" oor:type="xs:boolean">
87                <info><desc>Specifies whether "Show in webbrowser" checkbox should be preselected.</desc></info>
88            </prop>
89        </group>
90        <group oor:name="Strings">
91            <info>
92                <desc>Contains the strings that should be localized</desc>
93            </info>
94            <prop oor:name="GeneralSendError" oor:type="xs:string" oor:localized="true">
95				<info><desc>The general error shown in case the document could not be sent to the wiki server.</desc></info>
96			</prop>
97            <prop oor:name="NoWikiFilter" oor:type="xs:string" oor:localized="true">
98				<info><desc>The error is shown in case wiki filter is not evailable.</desc></info>
99			</prop>
100            <prop oor:name="NoConnectionToURL" oor:type="xs:string" oor:localized="true">
101				<info><desc>The error is shown in case no wiki system was found on specified URL.</desc></info>
102			</prop>
103            <prop oor:name="WrongLogin" oor:type="xs:string" oor:localized="true">
104				<info><desc>The error is shown in case user name or password is incorrect.</desc></info>
105			</prop>
106            <prop oor:name="InvalidURL" oor:type="xs:string" oor:localized="true">
107				<info><desc>The error is shown in case the provided URL has invalid syntax.</desc></info>
108			</prop>
109            <prop oor:name="NoURL" oor:type="xs:string" oor:localized="true">
110				<info><desc>The error is shown in case no wiki server was specified.</desc></info>
111			</prop>
112            <prop oor:name="CancelSending" oor:type="xs:string" oor:localized="true">
113				<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>
114			</prop>
115            <prop oor:name="Dlg_SendTitle" oor:type="xs:string" oor:localized="true">
116				<info><desc>The title of the send dialog.</desc></info>
117			</prop>
118            <prop oor:name="Dlg_WikiArticle" oor:type="xs:string" oor:localized="true">
119				<info><desc>The dialog string used to border the wiki article related information.</desc></info>
120			</prop>
121            <prop oor:name="Dlg_No" oor:type="xs:string" oor:localized="true">
122				<info><desc>"No" button in dialog.</desc></info>
123			</prop>
124            <prop oor:name="Dlg_OK" oor:type="xs:string" oor:localized="true">
125				<info><desc>"Ok" button in dialog.</desc></info>
126			</prop>
127            <prop oor:name="Dlg_Yes" oor:type="xs:string" oor:localized="true">
128				<info><desc>"Yes" button in dialog.</desc></info>
129			</prop>
130            <prop oor:name="Dlg_AddButton" oor:type="xs:string" oor:localized="true">
131				<info><desc>"Add..." button text.</desc></info>
132			</prop>
133            <prop oor:name="Dlg_EditButton" oor:type="xs:string" oor:localized="true">
134				<info><desc>"Edit..." button text.</desc></info>
135			</prop>
136            <prop oor:name="Dlg_SendButton" oor:type="xs:string" oor:localized="true">
137				<info><desc>"Send" button text.</desc></info>
138			</prop>
139            <prop oor:name="Dlg_RemoveButton" oor:type="xs:string" oor:localized="true">
140				<info><desc>"Remove" button text.</desc></info>
141			</prop>
142            <prop oor:name="Dlg_EditSetting_UrlLabel" oor:type="xs:string" oor:localized="true">
143				<info><desc>"URL" label.</desc></info>
144			</prop>
145            <prop oor:name="Dlg_EditSetting_UsernameLabel" oor:type="xs:string" oor:localized="true">
146				<info><desc>"Username" label.</desc></info>
147			</prop>
148            <prop oor:name="Dlg_EditSetting_PasswordLabel" oor:type="xs:string" oor:localized="true">
149				<info><desc>"Password" label.</desc></info>
150			</prop>
151            <prop oor:name="Dlg_NewWikiPage_Label1" oor:type="xs:string" oor:localized="true">
152				<info><desc>The text asking whether a new wiki page should be created.</desc></info>
153			</prop>
154            <prop oor:name="Dlg_SendToMediaWiki_Label1" oor:type="xs:string" oor:localized="true">
155				<info><desc>The label reffering to the MediaWiki server selection.</desc></info>
156			</prop>
157            <prop oor:name="Dlg_SendToMediaWiki_Label2" oor:type="xs:string" oor:localized="true">
158				<info><desc>The label reffering to the input of wiki article title.</desc></info>
159			</prop>
160            <prop oor:name="Dlg_SendToMediaWiki_Label3" oor:type="xs:string" oor:localized="true">
161				<info><desc>The label reffering to the comments input.</desc></info>
162			</prop>
163            <prop oor:name="Dlg_SendToMediaWiki_MinorCheck" oor:type="xs:string" oor:localized="true">
164				<info><desc>Text for checkbox specifying whether it is a minor input.</desc></info>
165			</prop>
166            <prop oor:name="Dlg_SendToMediaWiki_BrowserCheck" oor:type="xs:string" oor:localized="true">
167				<info><desc>Text for checkbox specifying whether the article should be shown in browser after editing.</desc></info>
168			</prop>
169            <prop oor:name="UnknownCert" oor:type="xs:string" oor:localized="true">
170				<info><desc>The error is shown in case a wiki site is accessed using https and has an unknown certificate.</desc></info>
171			</prop>
172            <prop oor:name="Dlg_MediaWiki_Title" oor:type="xs:string" oor:localized="true">
173				<info><desc>"MediaWiki" string that is used as title in some dialogs.</desc></info>
174			</prop>
175            <prop oor:name="Dlg_EditSetting_AccountLine" oor:type="xs:string" oor:localized="true">
176				<info><desc>The text bordering the account information in the dialog.</desc></info>
177			</prop>
178            <prop oor:name="Dlg_EditSetting_WikiLine" oor:type="xs:string" oor:localized="true">
179				<info><desc>The text bordering wiki server information in the dialog.</desc></info>
180			</prop>
181            <prop oor:name="Dlg_EditSetting_SaveBox" oor:type="xs:string" oor:localized="true">
182				<info><desc>The checkbox specifying whether the password should be stored using the password container.</desc></info>
183			</prop>
184            <prop oor:name="Dlg_MediaWiki_Extension_String" oor:type="xs:string" oor:localized="true">
185				<info><desc>The string containing the name of the extension.</desc></info>
186			</prop>
187            <prop oor:name="Dlg_WikiPageExists_Label1" oor:type="xs:string" oor:localized="true">
188				<info><desc>The text asking whether an existing wiki page should be overwritten.</desc></info>
189			</prop>
190        </group>
191    </component>
192
193</oor:component-schema>
194