Files
loongoffice/basctl/source/dlged/dlgresid.src
Rüdiger Timm 5fe9a3ce12 INTEGRATION: CWS tkr01 (1.32.26); FILE MERGED
2007/06/26 10:01:52 tkr 1.32.26.1: #i78846# Enable TreeControl support
2007-07-03 12:03:55 +00:00

184 lines
3.2 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dlgresid.src,v $
*
* $Revision: 1.33 $
*
* last change: $Author: rt $ $Date: 2007-07-03 13:03:55 $
*
* 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 "dlgresid.hrc"
// Dialog Controls ---------------------------------------------------------------
String RID_STR_CLASS_CONTROL
{
Text = "Control" ;
};
String RID_STR_CLASS_DIALOG
{
Text = "Dialog" ;
};
String RID_STR_CLASS_BUTTON
{
Text = "CommandButton" ;
};
String RID_STR_CLASS_RADIOBUTTON
{
Text = "OptionButton" ;
};
String RID_STR_CLASS_CHECKBOX
{
Text = "CheckBox" ;
};
String RID_STR_CLASS_LISTBOX
{
Text = "ListBox" ;
};
String RID_STR_CLASS_COMBOBOX
{
Text = "ComboBox" ;
};
String RID_STR_CLASS_GROUPBOX
{
Text = "FrameControl" ;
};
String RID_STR_CLASS_EDIT
{
Text = "TextField" ;
};
String RID_STR_CLASS_FIXEDTEXT
{
Text = "Label" ;
};
String RID_STR_CLASS_IMAGECONTROL
{
Text = "ImageControl" ;
};
String RID_STR_CLASS_PROGRESSBAR
{
Text = "ProgressBar" ;
};
String RID_STR_CLASS_SCROLLBAR
{
Text = "ScrollBar" ;
};
String RID_STR_CLASS_FIXEDLINE
{
Text = "FixedLine" ;
};
String RID_STR_CLASS_DATEFIELD
{
Text = "DateField" ;
};
String RID_STR_CLASS_TIMEFIELD
{
Text = "TimeField" ;
};
String RID_STR_CLASS_NUMERICFIELD
{
Text = "NumericField" ;
};
String RID_STR_CLASS_CURRENCYFIELD
{
Text = "CurrencyField" ;
};
String RID_STR_CLASS_FORMATTEDFIELD
{
Text = "FormattedField" ;
};
String RID_STR_CLASS_PATTERNFIELD
{
Text = "PatternField" ;
};
String RID_STR_CLASS_FILECONTROL
{
Text = "FileControl" ;
};
String RID_STR_CLASS_TREECONTROL
{
Text = "TreeControl" ;
};
// Property Browser Headline ----------------------------------------------------------------
String RID_STR_BRWTITLE_PROPERTIES
{
Text [ en-US ] = "Properties: ";
};
String RID_STR_BRWTITLE_NO_PROPERTIES
{
Text [ en-US ] = "No Control marked";
};
String RID_STR_BRWTITLE_MULTISELECT
{
Text [ en-US ] = "Multiselection";
};
// -----------------------------------------------------------------------