Bump version to 4.3-4
[LibreOffice.git] / basctl / source / dlged / dlgresid.src
blob6aa952d6037d5ddf58667f4bfc22fe79e034e08c
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "dlgresid.hrc"
22 // Dialog Controls ---------------------------------------------------------------
24 String RID_STR_CLASS_CONTROL
26     Text = "Control" ;
28 String RID_STR_CLASS_DIALOG
30     Text = "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
42     Text = "CheckBox" ;
44 String RID_STR_CLASS_LISTBOX
46     Text = "ListBox" ;
48 String RID_STR_CLASS_COMBOBOX
50     Text = "ComboBox" ;
52 String RID_STR_CLASS_GROUPBOX
54     Text = "FrameControl" ;
56 String RID_STR_CLASS_EDIT
58     Text = "TextField" ;
60 String RID_STR_CLASS_FIXEDTEXT
62     Text = "Label" ;
64 String RID_STR_CLASS_IMAGECONTROL
66     Text = "ImageControl" ;
68 String RID_STR_CLASS_PROGRESSBAR
70     Text = "ProgressBar" ;
72 String RID_STR_CLASS_SCROLLBAR
74     Text = "ScrollBar" ;
76 String RID_STR_CLASS_FIXEDLINE
78     Text = "FixedLine" ;
80 String RID_STR_CLASS_DATEFIELD
82     Text = "DateField" ;
84 String RID_STR_CLASS_TIMEFIELD
86     Text = "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: */