1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "accessibility.hrc"
29
30String RID_SVXSTR_A11Y_3D_MATERIAL_COLOR
31{
32	Text [ en-US ] = "3D material color" ;
33};
34String RID_SVXSTR_A11Y_TEXT_COLOR
35{
36	Text [ en-US ] = "Font color" ;
37};
38String RID_SVXSTR_A11Y_BACKGROUND_COLOR
39{
40	Text [ en-US ] = "Background color" ;
41};
42String RID_SVXSTR_A11Y_FILLSTYLE_NONE
43{
44	Text [ en-US ] = "None" ;
45};
46String RID_SVXSTR_A11Y_FILLSTYLE_SOLID
47{
48	Text [ en-US ] = "Solid" ;
49};
50String RID_SVXSTR_A11Y_FILLSTYLE_HATCH
51{
52	Text [ en-US ] = "With hatching" ;
53};
54String RID_SVXSTR_A11Y_FILLSTYLE_GRADIENT
55{
56	Text [ en-US ] = "Gradient" ;
57};
58String RID_SVXSTR_A11Y_FILLSTYLE_BITMAP
59{
60	Text [ en-US ] = "Bitmap" ;
61};
62String RID_SVXSTR_A11Y_WITH
63{
64	Text [ en-US ] = "with" ;
65};
66String RID_SVXSTR_A11Y_STYLE
67{
68	Text [ en-US ] = "Style" ;
69};
70String RID_SVXSTR_A11Y_AND
71{
72	Text [ en-US ] = "and" ;
73};
74
75
76// SvxRectCtl
77
78String RID_SVXSTR_RECTCTL_ACC_CORN_NAME
79{
80	Text [ en-US ] = "Corner control" ;
81};
82
83String RID_SVXSTR_RECTCTL_ACC_CORN_DESCR
84{
85	Text [ en-US ] = "Selection of a corner point." ;
86};
87
88String RID_SVXSTR_RECTCTL_ACC_ANGL_NAME
89{
90	Text [ en-US ] = "Angle control" ;
91};
92
93String RID_SVXSTR_RECTCTL_ACC_ANGL_DESCR
94{
95	Text [ en-US ] = "Selection of a major angle." ;
96};
97
98
99String RID_SVXSTR_RECTCTL_ACC_CHLD_LT
100{
101	Text [ en-US ] = "Top left" ;
102};
103
104String RID_SVXSTR_RECTCTL_ACC_CHLD_MT
105{
106	Text [ en-US ] = "Top middle" ;
107};
108
109String RID_SVXSTR_RECTCTL_ACC_CHLD_RT
110{
111	Text [ en-US ] = "Top right" ;
112};
113
114String RID_SVXSTR_RECTCTL_ACC_CHLD_LM
115{
116	Text [ en-US ] = "Left center" ;
117};
118
119String RID_SVXSTR_RECTCTL_ACC_CHLD_MM
120{
121	Text [ en-US ] = "Center" ;
122};
123
124String RID_SVXSTR_RECTCTL_ACC_CHLD_RM
125{
126	Text [ en-US ] = "Right center" ;
127};
128
129String RID_SVXSTR_RECTCTL_ACC_CHLD_LB
130{
131	Text [ en-US ] = "Bottom left" ;
132};
133
134String RID_SVXSTR_RECTCTL_ACC_CHLD_MB
135{
136	Text [ en-US ] = "Bottom middle" ;
137};
138
139String RID_SVXSTR_RECTCTL_ACC_CHLD_RB
140{
141	Text [ en-US ] = "Bottom right" ;
142};
143
144
145String RID_SVXSTR_RECTCTL_ACC_CHLD_A000
146{
147	Text [ en-US ] = "0 degrees" ;
148};
149
150String RID_SVXSTR_RECTCTL_ACC_CHLD_A045
151{
152	Text [ en-US ] = "45 degrees" ;
153};
154
155String RID_SVXSTR_RECTCTL_ACC_CHLD_A090
156{
157	Text [ en-US ] = "90 degrees" ;
158};
159
160String RID_SVXSTR_RECTCTL_ACC_CHLD_A135
161{
162	Text [ en-US ] = "135 degrees" ;
163};
164
165String RID_SVXSTR_RECTCTL_ACC_CHLD_A180
166{
167	Text [ en-US ] = "180 degrees" ;
168};
169
170String RID_SVXSTR_RECTCTL_ACC_CHLD_A225
171{
172	Text [ en-US ] = "225 degrees" ;
173};
174
175String RID_SVXSTR_RECTCTL_ACC_CHLD_A270
176{
177	Text [ en-US ] = "270 degrees" ;
178};
179
180String RID_SVXSTR_RECTCTL_ACC_CHLD_A315
181{
182	Text [ en-US ] = "315 degrees" ;
183};
184
185// SvxGraphCtrlAccessibleContext
186String RID_SVXSTR_GRAPHCTRL_ACC_NAME
187{
188	Text [ en-US ] = "Contour control" ;
189};
190
191String RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION
192{
193	Text [ en-US ] = "This is where you can edit the contour." ;
194};
195
196String RID_SVXSTR_CHARACTER_SELECTION
197{
198	Text [ en-US ] = "Special character selection";
199};
200
201String RID_SVXSTR_CHAR_SEL_DESC
202{
203	Text [ en-US ] = "Select special characters in this area.";
204};
205
206String RID_SVXSTR_CHARACTER_CODE
207{
208	// The space behind is a must.
209	Text [ en-US ] = "Character code ";
210};
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263