xref: /trunk/main/l10ntools/layout/zoom.xml (revision 1ecadb572e7010ff3b3382ad9bf179dbc6efadbb)
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- This is a template.  i18n translation is not performed in-place;
3     i18n translated xml files are generated from this template by
4     transex3/layout/tralay.  !-->
5
6<modaldialog xmlns="http://openoffice.org/2007/layout"
7             xmlns:cnt="http://openoffice.org/2007/layout/container"
8             id="dialog" _title="Set Zoom" _label="boe" optimumsize="true"
9         help-id="SID_ATTR_ZOOM"
10             has_border="true" sizeable="true" moveable="true">
11    <vbox spacing="5" border="5">
12    <fixedline id="FL_ZOOM" _text="Zoom factor" _tooltip="bah" cnt:expand="true"/>
13    <radiobutton radiogroup="zoom" id="BTN_WHOLE_PAGE" _label="Whole Page"/>
14    <radiobutton radiogroup="zoom" id="BTN_PAGE_WIDTH" _label="Page Width"/>
15    <radiobutton radiogroup="zoom" id="BTN_OPTIMAL"   _label="Optimal"/>
16    <radiobutton radiogroup="zoom" id="BTN_200"   _label="200 %"/>
17    <radiobutton radiogroup="zoom" id="BTN_150"   _label="15~0 %"/>
18    <radiobutton radiogroup="zoom" id="BTN_100"   _label="100 %"/>
19    <radiobutton radiogroup="zoom" id="BTN_75"    _label="75 %"/>
20    <radiobutton radiogroup="zoom" id="BTN_50"    _label="50 %"/>
21    <hbox cnt:expand="false" cnt:fill="true">
22        <align cnt:expand="false" cnt:fill="true">
23        <radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom" id="BTN_USER" _label="Variable"/>
24        </align>
25        <flow cnt:padding="10" cnt:expand="false"/>
26        <metricfield id="ED_USER" value-step="1"
27             repeat="true" has_border="true" spin="true"
28             text="100%" unit="13" custom-unit-text="%"
29             right="true"
30             cnt:expand="false"/>
31    </hbox>
32        <fixedline cnt:padding="1" id="FL_BOTTOM"/>
33    <dialogbuttonhbox border="5" spacing="5">
34        <flow/>
35        <okbutton     id="BTN_ZOOM_OK"/>
36        <cancelbutton id="BTN_ZOOM_CANCEL"/>
37        <helpbutton   id="BTN_ZOOM_HELP"/>
38    </dialogbuttonhbox>
39    </vbox>
40</modaldialog>
41