343 lines
11 KiB
Plaintext
343 lines
11 KiB
Plaintext
![]() |
/*************************************************************************
|
|||
|
*
|
|||
|
* $RCSfile: dlg_InsertTitle.src,v $
|
|||
|
*
|
|||
|
* $Revision: 1.1.1.1 $
|
|||
|
*
|
|||
|
* last change: $Author: bm $ $Date: 2003-10-06 09:58:26 $
|
|||
|
*
|
|||
|
* 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 "dlg_InsertTitle.hrc"
|
|||
|
#include "SchSlotIds.hxx"
|
|||
|
#include "CommonResources.hrc"
|
|||
|
|
|||
|
ModalDialog DLG_TITLE
|
|||
|
{
|
|||
|
HelpID = SID_INSERT_TITLE ;
|
|||
|
OutputSize = TRUE ;
|
|||
|
SVLook = TRUE ;
|
|||
|
Size = MAP_APPFONT ( 240 , 88 ) ;
|
|||
|
Text = "Titel" ;
|
|||
|
Text [ ENGLISH ] = "Title" ;
|
|||
|
Text [ norwegian ] = "Tittel" ;
|
|||
|
Text [ italian ] = "Titolo" ;
|
|||
|
Text [ portuguese_brazilian ] = "T<>tulos" ;
|
|||
|
Text [ portuguese ] = "T<>tulo" ;
|
|||
|
Text [ finnish ] = "Otsikot" ;
|
|||
|
Text [ danish ] = "Titel" ;
|
|||
|
Text [ french ] = "Titre" ;
|
|||
|
Text [ swedish ] = "Rubrik" ;
|
|||
|
Text [ dutch ] = "Titel" ;
|
|||
|
Text [ spanish ] = "T<>tulo" ;
|
|||
|
Text [ english_us ] = "Titles" ;
|
|||
|
Moveable = TRUE ;
|
|||
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|||
|
BUTTONS_OK_CANCEL_HELP_STACKED(184)
|
|||
|
Edit EDT_MAINTITLE
|
|||
|
{
|
|||
|
Border = TRUE ;
|
|||
|
Pos = MAP_APPFONT ( 78 , 6 ) ;
|
|||
|
Size = MAP_APPFONT ( 100 , 12 ) ;
|
|||
|
TabStop = TRUE ;
|
|||
|
};
|
|||
|
Edit EDT_SUBTITLE
|
|||
|
{
|
|||
|
Border = TRUE ;
|
|||
|
Pos = MAP_APPFONT ( 78 , 22 ) ;
|
|||
|
Size = MAP_APPFONT ( 100 , 12 ) ;
|
|||
|
TabStop = TRUE ;
|
|||
|
};
|
|||
|
Edit EDT_X_AXIS
|
|||
|
{
|
|||
|
Border = TRUE ;
|
|||
|
Pos = MAP_APPFONT ( 78 , 38 ) ;
|
|||
|
Size = MAP_APPFONT ( 100 , 12 ) ;
|
|||
|
TabStop = TRUE ;
|
|||
|
};
|
|||
|
Edit EDT_Y_AXIS
|
|||
|
{
|
|||
|
Border = TRUE ;
|
|||
|
Pos = MAP_APPFONT ( 78 , 54 ) ;
|
|||
|
Size = MAP_APPFONT ( 100 , 12 ) ;
|
|||
|
TabStop = TRUE ;
|
|||
|
};
|
|||
|
Edit EDT_Z_AXIS
|
|||
|
{
|
|||
|
Border = TRUE ;
|
|||
|
Pos = MAP_APPFONT ( 78 , 70 ) ;
|
|||
|
Size = MAP_APPFONT ( 100 , 12 ) ;
|
|||
|
TabStop = TRUE ;
|
|||
|
};
|
|||
|
CheckBox CBX_MAINTITLE
|
|||
|
{
|
|||
|
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
|||
|
Size = MAP_APPFONT ( 68 , 12 ) ;
|
|||
|
Text = "~Haupttitel" ;
|
|||
|
Text [ ENGLISH ] = "~Main Title" ;
|
|||
|
Text [ norwegian ] = "~Main Title" ;
|
|||
|
Text [ italian ] = "Titolo principale" ;
|
|||
|
Text [ portuguese_brazilian ] = "T<>tulo ~Principal" ;
|
|||
|
Text [ portuguese ] = "T<>tulo ~principal" ;
|
|||
|
Text [ finnish ] = "~P<><50>otsikko" ;
|
|||
|
Text [ danish ] = "Overskrift" ;
|
|||
|
Text [ french ] = "Titre ~principal" ;
|
|||
|
Text [ swedish ] = "Huvud~rubrik" ;
|
|||
|
Text [ dutch ] = "~Hoofdtitel" ;
|
|||
|
Text [ spanish ] = "~T<>tulo principal" ;
|
|||
|
Text [ english_us ] = "~Main Title" ;
|
|||
|
TabStop = TRUE ;
|
|||
|
Text[ chinese_simplified ] = "主标题(~M)";
|
|||
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ polish ] = "Tytu<74> ~g<><67>wny";
|
|||
|
Text[ japanese ] = "メインタイトル(~M)";
|
|||
|
Text[ chinese_traditional ] = "主標題(~M)";
|
|||
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ korean ] = "주 제목(~M)";
|
|||
|
Text[ turkish ] = "~Ana ba<62>l<EFBFBD>k";
|
|||
|
Text[ language_user1 ] = " ";
|
|||
|
Text[ catalan ] = "~T<>tol principal";
|
|||
|
Text[ thai ] = "ชื่อ~หลัก";
|
|||
|
Text[ czech ] = "Titul";
|
|||
|
Text[ hebrew ] = "~Haupttitel";
|
|||
|
Text[ hindi ] = "~प्रधान शीर्षक";
|
|||
|
Text[ slovak ] = "~Hlavný nadpis";
|
|||
|
};
|
|||
|
CheckBox CBX_SUBTITLE
|
|||
|
{
|
|||
|
Pos = MAP_APPFONT ( 6 , 22 ) ;
|
|||
|
Size = MAP_APPFONT ( 68 , 12 ) ;
|
|||
|
Text = "~Untertitel" ;
|
|||
|
Text [ ENGLISH ] = "~Sub Title" ;
|
|||
|
Text [ norwegian ] = "~Sub Title" ;
|
|||
|
Text [ italian ] = "Sottotitolo" ;
|
|||
|
Text [ portuguese_brazilian ] = "~Sub-t<>tulo" ;
|
|||
|
Text [ portuguese ] = "~Subt<62>tulo" ;
|
|||
|
Text [ finnish ] = "~Alaotsikko" ;
|
|||
|
Text [ danish ] = "Undertitel" ;
|
|||
|
Text [ french ] = "~Sous-titre" ;
|
|||
|
Text [ swedish ] = "~Underrubrik" ;
|
|||
|
Text [ dutch ] = "~Subtitel" ;
|
|||
|
Text [ spanish ] = "~Subt<62>tulo" ;
|
|||
|
Text [ english_us ] = "~Subtitle" ;
|
|||
|
TabStop = TRUE ;
|
|||
|
Text[ chinese_simplified ] = "分标题(~S)";
|
|||
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ polish ] = "~Podtytu<74>";
|
|||
|
Text[ japanese ] = "サブタイトル(~S)";
|
|||
|
Text[ chinese_traditional ] = "分標題(~S)";
|
|||
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ korean ] = "부제(~S)";
|
|||
|
Text[ turkish ] = "~Alt ba<62>l<EFBFBD>k";
|
|||
|
Text[ language_user1 ] = " ";
|
|||
|
Text[ catalan ] = "~Subt<62>tol";
|
|||
|
Text[ thai ] = "ชื่อ~รอง";
|
|||
|
Text[ czech ] = "Podtitul";
|
|||
|
Text[ hebrew ] = "~Untertitel";
|
|||
|
Text[ hindi ] = "~उपशीर्षक";
|
|||
|
Text[ slovak ] = "P~odnadpis";
|
|||
|
};
|
|||
|
CheckBox CBX_TITLE_X_AXIS
|
|||
|
{
|
|||
|
Pos = MAP_APPFONT ( 6 , 38 ) ;
|
|||
|
Size = MAP_APPFONT ( 68 , 12 ) ;
|
|||
|
Text = "~X-Achse" ;
|
|||
|
Text [ ENGLISH ] = "~X-Axis" ;
|
|||
|
Text [ norwegian ] = "~X-Axis" ;
|
|||
|
Text [ italian ] = "Asse ~X" ;
|
|||
|
Text [ portuguese_brazilian ] = "Eixo ~X" ;
|
|||
|
Text [ portuguese ] = "~Eixo X" ;
|
|||
|
Text [ finnish ] = "~X-akseli" ;
|
|||
|
Text [ danish ] = "X-akse" ;
|
|||
|
Text [ french ] = "Axe X" ;
|
|||
|
Text [ swedish ] = "~X-axel" ;
|
|||
|
Text [ dutch ] = "~X-as" ;
|
|||
|
Text [ spanish ] = "Eje ~X" ;
|
|||
|
Text [ english_us ] = "~X axis" ;
|
|||
|
TabStop = TRUE ;
|
|||
|
Text[ chinese_simplified ] = "~X 轴";
|
|||
|
Text[ russian ] = "<22><><EFBFBD> X";
|
|||
|
Text[ polish ] = "O<> ~X";
|
|||
|
Text[ japanese ] = "~X 軸";
|
|||
|
Text[ chinese_traditional ] = "~X 軸";
|
|||
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
|
|||
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> X";
|
|||
|
Text[ korean ] = "~X 축";
|
|||
|
Text[ turkish ] = "~X ekseni";
|
|||
|
Text[ language_user1 ] = " ";
|
|||
|
Text[ catalan ] = "Eix ~X";
|
|||
|
Text[ thai ] = "แกน~X ";
|
|||
|
Text[ czech ] = "Osa X";
|
|||
|
Text[ hebrew ] = "~X-Achse";
|
|||
|
Text[ hindi ] = "~X अक्ष";
|
|||
|
Text[ slovak ] = "Os ~X";
|
|||
|
};
|
|||
|
CheckBox CBX_TITLE_Y_AXIS
|
|||
|
{
|
|||
|
Pos = MAP_APPFONT ( 6 , 54 ) ;
|
|||
|
Size = MAP_APPFONT ( 68 , 12 ) ;
|
|||
|
Text = "~Y-Achse" ;
|
|||
|
Text [ ENGLISH ] = "~Y-Axis" ;
|
|||
|
Text [ norwegian ] = "~Y-Axis" ;
|
|||
|
Text [ italian ] = "Asse ~Y" ;
|
|||
|
Text [ portuguese_brazilian ] = "Eixo ~Y" ;
|
|||
|
Text [ portuguese ] = "~Eixo Y" ;
|
|||
|
Text [ finnish ] = "~Y-akseli" ;
|
|||
|
Text [ danish ] = "Y-akse" ;
|
|||
|
Text [ french ] = "Axe ~Y" ;
|
|||
|
Text [ swedish ] = "~Y-axel" ;
|
|||
|
Text [ dutch ] = "~Y-as" ;
|
|||
|
Text [ spanish ] = "Eje ~Y" ;
|
|||
|
Text [ english_us ] = "~Y axis" ;
|
|||
|
TabStop = TRUE ;
|
|||
|
Text[ chinese_simplified ] = "~Y 轴";
|
|||
|
Text[ russian ] = "<22><><EFBFBD> Y";
|
|||
|
Text[ polish ] = "O<> ~Y";
|
|||
|
Text[ japanese ] = "~Y 軸";
|
|||
|
Text[ chinese_traditional ] = "~Y 軸";
|
|||
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
|
|||
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ~<7E>";
|
|||
|
Text[ korean ] = "~Y 축";
|
|||
|
Text[ turkish ] = "~Y ekseni";
|
|||
|
Text[ language_user1 ] = " ";
|
|||
|
Text[ catalan ] = "Eix ~Y";
|
|||
|
Text[ thai ] = "แกน~Y ";
|
|||
|
Text[ czech ] = "Osa Y";
|
|||
|
Text[ hebrew ] = "~Y-Achse";
|
|||
|
Text[ hindi ] = "~Y अक्ष";
|
|||
|
Text[ slovak ] = "Os ~Y";
|
|||
|
};
|
|||
|
CheckBox CBX_TITLE_Z_AXIS
|
|||
|
{
|
|||
|
Pos = MAP_APPFONT ( 6 , 70 ) ;
|
|||
|
Size = MAP_APPFONT ( 68 , 12 ) ;
|
|||
|
Text = "~Z-Achse" ;
|
|||
|
Text [ ENGLISH ] = "~Z-Axis" ;
|
|||
|
Text [ norwegian ] = "~Z-Axis" ;
|
|||
|
Text [ italian ] = "Asse ~Z" ;
|
|||
|
Text [ portuguese_brazilian ] = "Eixo ~Z" ;
|
|||
|
Text [ portuguese ] = "Eixo ~Z" ;
|
|||
|
Text [ finnish ] = "~Z-akseli" ;
|
|||
|
Text [ danish ] = "Z-akse" ;
|
|||
|
Text [ french ] = "Axe ~Z" ;
|
|||
|
Text [ swedish ] = "~Z-axel" ;
|
|||
|
Text [ dutch ] = "~Z-as" ;
|
|||
|
Text [ spanish ] = "Eje ~Z" ;
|
|||
|
Text [ english_us ] = "~Z axis" ;
|
|||
|
TabStop = TRUE ;
|
|||
|
Text[ chinese_simplified ] = "~Z 轴";
|
|||
|
Text[ russian ] = "<22><><EFBFBD> Z";
|
|||
|
Text[ polish ] = "O<> ~Z";
|
|||
|
Text[ japanese ] = "~Z 軸";
|
|||
|
Text[ chinese_traditional ] = "~Z 軸";
|
|||
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
|
|||
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Z";
|
|||
|
Text[ korean ] = "~Z 축";
|
|||
|
Text[ turkish ] = "~Z ekseni";
|
|||
|
Text[ language_user1 ] = " ";
|
|||
|
Text[ catalan ] = "Eix ~Z";
|
|||
|
Text[ thai ] = "แกน~Z ";
|
|||
|
Text[ czech ] = "Osa Z";
|
|||
|
Text[ hebrew ] = "~Z-Achse";
|
|||
|
Text[ hindi ] = "~Z अक्ष";
|
|||
|
Text[ slovak ] = "Os ~Z";
|
|||
|
};
|
|||
|
Text[ chinese_simplified ] = "标题";
|
|||
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ polish ] = "Tytu<74>";
|
|||
|
Text[ japanese ] = "タイトル";
|
|||
|
Text[ chinese_traditional ] = "標題";
|
|||
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ korean ] = "제목";
|
|||
|
Text[ turkish ] = "Ba<42>l<EFBFBD>k";
|
|||
|
Text[ language_user1 ] = " ";
|
|||
|
Text[ catalan ] = "T<>tol";
|
|||
|
Text[ thai ] = "ชื่อ";
|
|||
|
Text[ czech ] = "Tituly";
|
|||
|
Text[ hebrew ] = "Titel";
|
|||
|
Text[ hindi ] = "शीर्षक";
|
|||
|
Text[ slovak ] = "Nadpisy";
|
|||
|
};
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|