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 .
21 #include "slideshow.hrc"
23 Menu RID_SLIDESHOW_CONTEXTMENU
29 Identifier = CM_NEXT_SLIDE ;
30 Text [ en-US ] = "~Next" ;
34 Identifier = CM_PREV_SLIDE ;
35 Text [ en-US ] = "~Previous" ;
40 Text [ en-US ] = "~Go to Slide" ;
47 Identifier = CM_FIRST_SLIDE;
48 Text [ en-US ] = "~First Slide";
52 Identifier = CM_LAST_SLIDE;
53 Text [ en-US ] = "~Last Slide";
68 Identifier = CM_PEN_MODE;
69 Text [ en-US ] = "Mouse pointer as ~Pen";
73 Identifier = CM_WIDTH_PEN;
74 Text [ en-US ] = "~Pen Width" ;
81 Identifier = CM_WIDTH_PEN_VERY_THIN;
82 Text [ en-US ] = "~Very thin";
86 Identifier = CM_WIDTH_PEN_THIN;
87 Text [ en-US ] = "~Thin";
91 Identifier = CM_WIDTH_PEN_NORMAL;
92 Text [ en-US ] = "~Normal";
96 Identifier = CM_WIDTH_PEN_THICK;
97 Text [ en-US ] = "~Thick";
101 Identifier = CM_WIDTH_PEN_VERY_THICK;
102 Text [ en-US ] = "~Very Thick";
109 Identifier = CM_COLOR_PEN ;
110 Text [ en-US ] = "~Change pen Color..." ;
114 Identifier = CM_ERASE_ALLINK ;
115 Text [ en-US ] = "~Erase all ink on Slide" ;
123 Identifier = CM_SCREEN;
124 Text [ en-US ] = "~Screen" ;
132 Identifier = CM_SCREEN_BLACK;
133 Text [ en-US ] = "~Black";
137 Identifier = CM_SCREEN_WHITE;
138 Text [ en-US ] = "~White";
145 Identifier = CM_EDIT_PRESENTATION ;
146 Text [ en-US ] = "E~dit Presentation" ;
150 Identifier = CM_ENDSHOW ;
151 Text [ en-US ] = "~End Show" ;
156 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */