merged tag ooo/DEV300_m102
[LibreOffice.git] / toolkit / workben / layout / zoom.xml
blob5cc376168a27a66e8f8ea95b0e42e4d0d0724632
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.  !-->
6 <modaldialog xmlns="http://openoffice.org/2007/layout"
7              xmlns:cnt="http://openoffice.org/2007/layout/container"
8              id="RID_SVXDLG_ZOOM" _title="Zoom &amp; View Layout" optimumsize="true"
9          help-id="SID_ATTR_ZOOM"
10              has_border="true" sizeable="true" moveable="true" closeable="true">
11     <vbox spacing="0" border="12">
12     <hbox spacing="0" border="0">
13         <vbox spacing="6" border="0">
14         <fixedline id="FL_ZOOM" _text="Zoom factor" cnt:expand="false"/>
15         <radiobutton radiogroup="zoom-factor" id="BTN_OPTIMAL"   _label="Optimal"/>
16         <radiobutton radiogroup="zoom-factor" id="BTN_WHOLE_PAGE" _label="Whole Page"/>
17         <radiobutton radiogroup="zoom-factor" id="BTN_PAGE_WIDTH" _label="Page Width"/>
18         <radiobutton radiogroup="zoom-factor" id="BTN_100"   _label="100 %"/>
19         <hbox cnt:expand="false" cnt:fill="true">
20             <align cnt:expand="false" cnt:fill="true">
21             <radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom-factor" id="BTN_USER" _label="Variable"/>
22             </align>
23             <flow cnt:padding="12" cnt:expand="false"/>
24             <metricfield id="ED_USER" value-step="1"
25                  repeat="true" has_border="true" spin="true"
26                  _text="100%" unit="11" custom-unit-text="%"
27                  right="true"
28                  cnt:expand="false"/>
29         </hbox>
30         </vbox>
31         <flow/>
32         <vbox spacing="6" border="0">
33         <fixedline id="FL_VIEWLAYOUT" _text="View layout" cnt:expand="false"/>
34         <radiobutton radiogroup="zoom-layout" id="BTN_AUTOMATIC" _label="~Automatic"/>
35         <radiobutton radiogroup="zoom-layout" id="BTN_SINGLE"    _label="~Single page"/>
36         <hbox cnt:expand="false" cnt:fill="true">
37             <align cnt:expand="false" cnt:fill="true">
38             <radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom-layout" id="BTN_COLUMNS" _label="~Columns"/>
39             </align>
40             <flow cnt:padding="12" cnt:expand="false"/>
41             <metricfield id="ED_COLUMNS" value-step="1"
42                  repeat="true" has_border="true" spin="true"
43                  _text="100%"
44                  right="true"
45                  spin-value-min="1"
46                  spin-value="1"
47                  cnt:expand="false"/>
48         </hbox>
49         <hbox><flow cnt:expand="false" cnt:padding="12"/><checkbox id="CHK_BOOK" _label="~Book mode"/></hbox>
50         </vbox>
51     </hbox>
52         <fixedline cnt:padding="6" id="FL_BOTTOM"/>
53     <dialogbuttonhbox border="0" spacing="12">
54         <flow/>
55         <okbutton defbutton="true" id="BTN_ZOOM_OK"/>
56         <cancelbutton id="BTN_ZOOM_CANCEL"/>
57         <helpbutton id="BTN_ZOOM_HELP"/>
58     </dialogbuttonhbox>
59     </vbox>
60 </modaldialog>