1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include <accessibility/helper/accessiblestrings.hrc>
22 String RID_STR_ACC_ACTION_CLICK
27 String RID_STR_ACC_ACTION_TOGGLEPOPUP
32 String RID_STR_ACC_ACTION_SELECT
37 String RID_STR_ACC_ACTION_INCLINE
39 Text = "incrementLine";
42 String RID_STR_ACC_ACTION_DECLINE
44 Text = "decrementLine";
47 String RID_STR_ACC_ACTION_INCBLOCK
49 Text = "incrementBlock";
52 String RID_STR_ACC_ACTION_DECBLOCK
54 Text = "decrementBlock";
57 String RID_STR_ACC_NAME_BROWSEBUTTON
59 Text [ en-US ] = "Browse";
62 String STR_SVT_ACC_ACTION_EXPAND
64 Text [ en-US ] = "Expand" ;
67 String STR_SVT_ACC_ACTION_COLLAPSE
69 Text [ en-US ] = "Collapse";
72 String STR_SVT_ACC_LISTENTRY_SELCTED_STATE
74 Text [ en-US ] = "(Selected)";
77 String RID_STR_ACC_NAME_PREVIEW
79 Text [ en-US ] = "Preview";
82 String RID_STR_ACC_ACTION_CHECK
84 Text [ en-US ] = "Check";
86 String RID_STR_ACC_ACTION_UNCHECK
88 Text [ en-US ] = "Uncheck";
90 String RID_STR_ACC_ACTION_DOUBLE_CLICK
92 Text [ en-US ] = "Double click";
95 String RID_STR_ACC_SCROLLBAR_NAME_VERTICAL
97 Text [ en-US ] = "Vertical scroll bar";
99 String RID_STR_ACC_SCROLLBAR_NAME_HORIZONTAL
101 Text [ en-US ] = "Horizontal scroll bar";
104 String RID_STR_ACC_PANEL_DESCRIPTION
106 Text [ en-US ] = "Please press enter to go into child control for more operations";
109 String RID_STR_ACC_DESC_PANELDECL_TABBAR
111 Text [ en-US ] = "Panel Deck Tab Bar";
114 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */