Update ooo320-m1
[ooovba.git] / sd / source / ui / annotations / annotations.src
blobf904462396979dfb6f009337dd3d3feef43766f4
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile:  $
10  * $Revision:  $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "annotations.hrc"
32 #include "glob.hrc"
33 #include <svx/svxids.hrc>
35 Menu RID_ANNOTATION_CONTEXTMENU
37     ItemList =
38     {
39         MenuItem
40         {
41             Identifier = SID_REPLYTO_POSTIT;
42             HelpID = SID_REPLYTO_POSTIT ;
43             Text [ en-US ] = "~Reply";
44         };
45         MenuItem
46         {
47             Separator = TRUE;
48         };
49         MenuItem
50         {
51             Identifier = SID_ATTR_CHAR_WEIGHT;
52             HelpID = SID_ATTR_CHAR_WEIGHT ;
53             Text [ en-US ] = "~Bold";
54         };
55         MenuItem
56         {
57             Identifier = SID_ATTR_CHAR_POSTURE;
58             HelpID = SID_ATTR_CHAR_POSTURE;
59             Text [ en-US ] = "~Italic";
60         };
61         MenuItem
62         {
63             Identifier = SID_ATTR_CHAR_UNDERLINE;
64             HelpID = SID_ATTR_CHAR_UNDERLINE;
65             Text [ en-US ] = "~Underline";
66         };
67         MenuItem
68         {
69             Identifier = SID_ATTR_CHAR_STRIKEOUT;
70             HelpID = SID_ATTR_CHAR_STRIKEOUT;
71             Text [ en-US ] = "~Strikethrough";
72         };
73         MenuItem
74         {
75             Separator = TRUE;
76         };              
77         MenuItem
78         {
79             Identifier = SID_COPY ;
80             HelpID = SID_COPY ;
81             Text [ en-US ] = "~Copy" ;
82         };
83         MenuItem
84         {
85             Identifier = SID_PASTE ;
86             HelpID = SID_PASTE ;
87             Text [ en-US ] = "~Paste" ;
88         };
89         MenuItem
90         {
91             Separator = TRUE;
92         };
93         MenuItem
94         {
95             Identifier = SID_DELETE_POSTIT ;
96             HelpID = SID_DELETE_POSTIT;
97             Text [ en-US ] = "~Delete Comment" ;
98         };
99         MenuItem
100         {
101             Identifier = SID_DELETEALLBYAUTHOR_POSTIT ;
102             HelpID = SID_DELETEALLBYAUTHOR_POSTIT;
103             Text [ en-US ] = "Delete All Comments b~y %1" ;
104         };
105         MenuItem
106         {
107             Identifier = SID_DELETEALL_POSTIT;
108             HelpID = SID_DELETEALL_POSTIT;
109             Text [ en-US ] = "Delete ~All Comments" ;
110         };
111     };
114 Menu RID_ANNOTATION_TAG_CONTEXTMENU
116     ItemList =
117     {
118         MenuItem
119         {
120             Identifier = SID_REPLYTO_POSTIT;
121             HelpID = SID_REPLYTO_POSTIT;
122             Text [ en-US ] = "~Reply";
123         };
124         MenuItem
125         {
126             Separator = TRUE;
127         };              
128         MenuItem
129         {
130             Identifier = SID_DELETE_POSTIT ;
131             HelpID = SID_DELETE_POSTIT ;
132             Text [ en-US ] = "~Delete Comment" ;
133         };
134         MenuItem
135         {
136             Identifier = SID_DELETEALLBYAUTHOR_POSTIT ;
137             HelpID = SID_DELETEALLBYAUTHOR_POSTIT ;
138             Text [ en-US ] = "Delete All Comments ~by %1" ;
139         };
140         MenuItem
141         {
142             Identifier = SID_DELETEALL_POSTIT;
143             HelpID = SID_DELETEALL_POSTIT;
144             Text [ en-US ] = "Delete ~All Comments" ;
145         };
146     };
149 String STR_ANNOTATION_TODAY
151     Text [ en-US ] = "Today," ;
154 String STR_ANNOTATION_YESTERDAY
156     Text [ en-US ] = "Yesterday," ;
159 String STR_ANNOTATION_NOAUTHOR
161     Text [ en-US ] = "(no author)" ;
164 String STR_ANNOTATION_WRAP_FORWARD
166     Text [ en-US ] = "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?";
169 String STR_ANNOTATION_WRAP_BACKWARD
171     Text [ en-US ] = "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?";
174 String STR_ANNOTATION_WRAP_FORWARD_DRAW
176     Text [ en-US ] = "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?";
179 String STR_ANNOTATION_WRAP_BACKWARD_DRAW
181     Text [ en-US ] = "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?";
184 String STR_ANNOTATION_UNDO_INSERT
186     Text [ en-US ] = "Insert Comment";
189 String STR_ANNOTATION_UNDO_DELETE
191     Text [ en-US ] = "Delete Comment(s)";
194 String STR_ANNOTATION_UNDO_MOVE
196     Text [ en-US ] = "Move Comment";
199 String STR_ANNOTATION_UNDO_EDIT
201     Text [ en-US ] = "Edit Comment";
204 String STR_ANNOTATION_UNDO_REPLY
206     Text [ en-US ] = "Reply to Comment";
209 String STR_ANNOTATION_REPLY
211     Text [ en-US ] = "Reply to %1" ;