1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include "accessibility.hrc"
22 String RID_SVXSTR_A11Y_3D_MATERIAL_COLOR
24 Text [ en-US ] = "3D material color" ;
26 String RID_SVXSTR_A11Y_TEXT_COLOR
28 Text [ en-US ] = "Font color" ;
30 String RID_SVXSTR_A11Y_BACKGROUND_COLOR
32 Text [ en-US ] = "Background color" ;
34 String RID_SVXSTR_A11Y_FILLSTYLE_NONE
36 Text [ en-US ] = "None" ;
38 String RID_SVXSTR_A11Y_FILLSTYLE_SOLID
40 Text [ en-US ] = "Solid" ;
42 String RID_SVXSTR_A11Y_FILLSTYLE_HATCH
44 Text [ en-US ] = "With hatching" ;
46 String RID_SVXSTR_A11Y_FILLSTYLE_GRADIENT
48 Text [ en-US ] = "Gradient" ;
50 String RID_SVXSTR_A11Y_FILLSTYLE_BITMAP
52 Text [ en-US ] = "Bitmap" ;
54 String RID_SVXSTR_A11Y_WITH
56 Text [ en-US ] = "with" ;
58 String RID_SVXSTR_A11Y_STYLE
60 Text [ en-US ] = "Style" ;
62 String RID_SVXSTR_A11Y_AND
64 Text [ en-US ] = "and" ;
70 String RID_SVXSTR_RECTCTL_ACC_CORN_NAME
72 Text [ en-US ] = "Corner control" ;
75 String RID_SVXSTR_RECTCTL_ACC_CORN_DESCR
77 Text [ en-US ] = "Selection of a corner point." ;
80 String RID_SVXSTR_RECTCTL_ACC_ANGL_NAME
82 Text [ en-US ] = "Angle control" ;
85 String RID_SVXSTR_RECTCTL_ACC_ANGL_DESCR
87 Text [ en-US ] = "Selection of a major angle." ;
91 String RID_SVXSTR_RECTCTL_ACC_CHLD_LT
93 Text [ en-US ] = "Top left" ;
96 String RID_SVXSTR_RECTCTL_ACC_CHLD_MT
98 Text [ en-US ] = "Top middle" ;
101 String RID_SVXSTR_RECTCTL_ACC_CHLD_RT
103 Text [ en-US ] = "Top right" ;
106 String RID_SVXSTR_RECTCTL_ACC_CHLD_LM
108 Text [ en-US ] = "Left center" ;
111 String RID_SVXSTR_RECTCTL_ACC_CHLD_MM
113 Text [ en-US ] = "Center" ;
116 String RID_SVXSTR_RECTCTL_ACC_CHLD_RM
118 Text [ en-US ] = "Right center" ;
121 String RID_SVXSTR_RECTCTL_ACC_CHLD_LB
123 Text [ en-US ] = "Bottom left" ;
126 String RID_SVXSTR_RECTCTL_ACC_CHLD_MB
128 Text [ en-US ] = "Bottom middle" ;
131 String RID_SVXSTR_RECTCTL_ACC_CHLD_RB
133 Text [ en-US ] = "Bottom right" ;
137 String RID_SVXSTR_RECTCTL_ACC_CHLD_A000
139 Text [ en-US ] = "0 degrees" ;
142 String RID_SVXSTR_RECTCTL_ACC_CHLD_A045
144 Text [ en-US ] = "45 degrees" ;
147 String RID_SVXSTR_RECTCTL_ACC_CHLD_A090
149 Text [ en-US ] = "90 degrees" ;
152 String RID_SVXSTR_RECTCTL_ACC_CHLD_A135
154 Text [ en-US ] = "135 degrees" ;
157 String RID_SVXSTR_RECTCTL_ACC_CHLD_A180
159 Text [ en-US ] = "180 degrees" ;
162 String RID_SVXSTR_RECTCTL_ACC_CHLD_A225
164 Text [ en-US ] = "225 degrees" ;
167 String RID_SVXSTR_RECTCTL_ACC_CHLD_A270
169 Text [ en-US ] = "270 degrees" ;
172 String RID_SVXSTR_RECTCTL_ACC_CHLD_A315
174 Text [ en-US ] = "315 degrees" ;
177 // SvxGraphCtrlAccessibleContext
178 String RID_SVXSTR_GRAPHCTRL_ACC_NAME
180 Text [ en-US ] = "Contour control" ;
183 String RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION
185 Text [ en-US ] = "This is where you can edit the contour." ;
188 String RID_SVXSTR_CHARACTER_SELECTION
190 Text [ en-US ] = "Special character selection";
193 String RID_SVXSTR_CHAR_SEL_DESC
195 Text [ en-US ] = "Select special characters in this area.";
198 String RID_SVXSTR_CHARACTER_CODE
200 // The space behind is a must.
201 Text [ en-US ] = "Character code ";
204 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */