Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / svx / source / accessibility / accessibility.src
blob66722c87d2625372a227db175aa5c758fdc906b8
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
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" ;
67 // SvxRectCtl
69 String RID_SVXSTR_RECTCTL_ACC_CORN_NAME
71     Text [ en-US ] = "Corner control" ;
74 String RID_SVXSTR_RECTCTL_ACC_CORN_DESCR
76     Text [ en-US ] = "Selection of a corner point." ;
79 String RID_SVXSTR_RECTCTL_ACC_ANGL_NAME
81     Text [ en-US ] = "Angle control" ;
84 String RID_SVXSTR_RECTCTL_ACC_ANGL_DESCR
86     Text [ en-US ] = "Selection of a major angle." ;
89 String RID_SVXSTR_RECTCTL_ACC_CHLD_LT
91     Text [ en-US ] = "Top left" ;
94 String RID_SVXSTR_RECTCTL_ACC_CHLD_MT
96     Text [ en-US ] = "Top middle" ;
99 String RID_SVXSTR_RECTCTL_ACC_CHLD_RT
101     Text [ en-US ] = "Top right" ;
104 String RID_SVXSTR_RECTCTL_ACC_CHLD_LM
106     Text [ en-US ] = "Left center" ;
109 String RID_SVXSTR_RECTCTL_ACC_CHLD_MM
111     Text [ en-US ] = "Center" ;
114 String RID_SVXSTR_RECTCTL_ACC_CHLD_RM
116     Text [ en-US ] = "Right center" ;
119 String RID_SVXSTR_RECTCTL_ACC_CHLD_LB
121     Text [ en-US ] = "Bottom left" ;
124 String RID_SVXSTR_RECTCTL_ACC_CHLD_MB
126     Text [ en-US ] = "Bottom middle" ;
129 String RID_SVXSTR_RECTCTL_ACC_CHLD_RB
131     Text [ en-US ] = "Bottom right" ;
134 String RID_SVXSTR_RECTCTL_ACC_CHLD_A000
136     Text [ en-US ] = "0 degrees" ;
139 String RID_SVXSTR_RECTCTL_ACC_CHLD_A045
141     Text [ en-US ] = "45 degrees" ;
144 String RID_SVXSTR_RECTCTL_ACC_CHLD_A090
146     Text [ en-US ] = "90 degrees" ;
149 String RID_SVXSTR_RECTCTL_ACC_CHLD_A135
151     Text [ en-US ] = "135 degrees" ;
154 String RID_SVXSTR_RECTCTL_ACC_CHLD_A180
156     Text [ en-US ] = "180 degrees" ;
159 String RID_SVXSTR_RECTCTL_ACC_CHLD_A225
161     Text [ en-US ] = "225 degrees" ;
164 String RID_SVXSTR_RECTCTL_ACC_CHLD_A270
166     Text [ en-US ] = "270 degrees" ;
169 String RID_SVXSTR_RECTCTL_ACC_CHLD_A315
171     Text [ en-US ] = "315 degrees" ;
174 // SvxGraphCtrlAccessibleContext
175 String RID_SVXSTR_GRAPHCTRL_ACC_NAME
177     Text [ en-US ] = "Contour control" ;
180 String RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION
182     Text [ en-US ] = "This is where you can edit the contour." ;
185 String RID_SVXSTR_CHARACTER_SELECTION
187     Text [ en-US ] = "Special character selection";
190 String RID_SVXSTR_CHAR_SEL_DESC
192     Text [ en-US ] = "Select special characters in this area.";
195 String RID_SVXSTR_CHARACTER_CODE
197     // The space behind is a must.
198     Text [ en-US ] = "Character code ";
201 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */