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 sizeable="true" closeable="true" help-id="FID_TAB_MOVE" moveable="true" output-size="true" id="RID_SCDLG_MOVETAB" sv-look="true" _title="Move/Copy Sheet" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container">
7    <vbox spacing="5" border="5">
8	<string id="STR_NEWDOC" _text="- new document -"/>
9        <fixedtext id="FT_DEST" _label="To ~document"/>
10        <listbox has_border="true" dropdown="true" id="LB_DEST" tabstop="true"/>
11        <fixedtext id="FT_INSERT" _label="~Insert before"/>
12        <listbox has_border="true" id="LB_INSERT" tabstop="true" string-item-list=" : : : : " />
13        <checkbox id="BTN_COPY" tabstop="true" _label="~Copy"/>
14	<dialogbuttonhbox border="5" spacing="5">
15	    <flow/>
16            <cancelbutton id="BTN_CANCEL" tabstop="true"/>
17            <helpbutton id="BTN_HELP" tabstop="true"/>
18            <okbutton defbutton="true" id="BTN_OK" tabstop="true"/>
19	</dialogbuttonhbox>
20    </vbox>
21</modaldialog>
22