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 "annotations.hrc"
25#include "glob.hrc"
26#include <svx/svxids.hrc>
27#include "helpids.h"
28
29Menu RID_ANNOTATION_CONTEXTMENU
30{
31	ItemList =
32	{
33		MenuItem
34		{
35			Identifier = SID_REPLYTO_POSTIT ;
36			HelpId = CMD_SID_REPLYTO_POSTIT ;
37			Text [ en-US ] = "~Reply" ;
38		};
39		MenuItem
40		{
41			Separator = TRUE ;
42		};
43		MenuItem
44		{
45			Identifier = SID_ATTR_CHAR_WEIGHT ;
46			HelpId = CMD_SID_ATTR_CHAR_WEIGHT ;
47			Text [ en-US ] = "~Bold" ;
48		};
49		MenuItem
50		{
51			Identifier = SID_ATTR_CHAR_POSTURE ;
52			HelpId = CMD_SID_ATTR_CHAR_POSTURE ;
53			Text [ en-US ] = "~Italic" ;
54		};
55		MenuItem
56		{
57			Identifier = SID_ATTR_CHAR_UNDERLINE ;
58			HelpId = CMD_SID_ATTR_CHAR_UNDERLINE ;
59			Text [ en-US ] = "~Underline" ;
60		};
61		MenuItem
62		{
63			Identifier = SID_ATTR_CHAR_STRIKEOUT ;
64			HelpId = CMD_SID_ATTR_CHAR_STRIKEOUT ;
65			Text [ en-US ] = "~Strikethrough" ;
66		};
67		MenuItem
68		{
69			Separator = TRUE ;
70		};
71		MenuItem
72		{
73			Identifier = SID_COPY ;
74			HelpId = CMD_SID_COPY ;
75			Text [ en-US ] = "~Copy" ;
76		};
77		MenuItem
78		{
79			Identifier = SID_PASTE ;
80			HelpId = CMD_SID_PASTE ;
81			Text [ en-US ] = "~Paste" ;
82		};
83		MenuItem
84		{
85			Separator = TRUE ;
86		};
87		MenuItem
88		{
89			Identifier = SID_DELETE_POSTIT ;
90			HelpId = CMD_SID_DELETE_POSTIT ;
91			Text [ en-US ] = "~Delete Comment" ;
92		};
93		MenuItem
94		{
95			Identifier = SID_DELETEALLBYAUTHOR_POSTIT ;
96			HelpId = CMD_SID_DELETEALLBYAUTHOR_POSTIT ;
97			Text [ en-US ] = "Delete All Comments b~y %1" ;
98		};
99		MenuItem
100		{
101			Identifier = SID_DELETEALL_POSTIT ;
102			HelpId = CMD_SID_DELETEALL_POSTIT ;
103			Text [ en-US ] = "Delete ~All Comments" ;
104		};
105	};
106};
107
108Menu RID_ANNOTATION_TAG_CONTEXTMENU
109{
110	ItemList =
111	{
112		MenuItem
113		{
114			Identifier = SID_REPLYTO_POSTIT ;
115			HelpId = CMD_SID_REPLYTO_POSTIT ;
116			Text [ en-US ] = "~Reply" ;
117		};
118		MenuItem
119		{
120			Separator = TRUE;
121		};
122		MenuItem
123		{
124			Identifier = SID_DELETE_POSTIT ;
125			HelpId = CMD_SID_DELETE_POSTIT ;
126			Text [ en-US ] = "~Delete Comment" ;
127		};
128		MenuItem
129		{
130			Identifier = SID_DELETEALLBYAUTHOR_POSTIT ;
131			HelpId = CMD_SID_DELETEALLBYAUTHOR_POSTIT ;
132			Text [ en-US ] = "Delete All Comments ~by %1" ;
133		};
134		MenuItem
135		{
136			Identifier = SID_DELETEALL_POSTIT ;
137			HelpId = CMD_SID_DELETEALL_POSTIT ;
138			Text [ en-US ] = "Delete ~All Comments" ;
139		};
140	};
141};
142
143String STR_ANNOTATION_TODAY
144{
145	Text [ en-US ] = "Today," ;
146};
147
148String STR_ANNOTATION_YESTERDAY
149{
150	Text [ en-US ] = "Yesterday," ;
151};
152
153String STR_ANNOTATION_NOAUTHOR
154{
155	Text [ en-US ] = "(no author)" ;
156};
157
158String STR_ANNOTATION_WRAP_FORWARD
159{
160	Text [ en-US ] = "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?" ;
161};
162
163String STR_ANNOTATION_WRAP_BACKWARD
164{
165	Text [ en-US ] = "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?" ;
166};
167
168String STR_ANNOTATION_WRAP_FORWARD_DRAW
169{
170	Text [ en-US ] = "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?" ;
171};
172
173String STR_ANNOTATION_WRAP_BACKWARD_DRAW
174{
175	Text [ en-US ] = "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?" ;
176};
177
178String STR_ANNOTATION_UNDO_INSERT
179{
180	Text [ en-US ] = "Insert Comment" ;
181};
182
183String STR_ANNOTATION_UNDO_DELETE
184{
185	Text [ en-US ] = "Delete Comment(s)" ;
186};
187
188String STR_ANNOTATION_UNDO_MOVE
189{
190	Text [ en-US ] = "Move Comment" ;
191};
192
193String STR_ANNOTATION_UNDO_EDIT
194{
195	Text [ en-US ] = "Edit Comment" ;
196};
197
198String STR_ANNOTATION_UNDO_REPLY
199{
200	Text [ en-US ] = "Reply to Comment" ;
201};
202
203String STR_ANNOTATION_REPLY
204{
205	Text [ en-US ] = "Reply to %1" ;
206};
207
208// ******************************************************************* EOF
209