1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "dlgresid.hrc"
22 // Dialog Controls ---------------------------------------------------------------
24 String RID_STR_CLASS_CONTROL
28 String RID_STR_CLASS_DIALOG
32 String RID_STR_CLASS_BUTTON
34 Text = "CommandButton" ;
36 String RID_STR_CLASS_RADIOBUTTON
38 Text = "OptionButton" ;
40 String RID_STR_CLASS_CHECKBOX
44 String RID_STR_CLASS_LISTBOX
48 String RID_STR_CLASS_COMBOBOX
52 String RID_STR_CLASS_GROUPBOX
54 Text = "FrameControl" ;
56 String RID_STR_CLASS_EDIT
60 String RID_STR_CLASS_FIXEDTEXT
64 String RID_STR_CLASS_IMAGECONTROL
66 Text = "ImageControl" ;
68 String RID_STR_CLASS_PROGRESSBAR
70 Text = "ProgressBar" ;
72 String RID_STR_CLASS_SCROLLBAR
76 String RID_STR_CLASS_FIXEDLINE
80 String RID_STR_CLASS_DATEFIELD
84 String RID_STR_CLASS_TIMEFIELD
88 String RID_STR_CLASS_NUMERICFIELD
90 Text = "NumericField" ;
92 String RID_STR_CLASS_CURRENCYFIELD
94 Text = "CurrencyField" ;
96 String RID_STR_CLASS_FORMATTEDFIELD
98 Text = "FormattedField" ;
100 String RID_STR_CLASS_PATTERNFIELD
102 Text = "PatternField" ;
104 String RID_STR_CLASS_FILECONTROL
106 Text = "FileControl" ;
108 String RID_STR_CLASS_TREECONTROL
110 Text = "TreeControl" ;
112 String RID_STR_CLASS_SPINCONTROL
114 Text = "SpinButton" ;
117 // Property Browser Headline ----------------------------------------------------------------
119 String RID_STR_BRWTITLE_PROPERTIES
121 Text [ en-US ] = "Properties: ";
123 String RID_STR_BRWTITLE_NO_PROPERTIES
125 Text [ en-US ] = "No Control marked";
127 String RID_STR_BRWTITLE_MULTISELECT
129 Text [ en-US ] = "Multiselection";
132 String RID_STR_DEF_LANG
134 Text [ en-US ] = "[Default Language]" ;
137 String RID_STR_DELETE
139 Text [ en-US ] = "~Delete" ;
142 String RID_STR_CREATE_LANG
144 Text [ en-US ] = "<Press 'Add' to create language resources>" ;
147 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */