Files
loongoffice/extensions/source/propctrlr/pcrmiscres.src
Caolán McNamara 4a780e9e03 RID_SVXBMP->RID_EXTBMP
Change-Id: I19e5c60ea8b42223322da2a1e343b7c4c1c59928
2016-12-22 15:59:01 +00:00

250 lines
4.4 KiB
Plaintext

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 .
*/
#include "formresid.hrc"
String RID_STR_CONFIRM_DELETE_DATA_TYPE
{
Text [ en-US ] = "Do you want to delete the data type '#type#' from the model?\n"
"Please note that this will affect all controls which are bound to this data type.";
};
Bitmap RID_EXTBMP_CONTROL
{
File = "sx10144.png";
};
Bitmap RID_EXTBMP_BUTTON
{
File = "sx10594.png";
};
Bitmap RID_EXTBMP_RADIOBUTTON
{
File = "sx10595.png";
};
Bitmap RID_EXTBMP_CHECKBOX
{
File = "sx10596.png";
};
Bitmap RID_EXTBMP_FIXEDTEXT
{
File = "sx10597.png";
};
Bitmap RID_EXTBMP_GROUPBOX
{
File = "sx10598.png";
};
Bitmap RID_EXTBMP_EDITBOX
{
File = "sx10599.png";
};
Bitmap RID_EXTBMP_LISTBOX
{
File = "sx10600.png";
};
Bitmap RID_EXTBMP_COMBOBOX
{
File = "sx10601.png";
};
Bitmap RID_EXTBMP_GRID
{
File = "sx10603.png";
};
Bitmap RID_EXTBMP_IMAGEBUTTON
{
File = "sx10604.png";
};
Bitmap RID_EXTBMP_FILECONTROL
{
File = "sx10605.png";
};
Bitmap RID_EXTBMP_DATEFIELD
{
File = "sx10704.png";
};
Bitmap RID_EXTBMP_TIMEFIELD
{
File = "sx10705.png";
};
Bitmap RID_EXTBMP_NUMERICFIELD
{
File = "sx10706.png";
};
Bitmap RID_EXTBMP_CURRENCYFIELD
{
File = "sx10707.png";
};
Bitmap RID_EXTBMP_PATTERNFIELD
{
File = "sx10708.png";
};
Bitmap RID_EXTBMP_IMAGECONTROL
{
File = "sx10710.png";
};
Bitmap RID_EXTBMP_HIDDEN
{
File = "sx18022.png";
};
Bitmap RID_EXTBMP_FORMATTEDFIELD
{
File = "sx10728.png";
};
Bitmap RID_EXTBMP_FILTER
{
File = "sx10715.png";
};
Bitmap RID_EXTBMP_FORMS
{
File = "sx18013.png";
};
Bitmap RID_EXTBMP_FORM
{
File = "sx10593.png";
};
Bitmap RID_EXTBMP_COLLAPSEDNODE
{
File = "sx18002.png";
};
Bitmap RID_EXTBMP_EXPANDEDNODE
{
File = "sx18003.png";
};
Bitmap RID_EXTBMP_SCROLLBAR
{
File = "sx10768.png";
};
Bitmap RID_EXTBMP_SPINBUTTON
{
File = "sx10769.png";
};
Bitmap RID_EXTBMP_NAVIGATIONBAR
{
File = "sx10607.png";
};
String RID_STR_PROPTITLE_PUSHBUTTON
{
Text [ en-US ] = "Button" ;
};
String RID_STR_PROPTITLE_RADIOBUTTON
{
Text [ en-US ] = "Option Button" ;
};
String RID_STR_PROPTITLE_CHECKBOX
{
Text [ en-US ] = "Check Box" ;
};
String RID_STR_PROPTITLE_FIXEDTEXT
{
Text [ en-US ] = "Label Field" ;
};
String RID_STR_PROPTITLE_GROUPBOX
{
Text [ en-US ] = "Group Box" ;
};
String RID_STR_PROPTITLE_EDIT
{
Text [ en-US ] = "Text Box" ;
};
String RID_STR_PROPTITLE_FORMATTED
{
Text [ en-US ] = "Formatted Field";
};
String RID_STR_PROPTITLE_LISTBOX
{
Text [ en-US ] = "List Box" ;
};
String RID_STR_PROPTITLE_COMBOBOX
{
Text [ en-US ] = "Combo Box" ;
};
String RID_STR_PROPTITLE_IMAGEBUTTON
{
Text [ en-US ] = "Image Button" ;
};
String RID_STR_PROPTITLE_HIDDENCONTROL
{
Text [ en-US ] = "Hidden Control" ;
};
String RID_STR_PROPTITLE_UNKNOWNCONTROL
{
Text [ en-US ] = "Control (unknown type)" ;
};
String RID_STR_PROPTITLE_IMAGECONTROL
{
Text [ en-US ] = "Image Control" ;
};
String RID_STR_PROPTITLE_FILECONTROL
{
Text [ en-US ] = "File Selection" ;
};
String RID_STR_PROPTITLE_DATEFIELD
{
Text [ en-US ] = "Date Field" ;
};
String RID_STR_PROPTITLE_TIMEFIELD
{
Text [ en-US ] = "Time Field" ;
};
String RID_STR_PROPTITLE_NUMERICFIELD
{
Text [ en-US ] = "Numeric Field" ;
};
String RID_STR_PROPTITLE_CURRENCYFIELD
{
Text [ en-US ] = "Currency Field" ;
};
String RID_STR_PROPTITLE_PATTERNFIELD
{
Text [ en-US ] = "Pattern Field" ;
};
String RID_STR_PROPTITLE_DBGRID
{
Text [ en-US ] = "Table Control " ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */