<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
 * 
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 * 
 ***********************************************************-->
<!-- 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"
             help-id="HID_DLG_WORDCOUNT"
             id="DLG_WORDCOUNT"
             sizeable="true" moveable="true" optimumsize="true" closeable="true"
             has_border="true" sv-look="true" _title="Word Count">
    <vbox border="12" spacing="6">
        <fixedline id="FL_CURRENT" _text="Current selection"/>
	<hbox>
	    <vbox cnt:padding="12" spacing="6">
		<hbox>
		    <fixedtext id="FT_CURRENTWORD" _label="Words:"/>
		    <flow cnt:padding="60"/>
		    <fixedtext id="FI_CURRENTWORD" right="true" _label="0"/>
		</hbox>
		<hbox>
		    <fixedtext id="FT_CURRENTCHARACTER" _label="Characters:"/>
		    <flow cnt:padding="60"/>
		    <fixedtext id="FI_CURRENTCHARACTER" right="true" _label="00"/>
		</hbox>
	    </vbox>
	</hbox>
	<!-- if we could do cnt:cnt:padding="-12" here, we would not have to close
	     and reopen the hbox/vbox thing !-->
        <fixedline id="FL_DOC" _text="Whole document"/>
	<hbox>
	    <vbox cnt:padding="12" spacing="6">
		<hbox>
		    <fixedtext id="FT_DOCWORD" _label="Words:"/>
		    <fixedtext id="FI_DOCWORD" right="true" _label="000"/>
		</hbox>
		<hbox>
		    <fixedtext id="FT_DOCCHARACTER" _label="Characters:"/>
		    <fixedtext id="FI_DOCCHARACTER" right="true" _label="0000"/>
		</hbox>
	    </vbox>
	</hbox>
        <fixedline cnt:padding="1" id="FL_BOTTOM"/>
	<dialogbuttonhbox spacing="12">
            <flow/>
            <okbutton defbutton="true" id="PB_OK"/>
            <helpbutton id="PB_HELP"/>
        </dialogbuttonhbox>
    </vbox>
</modaldialog>
