xref: /trunk/main/sw/source/ui/docvw/access.src (revision 8660f102)
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 "access.hrc"
25
26String STR_ACCESS_DOC_NAME
27{
28	Text [ en-US ] = "Document view";
29};
30String STR_ACCESS_DOC_DESC
31{
32	Text [ en-US ] = "Document view";
33};
34String STR_ACCESS_HEADING_WITH_NUM_DESC
35{
36	Text [ en-US ] = "Heading number $(ARG2): $(ARG1)";
37};
38String STR_ACCESS_HEADER_NAME
39{
40	Text [ en-US ] = "Header $(ARG1)";
41};
42String STR_ACCESS_HEADER_DESC
43{
44	Text [ en-US ] = "Header page $(ARG1)";
45};
46String STR_ACCESS_FOOTER_NAME
47{
48	Text [ en-US ] = "Footer $(ARG1)";
49};
50String STR_ACCESS_FOOTER_DESC
51{
52	Text [ en-US ] = "Footer page $(ARG1)";
53};
54String STR_ACCESS_FOOTNOTE_NAME
55{
56	Text [ en-US ] = "Footnote $(ARG1)";
57};
58String STR_ACCESS_FOOTNOTE_DESC
59{
60	Text [ en-US ] = "Footnote $(ARG1)";
61};
62String STR_ACCESS_ENDNOTE_NAME
63{
64	Text [ en-US ] = "Endnote $(ARG1)";
65};
66String STR_ACCESS_ENDNOTE_DESC
67{
68	Text [ en-US ] = "Endnote $(ARG1)";
69};
70String STR_ACCESS_TABLE_DESC
71{
72	Text [ en-US ] = "$(ARG1) on page $(ARG2)";
73};
74String STR_ACCESS_PAGE_NAME
75{
76	Text [ en-US ] = "Page $(ARG1)";
77};
78String STR_ACCESS_PAGE_DESC
79{
80	Text [ en-US ] = "Page: $(ARG1)";
81};
82String STR_ACCESS_ANNOTATION_AUTHOR_NAME
83{
84    Text [ en-US ] = "Author";
85};
86String STR_ACCESS_ANNOTATION_DATE_NAME
87{
88    Text [ en-US ] = "Date";
89};
90String STR_ACCESS_ANNOTATION_BUTTON_NAME
91{
92    Text [ en-US ] = "Actions";
93};
94String STR_ACCESS_ANNOTATION_BUTTON_DESC
95{
96    Text [ en-US ] = "Activate this button to open a list of actions which can be performed on this comment and other comments";
97};
98
99//IAccessibility2 Implementation 2009-----
100String STR_ACCESS_PREVIEW_DOC_NAME
101{
102	Text [ en-US ] = "Document preview";
103};
104String STR_ACCESS_PREVIEW_DOC_SUFFIX
105{
106	Text [ en-US ] = "(Preview mode)";
107};
108String STR_ACCESS_DOC_WORDPROCESSING
109{
110	Text [ en-US ] = "%PRODUCTNAME Document";
111};
112String STR_ACCESS_DOC_WORDPROCESSING_READONLY
113{
114	Text [ en-US ] = "(read-only)";
115};
116//-----IAccessibility2 Implementation 2009
117
118