summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.src
blob: 56c6a889c2c9514344eba1364c135e9dd4efc815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
/*
 * 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 <cuires.hrc>
#include "optgdlg.hrc"
#include "helpid.hrc"

// *******************************************************************

TabPage OFA_TP_LANGUAGES
{
    HelpID = HID_OFA_TP_LANGUAGES ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
    Hide = TRUE ;
    FixedLine FL_UI_LANG
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Language of";
    };
    FixedImage FI_USERINTERFACE
    {
        Pos = MAP_APPFONT ( 5 , 17-1 ) ;
        Size = MAP_APPFONT ( 6 , 6 ) ;
        Hide = TRUE;
    };
    FixedText FT_USERINTERFACE
    {
        Pos = MAP_APPFONT ( 12 , 16-1 ) ;
        Size = MAP_APPFONT ( 108 , 8 ) ;
        Text [ en-US ] = "~User interface";
    };
    ListBox LB_USERINTERFACE
    {
        HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_USERINTERFACE";
        Pos = MAP_APPFONT ( 123 , 14-1 ) ;
        Size = MAP_APPFONT ( 125 , 60 ) ;
        DropDown = TRUE ;
        Border = TRUE ;
        TabStop = TRUE ;
        Sort = TRUE;
    };
    FixedImage FI_LOCALESETTING
    {
        Pos = MAP_APPFONT ( 5 , 32-2 ) ;
        Size = MAP_APPFONT ( 6 , 6 ) ;
        Hide = TRUE;
    };
    FixedText FT_LOCALESETTING
    {
        Pos = MAP_APPFONT ( 12 , 31-2 ) ;
        Size = MAP_APPFONT ( 108 , 8 ) ;
        Text [ en-US ] = "Locale setting";
    };
    ListBox LB_LOCALESETTING
    {
        HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_LOCALESETTING";
        Pos = MAP_APPFONT ( 123 , 30-2 ) ;
        Size = MAP_APPFONT ( 125 , 60 ) ;
        DropDown = TRUE ;
        Border = TRUE ;
        TabStop = TRUE ;
        Sort = TRUE;
    };
    FixedText FT_DECIMALSEPARATOR
    {
        Pos = MAP_APPFONT ( 12 , 46-3 ) ;
        Size = MAP_APPFONT ( 108 , 8 ) ;
        Text [ en-US ] = "Decimal separator key";
    };
    CheckBox CB_DECIMALSEPARATOR
    {
        HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_DECIMALSEPARATOR";
        Pos = MAP_APPFONT ( 123 , 46-3) ;
        Size = MAP_APPFONT ( 125 , RSC_CD_CHECKBOX_HEIGHT ) ;
        Text [ en-US ] = "~Same as locale setting ( %1 )";
    };
    FixedImage FI_CURRENCY
    {
        Pos = MAP_APPFONT ( 5 , 63-4 ) ;
        Size = MAP_APPFONT ( 6 , 6 ) ;
        Hide = TRUE;
    };
    FixedText FT_CURRENCY
    {
        Pos = MAP_APPFONT ( 12 , 61-4 ) ;
        Size = MAP_APPFONT ( 108 , 8 ) ;
        Text [ en-US ] = "~Default currency";
    };
    ListBox LB_CURRENCY
    {
        HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_CURRENCY";
        Pos = MAP_APPFONT ( 123 , 59-4 ) ;
        Size = MAP_APPFONT ( 125 , 60 ) ;
        DropDown = TRUE ;
        Border = TRUE ;
        TabStop = TRUE ;
        Sort = TRUE;
    };
    FixedImage FI_DATEPATTERNS
    {
        Pos = MAP_APPFONT ( 5 , 78-5 ) ;
        Size = MAP_APPFONT ( 6 , 6 ) ;
        Hide = TRUE;
    };
    FixedText FT_DATEPATTERNS
    {
        Pos = MAP_APPFONT ( 12 , 76-5 ) ;
        Size = MAP_APPFONT ( 108 , 8 ) ;
        Text [ en-US ] = "Date acceptance ~patterns";
    };
    Edit ED_DATEPATTERNS
    {
        HelpID = "cui:Edit:OFA_TP_LANGUAGES:ED_DATEPATTERNS";
        Pos = MAP_APPFONT ( 123 , 74-5 ) ;
        Size = MAP_APPFONT ( 125 , 12 ) ;
        Border = TRUE ;
        TabStop = TRUE ;
    };
    FixedLine FL_LINGU_LANG
    {
        Pos = MAP_APPFONT ( 6 , 92-5 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Default languages for documents";
    };
    FixedImage FI_WEST_LANG
    {
        Pos = MAP_APPFONT ( 5 , 107-6 ) ;
        Size = MAP_APPFONT ( 6 , 6 ) ;
        Hide = TRUE;
    };
    FixedText FT_WEST_LANG
    {
        Pos = MAP_APPFONT ( 12 , 105-6 ) ;
        Size = MAP_APPFONT ( 108 , 8 ) ;
        Text [ en-US ] = "Western";
    };

    ListBox LB_WEST_LANG
    {
        HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_WEST_LANG";
        Pos = MAP_APPFONT ( 123 ,  103-6 ) ;
        Size = MAP_APPFONT ( 125 , 60 ) ;
        DropDown = TRUE ;
        Border = TRUE ;
        TabStop = TRUE ;
        Sort = TRUE;
    };
    FixedImage FI_ASIAN_LANG
    {
        Pos = MAP_APPFONT ( 5 , 123-7 ) ;
        Size = MAP_APPFONT ( 6 , 6 ) ;
        Hide = TRUE;
    };
    FixedText FT_ASIAN_LANG
    {
        Pos = MAP_APPFONT ( 12 , 121-7 ) ;
        Size = MAP_APPFONT ( 108 , 8 ) ;
        Text [ en-US ] = "Asian";
    };
    ListBox LB_ASIAN_LANG
    {
        HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_ASIAN_LANG";
        Pos = MAP_APPFONT ( 123 , 119-7 ) ;
        Size = MAP_APPFONT ( 125 , 60 ) ;
        DropDown = TRUE ;
        Border = TRUE ;
        TabStop = TRUE ;
        Sort = TRUE;
    };
    FixedImage FI_COMPLEX_LANG
    {
        Pos = MAP_APPFONT ( 5 , 139-8 ) ;
        Size = MAP_APPFONT ( 6 , 6 ) ;
        Hide = TRUE;
    };
    FixedText FT_COMPLEX_LANG
    {
        Pos = MAP_APPFONT ( 12 , 137-8 ) ;
        Size = MAP_APPFONT ( 108 , 8 ) ;
        Text [ en-US ] = "C~TL";
    };
    ListBox LB_COMPLEX_LANG
    {
        HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_COMPLEX_LANG";
        Pos = MAP_APPFONT ( 123 , 135-8 ) ;
        Size = MAP_APPFONT ( 125 , 60 ) ;
        DropDown = TRUE ;
        Border = TRUE ;
        TabStop = TRUE ;
        Sort = TRUE;
    };
    CheckBox CB_CURRENT_DOC
    {
        HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_CURRENT_DOC";
        Pos = MAP_APPFONT ( 123 , 150-8 ) ;
        Size = MAP_APPFONT ( 125 , RSC_CD_CHECKBOX_HEIGHT ) ;
        Text [ en-US ] = "For the current document only";
    };
    FixedLine FL_ENHANCED
    {
        Pos = MAP_APPFONT ( 6 , 160-8 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Enhanced language support";
    };
    FixedImage FI_ASIANSUPPORT
    {
        Pos = MAP_APPFONT ( 5 , 175-9 ) ;
        Size = MAP_APPFONT ( 6 , 6 ) ;
        Hide = TRUE;
    };
    CheckBox CB_ASIANSUPPORT
    {
        HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_ASIANSUPPORT";
        Pos = MAP_APPFONT ( 12 , 173-9 ) ;
        Size = MAP_APPFONT ( 236 ,RSC_CD_CHECKBOX_HEIGHT ) ;
        Text [ en-US ] = "Show UI elements for East Asia~n writings";
    };
    FixedImage FI_CTLSUPPORT
    {
        Pos = MAP_APPFONT ( 5 , 190-10 ) ;
        Size = MAP_APPFONT ( 6 , 6 ) ;
        Hide = TRUE;
    };
    CheckBox CB_CTLSUPPORT
    {
        HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_CTLSUPPORT";
        Pos = MAP_APPFONT ( 12 , 188-11 ) ;
        Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ;
        Text [ en-US ] = "Show UI elements for B~i-Directional writing";
    };
    CheckBox CB_IGNORE_LANG_CHANGE
    {
        HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_IGNORE_LANG_CHANGE";
        Pos = MAP_APPFONT ( 12 , 188-11+13 ) ;
        Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ;
        Text [ en-US ] = "Ignore s~ystem input language";
    };
};

InfoBox RID_SVX_MSGBOX_LANGUAGE_RESTART
{
    Message [ en-US ] = "The language setting of the user interface has been updated and will take effect the next time you start %PRODUCTNAME %PRODUCTVERSION";
};