Files
libreoffice/sw/source/ui/ribbar/inputwin.src
Hans-Joachim Lankenau f06b66c1e9 INTEGRATION: CWS mergebuild (1.20.94); FILE MERGED
2004/04/30 15:05:39 hjs 1.20.94.5: #i8252# fix unmerge probs
2004/04/20 18:18:23 hjs 1.20.94.4: RESYNC: (1.20-1.21); FILE MERGED
2004/03/02 15:53:54 ihi 1.20.94.3: Update Merge-While-Build
2003/11/11 19:26:19 ihi 1.20.94.2: en -> en-US
2003/11/10 18:00:48 ihi 1.20.94.1: #111234# Merge during build
2004-06-26 02:39:29 +00:00

418 lines
13 KiB
Plaintext
Raw Blame History

/*************************************************************************
*
* $RCSfile: inputwin.src,v $
*
* $Revision: 1.22 $
*
* last change: $Author: hjs $ $Date: 2004-06-26 03:39:29 $
*
* 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): _______________________________________
*
*
************************************************************************/
/* HelpID ressource file */
/* HelpID ressource file */
#include "cmdid.h"
#include "helpid.h"
#include "globals.hrc"
#include "ribbar.hrc"
#include "inputwin.hrc"
ToolBox RID_TBX_FORMULA
{
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( 600 , 14 ) ;
HelpID = HID_CALC_TOOLBOX ;
SVLook = TRUE ;
Border = TRUE ;
ItemList =
{
ToolBoxItem
{
Identifier = FN_FORMULA_CALC ;
HelpID = FN_FORMULA_CALC ;
DropDown = TRUE ;
Text [ de ] = "Formel" ;
Text [ en-US ] = "Formula" ;
/* ### ACHTUNG: Neuer Text in Resource? Formel ausw<73>hlen : Formel ausw<73>hlen */
};
ToolBoxItem
{
Identifier = FN_FORMULA_CANCEL ;
HelpID = FN_FORMULA_CANCEL ;
Text [ de ] = "Abbrechen" ;
Text [ en-US ] = "Cancel" ;
/* ### ACHTUNG: Neuer Text in Resource? Formel nicht <20>benehmen : Formel nicht <20>benehmen */
};
ToolBoxItem
{
Identifier = FN_FORMULA_APPLY ;
HelpID = FN_FORMULA_APPLY ;
/* ### ACHTUNG: Neuer Text in Resource? <20>bernehmen : <20>bernehmen */
Text [ de ] = "<22>bernehmen" ;
Text [ en-US ] = "Apply" ;
/* ### ACHTUNG: Neuer Text in Resource? Formel einf<6E>gen : Formel einf<6E>gen */
};
};
Edit ED_POS
{
Border = TRUE ;
Size = MAP_APPFONT ( 45 , 11 ) ;
ReadOnly = TRUE ;
SVLook = TRUE ;
Center = TRUE ;
};
Edit ED_FORMULA
{
Border = TRUE ;
TabStop = TRUE ;
Size = MAP_APPFONT ( 500 , 11 ) ;
SVLook = TRUE ;
};
};
Menu MN_CALC_POPUP
{
ItemList =
{
MenuItem
{
Identifier = MN_CALC_SUM ;
HelpID = HID_MN_CALC_SUM ;
Text [ de ] = "~Summe" ;
Text [ en-US ] = "Sum" ;
};
MenuItem
{
Identifier = MN_CALC_ROUND ;
HelpID = HID_MN_CALC_ROUND ;
Text [ de ] = "Run~den" ;
Text [ en-US ] = "Round" ;
};
MenuItem
{
Identifier = MN_CALC_PHD ;
HelpID = HID_MN_CALC_PHD ;
Text [ de ] = "~Prozent" ;
Text [ en-US ] = "Percent" ;
};
MenuItem
{
Identifier = MN_CALC_SQRT ;
HelpID = HID_MN_CALC_SQRT ;
Text [ de ] = "~Wurzel" ;
Text [ en-US ] = "Square Root" ;
Text [ x-comment ] = "; (<28><>) ; - - - - - -";
};
MenuItem
{
Identifier = MN_CALC_POW ;
HelpID = HID_MN_CALC_POW ;
Text [ de ] = "Poten~ziere" ;
Text [ en-US ] = "Power" ;
};
MenuItem
{
Identifier = MN_POP_OPS ;
HelpID = HID_MN_POP_OPS ;
Text [ de ] = "~Operatoren" ;
Text [ en-US ] = "Operators" ;
SubMenu = Menu
{
ItemList =
{
MenuItem
{
Identifier = MN_CALC_LISTSEP ;
HelpID = HID_MN_CALC_LISTSEP ;
Text [ de ] = "~Listentrenner" ;
Text [ en-US ] = "List Separator" ;
};
MenuItem
{
Identifier = MN_CALC_EQ ;
HelpID = HID_MN_CALC_EQ ;
Text [ de ] = "~Gleich" ;
Text [ en-US ] = "Equal" ;
};
MenuItem
{
Identifier = MN_CALC_NEQ ;
HelpID = HID_MN_CALC_NEQ ;
Text [ de ] = "~Nicht Gleich" ;
Text [ en-US ] = "Not Equal" ;
};
MenuItem
{
Identifier = MN_CALC_LEQ ;
HelpID = HID_MN_CALC_LEQ ;
Text [ de ] = "~Kleiner Gleich" ;
Text [ en-US ] = "Less Than or Equal" ;
};
MenuItem
{
Identifier = MN_CALC_GEQ ;
HelpID = HID_MN_CALC_GEQ ;
/* ### ACHTUNG: Neuer Text in Resource? Gr~<7E><>er Gleich : Gr~<7E><>er Gleich */
Text [ de ] = "Gr~<7E><>er Gleich" ;
Text [ en-US ] = "Greater Than or Equal" ;
};
MenuItem
{
Identifier = MN_CALC_LES ;
HelpID = HID_MN_CALC_LES ;
Text [ de ] = "Kle~iner" ;
Text [ en-US ] = "Less" ;
};
MenuItem
{
Identifier = MN_CALC_GRE ;
HelpID = HID_MN_CALC_GRE ;
/* ### ACHTUNG: Neuer Text in Resource? G~r<><72>er : G~r<><72>er */
Text [ de ] = "G~r<><72>er" ;
Text [ en-US ] = "Greater" ;
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
Identifier = MN_CALC_OR ;
HelpID = HID_MN_CALC_OR ;
Text [ de ] = "Logisches ~Oder" ;
Text [ en-US ] = "Boolean Or" ;
};
MenuItem
{
Identifier = MN_CALC_XOR ;
HelpID = HID_MN_CALC_XOR ;
Text [ de ] = "Logisches E~xklusives Oder" ;
Text [ en-US ] = "Boolean Xor" ;
};
MenuItem
{
Identifier = MN_CALC_AND ;
HelpID = HID_MN_CALC_AND ;
Text [ de ] = "Logisches ~Und" ;
Text [ en-US ] = "Boolean And" ;
};
MenuItem
{
Identifier = MN_CALC_NOT ;
HelpID = HID_MN_CALC_NOT ;
Text [ de ] = "Logi~sches Nicht" ;
Text [ en-US ] = "Boolean Not" ;
};
};
};
};
MenuItem
{
Identifier = MN_POP_STATISTICS ;
HelpID = HID_MN_POP_STATISTICS ;
Text [ de ] = "S~tatistische Funktionen" ;
Text [ en-US ] = "Statistical Functions" ;
SubMenu = Menu
{
ItemList =
{
MenuItem
{
Identifier = MN_CALC_MEAN ;
HelpID = HID_MN_CALC_MEAN ;
Text [ de ] = "~Mittelwert" ;
Text [ en-US ] = "Mean" ;
};
MenuItem
{
Identifier = MN_CALC_MIN ;
HelpID = HID_MN_CALC_MIN ;
Text [ de ] = "Mi~nimalwert" ;
Text [ en-US ] = "Minimum" ;
};
MenuItem
{
Identifier = MN_CALC_MAX ;
HelpID = HID_MN_CALC_MAX ;
Text [ de ] = "Ma~ximalwert" ;
Text [ en-US ] = "Maximum" ;
};
};
};
};
MenuItem
{
Identifier = MN_POP_FUNC ;
HelpID = HID_MN_POP_FUNC ;
Text [ de ] = "~Funktionen" ;
Text [ en-US ] = "Functions" ;
SubMenu = Menu
{
ItemList =
{
MenuItem
{
Identifier = MN_CALC_SIN ;
HelpID = HID_MN_CALC_SIN ;
Text [ de ] = "~Sinus" ;
Text [ en-US ] = "Sine" ;
};
MenuItem
{
Identifier = MN_CALC_COS ;
HelpID = HID_MN_CALC_COS ;
Text [ de ] = "~Cosinus" ;
Text [ en-US ] = "Cosine" ;
};
MenuItem
{
Identifier = MN_CALC_TAN ;
HelpID = HID_MN_CALC_TAN ;
Text [ de ] = "~Tangens" ;
Text [ en-US ] = "Tangent" ;
};
MenuItem
{
Identifier = MN_CALC_ASIN ;
HelpID = HID_MN_CALC_ASIN ;
Text [ de ] = "~Arcussinus" ;
Text [ en-US ] = "Arcsine" ;
};
MenuItem
{
Identifier = MN_CALC_ACOS ;
HelpID = HID_MN_CALC_ACOS ;
Text [ de ] = "A~rcuscosinus" ;
Text [ en-US ] = "Arccosine" ;
};
MenuItem
{
Identifier = MN_CALC_ATAN ;
HelpID = HID_MN_CALC_ATAN ;
Text [ de ] = "Arcustan~gens" ;
Text [ en-US ] = "Arctangent" ;
};
};
};
Text [ x-comment ] = "; (<28><>) ; - - - - - -";
};
};
};
String STR_FORMULA
{
Text [ de ] = "Textformel" ;
Text [ en-US ] = "Text formula" ;
Text [ x-comment ] = "; (<28><>) ; - - - - - -";
};
#define TB_INPUT \
ToolBoxItem\
{\
Identifier = FN_FORMULA_CALC ; \
HelpID = FN_FORMULA_CALC ; \
Text [ de ] = "Formel" ; \
Text [ en-US ] = "Formula" ; \
/* ### ACHTUNG: Neuer Text in Resource? Formel ausw<73>hlen : Formel ausw<73>hlen */\
};\
ToolBoxItem\
{\
Identifier = FN_FORMULA_CANCEL ; \
HelpID = FN_FORMULA_CANCEL ; \
Text [ de ] = "Abbrechen" ; \
Text [ en-US ] = "Cancel" ; \
/* ### ACHTUNG: Neuer Text in Resource? Formel nicht <20>benehmen : Formel nicht <20>benehmen */\
};\
ToolBoxItem\
{\
Identifier = FN_FORMULA_APPLY ; \
HelpID = FN_FORMULA_APPLY ; \
/* ### ACHTUNG: Neuer Text in Resource? <20>bernehmen : <20>bernehmen */\
Text [ de ] = "<22>bernehmen" ; \
Text [ en-US ] = "Apply" ; \
/* ### ACHTUNG: Neuer Text in Resource? Formel einf<6E>gen : Formel einf<6E>gen */\
};