2013-03-08 19:49:43 +01:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2012-11-27 16:10:40 +00:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
|
|
|
*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*
|
|
|
|
* This file incorporates work covered by the following license notice:
|
|
|
|
*
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
|
|
* with this work for additional information regarding copyright
|
|
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
|
|
*/
|
2006-07-13 08:53:43 +00:00
|
|
|
|
|
|
|
#include "glob.hrc"
|
|
|
|
#include "slideshow.hrc"
|
|
|
|
|
|
|
|
Menu RID_SLIDESHOW_CONTEXTMENU
|
|
|
|
{
|
|
|
|
ItemList =
|
|
|
|
{
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = CM_NEXT_SLIDE ;
|
|
|
|
Text [ en-US ] = "~Next" ;
|
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = CM_PREV_SLIDE ;
|
|
|
|
Text [ en-US ] = "~Previous" ;
|
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = CM_GOTO;
|
|
|
|
Text [ en-US ] = "~Go to Slide" ;
|
|
|
|
SubMenu = Menu
|
|
|
|
{
|
|
|
|
ItemList =
|
|
|
|
{
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = CM_FIRST_SLIDE;
|
|
|
|
Text [ en-US ] = "~First Slide";
|
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = CM_LAST_SLIDE;
|
|
|
|
Text [ en-US ] = "~Last Slide";
|
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Separator = TRUE;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Separator = TRUE;
|
|
|
|
};
|
|
|
|
MenuItem
|
2009-06-29 15:15:41 +02:00
|
|
|
{
|
2009-12-15 23:12:19 +01:00
|
|
|
Identifier = CM_PEN_MODE;
|
2011-12-06 01:48:15 +01:00
|
|
|
Text [ en-US ] = "Mouse pointer as ~Pen";
|
2009-12-15 23:12:19 +01:00
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = CM_WIDTH_PEN;
|
|
|
|
Text [ en-US ] = "~Pen Width" ;
|
2009-06-29 15:15:41 +02:00
|
|
|
SubMenu = Menu
|
2009-12-15 23:12:19 +01:00
|
|
|
{
|
2009-06-29 15:15:41 +02:00
|
|
|
ItemList =
|
|
|
|
{
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = CM_WIDTH_PEN_VERY_THIN;
|
|
|
|
Text [ en-US ] = "~Very thin";
|
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = CM_WIDTH_PEN_THIN;
|
|
|
|
Text [ en-US ] = "~Thin";
|
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = CM_WIDTH_PEN_NORMAL;
|
|
|
|
Text [ en-US ] = "~Normal";
|
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = CM_WIDTH_PEN_THICK;
|
|
|
|
Text [ en-US ] = "~Thick";
|
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = CM_WIDTH_PEN_VERY_THICK;
|
|
|
|
Text [ en-US ] = "~Very Thick";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
MenuItem
|
2009-12-15 23:12:19 +01:00
|
|
|
{
|
2009-06-29 15:15:41 +02:00
|
|
|
Identifier = CM_COLOR_PEN ;
|
2011-12-06 01:46:46 +01:00
|
|
|
Text [ en-US ] = "~Change pen Color..." ;
|
2006-07-13 08:53:43 +00:00
|
|
|
};
|
|
|
|
MenuItem
|
2009-06-29 15:15:41 +02:00
|
|
|
{
|
|
|
|
Identifier = CM_ERASE_ALLINK ;
|
2011-12-06 01:46:46 +01:00
|
|
|
Text [ en-US ] = "~Erase all ink on Slide" ;
|
2009-06-29 15:15:41 +02:00
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Separator = TRUE;
|
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
2009-07-02 16:36:09 +02:00
|
|
|
Identifier = CM_SCREEN;
|
|
|
|
Text [ en-US ] = "~Screen" ;
|
|
|
|
|
|
|
|
SubMenu = Menu
|
|
|
|
{
|
|
|
|
ItemList =
|
|
|
|
{
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = CM_SCREEN_BLACK;
|
|
|
|
Text [ en-US ] = "~Black";
|
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = CM_SCREEN_WHITE;
|
|
|
|
Text [ en-US ] = "~White";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2009-06-29 15:15:41 +02:00
|
|
|
};
|
|
|
|
MenuItem
|
2013-07-17 17:42:15 +02:00
|
|
|
{
|
|
|
|
Identifier = CM_EDIT_PRESENTATION ;
|
|
|
|
Text [ en-US ] = "E~dit Presentation" ;
|
|
|
|
};
|
|
|
|
MenuItem
|
2006-07-13 08:53:43 +00:00
|
|
|
{
|
|
|
|
Identifier = CM_ENDSHOW ;
|
|
|
|
Text [ en-US ] = "~End Show" ;
|
2010-12-01 10:02:17 +01:00
|
|
|
};
|
2006-07-13 08:53:43 +00:00
|
|
|
};
|
|
|
|
};
|
2013-03-08 19:49:43 +01:00
|
|
|
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|