/*************************************************************************
 *
 *  $RCSfile: paragrph.src,v $
 *
 *  $Revision: 1.79 $
 *
 *  last change: $Author: obo $ $Date: 2005-01-27 16:06:05 $
 *
 *  The Contents of this file are made available subject to the terms of
 *  either of the following licenses
 *
 *         - GNU Lesser General Public License Version 2.1
 *         - Sun Industry Standards Source License Version 1.1
 *
 *  Sun Microsystems Inc., October, 2000
 *
 *  GNU Lesser General Public License Version 2.1
 *  =============================================
 *  Copyright 2000 by Sun Microsystems, Inc.
 *  901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License version 2.1, as published by the Free Software Foundation.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 *  MA  02111-1307  USA
 *
 *
 *  Sun Industry Standards Source License Version 1.1
 *  =================================================
 *  The contents of this file are subject to the Sun Industry Standards
 *  Source License Version 1.1 (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.openoffice.org/license.html.
 *
 *  Software provided under this License is provided on an "AS IS" basis,
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 *  See the License for the specific provisions governing your rights and
 *  obligations concerning the Software.
 *
 *  The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 *
 *  Copyright: 2000 by Sun Microsystems, Inc.
 *
 *  All Rights Reserved.
 *
 *  Contributor(s): _______________________________________
 *
 *
 ************************************************************************/
 // include ---------------------------------------------------------------
#include "dialogs.hrc"
#include "helpid.hrc"
#include "paragrph.hrc"

 // RID_SVXPAGE_STD_PARAGRAPH ---------------------------------------------
TabPage RID_SVXPAGE_STD_PARAGRAPH
{
    HelpId = HID_FORMAT_PARAGRAPH_STD ;
    Hide = TRUE ;
    Text [ de ] = "Einz�ge und Abst�nde" ;
    Text [ en-US ] = "Indents and Spacing" ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    FixedText FT_LEFTINDENT
    {
        Pos = MAP_APPFONT ( 12 , 16 ) ;
        Size = MAP_APPFONT ( 120 , 8 ) ;
        Left = TRUE ;
        Text [ de ] = "~Vor Text" ;
        Text [ en-US ] = "Before text" ;
    };
    MetricField ED_LEFTINDENT
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 135 , 14 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        Group = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Maximum = 9999 ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        Last = 9999 ;
        SpinSize = 10 ;
    };
    FixedText FT_RIGHTINDENT
    {
        Pos = MAP_APPFONT ( 12 , 32 ) ;
        Size = MAP_APPFONT ( 120 , 8 ) ;
        Left = TRUE ;
        Text [ de ] = "H~inter Text" ;
        Text [ en-US ] = "After text" ;
    };
    MetricField ED_RIGHTINDENT
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 135 , 30 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        Group = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Maximum = 9999 ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        Last = 9999 ;
        SpinSize = 10 ;
    };
    FixedText FT_FLINEINDENT
    {
        Pos = MAP_APPFONT ( 12 , 48 ) ;
        Size = MAP_APPFONT ( 120 , 8 ) ;
        Text [ de ] = "Erste Ze~ile" ;
        Text [ en-US ] = "~First line" ;
        Left = TRUE ;
        Text [ x-comment ] = " ";
    };
    MetricField ED_FLINEINDENT
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 135 , 46 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        Group = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = -9999 ;
        Maximum = 9999 ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        First = -9999 ;
        Last = 9999 ;
        SpinSize = 10 ;
    };
    CheckBox CB_AUTO
    {
        Pos = MAP_APPFONT ( 12 , 61 ) ;
        Size = MAP_APPFONT ( 120 , 10 ) ;
        Hide = TRUE ;
        Text [ de ] = "~Automatisch" ;
        Text [ en-US ] = "~Automatic" ;
        Text [ x-comment ] = " ";
    };
    FixedLine FL_INDENT
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 173 , 8 ) ;
        Text [ de ] = "Einzug" ;
        Text [ en-US ] = "Indent" ;
        Text [ x-comment ] = " ";
    };
    FixedText FT_TOPDIST
    {
        Pos = MAP_APPFONT ( 12 , 90 ) ;
        Size = MAP_APPFONT ( 120 , 8 ) ;
        Left = TRUE ;
        Text [ de ] = "�ber Absatz" ;
        Text [ en-US ] = "Ab~ove paragraph" ;
    };
    MetricField ED_TOPDIST
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 135 , 88 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        Group = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Maximum = 9999 ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        Last = 9999 ;
        SpinSize = 10 ;
    };
    FixedText FT_BOTTOMDIST
    {
        Pos = MAP_APPFONT ( 12 , 104 ) ;
        Size = MAP_APPFONT ( 120 , 8 ) ;
        Left = TRUE ;
        Text [ de ] = "Unter Absatz" ;
        Text [ en-US ] = "Below paragraph" ;
    };
    MetricField ED_BOTTOMDIST
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 135 , 104 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        Group = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Maximum = 9999 ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        Last = 9999 ;
        SpinSize = 10 ;
    };
    FixedLine FL_DIST
    {
        Pos = MAP_APPFONT ( 6 , 77 ) ;
        Size = MAP_APPFONT ( 173 , 8 ) ;
        Text [ de ] = "Abstand" ;
        Text [ en-US ] = "Spacing" ;
        Text [ x-comment ] = " ";
    };
    ListBox LB_LINEDIST
    {
        Pos = MAP_APPFONT ( 12 , 133 ) ;
        Size = MAP_APPFONT ( 55 , 72 ) ;
        DropDown = TRUE ;
        StringList [ de ] =
        {
            < "Einzeilig" ; Default ; > ;
            < "1,5zeilig" ; Default ; > ;
            < "Zweizeilig" ; Default ; > ;
            < "Proportional" ; Default ; > ;
            < "Mindestens" ; Default ; > ;
            /* ### ACHTUNG: Neuer Eintrag in Liste? 6 : Durchschu�*/
            /* ### ACHTUNG: Neuer Eintrag in Liste? 6 : Durchschu�*/
            < "Durchschuss" ; Default ; > ;
        };
        StringList [ en-US ] =
        {
            < "Single" ; Default ; > ;
            < "1.5 lines" ; Default ; > ;
            < "Double" ; Default ; > ;
            < "Proportional" ; Default ; > ;
            < "At least" ; Default ; > ;
            < "Leading" ; Default ; > ;
        };
    StringList [ x-comment ] =
    {
            < " " ; Default ; > ;
        < " " ; Default ; > ;
        < " " ; Default ; > ;
        < " " ; Default ; > ;
        < " " ; Default ; > ;
        < " " ; Default ; > ;
    };
    };
    String ST_LINEDIST_ABS
    {
        Text [ de ] = "Fest" ;
        Text [ en-US ] = "Fixed" ;
        Text [ x-comment ] = " ";
    };
    FixedText FT_LINEDIST
    {
        Disable = TRUE ;
        Pos = MAP_APPFONT ( 70 , 135 ) ;
        Size = MAP_APPFONT ( 60 , 8 ) ;
        Text [ de ] = "vo~n" ;
        Text [ en-US ] = "of" ;
        Left = TRUE ;
        Text [ x-comment ] = " ";
    };
    MetricField ED_LINEDISTPERCENT
    {
        Disable = TRUE ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 135 , 133 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        Group = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 50 ;
        Maximum = 200 ;
        Value = 100 ;
        Unit = FUNIT_CUSTOM ;
        CustomUnitText = "%" ;
        First = 50 ;
        Last = 200 ;
        SpinSize = 1 ;
    };
    MetricField ED_LINEDISTMETRIC
    {
        Disable = TRUE ;
        Border = TRUE ;
        Hide = TRUE ;
        Pos = MAP_APPFONT ( 135 , 133 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        Group = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Maximum = 9999 ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        Last = 9999 ;
        SpinSize = 10 ;
    };
    FixedLine FL_LINEDIST
    {
        Pos = MAP_APPFONT ( 6 , 122 ) ;
        Size = MAP_APPFONT ( 173 , 8 ) ;
        Text [ de ] = "Zeilenabstand" ;
        Text [ en-US ] = "Line spacing" ;
        Text [ x-comment ] = " ";
    };
    Window WN_EXAMPLE
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 185 , 7 ) ;
        Size = MAP_APPFONT ( 68 , 112 ) ;
    };
    CheckBox CB_REGISTER
    {
        Pos = MAP_APPFONT ( 12 , 162 ) ;
        Size = MAP_APPFONT ( 120 , 10 ) ;
        Text [ de ] = "Ber�~cksichtigen" ;
        Hide = TRUE ;
        Text [ en-US ] = "A~ctivate" ;
        Text [ x-comment ] = " ";
    };
    FixedLine FL_REGISTER
    {
        Pos = MAP_APPFONT ( 6 , 151 ) ;
        Size = MAP_APPFONT ( 173 , 8 ) ;
        Text [ de ] = "Registerhaltigkeit" ;
        Hide = TRUE ;
        Text [ en-US ] = "Register-true" ;
        Text [ x-comment ] = " ";
    };

    Text [ x-comment ] = " ";
};
 // RID_SVXPAGE_ALIGN_PARAGRAPH ---------------------------------------------
TabPage RID_SVXPAGE_ALIGN_PARAGRAPH
{
    HelpId = HID_FORMAT_PARAGRAPH_ALIGN ;
    Hide = TRUE ;
    Text [ de ] = "Ausrichtung" ;
    Text [ en-US ] = "Alignment" ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    FixedLine FL_ALIGN
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 173 , 8 ) ;
        Text [ de ] = "Optionen" ;
        Text [ en-US ] = "Options" ;
        Group = TRUE ;
        Text [ x-comment ] = " ";
    };
    RadioButton BTN_LEFTALIGN
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 161 , 10 ) ;
        Text [ de ] = "Lin~ks" ;
        Text [ en-US ] = "~Left" ;
        Group = TRUE ;
    };
    RadioButton BTN_RIGHTALIGN
    {
        Pos = MAP_APPFONT ( 12 , 28 ) ;
        Size = MAP_APPFONT ( 161 , 10 ) ;
        Text [ de ] = "Rech~ts" ;
        Text [ en-US ] = "Righ~t" ;
    };
    RadioButton BTN_CENTERALIGN
    {
        Pos = MAP_APPFONT ( 12 , 42 ) ;
        Size = MAP_APPFONT ( 161 , 10 ) ;
        Text [ de ] = "Z~entriert" ;
        Text [ en-US ] = "~Center" ;
        Text [ x-comment ] = " ";
    };
    RadioButton BTN_JUSTIFYALIGN
    {
        Pos = MAP_APPFONT ( 12 , 56 ) ;
        Size = MAP_APPFONT ( 161 , 10 ) ;
        Text [ de ] = "~Blocksatz" ;
        Text [ en-US ] = "Justified" ;
        Text [ x-comment ] = " ";
    };
    String ST_LEFTALIGN_ASIAN
    {
        Text [ de ] = "Lin~ks/Oben" ;
        Text [ en-US ] = "~Left/Top" ;
    };
    String ST_RIGHTALIGN_ASIAN
    {
        Text [ de ] = "Rech~ts/Unten" ;
        Text [ en-US ] = "Righ~t/Bottom" ;
    };
    FixedText FT_LASTLINE
    {
        Pos = MAP_APPFONT ( 20 , 72 ) ;
        Size = MAP_APPFONT ( 80 , 8 ) ;
        Text [ de ] = "~Letzte Zeile" ;
        Hide = TRUE ;
        Text [ en-US ] = "~Last line" ;
        Text [ x-comment ] = " ";
    };
    ListBox LB_LASTLINE
    {
        Pos = MAP_APPFONT ( 105 , 70 ) ;
        Size = MAP_APPFONT ( 70 , 50 ) ;
        DropDown = TRUE ;
        Hide = TRUE ;
        StringList [ de ] =
        {
            < "Standard" ; Default ; > ;
            < "Links" ; Default ; > ;
            < "Zentriert" ; Default ; > ;
            < "Blocksatz" ; Default ; > ;
        };
        StringList [ en-US ] =
        {
            < "Default" ; Default ; > ;
            < "Left" ; Default ; > ;
            < "Centered" ; Default ; > ;
            < "Justified"; Default; > ;
        };
    };
    CheckBox CB_EXPAND
    {
        Pos = MAP_APPFONT ( 20 , 86 ) ;
        Size = MAP_APPFONT ( 153 , 10 ) ;
        Hide = TRUE ;
        Text [ de ] = "Einzelnes ~Wort austreiben" ;
        Text [ en-US ] = "~Expand single word" ;
        Text [ x-comment ] = " ";
    };
    CheckBox CB_SNAP
    {
        Pos = MAP_APPFONT ( 20 , 100 ) ;
        Size = MAP_APPFONT ( 153 , 10 ) ;
        Hide = TRUE ;
        Text [ de ] = "Am Textraster fangen (wenn aktiviert)" ;
        Text [ en-US ] = "Snap to text grid (if active)";
    };
    Window WN_EXAMPLE
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 185 , 7 ) ;
        Size = MAP_APPFONT ( 68 , 112 ) ;
    };
    FixedLine FL_VERTALIGN
    {
        Pos = MAP_APPFONT ( 6 , 122 ) ;
        Size = MAP_APPFONT ( 173 , 8 ) ;
        Text [ de ] = "Text-an-Text" ;
        Hide = TRUE;
        Text [ en-US ] = "Text-to-text";
    };
    FixedText FT_VERTALIGN
    {
        Pos = MAP_APPFONT ( 12 , 135 ) ;
        Size = MAP_APPFONT ( 90 , 8 ) ;
        Hide = TRUE;
        Text [ de ] = "~Ausrichtung" ;
        Text [ en-US ] = "~Alignment";
    };
    ListBox LB_VERTALIGN
    {
        Pos = MAP_APPFONT ( 105 , 133 ) ;
        Size = MAP_APPFONT ( 70 , 50 ) ;
        DropDown = TRUE ;
        Hide = TRUE ;
        StringList [ de ] =
        {
            < "Automatisch" ; > ;
            < "Grundlinie" ; > ;
            < "Oben" ; > ;
            < "Zentriert" ; > ;
            < "Unten" ; > ;
        };
        StringList [ x-comment ] =
        {
            < "; Automatisch" ; > ;
            < "; Grundlinie" ; > ;
            < "; Oben" ; > ;
            < "; Zentriert" ; > ;
            < "; Unten" ; > ;
        };
        StringList [ en-US ] =
        {
            < "Automatic" ; > ;
            < "Base line" ; > ;
            < "Top" ; > ;
            < "Middle" ; > ;
            < "Bottom" ; > ;
        };
    };
    FixedLine   FL_PROPERTIES
    {
        Pos = MAP_APPFONT ( 6 , 154 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Hide = TRUE ;
        Text [ de ] = "Eigenschaften" ;
        Text [ en-US ] = "Properties";
    };
    FixedText   FT_TEXTDIRECTION
    {
        Pos = MAP_APPFONT ( 12 , 167 ) ;
        Size = MAP_APPFONT ( 60 , 8 ) ;
        Hide = TRUE ;
        Text [ de ] = "~Textfluss" ;
        Text [ en-US ] = "Text ~direction";
    };
    ListBox LB_TEXTDIRECTION
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 105 , 165 ) ;
        Size = MAP_APPFONT ( 146 , 50 ) ;
        DropDown = TRUE ;
        Hide = TRUE ;
    };
    Text [ x-comment ] = " ";
};
 // RID_SVXPAGE_EXT_PARAGRAPH ---------------------------------------------
TabPage RID_SVXPAGE_EXT_PARAGRAPH
{
    HelpId = HID_FORMAT_PARAGRAPH_EXT ;
    Hide = TRUE ;
    Text [ de ] = "Textfluss" ;
    Text [ en-US ] = "Text Flow" ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    TriStateBox BTN_HYPHEN
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 236 , 10 ) ;
        Text [ de ] = "Auto~matisch" ;
        Text [ en-US ] = "A~utomatically" ;
        Text [ x-comment ] = " ";
    };
    NumericField ED_HYPHENBEFORE
    {
        Disable = TRUE ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 21 , 26 ) ;
        Size = MAP_APPFONT ( 24 , 12 ) ;
        Group = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 2 ;
        Maximum = 9 ;
        Value = 2 ;
        First = 2 ;
        Last = 9 ;
    };
    FixedText FT_HYPHENBEFORE
    {
        Disable = TRUE ;
        Pos = MAP_APPFONT ( 48 , 29 ) ;
        Size = MAP_APPFONT ( 200 , 8 ) ;
        Text [ de ] = "Zeichen am Zeilen~ende" ;
        Text [ en-US ] = "C~haracters at line end" ;
        Left = TRUE ;
    };
    NumericField ED_HYPHENAFTER
    {
        Disable = TRUE ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 21 , 41 ) ;
        Size = MAP_APPFONT ( 24 , 12 ) ;
        Group = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 2 ;
        Maximum = 9 ;
        Value = 2 ;
        First = 2 ;
        Last = 9 ;
    };
    FixedText FT_HYPHENAFTER
    {
        Disable = TRUE ;
        Pos = MAP_APPFONT ( 48 , 43 ) ;
        Size = MAP_APPFONT ( 200 , 8 ) ;
        Text [ de ] = "Zeichen am Zeilen~anfang" ;
        Text [ en-US ] = "Cha~racters at line begin" ;
        Left = TRUE ;
    };
    FixedText FT_MAXHYPH
    {
        Pos = MAP_APPFONT ( 48 , 57 ) ;
        Size = MAP_APPFONT ( 200 , 8 ) ;
        WordBreak = TRUE ;
        Text [ de ] = "Ma~ximal aufeinander folgende Trennstellen" ;
        Text [ en-US ] = "~Maximum number of consecutive hyphens" ;
    };
    NumericField ED_MAXHYPH
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 21 , 55 ) ;
        Size = MAP_APPFONT ( 24 , 12 ) ;
        Group = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Maximum = 99 ;
        Last = 99 ;
    };
    FixedLine FL_HYPHEN
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ de ] = "Silbentrennung" ;
        Text [ en-US ] = "Hyphenation" ;
        Text [ x-comment ] = " ";
    };
    FixedLine FL_OPTIONS
    {   // is moved one section deeper to not raise unnecessary translations
        Pos = MAP_APPFONT ( 6 , 116 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ de ] = "Zus�tze" ;
        Text [ en-US ] = "Options" ;
        Group = TRUE ;
        Text [ x-comment ] = " ";
    };
    FixedLine FL_BREAKS
    {
        Pos = MAP_APPFONT ( 6 , 73 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ de ] = "Umbr�che" ;
        Text [ en-US ] = "Breaks" ;
        Group = TRUE ;
    };
    TriStateBox BTN_PAGEBREAK
    {
         //         Disable = TRUE;
        Pos = MAP_APPFONT ( 12 , 86 ) ;
        Size = MAP_APPFONT ( 61 , 10 ) ;
        Text [ de ] = "Einf�gen" ;
        Text [ en-US ] = "Insert" ;
        Group = TRUE ;
    };
    FixedText FT_BREAKTYPE
    {
        Pos = MAP_APPFONT ( 75 , 86 ) ;
        Size = MAP_APPFONT ( 21 , 10 ) ;
        Text [ de ] = "T~yp" ;
        Text [ en-US ] = "~Type";
    };
    ListBox LB_BREAKTYPE
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 98 , 84 ) ;
        Size = MAP_APPFONT ( 61 , 50 ) ;
        DropDown = TRUE ;
        StringList [ de ] =
        {
            < "Seite" ; 0; > ;
            < "Spalte" ; 1; > ;
        };
    StringList [ x-comment ] =
    {
         < "; Seite" ; 0; > ;
        < "; Spalte" ; 1; > ;
    };
    StringList [ en-US ] =
    {
         < "Page" ; 0; > ;
        < "Column" ; 1; > ;
    };
    };
    FixedText FT_BREAKPOSITION
    {
        Pos = MAP_APPFONT ( 163 , 86 ) ;
        Size = MAP_APPFONT ( 45 , 10 ) ;
        Right = TRUE;
        Text [ de ] = "~Position" ;
        Text [ en-US ] = "Position";
    };
    ListBox LB_BREAKPOSITION
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 211 , 84 ) ;
        Size = MAP_APPFONT ( 40 , 50 ) ;
        DropDown = TRUE ;
        StringList [ de ] =
        {
            < "Davor" ; 0; > ;
            < "Danach" ; 1; > ;
        };
    StringList [ x-comment ] =
    {
         < "; Davor" ; 0; > ;
        < "; Danach" ; 1; > ;
    };
    StringList [ en-US ] =
    {
         < "Before" ; 0; > ;
        < "After" ; 1; > ;
    };
    };
    TriStateBox BTN_PAGECOLL
    {
         //         Disable = TRUE;
        Pos = MAP_APPFONT (21 , 100 ) ;
        Size = MAP_APPFONT ( 75 , 10 ) ;
        Text [ de ] = "mit Seitenvor~lage" ;
        Text [ en-US ] = "With Page St~yle" ;
        Group = TRUE ;
        Text [ x-comment ] = "; All \"Vorlagen\" /Styles are written with a capital S.10.5.00EM";
    };
    ListBox LB_PAGECOLL
    {
         //         Disable = TRUE;
        Pos = MAP_APPFONT ( 98 , 98 ) ;
        Size = MAP_APPFONT ( 61 , 50 ) ;
        DropDown = TRUE ;
        Sort = TRUE;
    };
    FixedText FT_PAGENUM
    {
        Pos = MAP_APPFONT ( 163 , 100 ) ;
        Size = MAP_APPFONT ( 45 , 8 ) ;
        Right = TRUE ;
        Text [ de ] = "Se~itennummer" ;
        Text [ en-US ] = "Page ~number" ;
        Text [ x-comment ] = " ";
    };
    NumericField ED_PAGENUM
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 211 , 98 ) ;
        Size = MAP_APPFONT ( 26 , 12 ) ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 0 ;
        Maximum = 9999 ;
        Value = 0 ;
        First = 0 ;
        Last = 9999 ;
    };
    TriStateBox BTN_KEEPTOGETHER
    {
        Pos = MAP_APPFONT ( 12 , 127 ) ;
        Size = MAP_APPFONT ( 236 , 10 ) ;
        Text [ de ] = "Absatz ni~cht trennen" ;
        Text [ en-US ] = "~Do not split paragraph" ;
        Group = TRUE ;
    };
    TriStateBox CB_KEEPTOGETHER
    {
        Pos = MAP_APPFONT ( 12, 141 ) ;
        Size = MAP_APPFONT ( 236 , 10 ) ;
        Text [ de ] = "Abs�~tze zusammenhalten" ;
        Text [ en-US ] = "~Keep with next paragraph" ;
        Text [ x-comment ] = " ";
    };
    TriStateBox BTN_ORPHANS
    {
        Disable = TRUE ;
        Pos = MAP_APPFONT ( 12 , 155 ) ;
        Size = MAP_APPFONT ( 120 , 10 ) ;
        Text [ de ] = "Schuster~jungenregelung" ;
        Group = TRUE ;
        Text [ x-comment ] = " ";
        Text [ en-US ] = "~Orphan control";
    };
    NumericField ED_ORPHANS
    {
        Disable = TRUE ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 134 , 153 ) ;
        Size = MAP_APPFONT ( 24 , 12 ) ;
        Group = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 2 ;
        Maximum = 9 ;
        Value = 2 ;
        First = 2 ;
        Last = 9 ;
    };
    FixedText FT_ORPHANS
    {
        Disable = TRUE ;
        Pos = MAP_APPFONT ( 161 , 155 ) ;
        Size = MAP_APPFONT ( 86 , 8 ) ;
        Text [ de ] = "Zeilen" ;
        Text [ en-US ] = "Lines" ;
        Left = TRUE ;
        Text [ x-comment ] = " ";
    };
    TriStateBox BTN_WIDOWS
    {
        Disable = TRUE ;
        Pos = MAP_APPFONT ( 12 , 169 ) ;
        Size = MAP_APPFONT ( 120 , 10 ) ;
        Text [ de ] = "Hu~renkinderregelung" ;
        Group = TRUE ;
        Text [ x-comment ] = " ";
        Text [ en-US ] = "~Widow control";
    };
    NumericField ED_WIDOWS
    {
        Disable = TRUE ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 134 , 167 ) ;
        Size = MAP_APPFONT ( 24 , 12 ) ;
        Group = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 2 ;
        Maximum = 9 ;
        Value = 2 ;
        First = 2 ;
        Last = 9 ;
    };
    FixedText FT_WIDOWS
    {
        Disable = TRUE ;
        Pos = MAP_APPFONT ( 161 , 169 ) ;
        Size = MAP_APPFONT ( 86 , 8 ) ;
        Text [ de ] = "Zeilen" ;
        Text [ en-US ] = "Lines" ;
        Left = TRUE ;
        Text [ x-comment ] = " ";
    };
    Text [ x-comment ] = " ";
};
/*-- 29.11.00 11:36:24---------------------------------------------------
  Asian typography
  -----------------------------------------------------------------------*/
TabPage RID_SVXPAGE_PARA_ASIAN
{
    HelpId = HID_SVXPAGE_PARA_ASIAN ;
    Hide = TRUE ;
    Text [ de ] = "Asiatische Typographie" ;
    Text [ en-US ] = "Asian Typography";
    Size = MAP_APPFONT ( 260 , 185 ) ;
    FixedLine FL_AS_OPTIONS
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ de ] = "Zeilenwechsel" ;
        Text [ en-US ] = "Line change";
    };
    TriStateBox CB_AS_FORBIDDEN
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 242 , 10 ) ;
        Text [ de ] = "~Liste der verbotenen Zeichen an Zeilenanfang und -ende ber�cksichtigen" ;
        Text [ en-US ] = "Apply list of forbidden characters to the beginning and end of lines";
    };
    TriStateBox CB_AS_ALLOW_WORD_BREAK
    {
        Pos = MAP_APPFONT ( 12 , 28 ) ;
        Size = MAP_APPFONT ( 242 , 10 ) ;
        Text [ de ] = "~Textumbruch innerhalb von W�tern im lateinischen Text zulassen" ;
        Text [ en-US ] = "Allow ~breaks in words in Latin text";
    };
    TriStateBox CB_AS_HANG_PUNC
    {
        Pos = MAP_APPFONT ( 12 , 42 ) ;
        Size = MAP_APPFONT ( 242 , 10 ) ;
        Text [ de ] = "H�ngende ~Interpunktion zulassen" ;
        Text [ en-US ] = "Allow hanging punctuation";
    };
    FixedLine FL_AS_CHAR_DIST
    {
        Pos = MAP_APPFONT ( 6 , 58 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ de ] = "Zeichenabstand" ;
        Text [ en-US ] = "Character spacing";
    };
    TriStateBox CB_AS_PUNCTUATION
    {
        Pos = MAP_APPFONT ( 12, 69 ) ;
        Size = MAP_APPFONT ( 242 , 10 ) ;
        Text [ de ] = "I~nterpunktion am Zeilenbeginn zum Komprimieren zulassen" ;
        Text [ en-US ] = "Allow punctuation at line start";
    };
    TriStateBox CB_AS_SCRIPT_SPACE
    {
        Pos = MAP_APPFONT ( 12 , 83 ) ;
        Size = MAP_APPFONT ( 242 , 10 ) ;
        Text [ de ] = "~Abstand zwischen asiatischem, lateinischem und komplexem Text anwenden" ;
        Text [ en-US ] = "Apply spacing between Asian, Latin and Complex text";
    };
    TriStateBox CB_AS_ADJUST_NUMBERS
    {
        Pos = MAP_APPFONT ( 12 , 97 ) ;
        Size = MAP_APPFONT ( 242 , 10 ) ;
        Text [ de ] = "Abstan~d zwischen asiatischem Text und Zahlen automatisch anpassen" ;
        Text [ en-US ] = "Automatically adjust space between Asian text and numbers";
    };
};

// ********************************************************************** EOF