forked from amazingfate/loongoffice
2004/04/20 18:48:14 hjs 1.22.98.4: RESYNC: (1.22-1.23); FILE MERGED 2004/02/23 11:43:36 ihi 1.22.98.3: Merge-While-Build update 2003/11/11 19:24:54 ihi 1.22.98.2: en -> en-US 2003/11/10 17:58:50 ihi 1.22.98.1: #111234# Merge during build
282 lines
7.4 KiB
Plaintext
282 lines
7.4 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* $RCSfile: stbctrls.src,v $
|
|
*
|
|
* $Revision: 1.24 $
|
|
*
|
|
* last change: $Author: hjs $ $Date: 2004-06-25 12:18:47 $
|
|
*
|
|
* 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 ---------------------------------------------------------------
|
|
#include "dialogs.hrc"
|
|
#include "helpid.hrc"
|
|
#include "stbctrls.h"
|
|
// pragma ----------------------------------------------------------------
|
|
|
|
// Strings ---------------------------------------------------------------
|
|
String RID_SVXSTR_INSERT_TEXT
|
|
{
|
|
// 'Einf"ugen' bzw. 'Insert' abgek"urzt auf h"ochstens 5 Zeichen
|
|
Text [ de ] = "EINFG" ;
|
|
Text [ en-US ] = "INSRT" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
String RID_SVXSTR_OVERWRITE_TEXT
|
|
{
|
|
// '"Uberschreiben' bzw. 'Overwrite' abgek"urzt auf h"ochstens 5 Zeichen
|
|
Text [ de ] = "�BER" ;
|
|
Text [ en-US ] = "OVER" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
String RID_SVXSTR_SELMODE_STD
|
|
{
|
|
// 'Standard' abgek"urzt auf h"ochstens 3 Zeichen
|
|
Text [ de ] = "STD" ;
|
|
Text [ en-US ] = "STD" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
String RID_SVXSTR_SELMODE_ER
|
|
{
|
|
// 'Erweitert' bzw. 'Extended' abgek"urzt auf h"ochstens 3 Zeichen
|
|
Text [ de ] = "ER" ;
|
|
Text [ en-US ] = "EXT" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
String RID_SVXSTR_SELMODE_ERG
|
|
{
|
|
// 'Erg"anzend' bzw. 'Added' abgek"urzt auf h"ochstens 3 Zeichen
|
|
Text [ de ] = "ERG" ;
|
|
Text [ en-US ] = "ADD" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
// PopupMenu -------------------------------------------------------------
|
|
Menu RID_SVXMNU_ZOOM
|
|
{
|
|
ItemList =
|
|
{
|
|
MenuItem
|
|
{
|
|
Identifier = ZOOM_200 ;
|
|
HelpId = HID_MNU_ZOOM_200 ;
|
|
Text = "200%" ;
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = ZOOM_150 ;
|
|
HelpId = HID_MNU_ZOOM_150 ;
|
|
Text = "150%" ;
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = ZOOM_100 ;
|
|
HelpId = HID_MNU_ZOOM_100 ;
|
|
Text = "100%" ;
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = ZOOM_75 ;
|
|
HelpId = HID_MNU_ZOOM_75 ;
|
|
Text = "75%" ;
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = ZOOM_50 ;
|
|
HelpId = HID_MNU_ZOOM_50 ;
|
|
Text = "50%" ;
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = ZOOM_OPTIMAL ;
|
|
HelpId = HID_MNU_ZOOM_OPTIMAL ;
|
|
Text [ de ] = "Optimal" ;
|
|
Text [ en-US ] = "Optimal" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = ZOOM_PAGE_WIDTH ;
|
|
HelpId = HID_MNU_ZOOM_PAGE_WIDTH ;
|
|
Text [ de ] = "Seitenbreite" ;
|
|
Text [ en-US ] = "Page Width" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = ZOOM_WHOLE_PAGE ;
|
|
HelpId = HID_MNU_ZOOM_WHOLE_PAGE ;
|
|
Text [ de ] = "Ganze Seite" ;
|
|
Text [ en-US ] = "Entire Page" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
};
|
|
};
|
|
// Funktionsauswahl auf dem SvxPosSizeStatusBarControl fuer Calc
|
|
Menu RID_SVXMNU_PSZ_FUNC
|
|
{
|
|
ItemList =
|
|
{
|
|
MenuItem
|
|
{
|
|
Identifier = PSZ_FUNC_AVG ;
|
|
HelpId = HID_MNU_FUNC_AVG ;
|
|
Text [ de ] = "Mittelwert" ;
|
|
Text [ en-US ] = "Average" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = PSZ_FUNC_COUNT2 ;
|
|
HelpId = HID_MNU_FUNC_COUNT2 ;
|
|
Text [ de ] = "Anzahl2" ;
|
|
Text [ en-US ] = "CountA" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = PSZ_FUNC_COUNT ;
|
|
HelpId = HID_MNU_FUNC_COUNT ;
|
|
Text [ de ] = "Anzahl" ;
|
|
Text [ en-US ] = "Count" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = PSZ_FUNC_MAX ;
|
|
HelpId = HID_MNU_FUNC_MAX ;
|
|
Text [ de ] = "Maximum" ;
|
|
Text [ en-US ] = "Maximum" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = PSZ_FUNC_MIN ;
|
|
HelpId = HID_MNU_FUNC_MIN ;
|
|
Text [ de ] = "Minimum" ;
|
|
Text [ en-US ] = "Minimum" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = PSZ_FUNC_SUM ;
|
|
HelpId = HID_MNU_FUNC_SUM ;
|
|
Text [ de ] = "Summe" ;
|
|
Text [ en-US ] = "Sum" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = PSZ_FUNC_NONE ;
|
|
HelpId = HID_MNU_FUNC_NONE ;
|
|
Text [ de ] = "Keine" ;
|
|
Text [ en-US ] = "None" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
};
|
|
};
|
|
// Images ----------------------------------------------------------------
|
|
Image RID_SVXBMP_POSITION
|
|
{
|
|
ImageBitmap = Bitmap
|
|
{
|
|
File = "sc10223.bmp" ;
|
|
};
|
|
MaskColor = Color
|
|
{
|
|
Red = 0xFFFF ;
|
|
Green = 0x0000 ;
|
|
Blue = 0xFFFF ;
|
|
};
|
|
};
|
|
Image RID_SVXBMP_SIZE
|
|
{
|
|
ImageBitmap = Bitmap
|
|
{
|
|
File = "sc10224.bmp" ;
|
|
};
|
|
MaskColor = Color
|
|
{
|
|
Red = 0xFFFF ;
|
|
Green = 0x0000 ;
|
|
Blue = 0xFFFF ;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|