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
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "accessibility.hrc"
25
26/* Names and descriptions of the Draw/Impress accessibility views
27   ==============================================================
28*/
29
30String SID_SD_A11Y_D_DRAWVIEW_N
31{
32	Text [ en-US ] = "Drawing View";
33};
34
35String SID_SD_A11Y_D_DRAWVIEW_D
36{
37	Text [ en-US ] = "This is where you create and edit drawings.";
38};
39
40String SID_SD_A11Y_I_DRAWVIEW_N
41{
42	Text [ en-US ] = "Drawing View";
43};
44
45String SID_SD_A11Y_I_DRAWVIEW_D
46{
47	Text [ en-US ] = "This is where you create and edit slides.";
48};
49
50String SID_SD_A11Y_I_OUTLINEVIEW_N
51{
52	Text [ en-US ] = "Outline View";
53};
54
55String SID_SD_A11Y_I_OUTLINEVIEW_D
56{
57	Text [ en-US ] = "This is where you enter or edit text in list form.";
58};
59
60String SID_SD_A11Y_I_SLIDEVIEW_N
61{
62	Text [ en-US ] = "Slides View";
63};
64
65String SID_SD_A11Y_I_SLIDEVIEW_D
66{
67	Text [ en-US ] = "This is where you sort slides.";
68};
69
70String SID_SD_A11Y_I_NOTESVIEW_N
71{
72	Text [ en-US ] = "Notes View";
73};
74
75String SID_SD_A11Y_I_NOTESVIEW_D
76{
77	Text [ en-US ] = "This is where you enter and view notes.";
78};
79
80String SID_SD_A11Y_I_HANDOUTVIEW_N
81{
82	Text [ en-US ] = "Handout View";
83};
84
85String SID_SD_A11Y_I_HANDOUTVIEW_D
86{
87	Text [ en-US ] = "This is where you decide on the layout for handouts.";
88};
89
90//IAccessibility2 Implementation 2009-----
91String SID_SD_A11Y_P_TITLE_N
92{
93	Text [ en-US ] = "PresentationTitle";
94};
95
96String SID_SD_A11Y_P_OUTLINER_N
97{
98	Text [ en-US ] = "PresentationOutliner";
99};
100
101String SID_SD_A11Y_P_SUBTITLE_N
102{
103	Text [ en-US ] = "PresentationSubtitle";
104};
105
106String SID_SD_A11Y_P_PAGE_N
107{
108	Text [ en-US ] = "PresentationPage";
109};
110
111String SID_SD_A11Y_P_NOTES_N
112{
113	Text [ en-US ] = "PresentationNotes";
114};
115
116String SID_SD_A11Y_P_HANDOUT_N
117{
118	Text [ en-US ] = "Handout";
119};
120
121String SID_SD_A11Y_P_UNKNOWN_N
122{
123	Text [ en-US ] = "UnknownAccessiblePresentationShape";
124};
125
126String SID_SD_A11Y_P_TITLE_D
127{
128	Text [ en-US ] = "PresentationTitleShape";
129};
130
131String SID_SD_A11Y_P_OUTLINER_D
132{
133	Text [ en-US ] = "PresentationOutlinerShape";
134};
135
136String SID_SD_A11Y_P_SUBTITLE_D
137{
138	Text [ en-US ] = "PresentationSubtitleShape";
139};
140
141String SID_SD_A11Y_P_PAGE_D
142{
143	Text [ en-US ] = "PresentationPageShape";
144};
145
146String SID_SD_A11Y_P_NOTES_D
147{
148	Text [ en-US ] = "PresentationNotesShape";
149};
150
151String SID_SD_A11Y_P_HANDOUT_D
152{
153	Text [ en-US ] = "PresentationHandoutShape";
154};
155
156String SID_SD_A11Y_P_UNKNOWN_D
157{
158	Text [ en-US ] = "Unknown accessible presentation shape";
159};
160
161String SID_SD_A11Y_P_FOOTER_N
162{
163	Text [ en-US ] = "PresentationFooter";
164};
165String SID_SD_A11Y_P_FOOTER_D
166{
167	Text [ en-US ] = "PresentationFooterShape";
168};
169String SID_SD_A11Y_P_HEADER_N
170{
171	Text [ en-US ] = "PresentationHeader";
172};
173String SID_SD_A11Y_P_HEADER_D
174{
175	Text [ en-US ] = "PresentationHeaderShape";
176};
177String SID_SD_A11Y_P_DATE_N
178{
179	Text [ en-US ] = "PresentationDateAndTime";
180};
181String SID_SD_A11Y_P_DATE_D
182{
183	Text [ en-US ] = "PresentationDateAndTimeShape";
184};
185String SID_SD_A11Y_P_NUMBER_N
186{
187	Text [ en-US ] = "PresentationPageNumber";
188};
189String SID_SD_A11Y_P_NUMBER_D
190{
191	Text [ en-US ] = "PresentationPageNumberShape";
192};
193
194String SID_SD_A11Y_D_PRESENTATION
195{
196	Text [ en-US ] = "%PRODUCTNAME Presentation";
197};
198String SID_SD_A11Y_P_TITLE_N_STYLE
199{
200	Text [ en-US ] = "Title";
201};
202String  SID_SD_A11Y_P_OUTLINER_N_STYLE
203{
204	Text [ en-US ] = "Outliner";
205};
206String  SID_SD_A11Y_P_SUBTITLE_N_STYLE
207{
208	Text [ en-US ] = "Sub Title";
209};
210String  SID_SD_A11Y_P_PAGE_N_STYLE
211{
212	Text [ en-US ] = "Page";
213};
214String  SID_SD_A11Y_P_NOTES_N_STYLE
215{
216	Text [ en-US ] = "Notes";
217};
218String  SID_SD_A11Y_P_HANDOUT_N_STYLE
219{
220	Text [ en-US ] = "Handout";
221};
222String  SID_SD_A11Y_P_UNKNOWN_N_STYLE
223{
224	Text [ en-US ] = "Unknown Accessible Presentation Shape";
225};
226String  SID_SD_A11Y_P_FOOTER_N_STYLE
227{
228	Text [ en-US ] = "Footer";
229};
230String  SID_SD_A11Y_P_HEADER_N_STYLE
231{
232	Text [ en-US ] = "Header";
233};
234String  SID_SD_A11Y_P_DATE_N_STYLE
235{
236	Text [ en-US ] = "Date";
237};
238String  SID_SD_A11Y_P_NUMBER_N_STYLE
239{
240	Text [ en-US ] = "Number";
241};
242
243String  SID_SD_A11Y_I_PREVIEW_N
244{
245	Text [ en-US ] = "Preview View";
246};
247String  SID_SD_A11Y_I_PREVIEW_D
248{
249	Text [ en-US ] = "This is where you print preview pages.";
250};
251String  SID_SD_A11Y_I_PREVIEW_SUFFIX
252{
253	Text [ en-US ] = "(Preview mode)";
254};
255
256String SID_SD_A11Y_D_PRESENTATION_READONLY
257{
258	Text [ en-US ] = "(read-only)";
259};
260//-----IAccessibility2 Implementation 2009
261