Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optctl.src
blob7e2b6179fd30d069b55ce80fef0bf1dadfc23fe3
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "optctl.hrc"
20 #include "helpid.hrc"
21 #include <cuires.hrc>
23 #include <sfx2/sfx.hrc>
25 TabPage RID_SVXPAGE_OPTIONS_CTL
27     HelpId = HID_OPTIONS_CTL ;
28     OutputSize = TRUE ;
29     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
30     SVLook = TRUE ;
31     Hide = TRUE ;
32        Text [ en-US ] = "Complex Text Layout" ;
33     FixedLine FL_SEQUENCECHECKING
34     {
35         Pos = MAP_APPFONT ( 6, ROW_0 ) ;
36         Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
37         Text [ en-US ] = "Sequence checking";
38     };
39     CheckBox CB_SEQUENCECHECKING
40     {
41         HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_SEQUENCECHECKING";
42         Pos = MAP_APPFONT ( 12, ROW_1 ) ;
43         Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ;
44         Text [ en-US ] = "Use se~quence checking";
45     };
46     CheckBox CB_RESTRICTED
47     {
48         HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_RESTRICTED";
49         Pos = MAP_APPFONT ( 18, ROW_2 );
50         Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT );
51         Text[ en-US ] = "Restricted";
52     };
53     CheckBox CB_TYPE_REPLACE
54     {
55         HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_TYPE_REPLACE";
56         Pos = MAP_APPFONT ( 18, ROW_2+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_FLGR_SPACE_Y );
57         Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT );
58         Text[ en-US ] = "~Type and replace";
59     };
60     FixedLine FL_CURSORCONTROL
61     {
62         Pos = MAP_APPFONT ( 6, ROW_3 ) ;
63         Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
64         Text [ en-US ] = "Cursor control";
65     };
66     FixedText FT_MOVEMENT
67     {
68         Pos = MAP_APPFONT ( 12, ROW_5 ) ;
69         Size = MAP_APPFONT ( 90 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
70         Text [ en-US ] = "Movement";
71     };
72     RadioButton RB_MOVEMENT_LOGICAL
73     {
74         HelpID = "cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_LOGICAL";
75         Pos = MAP_APPFONT ( 105, ROW_4 ) ;
76         Size = MAP_APPFONT ( 69 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
77         Text [ en-US ] = "Lo~gical";
78     };
79     RadioButton RB_MOVEMENT_VISUAL
80     {
81         HelpID = "cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_VISUAL";
82         Pos = MAP_APPFONT ( 177, ROW_4 ) ;
83         Size = MAP_APPFONT ( 69 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
84         Text [ en-US ] = "~Visual";
85     };
86     FixedLine FL_GENERAL
87     {
88         Pos = MAP_APPFONT ( 6, ROW_6 ) ;
89         Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
90         Text [ en-US ] = "General options";
91     };
92     FixedText FT_NUMERALS
93     {
94         Pos = MAP_APPFONT ( 12, ROW_8 ) ;
95         Size = MAP_APPFONT ( 90 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
96         Text [ en-US ] = "~Numerals";
97     };
98     ListBox LB_NUMERALS
99     {
100         HelpID = "cui:ListBox:RID_SVXPAGE_OPTIONS_CTL:LB_NUMERALS";
101         Pos = MAP_APPFONT ( 105, ROW_7 ) ;
102         Size = MAP_APPFONT ( 69 , 3*RSC_CD_DROPDOWN_HEIGHT ) ;
103         DropDown = TRUE ;
104         Border = TRUE ;
105         StringList [ en-US ]=
106         {
107             < "Arabic" ; > ;
108             < "Hindi" ; > ;
109             < "System" ; > ;
110             < "Context" ; > ;
111         };
112     };