Files
libreoffice/svx/source/toolbars/fontworkbar.src
Jens-Heiner Rechtien b1648b9a73 INTEGRATION: CWS encup (1.4.46); FILE MERGED
2005/04/29 16:00:42 ihi 1.4.46.1: #i40603# German strings now UTF8 encoded
2005-09-23 13:04:21 +00:00

101 lines
3.0 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: fontworkbar.src,v $
*
* $Revision: 1.6 $
*
* last change: $Author: hr $ $Date: 2005-09-23 14:04: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 <dialogs.hrc>
ToolBox RID_SVX_FONTWORK_BAR
{
HelpId = RID_SVX_FONTWORK_BAR ;
Align = BOXALIGN_BOTTOM ;
ItemList =
{
ToolBoxItem
{
Identifier = SID_FONTWORK_GALLERY_FLOATER ;
HelpID = SID_FONTWORK_GALLERY_FLOATER ;
};
ToolBoxItem
{
Identifier = SID_FONTWORK_SHAPE_TYPE ;
HelpID = SID_FONTWORK_SHAPE_TYPE ;
};
ToolBoxItem
{
Identifier = SID_FONTWORK_SAME_LETTER_HEIGHTS ;
HelpID = SID_FONTWORK_SAME_LETTER_HEIGHTS ;
};
ToolBoxItem
{
Identifier = SID_FONTWORK_ALIGNMENT_FLOATER ;
HelpID = SID_FONTWORK_ALIGNMENT_FLOATER ;
};
ToolBoxItem
{
Identifier = SID_FONTWORK_CHARACTER_SPACING_FLOATER ;
HelpID = SID_FONTWORK_CHARACTER_SPACING_FLOATER ;
};
};
};
String RID_SVX_FONTWORK_BAR
{
Text [ de ] = "Fontwork";
Text [ en-US ] = "Fontwork";
};
String RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE
{
Text [ de ] = "Fontwork-Form anwenden";
Text [ en-US ] = "Apply Fontwork Shape";
};
String RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT
{
Text [ de ] = "Fontwork-Buchstaben mit gleicher Höhe anwenden";
Text [ en-US ] = "Apply Fontwork Same Letter Heights";
};
String RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT
{
Text [ de ] = "Fontwork-Ausrichtung anwenden";
Text [ en-US ] = "Apply Fontwork Alignment";
};
String RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING
{
Text [ de ] = "Fontwork-Zeichenabstand anwenden";
Text [ en-US ] = "Apply Fontwork Character Spacing";
};