2000-09-18 16:07:07 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
|
*
|
2005-09-09 03:22:57 +00:00
|
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
2005-09-09 03:22:57 +00:00
|
|
|
|
* $RCSfile: tabtempl.src,v $
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
2005-09-09 03:22:57 +00:00
|
|
|
|
* $Revision: 1.27 $
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
2005-09-09 03:22:57 +00:00
|
|
|
|
* last change: $Author: rt $ $Date: 2005-09-09 04:22:57 $
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
2005-09-09 03:22:57 +00:00
|
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
|
|
|
|
|
*
|
2005-09-09 03:22:57 +00:00
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
|
|
* =============================================
|
|
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
2005-09-09 03:22:57 +00:00
|
|
|
|
* 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.
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
2005-09-09 03:22:57 +00:00
|
|
|
|
* 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.
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
2005-09-09 03:22:57 +00:00
|
|
|
|
* 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
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
|
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
#include "tabtempl.hrc"
|
|
|
|
|
|
#include <svx/dialogs.hrc>
|
|
|
|
|
|
TabDialog TAB_TEMPLATE
|
|
|
|
|
|
{
|
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Grafikobjektvorlage" ;
|
|
|
|
|
|
Text [ en-US ] = "Graphics Styles" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
|
// Closeable = TRUE; // Dieser Dialog hat OK und/oder Cancel Button ! (KH)
|
|
|
|
|
|
TabControl 1
|
|
|
|
|
|
{
|
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
|
|
|
|
PageList =
|
|
|
|
|
|
{
|
|
|
|
|
|
PageItem
|
|
|
|
|
|
{
|
|
|
|
|
|
Identifier = RID_SVXPAGE_LINE ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Linie" ;
|
|
|
|
|
|
Text [ en-US ] = "Line" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
PageResID = RID_SVXPAGE_LINE ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
PageItem
|
|
|
|
|
|
{
|
|
|
|
|
|
Identifier = RID_SVXPAGE_AREA ;
|
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Fl<46>che : Fl<46>che */
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Fl<46>che" ;
|
|
|
|
|
|
Text [ en-US ] = "Area" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
PageResID = RID_SVXPAGE_AREA ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
PageItem
|
|
|
|
|
|
{
|
|
|
|
|
|
Identifier = RID_SVXPAGE_SHADOW ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Schatten" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
PageResID = RID_SVXPAGE_SHADOW ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ en-US ] = "Shadowing" ;
|
|
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
PageItem
|
|
|
|
|
|
{
|
|
|
|
|
|
Identifier = RID_SVXPAGE_TRANSPARENCE ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Transparenz" ;
|
|
|
|
|
|
Text [ en-US ] = "Transparency";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
PageItem
|
|
|
|
|
|
{
|
2000-11-27 07:15:56 +00:00
|
|
|
|
Identifier = RID_SVXPAGE_CHAR_NAME;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Schrift" ;
|
|
|
|
|
|
Text [ en-US ] = "Font" ;
|
2000-11-27 07:15:56 +00:00
|
|
|
|
PageResID = RID_SVXPAGE_CHAR_NAME ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
PageItem
|
2001-05-16 07:10:24 +00:00
|
|
|
|
{
|
|
|
|
|
|
Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Schrifteffekt" ;
|
|
|
|
|
|
Text [ en-US ] = "Font Effect" ;
|
2001-05-16 07:10:24 +00:00
|
|
|
|
PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2001-05-16 07:10:24 +00:00
|
|
|
|
};
|
|
|
|
|
|
PageItem
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
|
Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
|
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Einz<6E>ge und Abst<73>nde : Einz<6E>ge und Abst<73>nde */
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Einz<6E>ge und Abst<73>nde" ;
|
|
|
|
|
|
Text [ en-US ] = "Indents & Spacing" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
PageItem
|
|
|
|
|
|
{
|
|
|
|
|
|
Identifier = RID_SVXPAGE_TEXTATTR ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Text" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
PageResID = RID_SVXPAGE_TEXTATTR ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ en-US ] = "Text" ;
|
|
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
PageItem
|
|
|
|
|
|
{
|
|
|
|
|
|
Identifier = RID_SVXPAGE_TEXTANIMATION ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Lauftext" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
PageResID = RID_SVXPAGE_TEXTANIMATION ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ en-US ] = "Text Animation" ;
|
|
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
PageItem
|
|
|
|
|
|
{
|
|
|
|
|
|
Identifier = RID_SVXPAGE_MEASURE ;
|
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Bema<6D>ung : Bema<6D>ung */
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Bema<6D>ung" ;
|
|
|
|
|
|
Text [ en-US ] = "Dimensioning" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
PageResID = RID_SVXPAGE_MEASURE ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
PageItem
|
|
|
|
|
|
{
|
|
|
|
|
|
Identifier = RID_SVXPAGE_CONNECTION ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Verbinder" ;
|
|
|
|
|
|
Text [ en-US ] = "Connector" ;
|
|
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
PageItem
|
|
|
|
|
|
{
|
|
|
|
|
|
Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Ausrichtung" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ en-US ] = "Alignment" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
PageItem
|
2004-04-07 10:11:35 +00:00
|
|
|
|
{
|
|
|
|
|
|
Identifier = RID_SVXPAGE_PARA_ASIAN ;
|
|
|
|
|
|
PageResID = RID_SVXPAGE_PARA_ASIAN ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Asiatische Typographie" ;
|
|
|
|
|
|
Text[ en-US ] = "Asian Typography";
|
2004-04-07 10:11:35 +00:00
|
|
|
|
};
|
|
|
|
|
|
PageItem
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
|
Identifier = RID_SVXPAGE_TABULATOR ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Tabulator" ;
|
|
|
|
|
|
Text [ en-US ] = "Tabs" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
PageResID = RID_SVXPAGE_TABULATOR ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
};
|
|
|
|
|
|
};
|
|
|
|
|
|
OKButton 1
|
|
|
|
|
|
{
|
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 151 ) ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
|
};
|
|
|
|
|
|
CancelButton 1
|
|
|
|
|
|
{
|
|
|
|
|
|
Pos = MAP_APPFONT ( 60 , 151 ) ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
|
};
|
|
|
|
|
|
HelpButton 1
|
|
|
|
|
|
{
|
|
|
|
|
|
Pos = MAP_APPFONT ( 114 , 151 ) ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
|
};
|
|
|
|
|
|
PushButton 1
|
|
|
|
|
|
{
|
|
|
|
|
|
Pos = MAP_APPFONT ( 169 , 151 ) ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Zur<75>ck : Zur<75>ck */
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ de ] = "Zur<75>ck" ;
|
|
|
|
|
|
Text [ en-US ] = "Back" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
TabStop = TRUE ;
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
2004-06-26 17:03:20 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
2001-06-08 22:45:02 +00:00
|
|
|
|
|
2001-06-13 23:02:02 +00:00
|
|
|
|
|
2001-06-16 20:50:16 +00:00
|
|
|
|
|
2001-07-14 19:27:15 +00:00
|
|
|
|
|
2003-03-27 09:58:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-04-29 16:01:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-03-27 09:58:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-06-13 12:06:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
2003-03-27 09:58:12 +00:00
|
|
|
|
|
2003-07-17 11:46:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
2003-07-03 16:12:56 +00:00
|
|
|
|
|
2003-12-17 18:45:49 +00:00
|
|
|
|
|
2003-03-27 09:58:12 +00:00
|
|
|
|
|
|
|
|
|
|
|