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