xref: /trunk/main/sw/source/ui/docvw/access.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "access.hrc"
29
30String STR_ACCESS_DOC_NAME
31{
32	Text [ en-US ] = "Document view";
33};
34String STR_ACCESS_DOC_DESC
35{
36	Text [ en-US ] = "Document view";
37};
38String STR_ACCESS_HEADING_WITH_NUM_DESC
39{
40	Text [ en-US ] = "Heading number $(ARG2): $(ARG1)";
41};
42String STR_ACCESS_HEADER_NAME
43{
44	Text [ en-US ] = "Header $(ARG1)";
45};
46String STR_ACCESS_HEADER_DESC
47{
48	Text [ en-US ] = "Header page $(ARG1)";
49};
50String STR_ACCESS_FOOTER_NAME
51{
52	Text [ en-US ] = "Footer $(ARG1)";
53};
54String STR_ACCESS_FOOTER_DESC
55{
56	Text [ en-US ] = "Footer page $(ARG1)";
57};
58String STR_ACCESS_FOOTNOTE_NAME
59{
60	Text [ en-US ] = "Footnote $(ARG1)";
61};
62String STR_ACCESS_FOOTNOTE_DESC
63{
64	Text [ en-US ] = "Footnote $(ARG1)";
65};
66String STR_ACCESS_ENDNOTE_NAME
67{
68	Text [ en-US ] = "Endnote $(ARG1)";
69};
70String STR_ACCESS_ENDNOTE_DESC
71{
72	Text [ en-US ] = "Endnote $(ARG1)";
73};
74String STR_ACCESS_TABLE_DESC
75{
76	Text [ en-US ] = "$(ARG1) on page $(ARG2)";
77};
78String STR_ACCESS_PAGE_NAME
79{
80	Text [ en-US ] = "Page $(ARG1)";
81};
82String STR_ACCESS_PAGE_DESC
83{
84	Text [ en-US ] = "Page: $(ARG1)";
85};
86String STR_ACCESS_ANNOTATION_AUTHOR_NAME
87{
88    Text [ en-US ] = "Author";
89};
90String STR_ACCESS_ANNOTATION_DATE_NAME
91{
92    Text [ en-US ] = "Date";
93};
94String STR_ACCESS_ANNOTATION_BUTTON_NAME
95{
96    Text [ en-US ] = "Actions";
97};
98String STR_ACCESS_ANNOTATION_BUTTON_DESC
99{
100    Text [ en-US ] = "Activate this button to open a list of actions which can be performed on this comment and other comments";
101};
102
103//IAccessibility2 Implementation 2009-----
104String STR_ACCESS_PREVIEW_DOC_NAME
105{
106	Text [ en-US ] = "Document preview";
107};
108String STR_ACCESS_PREVIEW_DOC_SUFFIX
109{
110	Text [ en-US ] = "(Preview mode)";
111};
112String STR_ACCESS_DOC_WORDPROCESSING
113{
114	Text [ en-US ] = "%PRODUCTNAME Document";
115};
116String STR_ACCESS_DOC_WORDPROCESSING_READONLY
117{
118	Text [ en-US ] = "(read-only)";
119};
120//-----IAccessibility2 Implementation 2009
121
122