accessiblestrings.src (6f6ef05c) accessiblestrings.src (21075d77)
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

--- 11 unchanged lines hidden (view full) ---

20 *************************************************************/
21
22
23
24#ifndef ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_
25#include <accessibility/helper/accessiblestrings.hrc>
26#endif
27
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

--- 11 unchanged lines hidden (view full) ---

20 *************************************************************/
21
22
23
24#ifndef ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_
25#include <accessibility/helper/accessiblestrings.hrc>
26#endif
27
28
28//IAccessibility2 Impplementaton 2009-----
29String RID_STR_ACC_ACTION_CLICK
30{
29String RID_STR_ACC_ACTION_CLICK
30{
31 Text = "click";
31 Text = "press";
32};
32};
33//-----IAccessibility2 Impplementaton 2009
33
34String RID_STR_ACC_ACTION_TOGGLEPOPUP
35{
36 Text = "togglePopup";
37};
38
39String RID_STR_ACC_ACTION_SELECT
40{

--- 20 unchanged lines hidden (view full) ---

61 Text = "decrementBlock";
62};
63
64String RID_STR_ACC_NAME_BROWSEBUTTON
65{
66 Text [ en-US ] = "Browse";
67};
68
34
35String RID_STR_ACC_ACTION_TOGGLEPOPUP
36{
37 Text = "togglePopup";
38};
39
40String RID_STR_ACC_ACTION_SELECT
41{

--- 20 unchanged lines hidden (view full) ---

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
69String RID_STR_ACC_DESC_PANELDECL_TABBAR
70{
71 Text [ en-US ] = "Panel Deck Tab Bar";
72};
116String RID_STR_ACC_DESC_PANELDECL_TABBAR
117{
118 Text [ en-US ] = "Panel Deck Tab Bar";
119};