1*6f6ef05cSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*6f6ef05cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*6f6ef05cSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*6f6ef05cSAndrew Rist * distributed with this work for additional information 6*6f6ef05cSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*6f6ef05cSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*6f6ef05cSAndrew Rist * "License"); you may not use this file except in compliance 9*6f6ef05cSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11*6f6ef05cSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13*6f6ef05cSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*6f6ef05cSAndrew Rist * software distributed under the License is distributed on an 15*6f6ef05cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*6f6ef05cSAndrew Rist * KIND, either express or implied. See the License for the 17*6f6ef05cSAndrew Rist * specific language governing permissions and limitations 18*6f6ef05cSAndrew Rist * under the License. 19cdf0e10cSrcweir * 20*6f6ef05cSAndrew Rist *************************************************************/ 21*6f6ef05cSAndrew Rist 22*6f6ef05cSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#ifndef ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_ 25cdf0e10cSrcweir#include <accessibility/helper/accessiblestrings.hrc> 26cdf0e10cSrcweir#endif 27cdf0e10cSrcweir 28cdf0e10cSrcweir 29cdf0e10cSrcweirString RID_STR_ACC_ACTION_CLICK 30cdf0e10cSrcweir{ 31cdf0e10cSrcweir Text = "click"; 32cdf0e10cSrcweir}; 33cdf0e10cSrcweir 34cdf0e10cSrcweirString RID_STR_ACC_ACTION_TOGGLEPOPUP 35cdf0e10cSrcweir{ 36cdf0e10cSrcweir Text = "togglePopup"; 37cdf0e10cSrcweir}; 38cdf0e10cSrcweir 39cdf0e10cSrcweirString RID_STR_ACC_ACTION_SELECT 40cdf0e10cSrcweir{ 41cdf0e10cSrcweir Text = "select"; 42cdf0e10cSrcweir}; 43cdf0e10cSrcweir 44cdf0e10cSrcweirString RID_STR_ACC_ACTION_INCLINE 45cdf0e10cSrcweir{ 46cdf0e10cSrcweir Text = "incrementLine"; 47cdf0e10cSrcweir}; 48cdf0e10cSrcweir 49cdf0e10cSrcweirString RID_STR_ACC_ACTION_DECLINE 50cdf0e10cSrcweir{ 51cdf0e10cSrcweir Text = "decrementLine"; 52cdf0e10cSrcweir}; 53cdf0e10cSrcweir 54cdf0e10cSrcweirString RID_STR_ACC_ACTION_INCBLOCK 55cdf0e10cSrcweir{ 56cdf0e10cSrcweir Text = "incrementBlock"; 57cdf0e10cSrcweir}; 58cdf0e10cSrcweir 59cdf0e10cSrcweirString RID_STR_ACC_ACTION_DECBLOCK 60cdf0e10cSrcweir{ 61cdf0e10cSrcweir Text = "decrementBlock"; 62cdf0e10cSrcweir}; 63cdf0e10cSrcweir 64cdf0e10cSrcweirString RID_STR_ACC_NAME_BROWSEBUTTON 65cdf0e10cSrcweir{ 66cdf0e10cSrcweir Text [ en-US ] = "Browse"; 67cdf0e10cSrcweir}; 68cdf0e10cSrcweir 69cdf0e10cSrcweirString RID_STR_ACC_DESC_PANELDECL_TABBAR 70cdf0e10cSrcweir{ 71cdf0e10cSrcweir Text [ en-US ] = "Panel Deck Tab Bar"; 72cdf0e10cSrcweir}; 73