356 lines
8.9 KiB
Plaintext
356 lines
8.9 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* OpenOffice.org - a multi-platform office productivity suite
|
||
*
|
||
* $RCSfile: tautofmt.src,v $
|
||
*
|
||
* $Revision: 1.35 $
|
||
*
|
||
* last change: $Author: hr $ $Date: 2005-09-23 13:14:21 $
|
||
*
|
||
* 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
|
||
*
|
||
************************************************************************/
|
||
|
||
#include "tautofmt.hrc"
|
||
#include "helpid.h"
|
||
ModalDialog DLG_AUTOFMT_TABLE
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
HelpID = HID_AUTOFMT_TABLE ;
|
||
Size = MAP_APPFONT ( 312 , 120 ) ;
|
||
Text [ de ] = "Autoformat" ;
|
||
Text [ en-US ] = "AutoFormat" ;
|
||
Moveable = TRUE ;
|
||
FixedLine FL_FORMAT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 243 , 8 ) ;
|
||
Text [ de ] = "Format" ;
|
||
Text [ en-US ] = "Format" ;
|
||
};
|
||
ListBox LB_FORMAT
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
||
Size = MAP_APPFONT ( 65 , 100 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
Window WND_PREVIEW
|
||
{
|
||
Pos = MAP_APPFONT ( 83 , 14 ) ;
|
||
Size = MAP_APPFONT ( 161 , 100 ) ;
|
||
Border = TRUE;
|
||
};
|
||
CheckBox BTN_NUMFORMAT
|
||
{
|
||
Hide = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 131 ) ;
|
||
Size = MAP_APPFONT ( 60 , 10 ) ;
|
||
Text [ de ] = "Zahlenf~ormat" ;
|
||
Text [ en-US ] = "~Number format" ;
|
||
TabStop = TRUE ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
CheckBox BTN_BORDER
|
||
{
|
||
Hide = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 147 ) ;
|
||
Size = MAP_APPFONT ( 60 , 10 ) ;
|
||
Text [ de ] = "~Umrandung" ;
|
||
Text [ en-US ] = "~Borders" ;
|
||
TabStop = TRUE ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
CheckBox BTN_FONT
|
||
{
|
||
Hide = TRUE ;
|
||
Pos = MAP_APPFONT ( 85 , 131 ) ;
|
||
Size = MAP_APPFONT ( 60 , 10 ) ;
|
||
Text [ de ] = "Schriftar~t" ;
|
||
Text [ en-US ] = "F~ont" ;
|
||
TabStop = TRUE ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
CheckBox BTN_PATTERN
|
||
{
|
||
Hide = TRUE ;
|
||
Pos = MAP_APPFONT ( 85 , 147 ) ;
|
||
Size = MAP_APPFONT ( 60 , 10 ) ;
|
||
Text [ de ] = "~Muster" ;
|
||
Text [ en-US ] = "~Pattern" ;
|
||
TabStop = TRUE ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
CheckBox BTN_ALIGNMENT
|
||
{
|
||
Hide = TRUE ;
|
||
Pos = MAP_APPFONT ( 150 , 131 ) ;
|
||
Size = MAP_APPFONT ( 60 , 10 ) ;
|
||
Text [ de ] = "~Ausrichtung" ;
|
||
Text [ en-US ] = "Alignmen~t" ;
|
||
TabStop = TRUE ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
FixedLine FL_FORMATS
|
||
{
|
||
Hide = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 120 ) ;
|
||
Size = MAP_APPFONT ( 243 , 8 ) ;
|
||
Text [ de ] = "Formatierung" ;
|
||
Text [ en-US ] = "Formatting" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
OKButton BTN_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 255 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 255 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
MoreButton BTN_MORE
|
||
{
|
||
Pos = MAP_APPFONT ( 255 , 101 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "~Zusätze" ;
|
||
Text [ en-US ] = "~More" ;
|
||
TabStop = TRUE ;
|
||
MapUnit = MAP_APPFONT ;
|
||
Delta = 48 ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
PushButton BTN_ADD
|
||
{
|
||
Pos = MAP_APPFONT ( 255 , 64 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "Hi~nzufügen" ;
|
||
Text [ en-US ] = "~Add" ;
|
||
TabStop = TRUE ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
PushButton BTN_REMOVE
|
||
{
|
||
Pos = MAP_APPFONT ( 255 , 81 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "~Löschen" ;
|
||
Text [ en-US ] = "~Delete" ;
|
||
TabStop = TRUE ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
PushButton BTN_RENAME
|
||
{
|
||
Pos = MAP_APPFONT ( 255 , 123 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "Um~benennen" ;
|
||
TabStop = TRUE ;
|
||
Text [ en-US ] = "~Rename" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
HelpButton BTN_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 255 , 43 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
String STR_ADD_TITLE
|
||
{
|
||
Text [ de ] = "Autoformat hinzufügen" ;
|
||
Text [ en-US ] = "Add AutoFormat" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String STR_ADD_LABEL
|
||
{
|
||
Text [ de ] = "Name" ;
|
||
Text [ en-US ] = "Name" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String STR_DEL_TITLE
|
||
{
|
||
Text [ de ] = "Autoformat löschen" ;
|
||
Text [ en-US ] = "Delete AutoFormat" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String STR_DEL_MSG
|
||
{
|
||
Text [ de ] = "Folgendes Autoformat wird gelöscht:" ;
|
||
Text [ en-US ] = "The following AutoFormat entry will be deleted:" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String STR_RENAME_TITLE
|
||
{
|
||
Text [ de ] = "Autoformat umbenennen" ;
|
||
Text [ en-US ] = "Rename AutoFormat" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String STR_BTN_CLOSE
|
||
{
|
||
Text [ de ] = "~Schließen" ;
|
||
Text [ en-US ] = "~Close" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String STR_JAN
|
||
{
|
||
Text [ de ] = "Jan" ;
|
||
Text [ en-US ] = "Jan" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String STR_FEB
|
||
{
|
||
Text [ de ] = "Feb" ;
|
||
Text [ en-US ] = "Feb" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String STR_MAR
|
||
{
|
||
Text [ de ] = "Mär" ;
|
||
Text [ en-US ] = "Mar" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String STR_NORTH
|
||
{
|
||
Text [ de ] = "Nord" ;
|
||
Text [ en-US ] = "North" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String STR_MID
|
||
{
|
||
Text [ de ] = "Mitte" ;
|
||
Text [ en-US ] = "Mid" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String STR_SOUTH
|
||
{
|
||
Text [ de ] = "Süd" ;
|
||
Text [ en-US ] = "South" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String STR_SUM
|
||
{
|
||
Text [ de ] = "Summe" ;
|
||
Text [ en-US ] = "Sum" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String STR_INVALID_AFNAME
|
||
{
|
||
/* ### ACHTUNG: Neuer Text in Resource? Sie haben einen ung<6E>ltigen Namen angegeben.\nDas AutoFormat konnte nicht angelegt werden.\nW<6E>hlen Sie einen anderen Namen. : Sie haben einen ung<6E>ltigen Namen angegeben.\nDas Autoformat konnte nicht angelegt werden.\nW<6E>hlen Sie einen anderen Namen. */
|
||
/* ### ACHTUNG: Neuer Text in Resource? Sie haben einen ung<6E>ltigen Namen angegeben.\nDas AutoFormat konnte nicht angelegt werden.\nW<6E>hlen Sie einen anderen Namen. : Sie haben einen ung<6E>ltigen Namen angegeben.\nDas Autoformat konnte nicht angelegt werden.\nW<6E>hlen Sie einen anderen Namen. */
|
||
Text [ de ] = "Sie haben einen ungültigen Namen angegeben.\nDas AutoFormat konnte nicht angelegt werden.\nWählen Sie einen anderen Namen." ;
|
||
Text [ en-US ] = "You have entered an invalid name.\nThe desired AutoFormat could not be created. \nTry again using a different name." ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ModalDialog DLG_SWDLG_STRINPUT
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 172 , 63 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
HelpID = HID_SWDLG_STRINPUT ;
|
||
Edit ED_INPUT
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 24 ) ;
|
||
Size = MAP_APPFONT ( 104 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
FixedText FT_LABEL
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 13 ) ;
|
||
Size = MAP_APPFONT ( 90 , 10 ) ;
|
||
Text = "Label" ;
|
||
};
|
||
OKButton BTN_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 116 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 116 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
};
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|