Files
libreoffice/sw/source/ui/table/chartins.src
Jens-Heiner Rechtien 8e340753a3 INTEGRATION: CWS encup (1.32.530); FILE MERGED
2005/04/29 15:56:50 ihi 1.32.530.1: #i40603# German strings now UTF8 encoded
2005-09-23 12:12:03 +00:00

142 lines
4.6 KiB
Plaintext
Raw Blame History

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: chartins.src,v $
*
* $Revision: 1.34 $
*
* last change: $Author: hr $ $Date: 2005-09-23 13:12:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 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
*
************************************************************************/
/* StarView ressource file */
#include "chartins.hrc"
#include "helpid.h"
ModelessDialog DLG_INSERT_CHART
{
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 297 , 169 ) ;
Moveable = TRUE ;
HelpID = HID_INSERT_CHART ;
Hide = TRUE ;
Text [ de ] = "Autoformat Diagramm (1-4)" ;
Text [ en-US ] = "AutoFormat Chart (1-4)" ;
FixedLine FL_1
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 285 , 8 ) ;
Text [ de ] = "Auswahl" ;
Text [ en-US ] = "Selection" ;
};
FixedText FT_RANGE
{
Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT ( 40 , 8 ) ;
Text [ de ] = "~Bereich" ;
Text [ en-US ] = "A~rea" ;
};
Edit ED_RANGE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 56 , 14 ) ;
Size = MAP_APPFONT ( 229 , 12 ) ;
};
CheckBox CB_FIRST_ROW
{
Pos = MAP_APPFONT ( 12 , 32 ) ;
Size = MAP_APPFONT ( 150 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "Erste ~Zeile als Beschriftung" ;
Text [ en-US ] = "~First row as caption" ;
Check = TRUE ;
};
CheckBox CB_FIRST_COL
{
Pos = MAP_APPFONT ( 12 , 46 ) ;
Size = MAP_APPFONT ( 150 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "Erste ~Spalte als Beschriftung" ;
Text [ en-US ] = "First ~column as caption" ;
Check = TRUE ;
};
FixedText FT_TEXT
{
Pos = MAP_APPFONT ( 6 , 72 ) ;
Size = MAP_APPFONT ( 285 , 62 ) ;
Text [ de ] = "Falls die ausgewählten Zellen nicht die gewünschten Daten enthalten, wählen Sie jetzt den Bereich aus.\n\nBeziehen Sie die Zellen mit Spalten- bzw. Zeilenbeschriftungen mit ein, wenn Sie diese in Ihrer Grafik dargestellt haben möchten." ;
Text [ en-US ] = "If the selected cells do not contain the desired data, select the data range now.\n\nInclude the cells containing column and row labels if you want them to be included in your chart." ;
WordBreak = TRUE ;
};
FixedLine FL_HLINE
{
Pos = MAP_APPFONT ( 0 , 140 ) ;
Size = MAP_APPFONT ( 297 , 8 ) ;
};
HelpButton BT_HELP
{
Pos = MAP_APPFONT ( 6 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
CancelButton BT_CANCEL
{
Pos = MAP_APPFONT ( 60 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
PushButton BT_PREV
{
Pos = MAP_APPFONT ( 130 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
// ### ACHTUNG: Neuer Text in Resource? << ~Zur<75>ck : << Zur<75>ck
/* ### ACHTUNG: Neuer Text in Resource? << ~Zur<75>ck : << ~Zur<75>ck */
Text [ de ] = "<< Z~urück" ;
TabStop = TRUE ;
Disable = TRUE ;
Text [ en-US ] = "<< ~Back" ;
};
PushButton BT_NEXT
{
Pos = MAP_APPFONT ( 185 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~Weiter >>" ;
Disable = TRUE ;
TabStop = TRUE ;
Text [ en-US ] = "~Next >>" ;
};
PushButton BT_FINISH
{
Pos = MAP_APPFONT ( 240 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Text [ de ] = "~Fertig stellen" ;
Text [ en-US ] = "Cre~ate" ;
};
};