update credits
[LibreOffice.git] / cui / source / options / optctl.src
blobffb111414b8116acbc108e4b9b9f9a69899b1ef3
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 "optctl.hrc"
21 #include "helpid.hrc"
22 #include <cuires.hrc>
24 #include <sfx2/sfx.hrc>
26 TabPage RID_SVXPAGE_OPTIONS_CTL
28     HelpId = HID_OPTIONS_CTL ;
29     OutputSize = TRUE ;
30     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
31     SVLook = TRUE ;
32     Hide = TRUE ;
33        Text [ en-US ] = "Complex Text Layout" ;
34     FixedLine FL_SEQUENCECHECKING
35     {
36         Pos = MAP_APPFONT ( 6, ROW_0 ) ;
37         Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
38         Text [ en-US ] = "Sequence checking";
39     };
40     CheckBox CB_SEQUENCECHECKING
41     {
42         HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_SEQUENCECHECKING";
43         Pos = MAP_APPFONT ( 12, ROW_1 ) ;
44         Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ;
45         Text [ en-US ] = "Use se~quence checking";
46     };
47     CheckBox CB_RESTRICTED
48     {
49         HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_RESTRICTED";
50         Pos = MAP_APPFONT ( 18, ROW_2 );
51         Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT );
52         Text[ en-US ] = "Restricted";
53     };
54     CheckBox CB_TYPE_REPLACE
55     {
56         HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_TYPE_REPLACE";
57         Pos = MAP_APPFONT ( 18, ROW_2+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_FLGR_SPACE_Y );
58         Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT );
59         Text[ en-US ] = "~Type and replace";
60     };
61     FixedLine FL_CURSORCONTROL
62     {
63         Pos = MAP_APPFONT ( 6, ROW_3 ) ;
64         Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
65         Text [ en-US ] = "Cursor control";
66     };
67     FixedText FT_MOVEMENT
68     {
69         Pos = MAP_APPFONT ( 12, ROW_5 ) ;
70         Size = MAP_APPFONT ( 90 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
71         Text [ en-US ] = "Movement";
72     };
73     RadioButton RB_MOVEMENT_LOGICAL
74     {
75         HelpID = "cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_LOGICAL";
76         Pos = MAP_APPFONT ( 105, ROW_4 ) ;
77         Size = MAP_APPFONT ( 69 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
78         Text [ en-US ] = "Lo~gical";
79     };
80     RadioButton RB_MOVEMENT_VISUAL
81     {
82         HelpID = "cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_VISUAL";
83         Pos = MAP_APPFONT ( 177, ROW_4 ) ;
84         Size = MAP_APPFONT ( 69 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
85         Text [ en-US ] = "~Visual";
86     };
87     FixedLine FL_GENERAL
88     {
89         Pos = MAP_APPFONT ( 6, ROW_6 ) ;
90         Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
91         Text [ en-US ] = "General options";
92     };
93     FixedText FT_NUMERALS
94     {
95         Pos = MAP_APPFONT ( 12, ROW_8 ) ;
96         Size = MAP_APPFONT ( 90 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
97         Text [ en-US ] = "~Numerals";
98     };
99     ListBox LB_NUMERALS
100     {
101         HelpID = "cui:ListBox:RID_SVXPAGE_OPTIONS_CTL:LB_NUMERALS";
102         Pos = MAP_APPFONT ( 105, ROW_7 ) ;
103         Size = MAP_APPFONT ( 69 , 3*RSC_CD_DROPDOWN_HEIGHT ) ;
104         DropDown = TRUE ;
105         Border = TRUE ;
106         StringList [ en-US ]=
107         {
108             < "Arabic" ; > ;
109             < "Hindi" ; > ;
110             < "System" ; > ;
111             < "Context" ; > ;
112         };
113     };
116 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */