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 28//IAccessibility2 Impplementaton 2009----- 29String RID_STR_ACC_ACTION_CLICK 30{ 31 Text = "press"; 32}; 33//-----IAccessibility2 Impplementaton 2009 34 35String RID_STR_ACC_ACTION_TOGGLEPOPUP 36{ 37 Text = "togglePopup"; 38}; 39 40String RID_STR_ACC_ACTION_SELECT 41{ 42 Text = "select"; 43}; 44 45String RID_STR_ACC_ACTION_INCLINE 46{ 47 Text = "incrementLine"; 48}; 49 50String RID_STR_ACC_ACTION_DECLINE 51{ 52 Text = "decrementLine"; 53}; 54 55String RID_STR_ACC_ACTION_INCBLOCK 56{ 57 Text = "incrementBlock"; 58}; 59 60String RID_STR_ACC_ACTION_DECBLOCK 61{ 62 Text = "decrementBlock"; 63}; 64 65String RID_STR_ACC_NAME_BROWSEBUTTON 66{ 67 Text [ en-US ] = "Browse"; 68}; 69 70String STR_SVT_ACC_ACTION_EXPAND 71{ 72 Text [ en-US ] = "Expand" ; 73}; 74 75String STR_SVT_ACC_ACTION_COLLAPSE 76{ 77 Text [ en-US ] = "Collapse"; 78}; 79String STR_SVT_ACC_LISTENTRY_SELCTED_STATE 80{ 81 Text [ en-US ] = "(Selected)"; 82}; 83 84String RID_STR_ACC_NAME_PREVIEW 85{ 86 Text [ en-US ] = "Preview"; 87}; 88 89String RID_STR_ACC_ACTION_CHECK 90{ 91 Text [ en-US ] = "Check"; 92}; 93String RID_STR_ACC_ACTION_UNCHECK 94{ 95 Text [ en-US ] = "Uncheck"; 96}; 97String RID_STR_ACC_ACTION_DOUBLE_CLICK 98{ 99 Text [ en-US ] = "Double click"; 100}; 101 102String RID_STR_ACC_SCROLLBAR_NAME_VERTICAL 103{ 104 Text [ en-US ] = "Vertical scroll bar"; 105}; 106String RID_STR_ACC_SCROLLBAR_NAME_HORIZONTAL 107{ 108 Text [ en-US ] = "Horizontal scroll bar"; 109}; 110 111String RID_STR_ACC_PANEL_DESCRIPTION 112{ 113 Text [ en-US ] = "Please press enter to go into child control for more operations"; 114}; 115 116String RID_STR_ACC_DESC_PANELDECL_TABBAR 117{ 118 Text [ en-US ] = "Panel Deck Tab Bar"; 119}; 120