Files
libreoffice/sfx2/source/dialog/mgetempl.src
Jens-Heiner Rechtien 8fdb814fb2 INTEGRATION: CWS encup (1.29.390); FILE MERGED
2005/04/29 16:07:33 ihi 1.29.390.1: #i40603# German strings now UTF8 encoded
2005-09-23 14:25:19 +00:00

173 lines
4.5 KiB
Plaintext
Raw Blame History

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: mgetempl.src,v $
*
* $Revision: 1.31 $
*
* last change: $Author: hr $ $Date: 2005-09-23 15:25:19 $
*
* 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 ---------------------------------------------------------------
#include "sfx.hrc"
#include "helpid.hrc"
#include "mgetempl.hrc"
// pragma ----------------------------------------------------------------
// TP_MANAGE_STYLES ------------------------------------------------------
TabPage TP_MANAGE_STYLES
{
HelpId = HID_MANAGE_STYLES ;
Hide = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
FixedText FT_NAME
{
Pos = MAP_APPFONT ( 6 , 8 ) ;
Size = MAP_APPFONT ( 61 , 10 ) ;
Text [ de ] = "~Name" ;
Text [ en-US ] = "~Name" ;
Text [ x-comment ] = " ";
};
Edit ED_NAME
{
Border = TRUE ;
Pos = MAP_APPFONT ( 70 , 6 ) ;
Size = MAP_APPFONT ( 184 , 12 ) ;
};
CheckBox CB_AUTO
{
Pos = MAP_APPFONT ( 164 , 8 ) ;
Size = MAP_APPFONT ( 90 , 10 ) ;
Hide = TRUE ;
Text [ de ] = "~Autom. aktualisieren" ;
Text [ en-US ] = "~AutoUpdate" ;
Text [ x-comment ] = " ";
};
FixedText FT_NEXT
{
Pos = MAP_APPFONT ( 6 , 26 ) ;
Size = MAP_APPFONT ( 61 , 10 ) ;
Text [ de ] = "~Folgevorlage" ;
Text [ en-US ] = "Ne~xt Style" ;
Text [ x-comment ] = "; \"Vorlagen\" Styles are always capitalized no matter where they show up. EM15.5.00";
};
ListBox LB_NEXT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 70 , 24 ) ;
Size = MAP_APPFONT ( 184 , 65 ) ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_BASE
{
Pos = MAP_APPFONT ( 6 , 44 ) ;
Size = MAP_APPFONT ( 61 , 10 ) ;
/* ### ACHTUNG: Neuer Text in Resource? ~Verkn<6B>pft mit : ~Verkn<6B>pft mit */
/* ### ACHTUNG: Neuer Text in Resource? ~Verkn<6B>pft mit : ~Verkn<6B>pft mit */
Text [ de ] = "~Verknüpft mit" ;
Text [ en-US ] = "Linked with" ;
Text [ x-comment ] = " ";
};
ListBox LB_BASE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 70 , 42 ) ;
Size = MAP_APPFONT ( 184 , 65 ) ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_REGION
{
Pos = MAP_APPFONT ( 6 , 62 ) ;
Size = MAP_APPFONT ( 61 , 10 ) ;
Text [ de ] = "~Bereich" ;
Text [ en-US ] = "~Category" ;
Text [ x-comment ] = " ";
};
ListBox LB_REGION
{
Border = TRUE ;
Pos = MAP_APPFONT ( 70 , 60 ) ;
Size = MAP_APPFONT ( 184 , 64 ) ;
DropDown = TRUE ;
};
FixedText FT_DESC
{
Pos = MAP_APPFONT ( 12 , 88 ) ;
Size = MAP_APPFONT ( 236 , 85 ) ;
WordBreak = TRUE ;
Hide = TRUE ;
};
MultiLineEdit ED_DESC
{
Pos = MAP_APPFONT ( 12 , 88 ) ;
Size = MAP_APPFONT ( 236 , 85 ) ;
ReadOnly = TRUE ;
IgnoreTab = TRUE;
};
FixedLine GB_DESC
{
Pos = MAP_APPFONT ( 6 , 77 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Enthält" ;
Text [ en-US ] = "Contains" ;
Text [ x-comment ] = " ";
};
};
// ********************************************************************** EOF