diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:35:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:35:20 +0000 |
commit | 6606793918fe9a7656837434b4a44e4777d28fae (patch) | |
tree | 5b8382a2e96011ee77a726741a7051a7711651b3 /accessibility/source/helper | |
parent | db78b0ab847bbe6361c493ee13200d4d0f817c14 (diff) |
INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED
2007/05/09 11:45:06 fs 1.1.2.3: manual RESYNC: copy the changes from toolkit/source/awt/accessiblestrings.src 1.15->1.16 herein
2005/09/28 11:39:25 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change
2005/03/07 08:35:29 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module
Diffstat (limited to 'accessibility/source/helper')
-rw-r--r-- | accessibility/source/helper/accessiblestrings.src | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/accessibility/source/helper/accessiblestrings.src b/accessibility/source/helper/accessiblestrings.src new file mode 100644 index 000000000..586f37df5 --- /dev/null +++ b/accessibility/source/helper/accessiblestrings.src @@ -0,0 +1,80 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: accessiblestrings.src,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: hr $ $Date: 2007-06-27 15:35:20 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2005 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + ************************************************************************/ + +#ifndef ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_ +#include <accessibility/helper/accessiblestrings.hrc> +#endif + + +String RID_STR_ACC_ACTION_CLICK +{ + Text = "click"; +}; + +String RID_STR_ACC_ACTION_TOGGLEPOPUP +{ + Text = "togglePopup"; +}; + +String RID_STR_ACC_ACTION_SELECT +{ + Text = "select"; +}; + +String RID_STR_ACC_ACTION_INCLINE +{ + Text = "incrementLine"; +}; + +String RID_STR_ACC_ACTION_DECLINE +{ + Text = "decrementLine"; +}; + +String RID_STR_ACC_ACTION_INCBLOCK +{ + Text = "incrementBlock"; +}; + +String RID_STR_ACC_ACTION_DECBLOCK +{ + Text = "decrementBlock"; +}; + +String RID_STR_ACC_NAME_BROWSEBUTTON +{ + Text [ en-US ] = "Browse"; +}; + |