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<!-- This is a template.  i18n translation is not performed in-place;
23     i18n translated xml files are generated from this template by
24     transex3/layout/tralay.  !-->
25
26<modaldialog xmlns="http://openoffice.org/2007/layout"
27             xmlns:cnt="http://openoffice.org/2007/layout/container"
28             id="RID_SVXDLG_RECOVER" _title="OpenOffice.org Document Restore -- questions to sigi(at)novell.com--" optimumsize="true"
29	     help-id="SID_ATTR_RESTORE"
30             has_border="true" sizeable="true" moveable="true">
31    <vbox spacing="5" border="5" width="640">
32        <hbox spacing="5" cnt:expand="false">
33	    <fixedimage id="FI_HEADER" cnt:expand="false" graphic="res/commandimagelist/sc_apply.png" />
34	    <fixedtext id="FT_HEADER" _label="OpenOffice.org Document Restore"/>
35	</hbox>
36	<fixedline id="FL_HEADER"/>
37	<!-- mockup: fixedtext multiline=true" does not work?
38	<multilineedit id="MLE_RECOVER" has_border="false" foobar="x" _text="At least one document was found that was not stored safely to the media.  Uncheck any documents you do not want to restore (information may be lost)."/>
39	<fixedtext id="FT_RECOVER" has_border="false" multi-line="true" font-word-line-mode="true" word-break="true"  _label="At least one document was found that was not stored safely to the media.  Uncheck any documents you do not want to restore (information may be lost).
40LINE TEST"/>
41	!-->
42	<fixedtext id="FT_RECOVER" has_border="false" multi-line="true" font-word-line-mode="true" _label="At least one document was not stored safely and must be recovered."/>
43	<fixedtext id="FT_ADVANCED" has_border="false" multi-line="true" font-word-line-mode="true" word-break="true"  _label="Uncheck any documents you do not want to restore (information may be lost)."/>
44	<vbox cnt:fill="true" cnt:expand="true" cnt:padding="20" border="20" spacing="20">
45	    <hbox>
46		<checkbox id="CB_DOC" state="1" cnt:expand="false" scale="false"/>
47		<fixedimage id="FI_DOC" cnt:v-align="0.5" image-align="0.5" cnt:expand="false" scale="false" graphic="res/commandimagelist/lc_insertdoc.png"/>
48		<fixedtext id="FT_DOC" _label="My document"/>
49	    </hbox>
50	    <hbox>
51		<checkbox id="CB_SHEET" state="1" cnt:expand="false" scale="false" />
52		<fixedimage id="FI_SHEET" cnt:expand="false" scale="false" graphic="res/commandimagelist/lc_inserttable.png" />
53		<fixedtext id="FT_SHEET" _label="My spreadsheet"/>
54	    </hbox>
55	    <hbox>
56		<checkbox id="CB_DRAW" state="1" cnt:expand="false" scale="false"/>
57		<fixedimage id="FI_DRAW" cnt:expand="false" scale="false" graphic="res/commandimagelist/lc_insertdraw.png" />
58		<fixedtext id="FT_DRAW" _label="My drawing"/>
59	    </hbox>
60	    <hbox>
61		<checkbox id="CB_PRESENT" state="1" cnt:expand="false" scale="false" />
62		<fixedimage id="FI_PRESENT" cnt:expand="false" scale="false" graphic="res/commandimagelist/lc_insertvideo.png" />
63		<fixedtext id="FT_PRESENT" _label="My presentation"/>
64	    </hbox>
65	    <hbox border="5">
66		<flow/>
67		<advancedbutton id="PB_ADVANCED" cnt:expand="false" _label="Advanced..."/>
68	    </hbox>
69	</vbox>
70	<vbox>
71	    <fixedtext id="FT_PROGRESS" _label="Restore progress (idle)"/>
72	    <hbox height="40" cnt:expand="true">
73		<progressbar cnt:expand="true" cnt:fill="true" id="PB_RECOVER" has_border="true" border="10" fill-color="#ccccff" background-color="#ffffff" progress-value-min="0" progress-value-max="100" progress-value="50" />
74		<!-- FIXME: cannot set progress bar's height, use space as strut... !-->
75		<fixedtext label="" height="10" cnt:expand="false" cnt:fill="false"/>
76	    </hbox>
77	</vbox>
78	<checkbox id="CH_LOGFILE" _label="Open additional text document to display the restore logfile"/>
79	<dialogbuttonhbox border="5" spacing="5">
80	    <flow/>
81	    <okbutton defbutton="true" id="BTN_OK" _label="Restore"/>
82	    <cancelbutton id="BTN_CANCEL" />
83	    <helpbutton id="BTN_HELP"/>
84	</dialogbuttonhbox>
85    </vbox>
86</modaldialog>
87
88