1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "annotations.hrc"
22 #include <svx/svxids.hrc>
25 Menu RID_ANNOTATION_CONTEXTMENU
31 Identifier = SID_REPLYTO_POSTIT;
32 HelpId = CMD_SID_REPLYTO_POSTIT ;
33 Text [ en-US ] = "~Reply";
41 Identifier = SID_ATTR_CHAR_WEIGHT;
42 HelpId = CMD_SID_ATTR_CHAR_WEIGHT ;
43 Text [ en-US ] = "~Bold";
47 Identifier = SID_ATTR_CHAR_POSTURE;
48 HelpId = CMD_SID_ATTR_CHAR_POSTURE;
49 Text [ en-US ] = "~Italic";
53 Identifier = SID_ATTR_CHAR_UNDERLINE;
54 HelpId = CMD_SID_ATTR_CHAR_UNDERLINE;
55 Text [ en-US ] = "~Underline";
59 Identifier = SID_ATTR_CHAR_STRIKEOUT;
60 HelpId = CMD_SID_ATTR_CHAR_STRIKEOUT;
61 Text [ en-US ] = "~Strikethrough";
69 Identifier = SID_COPY ;
70 HelpId = CMD_SID_COPY ;
71 Text [ en-US ] = "~Copy" ;
75 Identifier = SID_PASTE ;
76 HelpId = CMD_SID_PASTE ;
77 Text [ en-US ] = "~Paste" ;
85 Identifier = SID_DELETE_POSTIT ;
86 HelpId = CMD_SID_DELETE_POSTIT;
87 Text [ en-US ] = "~Delete Comment" ;
91 Identifier = SID_DELETEALLBYAUTHOR_POSTIT ;
92 HelpId = CMD_SID_DELETEALLBYAUTHOR_POSTIT;
93 Text [ en-US ] = "Delete All Comments b~y %1" ;
97 Identifier = SID_DELETEALL_POSTIT;
98 HelpId = CMD_SID_DELETEALL_POSTIT;
99 Text [ en-US ] = "Delete ~All Comments" ;
104 Menu RID_ANNOTATION_TAG_CONTEXTMENU
110 Identifier = SID_REPLYTO_POSTIT;
111 HelpId = CMD_SID_REPLYTO_POSTIT;
112 Text [ en-US ] = "~Reply";
120 Identifier = SID_DELETE_POSTIT ;
121 HelpId = CMD_SID_DELETE_POSTIT ;
122 Text [ en-US ] = "~Delete Comment" ;
126 Identifier = SID_DELETEALLBYAUTHOR_POSTIT ;
127 HelpId = CMD_SID_DELETEALLBYAUTHOR_POSTIT ;
128 Text [ en-US ] = "Delete All Comments ~by %1" ;
132 Identifier = SID_DELETEALL_POSTIT;
133 HelpId = CMD_SID_DELETEALL_POSTIT;
134 Text [ en-US ] = "Delete ~All Comments" ;
139 String STR_ANNOTATION_TODAY
141 Text [ en-US ] = "Today," ;
144 String STR_ANNOTATION_YESTERDAY
146 Text [ en-US ] = "Yesterday," ;
149 String STR_ANNOTATION_NOAUTHOR
151 Text [ en-US ] = "(no author)" ;
154 String STR_ANNOTATION_WRAP_FORWARD
156 Text [ en-US ] = "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?";
159 String STR_ANNOTATION_WRAP_BACKWARD
161 Text [ en-US ] = "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?";
164 String STR_ANNOTATION_WRAP_FORWARD_DRAW
166 Text [ en-US ] = "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?";
169 String STR_ANNOTATION_WRAP_BACKWARD_DRAW
171 Text [ en-US ] = "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?";
174 String STR_ANNOTATION_UNDO_INSERT
176 Text [ en-US ] = "Insert Comment";
179 String STR_ANNOTATION_UNDO_DELETE
181 Text [ en-US ] = "Delete Comment(s)";
184 String STR_ANNOTATION_UNDO_MOVE
186 Text [ en-US ] = "Move Comment";
189 String STR_ANNOTATION_UNDO_EDIT
191 Text [ en-US ] = "Edit Comment";
194 String STR_ANNOTATION_UNDO_REPLY
196 Text [ en-US ] = "Reply to Comment";
199 String STR_ANNOTATION_REPLY
201 Text [ en-US ] = "Reply to %1" ;
204 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */