Update ooo320-m1
[ooovba.git] / sd / source / ui / slideshow / slideshow.src
blob8fab11410957352658f0d42994673145049a28c2
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: slideshow.src,v $
10  * $Revision: 1.6 $
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 "glob.hrc"
32 #include "slideshow.hrc"
34 Menu RID_SLIDESHOW_CONTEXTMENU
36     ItemList =
37     {
38         MenuItem
39         {
40             Identifier = CM_NEXT_SLIDE ;
41             Text [ en-US ] = "~Next" ;
42         };
43         MenuItem
44         {
45             Identifier = CM_PREV_SLIDE ;
46             Text [ en-US ] = "~Previous" ;
47            };
48         MenuItem
49         {
50             Identifier = CM_GOTO;
51             Text [ en-US ] = "~Go to Slide" ;
52             SubMenu = Menu
53             {
54                 ItemList =
55                 {
56                     MenuItem
57                     {
58                         Identifier = CM_FIRST_SLIDE;
59                         Text [ en-US ] = "~First Slide";
60                     };                    
61                     MenuItem
62                     {
63                         Identifier = CM_LAST_SLIDE;
64                         Text [ en-US ] = "~Last Slide";
65                     };
66                     MenuItem
67                     {
68                         Separator = TRUE;
69                     };
70                 };
71             };
72         };
73         MenuItem
74         {
75             Separator = TRUE;
76         };
77         MenuItem
78         {
79             Identifier = CM_SCREEN;
80             Text [ en-US ] = "~Screen" ;
82             SubMenu = Menu
83             {
84                 ItemList =
85                 {
86                     MenuItem
87                     {
88                         Identifier = CM_SCREEN_BLACK;
89                         Text [ en-US ] = "~Black";
90                     };                    
91                     MenuItem
92                     {
93                         Identifier = CM_SCREEN_WHITE;
94                         Text [ en-US ] = "~White";
95                     };
96                 };
97             };
98         };
99         MenuItem
100         {
101             Separator = TRUE;
102         };
103         MenuItem
104                 {
105                         Identifier = CM_WIDTH_PEN;
106                         Text [ en-US ] = "~Pen Width" ;
108                         SubMenu = Menu
109                         {
110                                 ItemList =
111                                 {
112                                         MenuItem
113                                         {
114                                                 Identifier =  CM_WIDTH_PEN_VERY_THIN;
115                                                 Text [ en-US ] = "~Very thin";
116                                         };                        
117                                         MenuItem
118                                         {
119                                                 Identifier =  CM_WIDTH_PEN_THIN;
120                                                 Text [ en-US ] = "~Thin";
121                                         };
122                                         MenuItem
123                                         {
124                                                 Identifier =  CM_WIDTH_PEN_NORMAL;
125                                                 Text [ en-US ] = "~Normal";
126                                         };                        
127                                         MenuItem
128                                         {
129                                                 Identifier =  CM_WIDTH_PEN_THICK;
130                                                 Text [ en-US ] = "~Thick";
131                                         };
132                                         MenuItem
133                                         {
134                                                 Identifier =  CM_WIDTH_PEN_VERY_THICK;
135                                                 Text [ en-US ] = "~Very Thick";
136                                         };                        
137                                 };
138                         };
139                 };
140                 MenuItem
141                 {
142                         Separator = TRUE;
143                 };
144          MenuItem
145         {
146             Identifier = CM_COLOR_PEN ;
147             Text [ en-US ] = "~Change Color" ;
148                 };
149                 MenuItem
150                 {
151                         Separator = TRUE;
152                 };
153         MenuItem
154         {
155             Identifier = CM_ENDSHOW ;
156             Text [ en-US ] = "~End Show" ;
157         };
158     };