2000-09-18 11:07:07 -05:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
2005-09-08 22:15:52 -05:00
|
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 22:15:52 -05:00
|
|
|
|
* $RCSfile: prltempl.src,v $
|
2000-09-18 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 22:15:52 -05:00
|
|
|
|
* $Revision: 1.27 $
|
2000-09-18 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 22:15:52 -05:00
|
|
|
|
* last change: $Author: rt $ $Date: 2005-09-09 04:15:52 $
|
2000-09-18 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 22:15:52 -05: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 11:07:07 -05:00
|
|
|
|
*
|
|
|
|
|
*
|
2005-09-08 22:15:52 -05: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 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 22:15:52 -05: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 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 22:15:52 -05: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 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 22:15:52 -05: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 11:07:07 -05:00
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "enumdlg.hrc"
|
|
|
|
|
#include "prltempl.hrc"
|
|
|
|
|
#include <svx/dialogs.hrc>
|
|
|
|
|
TabDialog TAB_PRES_LAYOUT_TEMPLATE
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Pr<50>sentationslayout" ;
|
|
|
|
|
Text [ en-US ] = "Presentation Layout" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
TabControl 1
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
|
|
|
PageList =
|
|
|
|
|
{
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_LINE ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Linie" ;
|
|
|
|
|
Text [ en-US ] = "Line" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
PageResID = RID_SVXPAGE_LINE ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_AREA ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Fl<46>che" ;
|
|
|
|
|
Text [ en-US ] = "Area" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
PageResID = RID_SVXPAGE_AREA ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_SHADOW ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Schatten" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
PageResID = RID_SVXPAGE_SHADOW ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ en-US ] = "Shadow" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_TRANSPARENCE ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Transparenz" ;
|
|
|
|
|
Text [ en-US ] = "Transparency";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
2000-11-27 01:15:56 -06:00
|
|
|
|
Identifier = RID_SVXPAGE_CHAR_NAME ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Schrift" ;
|
|
|
|
|
Text [ en-US ] = "Font" ;
|
2000-11-27 01:15:56 -06:00
|
|
|
|
PageResID = RID_SVXPAGE_CHAR_NAME;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
2001-05-16 02:10:24 -05:00
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Schrifteffekt" ;
|
|
|
|
|
Text [ en-US ] = "Font Effects" ;
|
2001-05-16 02:10:24 -05:00
|
|
|
|
PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ x-comment ] = " ";
|
2001-05-16 02:10:24 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Einz<6E>ge und Abst<73>nde" ;
|
|
|
|
|
Text [ en-US ] = "Indents & Spacing" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
2004-04-07 05:11:00 -05:00
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
|
|
|
|
|
PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Ausrichtung" ;
|
|
|
|
|
Text [ en-US ] = "Alignment" ;
|
2004-04-07 05:11:00 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_PARA_ASIAN ;
|
|
|
|
|
PageResID = RID_SVXPAGE_PARA_ASIAN ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Asiatische Typographie" ;
|
|
|
|
|
Text[ en-US ] = "Asian Typography";
|
2004-04-07 05:11:00 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_TABULATOR ;
|
|
|
|
|
PageResID = RID_SVXPAGE_TABULATOR ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Tabulator" ;
|
|
|
|
|
Text [ en-US ] = "Tabs" ;
|
2004-04-07 05:11:00 -05:00
|
|
|
|
};
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
TabDialog TAB_PRES_LAYOUT_TEMPLATE_1
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
TabControl 1
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
|
|
|
PageList =
|
|
|
|
|
{
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_LINE ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Linie" ;
|
|
|
|
|
Text [ en-US ] = "Line" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
PageResID = RID_SVXPAGE_LINE ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
TabDialog TAB_PRES_LAYOUT_TEMPLATE_2
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
TabControl 1
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
|
|
|
PageList =
|
|
|
|
|
{
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_AREA ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Fl<46>che" ;
|
|
|
|
|
Text [ en-US ] = "Area" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
PageResID = RID_SVXPAGE_AREA ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
TabDialog TAB_PRES_LAYOUT_TEMPLATE_3
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
TabControl 1
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
|
|
|
PageList =
|
|
|
|
|
{
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
2000-11-27 01:15:56 -06:00
|
|
|
|
Identifier = RID_SVXPAGE_CHAR_NAME ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Schrift" ;
|
|
|
|
|
Text [ en-US ] = "Font" ;
|
2000-11-27 01:15:56 -06:00
|
|
|
|
PageResID = RID_SVXPAGE_CHAR_NAME ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
2001-05-16 02:10:24 -05:00
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Schrifteffekt" ;
|
|
|
|
|
Text [ en-US ] = "Font Effects" ;
|
2001-05-16 02:10:24 -05:00
|
|
|
|
PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ x-comment ] = " ";
|
2001-05-16 02:10:24 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Einz<6E>ge und Abst<73>nde" ;
|
|
|
|
|
Text [ en-US ] = "Indents & Spacing" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_PICK_BULLET ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Bullets" ;
|
|
|
|
|
Text [ en-US ] = "Bullets" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Nummerierungsart" ;
|
|
|
|
|
Text [ en-US ] = "Numbering type" ;
|
|
|
|
|
Text [ x-comment ] = "; MS Word";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_PICK_BMP ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Grafiken" ;
|
|
|
|
|
Text [ en-US ] = "Graphics" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_NUM_OPTIONS ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Optionen" ;
|
|
|
|
|
Text [ en-US ] = "Customize" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
2004-04-07 05:11:00 -05:00
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
|
|
|
|
|
PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Ausrichtung" ;
|
|
|
|
|
Text [ en-US ] = "Alignment" ;
|
2004-04-07 05:11:00 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_PARA_ASIAN ;
|
|
|
|
|
PageResID = RID_SVXPAGE_PARA_ASIAN ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Asiatische Typographie" ;
|
|
|
|
|
Text[ en-US ] = "Asian Typography";
|
2004-04-07 05:11:00 -05:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_TABULATOR ;
|
|
|
|
|
PageResID = RID_SVXPAGE_TABULATOR ;
|
2004-06-26 12:02:23 -05:00
|
|
|
|
Text [ de ] = "Tabulator" ;
|
|
|
|
|
Text [ en-US ] = "Tabs" ;
|
2004-04-07 05:11:00 -05:00
|
|
|
|
};
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
2001-06-08 17:34:24 -05:00
|
|
|
|
|
2001-06-13 17:51:43 -05:00
|
|
|
|
|
2001-06-16 15:46:26 -05:00
|
|
|
|
|
2001-07-14 14:20:18 -05:00
|
|
|
|
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-04-29 11:00:59 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-06-13 07:05:16 -05:00
|
|
|
|
|
2003-07-17 06:45:46 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-06-13 07:05:16 -05:00
|
|
|
|
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
2003-12-17 12:44:12 -06:00
|
|
|
|
|
|
|
|
|
|
2003-07-03 11:12:05 -05:00
|
|
|
|
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
|
|
|
|
|