1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*cdf0e10cSrcweir<!-- This is a template. i18n translation is not performed in-place; 3*cdf0e10cSrcweir i18n translated XML files are generated from this template by 4*cdf0e10cSrcweir transex3/layout/tralay. !--> 5*cdf0e10cSrcweir 6*cdf0e10cSrcweir<modaldialog sizeable="true" closeable="false" moveable="true" output-size="true" id="RID_SCDLG_STRINPUT" sv-look="true" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container" title="Insert String"> 7*cdf0e10cSrcweir <vbox spacing="5" border="5"> 8*cdf0e10cSrcweir <fixedtext id="FT_LABEL" label="FT-LABEL"/> 9*cdf0e10cSrcweir <edit has_border="true" id="ED_INPUT" tabstop="true"/> 10*cdf0e10cSrcweir <dialogbuttonhbox border="5" spacing="5"> 11*cdf0e10cSrcweir <okbutton defbutton="true" id="BTN_OK" tabstop="true"/> 12*cdf0e10cSrcweir <cancelbutton id="BTN_CANCEL" tabstop="true"/> 13*cdf0e10cSrcweir <helpbutton id="BTN_HELP" tabstop="true"/> 14*cdf0e10cSrcweir </dialogbuttonhbox> 15*cdf0e10cSrcweir </vbox> 16*cdf0e10cSrcweir</modaldialog> 17