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