Update ooo320-m1
[ooovba.git] / svx / source / options / optaccessibility.src
blobc2ac15db58929b0f1e3079a034ff25d37dab81a4
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: optaccessibility.src,v $
10  * $Revision: 1.36 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include <optaccessibility.hrc>
32 #include <sfx2/sfx.hrc>
33 #include "helpid.hrc"
34 #include <svx/dialogs.hrc>
36 TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG
38     HelpId = HID_OPTIONS_ACCESSIBILITYCONFIG ;
39     Size = MAP_APPFONT ( 260 , WHOLE_HEIGHT ) ;
40     SVLook = TRUE ;
41     Hide = TRUE ;
42     FixedLine FL_MISCELLANEOUS
43     {
44         Pos = MAP_APPFONT ( COL0, ROWA_0 ) ;
45         Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
46         Text [ en-US ] = "Miscellaneous options";
47     };
48     CheckBox CB_ACCESSIBILITY_TOOL
49     {
50         TabStop = TRUE ;
51         Pos = MAP_APPFONT( COL1, ROWA_1 );
52         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
53         WordBreak = TRUE;
54         Text [ en-US ] = "Support ~assistive technology tools (program restart required)";
55     };
56     CheckBox CB_TEXTSELECTION
57     {
58         TabStop = TRUE ;
59         Pos = MAP_APPFONT( COL1, ROWA_2 );
60         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
61         Text [ en-US ] = "Use te~xt selection cursor in read-only text documents";
62     };
63     CheckBox CB_ANIMATED_GRAPHICS
64     {
65         TabStop = TRUE ;
66         Pos = MAP_APPFONT( COL1, ROWA_3 );
67         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
68         Text [ en-US ] = "Allow animated ~graphics";
69     };
70     CheckBox CB_ANIMATED_TEXTS
71     {
72         TabStop = TRUE ;
73         Pos = MAP_APPFONT( COL1, ROWA_4 );
74         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
75         Text [ en-US ] = "Allow animated ~text";
76     };
77     CheckBox CB_TIPHELP
78     {
79         TabStop = TRUE ;
80         Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
81         Size = MAP_APPFONT( DIFF(COL2,COL3), RSC_CD_CHECKBOX_HEIGHT );
82         Text [ en-US ] = "~Help tips disappear after ";
83     };
84     NumericField NF_TIPHELP
85     {
86         TabStop = TRUE ;
87         Border = TRUE ;
88         Pos = MAP_APPFONT( COL3, ROWA_5 );
89         Size = MAP_APPFONT( EDIT_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
90         Minimum = 1;
91         Maximum = 99;
92         First = 1 ;
93         Last = 99 ;
94         Spin = TRUE ;
95         Repeat = TRUE ;
96     };
97     FixedText FT_TIPHELP
98     {
99         Pos = MAP_APPFONT( COL4, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
100         Size = MAP_APPFONT( UNIT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
101         Text [ en-US ] = "seconds";
102     };
103     FixedLine FL_HC_OPTIONS
104     {
105         Pos = MAP_APPFONT ( COL0, ROWB_0 ) ;
106         Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
107         Text [ en-US ] = "Options for high contrast appearance";
108     };
109     CheckBox CB_AUTO_DETECT_HC
110     {
111         TabStop = TRUE ;
112         Pos = MAP_APPFONT( COL1, ROWB_1 );
113         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
114         Text [ en-US ] = "Automatically ~detect high contrast mode of operating system";
115     };
116     CheckBox CB_AUTOMATIC_FONT_COLOR
117     {
118         TabStop = TRUE ;
119         Pos = MAP_APPFONT( COL1, ROWB_2 );
120         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
121         Text [ en-US ] = "Use automatic font ~color for screen display";
122     };
123     CheckBox CB_PAGE_PREVIEWS
124     {
125         TabStop = TRUE ;
126         Pos = MAP_APPFONT( COL1, ROWB_3 );
127         Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
128         Text [ en-US ] = "~Use system colors for page previews";
129     };