xref: /trunk/main/svx/source/accessibility/accessibility.src (revision 31d35622ee258902b338f9bfdfb2a2ed84b7bb6c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "accessibility.hrc"
25
26String RID_SVXSTR_A11Y_3D_MATERIAL_COLOR
27{
28    Text [ en-US ] = "3D material color" ;
29};
30String RID_SVXSTR_A11Y_TEXT_COLOR
31{
32    Text [ en-US ] = "Font color" ;
33};
34String RID_SVXSTR_A11Y_BACKGROUND_COLOR
35{
36    Text [ en-US ] = "Background color" ;
37};
38String RID_SVXSTR_A11Y_FILLSTYLE_NONE
39{
40    Text [ en-US ] = "None" ;
41};
42String RID_SVXSTR_A11Y_FILLSTYLE_SOLID
43{
44    Text [ en-US ] = "Solid" ;
45};
46String RID_SVXSTR_A11Y_FILLSTYLE_HATCH
47{
48    Text [ en-US ] = "With hatching" ;
49};
50String RID_SVXSTR_A11Y_FILLSTYLE_GRADIENT
51{
52    Text [ en-US ] = "Gradient" ;
53};
54String RID_SVXSTR_A11Y_FILLSTYLE_BITMAP
55{
56    Text [ en-US ] = "Bitmap" ;
57};
58String RID_SVXSTR_A11Y_WITH
59{
60    Text [ en-US ] = "with" ;
61};
62String RID_SVXSTR_A11Y_STYLE
63{
64    Text [ en-US ] = "Style" ;
65};
66String RID_SVXSTR_A11Y_AND
67{
68    Text [ en-US ] = "and" ;
69};
70
71
72// SvxRectCtl
73
74String RID_SVXSTR_RECTCTL_ACC_CORN_NAME
75{
76    Text [ en-US ] = "Corner control" ;
77};
78
79String RID_SVXSTR_RECTCTL_ACC_CORN_DESCR
80{
81    Text [ en-US ] = "Selection of a corner point." ;
82};
83
84String RID_SVXSTR_RECTCTL_ACC_ANGL_NAME
85{
86    Text [ en-US ] = "Angle control" ;
87};
88
89String RID_SVXSTR_RECTCTL_ACC_ANGL_DESCR
90{
91    Text [ en-US ] = "Selection of a major angle." ;
92};
93
94
95String RID_SVXSTR_RECTCTL_ACC_CHLD_LT
96{
97    Text [ en-US ] = "Top left" ;
98};
99
100String RID_SVXSTR_RECTCTL_ACC_CHLD_MT
101{
102    Text [ en-US ] = "Top middle" ;
103};
104
105String RID_SVXSTR_RECTCTL_ACC_CHLD_RT
106{
107    Text [ en-US ] = "Top right" ;
108};
109
110String RID_SVXSTR_RECTCTL_ACC_CHLD_LM
111{
112    Text [ en-US ] = "Left center" ;
113};
114
115String RID_SVXSTR_RECTCTL_ACC_CHLD_MM
116{
117    Text [ en-US ] = "Center" ;
118};
119
120String RID_SVXSTR_RECTCTL_ACC_CHLD_RM
121{
122    Text [ en-US ] = "Right center" ;
123};
124
125String RID_SVXSTR_RECTCTL_ACC_CHLD_LB
126{
127    Text [ en-US ] = "Bottom left" ;
128};
129
130String RID_SVXSTR_RECTCTL_ACC_CHLD_MB
131{
132    Text [ en-US ] = "Bottom middle" ;
133};
134
135String RID_SVXSTR_RECTCTL_ACC_CHLD_RB
136{
137    Text [ en-US ] = "Bottom right" ;
138};
139
140
141String RID_SVXSTR_RECTCTL_ACC_CHLD_A000
142{
143    Text [ en-US ] = "0 degrees" ;
144};
145
146String RID_SVXSTR_RECTCTL_ACC_CHLD_A045
147{
148    Text [ en-US ] = "45 degrees" ;
149};
150
151String RID_SVXSTR_RECTCTL_ACC_CHLD_A090
152{
153    Text [ en-US ] = "90 degrees" ;
154};
155
156String RID_SVXSTR_RECTCTL_ACC_CHLD_A135
157{
158    Text [ en-US ] = "135 degrees" ;
159};
160
161String RID_SVXSTR_RECTCTL_ACC_CHLD_A180
162{
163    Text [ en-US ] = "180 degrees" ;
164};
165
166String RID_SVXSTR_RECTCTL_ACC_CHLD_A225
167{
168    Text [ en-US ] = "225 degrees" ;
169};
170
171String RID_SVXSTR_RECTCTL_ACC_CHLD_A270
172{
173    Text [ en-US ] = "270 degrees" ;
174};
175
176String RID_SVXSTR_RECTCTL_ACC_CHLD_A315
177{
178    Text [ en-US ] = "315 degrees" ;
179};
180
181// SvxGraphCtrlAccessibleContext
182String RID_SVXSTR_GRAPHCTRL_ACC_NAME
183{
184    Text [ en-US ] = "Contour control" ;
185};
186
187String RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION
188{
189    Text [ en-US ] = "This is where you can edit the contour." ;
190};
191
192String RID_SVXSTR_CHARACTER_SELECTION
193{
194    Text [ en-US ] = "Special character selection";
195};
196
197String RID_SVXSTR_CHAR_SEL_DESC
198{
199    Text [ en-US ] = "Select special characters in this area.";
200};
201
202String RID_SVXSTR_CHARACTER_CODE
203{
204    // The space behind is a must.
205    Text [ en-US ] = "Character code ";
206};
207