summaryrefslogtreecommitdiff
path: root/accessibility/source/helper/accessiblestrings.src
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/source/helper/accessiblestrings.src')
-rw-r--r--accessibility/source/helper/accessiblestrings.src11
1 files changed, 11 insertions, 0 deletions
diff --git a/accessibility/source/helper/accessiblestrings.src b/accessibility/source/helper/accessiblestrings.src
index e24d43a17861..06f0c318dc5b 100644
--- a/accessibility/source/helper/accessiblestrings.src
+++ b/accessibility/source/helper/accessiblestrings.src
@@ -69,11 +69,22 @@ String RID_STR_ACC_ACTION_CHECK
{
Text [ en-US ] = "Check";
};
+
String RID_STR_ACC_ACTION_UNCHECK
{
Text [ en-US ] = "Uncheck";
};
+String RID_STR_ACC_SCROLLBAR_NAME_VERTICAL
+{
+ Text [ en-US ] = "Vertical scroll bar";
+};
+
+String RID_STR_ACC_SCROLLBAR_NAME_HORIZONTAL
+{
+ Text [ en-US ] = "Horizontal scroll bar";
+};
+
String RID_STR_ACC_NAME_BROWSEBUTTON
{
Text [ en-US ] = "Browse";