xref: /AOO41X/main/editeng/source/accessibility/accessibility.src (revision ffad8df045fe8db79e3e50f731c1fa6ab6501c83)
18e3a06d4SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38e3a06d4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48e3a06d4SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58e3a06d4SAndrew Rist * distributed with this work for additional information
68e3a06d4SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78e3a06d4SAndrew Rist * to you under the Apache License, Version 2.0 (the
88e3a06d4SAndrew Rist * "License"); you may not use this file except in compliance
98e3a06d4SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
118e3a06d4SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
138e3a06d4SAndrew Rist * Unless required by applicable law or agreed to in writing,
148e3a06d4SAndrew Rist * software distributed under the License is distributed on an
158e3a06d4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168e3a06d4SAndrew Rist * KIND, either express or implied.  See the License for the
178e3a06d4SAndrew Rist * specific language governing permissions and limitations
188e3a06d4SAndrew Rist * under the License.
19cdf0e10cSrcweir *
208e3a06d4SAndrew Rist *************************************************************/
218e3a06d4SAndrew Rist
228e3a06d4SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "editeng.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirString RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION
27cdf0e10cSrcweir{
28cdf0e10cSrcweir    Text [ en-US ] = "Image bullet in paragraph" ;
29cdf0e10cSrcweir};
30cdf0e10cSrcweir
31cdf0e10cSrcweirString RID_SVXSTR_A11Y_IMAGEBULLET_NAME
32cdf0e10cSrcweir{
33cdf0e10cSrcweir	Text [ en-US ] = "Image bullet" ;
34cdf0e10cSrcweir};
35cdf0e10cSrcweir
36*0deba7fbSSteve YinString RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION
37*0deba7fbSSteve Yin{
38*0deba7fbSSteve Yin	Text [ en-US ] = "Paragraph: $(ARG) " ;
39*0deba7fbSSteve Yin};
40*0deba7fbSSteve Yin
41*0deba7fbSSteve YinString RID_SVXSTR_A11Y_PARAGRAPH_NAME
42*0deba7fbSSteve Yin{
43*0deba7fbSSteve Yin	Text [ en-US ] = "Paragraph $(ARG)" ;
44*0deba7fbSSteve Yin};
45*0deba7fbSSteve Yin
46cdf0e10cSrcweir
47