16f6ef05cSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
36f6ef05cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
46f6ef05cSAndrew Rist * or more contributor license agreements.  See the NOTICE file
56f6ef05cSAndrew Rist * distributed with this work for additional information
66f6ef05cSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
76f6ef05cSAndrew Rist * to you under the Apache License, Version 2.0 (the
86f6ef05cSAndrew Rist * "License"); you may not use this file except in compliance
96f6ef05cSAndrew Rist * with the License.  You may obtain a copy of the License at
106f6ef05cSAndrew Rist *
116f6ef05cSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
126f6ef05cSAndrew Rist *
136f6ef05cSAndrew Rist * Unless required by applicable law or agreed to in writing,
146f6ef05cSAndrew Rist * software distributed under the License is distributed on an
156f6ef05cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
166f6ef05cSAndrew Rist * KIND, either express or implied.  See the License for the
176f6ef05cSAndrew Rist * specific language governing permissions and limitations
186f6ef05cSAndrew Rist * under the License.
196f6ef05cSAndrew Rist *
206f6ef05cSAndrew Rist *************************************************************/
216f6ef05cSAndrew Rist
226f6ef05cSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_
25cdf0e10cSrcweir#include <accessibility/helper/accessiblestrings.hrc>
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir
28cdf0e10cSrcweirString RID_STR_ACC_ACTION_CLICK
29cdf0e10cSrcweir{
30*21075d77SSteve Yin	Text = "press";
31cdf0e10cSrcweir};
32cdf0e10cSrcweir
33cdf0e10cSrcweirString RID_STR_ACC_ACTION_TOGGLEPOPUP
34cdf0e10cSrcweir{
35cdf0e10cSrcweir	Text = "togglePopup";
36cdf0e10cSrcweir};
37cdf0e10cSrcweir
38cdf0e10cSrcweirString RID_STR_ACC_ACTION_SELECT
39cdf0e10cSrcweir{
40cdf0e10cSrcweir	Text = "select";
41cdf0e10cSrcweir};
42cdf0e10cSrcweir
43cdf0e10cSrcweirString RID_STR_ACC_ACTION_INCLINE
44cdf0e10cSrcweir{
45cdf0e10cSrcweir	Text = "incrementLine";
46cdf0e10cSrcweir};
47cdf0e10cSrcweir
48cdf0e10cSrcweirString RID_STR_ACC_ACTION_DECLINE
49cdf0e10cSrcweir{
50cdf0e10cSrcweir	Text = "decrementLine";
51cdf0e10cSrcweir};
52cdf0e10cSrcweir
53cdf0e10cSrcweirString RID_STR_ACC_ACTION_INCBLOCK
54cdf0e10cSrcweir{
55cdf0e10cSrcweir	Text = "incrementBlock";
56cdf0e10cSrcweir};
57cdf0e10cSrcweir
58cdf0e10cSrcweirString RID_STR_ACC_ACTION_DECBLOCK
59cdf0e10cSrcweir{
60cdf0e10cSrcweir	Text = "decrementBlock";
61cdf0e10cSrcweir};
62cdf0e10cSrcweir
63cdf0e10cSrcweirString RID_STR_ACC_NAME_BROWSEBUTTON
64cdf0e10cSrcweir{
65cdf0e10cSrcweir	Text [ en-US ] = "Browse";
66cdf0e10cSrcweir};
67cdf0e10cSrcweir
68*21075d77SSteve YinString STR_SVT_ACC_ACTION_EXPAND
69*21075d77SSteve Yin{
70*21075d77SSteve Yin	Text [ en-US ] = "Expand" ;
71*21075d77SSteve Yin};
72*21075d77SSteve Yin
73*21075d77SSteve YinString STR_SVT_ACC_ACTION_COLLAPSE
74*21075d77SSteve Yin{
75*21075d77SSteve Yin	Text [ en-US ] = "Collapse";
76*21075d77SSteve Yin};
77*21075d77SSteve YinString STR_SVT_ACC_LISTENTRY_SELCTED_STATE
78*21075d77SSteve Yin{
79*21075d77SSteve Yin	Text [ en-US ] = "(Selected)";
80*21075d77SSteve Yin};
81*21075d77SSteve Yin
82*21075d77SSteve YinString RID_STR_ACC_NAME_PREVIEW
83*21075d77SSteve Yin{
84*21075d77SSteve Yin	Text [ en-US ] = "Preview";
85*21075d77SSteve Yin};
86*21075d77SSteve Yin
87*21075d77SSteve YinString RID_STR_ACC_ACTION_CHECK
88*21075d77SSteve Yin{
89*21075d77SSteve Yin	Text [ en-US ] = "Check";
90*21075d77SSteve Yin};
91*21075d77SSteve YinString RID_STR_ACC_ACTION_UNCHECK
92*21075d77SSteve Yin{
93*21075d77SSteve Yin	Text [ en-US ] = "Uncheck";
94*21075d77SSteve Yin};
95*21075d77SSteve YinString RID_STR_ACC_ACTION_DOUBLE_CLICK
96*21075d77SSteve Yin{
97*21075d77SSteve Yin	Text [ en-US ] = "Double click";
98*21075d77SSteve Yin};
99*21075d77SSteve Yin
100*21075d77SSteve YinString RID_STR_ACC_SCROLLBAR_NAME_VERTICAL
101*21075d77SSteve Yin{
102*21075d77SSteve Yin	Text [ en-US ] = "Vertical scroll bar";
103*21075d77SSteve Yin};
104*21075d77SSteve YinString RID_STR_ACC_SCROLLBAR_NAME_HORIZONTAL
105*21075d77SSteve Yin{
106*21075d77SSteve Yin	Text [ en-US ] = "Horizontal scroll bar";
107*21075d77SSteve Yin};
108*21075d77SSteve Yin
109*21075d77SSteve YinString RID_STR_ACC_PANEL_DESCRIPTION
110*21075d77SSteve Yin{
111*21075d77SSteve Yin	Text [ en-US ] = "Please press enter to go into child control for more operations";
112*21075d77SSteve Yin};
113*21075d77SSteve Yin
114cdf0e10cSrcweirString RID_STR_ACC_DESC_PANELDECL_TABBAR
115cdf0e10cSrcweir{
116cdf0e10cSrcweir    Text [ en-US ] = "Panel Deck Tab Bar";
117cdf0e10cSrcweir};
118