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