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