diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 13:19:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 13:19:55 +0000 |
commit | 9e88f3eb6611e3685658fe53253e9b83f223db9b (patch) | |
tree | 98b37a470b5af724a79c77c2b1f163d524cdd540 /svx/source/toolbars/fontworkbar.src | |
parent | 27eadbeddf9a43406fc56ba7d090e026ac8e95d5 (diff) |
INTEGRATION: CWS sj09 (1.2.8); FILE MERGED
2004/09/13 15:50:22 sj 1.2.8.3: #117570# added undo strings
2004/08/03 18:36:47 sj 1.2.8.2: added strings for fontwork undo action
2004/07/27 19:28:58 sj 1.2.8.1: added fontwork alignment floater
Diffstat (limited to 'svx/source/toolbars/fontworkbar.src')
-rw-r--r-- | svx/source/toolbars/fontworkbar.src | 93 |
1 files changed, 89 insertions, 4 deletions
diff --git a/svx/source/toolbars/fontworkbar.src b/svx/source/toolbars/fontworkbar.src index 945f96dd66e6..3345aeca77db 100644 --- a/svx/source/toolbars/fontworkbar.src +++ b/svx/source/toolbars/fontworkbar.src @@ -1,4 +1,64 @@ -#include <svxids.hrc> +/************************************************************************* + * + * $RCSfile: fontworkbar.src,v $ + * + * $Revision: 1.3 $ + * + * last change: $Author: hr $ $Date: 2004-10-12 14:19:55 $ + * + * 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 <dialogs.hrc> ToolBox RID_SVX_FONTWORK_BAR @@ -14,8 +74,8 @@ ToolBox RID_SVX_FONTWORK_BAR }; ToolBoxItem { - Identifier = SID_FONTWORK_SHAPE_FLOATER ; - HelpID = SID_FONTWORK_SHAPE_FLOATER ; + Identifier = SID_FONTWORK_SHAPE_TYPES ; + HelpID = SID_FONTWORK_SHAPE_TYPES ; }; ToolBoxItem { @@ -37,5 +97,30 @@ ToolBox RID_SVX_FONTWORK_BAR String RID_SVX_FONTWORK_BAR { - Text = "Fontwork Werkzeugsleiste"; + 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 Hhe 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"; }; |