bump product version to 4.1.6.2
[LibreOffice.git] / cui / source / options / optgdlg.src
blobdf1aabee31cd404167934ffbba0478badc80b65b
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 <cuires.hrc>
21 #include "optgdlg.hrc"
22 #include "helpid.hrc"
24 // *******************************************************************
26 TabPage OFA_TP_LANGUAGES
28     HelpID = HID_OFA_TP_LANGUAGES ;
29     SVLook = TRUE ;
30     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
31     Hide = TRUE ;
32     FixedLine FL_UI_LANG
33     {
34         Pos = MAP_APPFONT ( 6 , 3 ) ;
35         Size = MAP_APPFONT ( 248 , 8 ) ;
36         Text [ en-US ] = "Language of";
37     };
38     FixedImage FI_USERINTERFACE
39     {
40         Pos = MAP_APPFONT ( 5 , 17-1 ) ;
41         Size = MAP_APPFONT ( 6 , 6 ) ;
42         Hide = TRUE;
43     };
44     FixedText FT_USERINTERFACE
45     {
46         Pos = MAP_APPFONT ( 12 , 16-1 ) ;
47         Size = MAP_APPFONT ( 108 , 8 ) ;
48         Text [ en-US ] = "~User interface";
49     };
50     ListBox LB_USERINTERFACE
51     {
52         HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_USERINTERFACE";
53         Pos = MAP_APPFONT ( 123 , 14-1 ) ;
54         Size = MAP_APPFONT ( 125 , 60 ) ;
55         DropDown = TRUE ;
56         Border = TRUE ;
57         TabStop = TRUE ;
58         Sort = TRUE;
59     };
60     FixedImage FI_LOCALESETTING
61     {
62         Pos = MAP_APPFONT ( 5 , 32-2 ) ;
63         Size = MAP_APPFONT ( 6 , 6 ) ;
64         Hide = TRUE;
65     };
66     FixedText FT_LOCALESETTING
67     {
68         Pos = MAP_APPFONT ( 12 , 31-2 ) ;
69         Size = MAP_APPFONT ( 108 , 8 ) ;
70         Text [ en-US ] = "Locale setting";
71     };
72     ListBox LB_LOCALESETTING
73     {
74         HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_LOCALESETTING";
75         Pos = MAP_APPFONT ( 123 , 30-2 ) ;
76         Size = MAP_APPFONT ( 125 , 60 ) ;
77         DropDown = TRUE ;
78         Border = TRUE ;
79         TabStop = TRUE ;
80         Sort = TRUE;
81     };
82     FixedText FT_DECIMALSEPARATOR
83     {
84         Pos = MAP_APPFONT ( 12 , 46-3 ) ;
85         Size = MAP_APPFONT ( 108 , 8 ) ;
86         Text [ en-US ] = "Decimal separator key";
87     };
88     CheckBox CB_DECIMALSEPARATOR
89     {
90         HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_DECIMALSEPARATOR";
91         Pos = MAP_APPFONT ( 123 , 46-3) ;
92         Size = MAP_APPFONT ( 125 , RSC_CD_CHECKBOX_HEIGHT ) ;
93         Text [ en-US ] = "~Same as locale setting ( %1 )";
94     };
95     FixedImage FI_CURRENCY
96     {
97         Pos = MAP_APPFONT ( 5 , 63-4 ) ;
98         Size = MAP_APPFONT ( 6 , 6 ) ;
99         Hide = TRUE;
100     };
101     FixedText FT_CURRENCY
102     {
103         Pos = MAP_APPFONT ( 12 , 61-4 ) ;
104         Size = MAP_APPFONT ( 108 , 8 ) ;
105         Text [ en-US ] = "~Default currency";
106     };
107     ListBox LB_CURRENCY
108     {
109         HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_CURRENCY";
110         Pos = MAP_APPFONT ( 123 , 59-4 ) ;
111         Size = MAP_APPFONT ( 125 , 60 ) ;
112         DropDown = TRUE ;
113         Border = TRUE ;
114         TabStop = TRUE ;
115         Sort = TRUE;
116     };
117     FixedImage FI_DATEPATTERNS
118     {
119         Pos = MAP_APPFONT ( 5 , 78-5 ) ;
120         Size = MAP_APPFONT ( 6 , 6 ) ;
121         Hide = TRUE;
122     };
123     FixedText FT_DATEPATTERNS
124     {
125         Pos = MAP_APPFONT ( 12 , 76-5 ) ;
126         Size = MAP_APPFONT ( 108 , 8 ) ;
127         Text [ en-US ] = "Date acceptance ~patterns";
128     };
129     Edit ED_DATEPATTERNS
130     {
131         HelpID = "cui:Edit:OFA_TP_LANGUAGES:ED_DATEPATTERNS";
132         Pos = MAP_APPFONT ( 123 , 74-5 ) ;
133         Size = MAP_APPFONT ( 125 , 12 ) ;
134         Border = TRUE ;
135         TabStop = TRUE ;
136     };
137     FixedLine FL_LINGU_LANG
138     {
139         Pos = MAP_APPFONT ( 6 , 92-5 ) ;
140         Size = MAP_APPFONT ( 248 , 8 ) ;
141         Text [ en-US ] = "Default languages for documents";
142     };
143     FixedImage FI_WEST_LANG
144     {
145         Pos = MAP_APPFONT ( 5 , 107-6 ) ;
146         Size = MAP_APPFONT ( 6 , 6 ) ;
147         Hide = TRUE;
148     };
149     FixedText FT_WEST_LANG
150     {
151         Pos = MAP_APPFONT ( 12 , 105-6 ) ;
152         Size = MAP_APPFONT ( 108 , 8 ) ;
153         Text [ en-US ] = "Western";
154     };
156     ListBox LB_WEST_LANG
157     {
158         HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_WEST_LANG";
159         Pos = MAP_APPFONT ( 123 ,  103-6 ) ;
160         Size = MAP_APPFONT ( 125 , 60 ) ;
161         DropDown = TRUE ;
162         Border = TRUE ;
163         TabStop = TRUE ;
164         Sort = TRUE;
165     };
166     FixedImage FI_ASIAN_LANG
167     {
168         Pos = MAP_APPFONT ( 5 , 123-7 ) ;
169         Size = MAP_APPFONT ( 6 , 6 ) ;
170         Hide = TRUE;
171     };
172     FixedText FT_ASIAN_LANG
173     {
174         Pos = MAP_APPFONT ( 12 , 121-7 ) ;
175         Size = MAP_APPFONT ( 108 , 8 ) ;
176         Text [ en-US ] = "Asian";
177     };
178     ListBox LB_ASIAN_LANG
179     {
180         HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_ASIAN_LANG";
181         Pos = MAP_APPFONT ( 123 , 119-7 ) ;
182         Size = MAP_APPFONT ( 125 , 60 ) ;
183         DropDown = TRUE ;
184         Border = TRUE ;
185         TabStop = TRUE ;
186         Sort = TRUE;
187     };
188     FixedImage FI_COMPLEX_LANG
189     {
190         Pos = MAP_APPFONT ( 5 , 139-8 ) ;
191         Size = MAP_APPFONT ( 6 , 6 ) ;
192         Hide = TRUE;
193     };
194     FixedText FT_COMPLEX_LANG
195     {
196         Pos = MAP_APPFONT ( 12 , 137-8 ) ;
197         Size = MAP_APPFONT ( 108 , 8 ) ;
198         Text [ en-US ] = "C~TL";
199     };
200     ListBox LB_COMPLEX_LANG
201     {
202         HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_COMPLEX_LANG";
203         Pos = MAP_APPFONT ( 123 , 135-8 ) ;
204         Size = MAP_APPFONT ( 125 , 60 ) ;
205         DropDown = TRUE ;
206         Border = TRUE ;
207         TabStop = TRUE ;
208         Sort = TRUE;
209     };
210     CheckBox CB_CURRENT_DOC
211     {
212         HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_CURRENT_DOC";
213         Pos = MAP_APPFONT ( 123 , 150-8 ) ;
214         Size = MAP_APPFONT ( 125 , RSC_CD_CHECKBOX_HEIGHT ) ;
215         Text [ en-US ] = "For the current document only";
216     };
217     FixedLine FL_ENHANCED
218     {
219         Pos = MAP_APPFONT ( 6 , 160-8 ) ;
220         Size = MAP_APPFONT ( 248 , 8 ) ;
221         Text [ en-US ] = "Enhanced language support";
222     };
223     FixedImage FI_ASIANSUPPORT
224     {
225         Pos = MAP_APPFONT ( 5 , 175-9 ) ;
226         Size = MAP_APPFONT ( 6 , 6 ) ;
227         Hide = TRUE;
228     };
229     CheckBox CB_ASIANSUPPORT
230     {
231         HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_ASIANSUPPORT";
232         Pos = MAP_APPFONT ( 12 , 173-9 ) ;
233         Size = MAP_APPFONT ( 236 ,RSC_CD_CHECKBOX_HEIGHT ) ;
234         Text [ en-US ] = "Show UI elements for East Asia~n writings";
235     };
236     FixedImage FI_CTLSUPPORT
237     {
238         Pos = MAP_APPFONT ( 5 , 190-10 ) ;
239         Size = MAP_APPFONT ( 6 , 6 ) ;
240         Hide = TRUE;
241     };
242     CheckBox CB_CTLSUPPORT
243     {
244         HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_CTLSUPPORT";
245         Pos = MAP_APPFONT ( 12 , 188-11 ) ;
246         Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ;
247         Text [ en-US ] = "Show UI elements for B~i-Directional writing";
248     };
249     CheckBox CB_IGNORE_LANG_CHANGE
250     {
251         HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_IGNORE_LANG_CHANGE";
252         Pos = MAP_APPFONT ( 12 , 188-11+13 ) ;
253         Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ;
254         Text [ en-US ] = "Ignore s~ystem input language";
255     };
258 InfoBox RID_SVX_MSGBOX_LANGUAGE_RESTART
260     Message [ en-US ] = "The language setting of the user interface has been updated and will take effect the next time you start %PRODUCTNAME %PRODUCTVERSION";
263 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */