Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optaccessibility.src
blobf20351de2777af0bfdaff77c97fb7f400afe575e
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 "optaccessibility.hrc"
20 #include <sfx2/sfx.hrc>
21 #include "helpid.hrc"
22 #include <cuires.hrc>
24 TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG
26     HelpId = HID_OPTIONS_ACCESSIBILITYCONFIG ;
27     Pos = MAP_APPFONT ( 0 , 0 ) ;
28     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
29     SVLook = TRUE ;
30     Hide = TRUE ;
31     FixedLine FL_MISCELLANEOUS
32     {
33         Pos = MAP_APPFONT ( COL0, ROWA_0 ) ;
34         Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
35         Text [ en-US ] = "Miscellaneous options";
36     };
37     CheckBox CB_ACCESSIBILITY_TOOL
38     {
39         HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ACCESSIBILITY_TOOL";
40         TabStop = TRUE ;
41         Pos = MAP_APPFONT( COL1, ROWA_1 );
42         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
43         WordBreak = TRUE;
44         Text [ en-US ] = "Support ~assistive technology tools (program restart required)";
45     };
46     CheckBox CB_TEXTSELECTION
47     {
48         HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TEXTSELECTION";
49         TabStop = TRUE ;
50         Pos = MAP_APPFONT( COL1, ROWA_2 );
51         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
52         Text [ en-US ] = "Use te~xt selection cursor in read-only text documents";
53     };
54     CheckBox CB_ANIMATED_GRAPHICS
55     {
56         HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_GRAPHICS";
57         TabStop = TRUE ;
58         Pos = MAP_APPFONT( COL1, ROWA_3 );
59         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
60         Text [ en-US ] = "Allow animated ~graphics";
61     };
62     CheckBox CB_ANIMATED_TEXTS
63     {
64         HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_TEXTS";
65         TabStop = TRUE ;
66         Pos = MAP_APPFONT( COL1, ROWA_4 );
67         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
68         Text [ en-US ] = "Allow animated ~text";
69     };
70     CheckBox CB_TIPHELP
71     {
72         HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TIPHELP";
73         TabStop = TRUE ;
74         Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
75         Size = MAP_APPFONT( DIFF(COL2,COL3), RSC_CD_CHECKBOX_HEIGHT );
76         Text [ en-US ] = "~Help tips disappear after ";
77     };
78     NumericField NF_TIPHELP
79     {
80         HelpID = "cui:NumericField:RID_SVXPAGE_ACCESSIBILITYCONFIG:NF_TIPHELP";
81         TabStop = TRUE ;
82         Border = TRUE ;
83         Pos = MAP_APPFONT( COL3, ROWA_5 );
84         Size = MAP_APPFONT( EDIT_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
85         Minimum = 1;
86         Maximum = 99;
87         First = 1 ;
88         Last = 99 ;
89         Spin = TRUE ;
90         Repeat = TRUE ;
91     };
92     FixedText FT_TIPHELP
93     {
94         Pos = MAP_APPFONT( COL4, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
95         Size = MAP_APPFONT( UNIT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
96         Text [ en-US ] = "seconds";
97     };
98     FixedLine FL_HC_OPTIONS
99     {
100         Pos = MAP_APPFONT ( COL0, ROWB_0 ) ;
101         Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
102         Text [ en-US ] = "Options for high contrast appearance";
103     };
104     CheckBox CB_AUTO_DETECT_HC
105     {
106         HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTO_DETECT_HC";
107         TabStop = TRUE ;
108         Pos = MAP_APPFONT( COL1, ROWB_1 );
109         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
110         Text [ en-US ] = "Automatically ~detect high contrast mode of operating system";
111     };
112     CheckBox CB_AUTOMATIC_FONT_COLOR
113     {
114         HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTOMATIC_FONT_COLOR";
115         TabStop = TRUE ;
116         Pos = MAP_APPFONT( COL1, ROWB_2 );
117         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
118         Text [ en-US ] = "Use automatic font ~color for screen display";
119     };
120     CheckBox CB_PAGE_PREVIEWS
121     {
122         HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_PAGE_PREVIEWS";
123         TabStop = TRUE ;
124         Pos = MAP_APPFONT( COL1, ROWB_3 );
125         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
126         Text [ en-US ] = "~Use system colors for page previews";
127     };