bump product version to 5.0.4.1
[LibreOffice.git] / sd / source / ui / annotations / annotations.src
blob37049154c27df642a60c6c89fada4556204700ca
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "annotations.hrc"
21 #include "glob.hrc"
22 #include <svx/svxids.hrc>
23 #include "helpids.h"
25 Menu RID_ANNOTATION_CONTEXTMENU
27     ItemList =
28     {
29         MenuItem
30         {
31             Identifier = SID_REPLYTO_POSTIT;
32             HelpId = CMD_SID_REPLYTO_POSTIT ;
33             Text [ en-US ] = "~Reply";
34         };
35         MenuItem
36         {
37             Separator = TRUE;
38         };
39         MenuItem
40         {
41             Identifier = SID_ATTR_CHAR_WEIGHT;
42             HelpId = CMD_SID_ATTR_CHAR_WEIGHT ;
43             Text [ en-US ] = "~Bold";
44         };
45         MenuItem
46         {
47             Identifier = SID_ATTR_CHAR_POSTURE;
48             HelpId = CMD_SID_ATTR_CHAR_POSTURE;
49             Text [ en-US ] = "~Italic";
50         };
51         MenuItem
52         {
53             Identifier = SID_ATTR_CHAR_UNDERLINE;
54             HelpId = CMD_SID_ATTR_CHAR_UNDERLINE;
55             Text [ en-US ] = "~Underline";
56         };
57         MenuItem
58         {
59             Identifier = SID_ATTR_CHAR_STRIKEOUT;
60             HelpId = CMD_SID_ATTR_CHAR_STRIKEOUT;
61             Text [ en-US ] = "~Strikethrough";
62         };
63         MenuItem
64         {
65             Separator = TRUE;
66         };
67         MenuItem
68         {
69             Identifier = SID_COPY ;
70             HelpId = CMD_SID_COPY ;
71             Text [ en-US ] = "~Copy" ;
72         };
73         MenuItem
74         {
75             Identifier = SID_PASTE ;
76             HelpId = CMD_SID_PASTE ;
77             Text [ en-US ] = "~Paste" ;
78         };
79         MenuItem
80         {
81             Separator = TRUE;
82         };
83         MenuItem
84         {
85             Identifier = SID_DELETE_POSTIT ;
86             HelpId = CMD_SID_DELETE_POSTIT;
87             Text [ en-US ] = "~Delete Comment" ;
88         };
89         MenuItem
90         {
91             Identifier = SID_DELETEALLBYAUTHOR_POSTIT ;
92             HelpId = CMD_SID_DELETEALLBYAUTHOR_POSTIT;
93             Text [ en-US ] = "Delete All Comments b~y %1" ;
94         };
95         MenuItem
96         {
97             Identifier = SID_DELETEALL_POSTIT;
98             HelpId = CMD_SID_DELETEALL_POSTIT;
99             Text [ en-US ] = "Delete ~All Comments" ;
100         };
101     };
104 Menu RID_ANNOTATION_TAG_CONTEXTMENU
106     ItemList =
107     {
108         MenuItem
109         {
110             Identifier = SID_REPLYTO_POSTIT;
111             HelpId = CMD_SID_REPLYTO_POSTIT;
112             Text [ en-US ] = "~Reply";
113         };
114         MenuItem
115         {
116             Separator = TRUE;
117         };
118         MenuItem
119         {
120             Identifier = SID_DELETE_POSTIT ;
121             HelpId = CMD_SID_DELETE_POSTIT ;
122             Text [ en-US ] = "~Delete Comment" ;
123         };
124         MenuItem
125         {
126             Identifier = SID_DELETEALLBYAUTHOR_POSTIT ;
127             HelpId = CMD_SID_DELETEALLBYAUTHOR_POSTIT ;
128             Text [ en-US ] = "Delete All Comments ~by %1" ;
129         };
130         MenuItem
131         {
132             Identifier = SID_DELETEALL_POSTIT;
133             HelpId = CMD_SID_DELETEALL_POSTIT;
134             Text [ en-US ] = "Delete ~All Comments" ;
135         };
136     };
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: */