1*b1cdbd2cSJim Jagielski<?xml version="1.0" encoding="UTF-8"?>
2*b1cdbd2cSJim Jagielski<!--***********************************************************
3*b1cdbd2cSJim Jagielski *
4*b1cdbd2cSJim Jagielski * Licensed to the Apache Software Foundation (ASF) under one
5*b1cdbd2cSJim Jagielski * or more contributor license agreements.  See the NOTICE file
6*b1cdbd2cSJim Jagielski * distributed with this work for additional information
7*b1cdbd2cSJim Jagielski * regarding copyright ownership.  The ASF licenses this file
8*b1cdbd2cSJim Jagielski * to you under the Apache License, Version 2.0 (the
9*b1cdbd2cSJim Jagielski * "License"); you may not use this file except in compliance
10*b1cdbd2cSJim Jagielski * with the License.  You may obtain a copy of the License at
11*b1cdbd2cSJim Jagielski *
12*b1cdbd2cSJim Jagielski *   http://www.apache.org/licenses/LICENSE-2.0
13*b1cdbd2cSJim Jagielski *
14*b1cdbd2cSJim Jagielski * Unless required by applicable law or agreed to in writing,
15*b1cdbd2cSJim Jagielski * software distributed under the License is distributed on an
16*b1cdbd2cSJim Jagielski * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*b1cdbd2cSJim Jagielski * KIND, either express or implied.  See the License for the
18*b1cdbd2cSJim Jagielski * specific language governing permissions and limitations
19*b1cdbd2cSJim Jagielski * under the License.
20*b1cdbd2cSJim Jagielski *
21*b1cdbd2cSJim Jagielski ***********************************************************-->
22*b1cdbd2cSJim Jagielski<!-- This is a template.  i18n translation is not performed in-place;
23*b1cdbd2cSJim Jagielski     i18n translated xml files are generated from this template by
24*b1cdbd2cSJim Jagielski     transex3/layout/tralay.  !-->
25*b1cdbd2cSJim Jagielski
26*b1cdbd2cSJim Jagielski<modaldialog xmlns="http://openoffice.org/2007/layout"
27*b1cdbd2cSJim Jagielski             xmlns:cnt="http://openoffice.org/2007/layout/container"
28*b1cdbd2cSJim Jagielski             id="RID_SVXDLG_RECOVER" _title="OpenOffice.org Document Restore -- questions to sigi(at)novell.com--" optimumsize="true"
29*b1cdbd2cSJim Jagielski	     help-id="SID_ATTR_RESTORE"
30*b1cdbd2cSJim Jagielski             has_border="true" sizeable="true" moveable="true">
31*b1cdbd2cSJim Jagielski    <vbox spacing="5" border="5" width="640">
32*b1cdbd2cSJim Jagielski        <hbox spacing="5" cnt:expand="false">
33*b1cdbd2cSJim Jagielski	    <fixedimage id="FI_HEADER" cnt:expand="false" graphic="res/commandimagelist/sc_apply.png" />
34*b1cdbd2cSJim Jagielski	    <fixedtext id="FT_HEADER" _label="OpenOffice.org Document Restore"/>
35*b1cdbd2cSJim Jagielski	</hbox>
36*b1cdbd2cSJim Jagielski	<fixedline id="FL_HEADER"/>
37*b1cdbd2cSJim Jagielski	<!-- mockup: fixedtext multiline=true" does not work?
38*b1cdbd2cSJim Jagielski	<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*b1cdbd2cSJim Jagielski	<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).
40*b1cdbd2cSJim JagielskiLINE TEST"/>
41*b1cdbd2cSJim Jagielski	!-->
42*b1cdbd2cSJim Jagielski	<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*b1cdbd2cSJim Jagielski	<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*b1cdbd2cSJim Jagielski	<vbox cnt:fill="true" cnt:expand="true" cnt:padding="20" border="20" spacing="20">
45*b1cdbd2cSJim Jagielski	    <hbox>
46*b1cdbd2cSJim Jagielski		<checkbox id="CB_DOC" state="1" cnt:expand="false" scale="false"/>
47*b1cdbd2cSJim Jagielski		<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*b1cdbd2cSJim Jagielski		<fixedtext id="FT_DOC" _label="My document"/>
49*b1cdbd2cSJim Jagielski	    </hbox>
50*b1cdbd2cSJim Jagielski	    <hbox>
51*b1cdbd2cSJim Jagielski		<checkbox id="CB_SHEET" state="1" cnt:expand="false" scale="false" />
52*b1cdbd2cSJim Jagielski		<fixedimage id="FI_SHEET" cnt:expand="false" scale="false" graphic="res/commandimagelist/lc_inserttable.png" />
53*b1cdbd2cSJim Jagielski		<fixedtext id="FT_SHEET" _label="My spreadsheet"/>
54*b1cdbd2cSJim Jagielski	    </hbox>
55*b1cdbd2cSJim Jagielski	    <hbox>
56*b1cdbd2cSJim Jagielski		<checkbox id="CB_DRAW" state="1" cnt:expand="false" scale="false"/>
57*b1cdbd2cSJim Jagielski		<fixedimage id="FI_DRAW" cnt:expand="false" scale="false" graphic="res/commandimagelist/lc_insertdraw.png" />
58*b1cdbd2cSJim Jagielski		<fixedtext id="FT_DRAW" _label="My drawing"/>
59*b1cdbd2cSJim Jagielski	    </hbox>
60*b1cdbd2cSJim Jagielski	    <hbox>
61*b1cdbd2cSJim Jagielski		<checkbox id="CB_PRESENT" state="1" cnt:expand="false" scale="false" />
62*b1cdbd2cSJim Jagielski		<fixedimage id="FI_PRESENT" cnt:expand="false" scale="false" graphic="res/commandimagelist/lc_insertvideo.png" />
63*b1cdbd2cSJim Jagielski		<fixedtext id="FT_PRESENT" _label="My presentation"/>
64*b1cdbd2cSJim Jagielski	    </hbox>
65*b1cdbd2cSJim Jagielski	    <hbox border="5">
66*b1cdbd2cSJim Jagielski		<flow/>
67*b1cdbd2cSJim Jagielski		<advancedbutton id="PB_ADVANCED" cnt:expand="false" _label="Advanced..."/>
68*b1cdbd2cSJim Jagielski	    </hbox>
69*b1cdbd2cSJim Jagielski	</vbox>
70*b1cdbd2cSJim Jagielski	<vbox>
71*b1cdbd2cSJim Jagielski	    <fixedtext id="FT_PROGRESS" _label="Restore progress (idle)"/>
72*b1cdbd2cSJim Jagielski	    <hbox height="40" cnt:expand="true">
73*b1cdbd2cSJim Jagielski		<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*b1cdbd2cSJim Jagielski		<!-- FIXME: cannot set progress bar's height, use space as strut... !-->
75*b1cdbd2cSJim Jagielski		<fixedtext label="" height="10" cnt:expand="false" cnt:fill="false"/>
76*b1cdbd2cSJim Jagielski	    </hbox>
77*b1cdbd2cSJim Jagielski	</vbox>
78*b1cdbd2cSJim Jagielski	<checkbox id="CH_LOGFILE" _label="Open additional text document to display the restore logfile"/>
79*b1cdbd2cSJim Jagielski	<dialogbuttonhbox border="5" spacing="5">
80*b1cdbd2cSJim Jagielski	    <flow/>
81*b1cdbd2cSJim Jagielski	    <okbutton defbutton="true" id="BTN_OK" _label="Restore"/>
82*b1cdbd2cSJim Jagielski	    <cancelbutton id="BTN_CANCEL" />
83*b1cdbd2cSJim Jagielski	    <helpbutton id="BTN_HELP"/>
84*b1cdbd2cSJim Jagielski	</dialogbuttonhbox>
85*b1cdbd2cSJim Jagielski    </vbox>
86*b1cdbd2cSJim Jagielski</modaldialog>
87*b1cdbd2cSJim Jagielski
88