summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/recover.xml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/workben/layout/recover.xml')
-rw-r--r--toolkit/workben/layout/recover.xml67
1 files changed, 67 insertions, 0 deletions
diff --git a/toolkit/workben/layout/recover.xml b/toolkit/workben/layout/recover.xml
new file mode 100644
index 000000000000..b7387b687de2
--- /dev/null
+++ b/toolkit/workben/layout/recover.xml
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- This is a template. i18n translation is not performed in-place;
+ i18n translated xml files are generated from this template by
+ transex3/layout/tralay. !-->
+
+<modaldialog xmlns="http://openoffice.org/2007/layout"
+ xmlns:cnt="http://openoffice.org/2007/layout/container"
+ id="RID_SVXDLG_RECOVER" _title="OpenOffice.org Document Restore -- questions to sigi(at)novell.com--" optimumsize="true"
+ help-id="SID_ATTR_RESTORE"
+ has_border="true" sizeable="true" moveable="true">
+ <vbox spacing="5" border="5" width="640">
+ <hbox spacing="5" cnt:expand="false">
+ <fixedimage id="FI_HEADER" cnt:expand="false" graphic="res/commandimagelist/sc_apply.png" />
+ <fixedtext id="FT_HEADER" _label="OpenOffice.org Document Restore"/>
+ </hbox>
+ <fixedline id="FL_HEADER"/>
+ <!-- mockup: fixedtext multiline=true" does not work?
+ <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)."/>
+ <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).
+LINE TEST"/>
+ !-->
+ <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."/>
+ <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)."/>
+ <vbox cnt:fill="true" cnt:expand="true" cnt:padding="20" border="20" spacing="20">
+ <hbox>
+ <checkbox id="CB_DOC" state="1" cnt:expand="false" scale="false"/>
+ <fixedimage id="FI_DOC" cnt:v-align="0.5" image-align="0.5" cnt:expand="false" scale="false" graphic="res/commandimagelist/lc_insertdoc.png"/>
+ <fixedtext id="FT_DOC" _label="My document"/>
+ </hbox>
+ <hbox>
+ <checkbox id="CB_SHEET" state="1" cnt:expand="false" scale="false" />
+ <fixedimage id="FI_SHEET" cnt:expand="false" scale="false" graphic="res/commandimagelist/lc_inserttable.png" />
+ <fixedtext id="FT_SHEET" _label="My spreadsheet"/>
+ </hbox>
+ <hbox>
+ <checkbox id="CB_DRAW" state="1" cnt:expand="false" scale="false"/>
+ <fixedimage id="FI_DRAW" cnt:expand="false" scale="false" graphic="res/commandimagelist/lc_insertdraw.png" />
+ <fixedtext id="FT_DRAW" _label="My drawing"/>
+ </hbox>
+ <hbox>
+ <checkbox id="CB_PRESENT" state="1" cnt:expand="false" scale="false" />
+ <fixedimage id="FI_PRESENT" cnt:expand="false" scale="false" graphic="res/commandimagelist/lc_insertvideo.png" />
+ <fixedtext id="FT_PRESENT" _label="My presentation"/>
+ </hbox>
+ <hbox border="5">
+ <flow/>
+ <advancedbutton id="PB_ADVANCED" cnt:expand="false" _label="Advanced..."/>
+ </hbox>
+ </vbox>
+ <vbox>
+ <fixedtext id="FT_PROGRESS" _label="Restore progress (idle)"/>
+ <hbox height="40" cnt:expand="true">
+ <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" />
+ <!-- FIXME: cannot set progress bar's height, use space as strut... !-->
+ <fixedtext label="" height="10" cnt:expand="false" cnt:fill="false"/>
+ </hbox>
+ </vbox>
+ <checkbox id="CH_LOGFILE" _label="Open additional text document to display the restore logfile"/>
+ <dialogbuttonhbox border="5" spacing="5">
+ <flow/>
+ <okbutton defbutton="true" id="BTN_OK" _label="Restore"/>
+ <cancelbutton id="BTN_CANCEL" />
+ <helpbutton id="BTN_HELP"/>
+ </dialogbuttonhbox>
+ </vbox>
+</modaldialog>
+