fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sd / source / ui / accessibility / accessibility.src
blob76598e2bde6382cbcfae224cee14a82db82b1e57
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "accessibility.hrc"
22 /* Names and descriptions of the Draw/Impress accessibility views
23    ==============================================================
26 String SID_SD_A11Y_D_DRAWVIEW_N
28     Text [ en-US ] = "Drawing View";
31 String SID_SD_A11Y_D_DRAWVIEW_D
33     Text [ en-US ] = "This is where you create and edit drawings.";
36 String SID_SD_A11Y_I_DRAWVIEW_N
38     Text [ en-US ] = "Drawing View";
41 String SID_SD_A11Y_I_DRAWVIEW_D
43     Text [ en-US ] = "This is where you create and edit slides.";
46 String SID_SD_A11Y_I_OUTLINEVIEW_N
48     Text [ en-US ] = "Outline View";
51 String SID_SD_A11Y_I_OUTLINEVIEW_D
53     Text [ en-US ] = "This is where you enter or edit text in list form.";
56 String SID_SD_A11Y_I_SLIDEVIEW_N
58     Text [ en-US ] = "Slides View";
61 String SID_SD_A11Y_I_SLIDEVIEW_D
63     Text [ en-US ] = "This is where you sort slides.";
66 String SID_SD_A11Y_I_NOTESVIEW_N
68     Text [ en-US ] = "Notes View";
71 String SID_SD_A11Y_I_NOTESVIEW_D
73     Text [ en-US ] = "This is where you enter and view notes.";
76 String SID_SD_A11Y_I_HANDOUTVIEW_N
78     Text [ en-US ] = "Handout View";
81 String SID_SD_A11Y_I_HANDOUTVIEW_D
83     Text [ en-US ] = "This is where you decide on the layout for handouts.";
86 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */