374 lines
10 KiB
Plaintext
374 lines
10 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||
*
|
||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
||
*
|
||
* OpenOffice.org - a multi-platform office productivity suite
|
||
*
|
||
* This file is part of OpenOffice.org.
|
||
*
|
||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
||
* it under the terms of the GNU Lesser General Public License version 3
|
||
* only, as published by the Free Software Foundation.
|
||
*
|
||
* OpenOffice.org 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 version 3 for more details
|
||
* (a copy is included in the LICENSE file that accompanied this code).
|
||
*
|
||
* You should have received a copy of the GNU Lesser General Public License
|
||
* version 3 along with OpenOffice.org. If not, see
|
||
* <http://www.openoffice.org/license.html>
|
||
* for a copy of the LGPLv3 License.
|
||
*
|
||
************************************************************************/
|
||
|
||
#include <sfx2/sfx.hrc>
|
||
#include "fmtui.hrc"
|
||
#include "globals.hrc"
|
||
#include "svx/dialogs.hrc"
|
||
TabDialog DLG_TEMPLATE_1
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Text [ en-US ] = "Character Style" ;
|
||
Moveable = TRUE ;
|
||
TabControl 1
|
||
{
|
||
OutputSize = TRUE ;
|
||
PageList =
|
||
{
|
||
PageItem
|
||
{
|
||
Identifier = TP_CHAR_STD ;
|
||
Text [ en-US ] = "Font" ;
|
||
PageResID = TP_CHAR_STD ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_CHAR_EXT ;
|
||
Text [ en-US ] = "Font Effects" ;
|
||
PageResID = TP_CHAR_EXT ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_CHAR_POS ;
|
||
PageResID = TP_CHAR_POS ;
|
||
Text [ en-US ] = "Position";
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_CHAR_TWOLN ;
|
||
PageResID = TP_CHAR_TWOLN;
|
||
Text [ en-US ] = "Asian Layout";
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_BACKGROUND ;
|
||
Text [ en-US ] = "Background" ;
|
||
PageResID = TP_BACKGROUND ;
|
||
};
|
||
};
|
||
};
|
||
};
|
||
TabDialog DLG_TEMPLATE_2
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Text [ en-US ] = "Paragraph Style" ;
|
||
Moveable = TRUE ;
|
||
TabControl 1
|
||
{
|
||
OutputSize = TRUE ;
|
||
PageList =
|
||
{
|
||
PageItem
|
||
{
|
||
Identifier = TP_PARA_STD ;
|
||
Text [ en-US ] = "Indents & Spacing" ;
|
||
PageResID = TP_PARA_STD ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_PARA_ALIGN ;
|
||
PageResID = TP_PARA_ALIGN ;
|
||
Text [ en-US ] = "Alignment" ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_PARA_EXT ;
|
||
Text [ en-US ] = "Text Flow" ;
|
||
PageResID = TP_PARA_EXT ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_PARA_ASIAN;
|
||
Text [ en-US ] = "Asian Typography";
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_CHAR_STD ;
|
||
Text [ en-US ] = "Font" ;
|
||
PageResID = TP_CHAR_STD ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_CHAR_EXT ;
|
||
Text [ en-US ] = "Font Effects" ;
|
||
PageResID = TP_CHAR_EXT ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_CHAR_POS ;
|
||
PageResID = TP_CHAR_POS ;
|
||
Text [ en-US ] = "Position";
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_CHAR_TWOLN ;
|
||
PageResID = TP_CHAR_TWOLN;
|
||
Text [ en-US ] = "Asian Layout";
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_NUMPARA ;
|
||
Text [ en-US ] = "Outline & Numbering" ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_TABULATOR ;
|
||
Text [ en-US ] = "Tabs" ;
|
||
PageResID = TP_TABULATOR ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_DROPCAPS ;
|
||
Text [ en-US ] = "Drop Caps" ;
|
||
PageResID = TP_DROPCAPS ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_BACKGROUND ;
|
||
Text [ en-US ] = "Background" ;
|
||
PageResID = TP_BACKGROUND ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_BORDER ;
|
||
Text [ en-US ] = "Borders" ;
|
||
PageResID = TP_BORDER ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_CONDCOLL ;
|
||
PageResID = TP_CONDCOLL ;
|
||
Text [ en-US ] = "Condition" ;
|
||
};
|
||
};
|
||
};
|
||
};
|
||
TabDialog DLG_TEMPLATE_4
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
// Text[norwegian_wrong] = "Sidetyper";
|
||
// Text[italian_wrong] = "Stili pagina";
|
||
// Text[portuguese_brazilian_wrong] = "Estilos da P<>gina ";
|
||
// Text[portuguese_wrong] = "Estilos da P<>gina ";
|
||
// Text[finnish_wrong] = "Sivutyylit";
|
||
// Text[danish_wrong] = "Sidelayout";
|
||
// Text[french_wrong] = "Styles de page";
|
||
// Text[swedish_wrong] = "Sidformat";
|
||
// Text[dutch_wrong] = "Pagina-opmaakprofielen";
|
||
// Text[spanish_wrong] = "Estilos de p<>gina";
|
||
Text [ en-US ] = "Page Style" ;
|
||
Moveable = TRUE ;
|
||
TabControl 1
|
||
{
|
||
OutputSize = TRUE ;
|
||
PageList =
|
||
{
|
||
/* PageItem
|
||
{
|
||
Identifier = TP_PAGE_STD ;
|
||
Text [ en-US ] = "Page" ;
|
||
PageResID = TP_PAGE_STD ;
|
||
};*/
|
||
PageItem
|
||
{
|
||
Identifier = TP_BACKGROUND ;
|
||
Text [ en-US ] = "Background" ;
|
||
PageResID = TP_BACKGROUND ;
|
||
};
|
||
/* PageItem
|
||
{
|
||
Identifier = TP_BORDER ;
|
||
Text [ en-US ] = "Borders" ;
|
||
PageResID = TP_BORDER ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_HEADER_PAGE ;
|
||
Text [ en-US ] = "Header" ;
|
||
PageResID = TP_HEADER_PAGE ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_FOOTER_PAGE ;
|
||
Text [ en-US ] = "Footer" ;
|
||
PageResID = TP_FOOTER_PAGE ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_COLUMN ;
|
||
Text [ en-US ] = "Columns" ;
|
||
PageResID = TP_COLUMN ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_FOOTNOTE_PAGE ;
|
||
Text [ en-US ] = "Footnote" ;
|
||
PageResID = TP_FOOTNOTE_PAGE ;
|
||
};*/
|
||
};
|
||
};
|
||
};
|
||
String STR_PAGE_STD
|
||
{
|
||
Text [ en-US ] = "Page" ;
|
||
};
|
||
String STR_PAGE_BORDER
|
||
{
|
||
Text [ en-US ] = "Borders" ;
|
||
};
|
||
String STR_PAGE_HEADER
|
||
{
|
||
Text [ en-US ] = "Header" ;
|
||
};
|
||
String STR_PAGE_FOOTER
|
||
{
|
||
Text [ en-US ] = "Footer" ;
|
||
};
|
||
String STR_PAGE_TEXTGRID
|
||
{
|
||
Text [ en-US ] = "Text Grid";
|
||
};
|
||
String STR_PAGE_COLUMN
|
||
{
|
||
Text [ en-US ] = "Columns" ;
|
||
};
|
||
String STR_PAGE_FOOTNOTE
|
||
{
|
||
Text [ en-US ] = "Footnote" ;
|
||
};
|
||
TabDialog DLG_TEMPLATE_3
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
// Text[norwegian_wrong] = "Rammemaler";
|
||
// Text[italian_wrong] = "Stili cornice";
|
||
// Text[portuguese_brazilian_wrong] = "Estilos de Moldura";
|
||
// Text[portuguese_wrong] = "Estilos de Moldura";
|
||
// Text[finnish_wrong] = "Kehystyylit";
|
||
// Text[danish_wrong] = "Rammelayout";
|
||
// Text[french_wrong] = "Styles d'encadrement";
|
||
// Text[swedish_wrong] = "Ramformat";
|
||
// Text[dutch_wrong] = "Kaderopmaakprofielen";
|
||
// Text[spanish_wrong] = "Estilos de marco";
|
||
Text [ en-US ] = "Frame Style" ;
|
||
Moveable = TRUE ;
|
||
TabControl 1
|
||
{
|
||
OutputSize = TRUE ;
|
||
PageList =
|
||
{
|
||
PageItem
|
||
{
|
||
Identifier = TP_FRM_STD ;
|
||
Text [ en-US ] = "Type" ;
|
||
PageResID = TP_FRM_STD ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_FRM_ADD ;
|
||
PageResID = TP_FRM_ADD ;
|
||
Text [ en-US ] = "Options" ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_FRM_WRAP ;
|
||
Text [ en-US ] = "Wrap" ;
|
||
PageResID = TP_FRM_WRAP ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_BACKGROUND ;
|
||
Text [ en-US ] = "Background" ;
|
||
PageResID = TP_BACKGROUND ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_BORDER ;
|
||
Text [ en-US ] = "Borders" ;
|
||
PageResID = TP_BORDER ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_COLUMN ;
|
||
Text [ en-US ] = "Columns" ;
|
||
PageResID = TP_COLUMN ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_MACRO_ASSIGN ;
|
||
Text [ en-US ] = "Macro" ;
|
||
};
|
||
};
|
||
};
|
||
};
|
||
TabDialog DLG_TEMPLATE_5
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Moveable = TRUE ;
|
||
TabControl 1
|
||
{
|
||
PageList =
|
||
{
|
||
PageItem
|
||
{
|
||
Identifier = RID_SVXPAGE_PICK_BULLET ;
|
||
Text [ en-US ] = "Bullets" ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = RID_SVXPAGE_PICK_SINGLE_NUM;
|
||
Text [ en-US ] = "Numbering Style" ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = RID_SVXPAGE_PICK_NUM ;
|
||
Text [ en-US ] = "Outline" ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = RID_SVXPAGE_PICK_BMP;
|
||
Text [ en-US ] = "Graphics" ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = RID_SVXPAGE_NUM_POSITION ;
|
||
Text [ en-US ] = "Position" ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = RID_SVXPAGE_NUM_OPTIONS;
|
||
Text [ en-US ] = "Options" ;
|
||
};
|
||
};
|
||
};
|
||
Text [ en-US ] = "Numbering Style" ;
|
||
};
|