/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unoifac2.src,v $ * * $Revision: 1.21 $ * * last change: $Author: hr $ $Date: 2005-09-23 14:55:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * ************************************************************************/ #ifndef _SVT_UNO_UNOIFAC_HRC_ #include #endif Menu RID_CONTEXTMENU { ItemList = { MenuItem { Identifier = RID_OPEN_LINK ; HelpId = HID_TEXTCPNT_OPEN_LINK ; Text [ de ] = "Öff~nen" ; Text [ en-US ] = "~Open"; Text [ x-comment ] = " "; }; MenuItem { Identifier = RID_OPEN_LINK_NEW ; HelpId = HID_TEXTCPNT_OPEN_LINK_NEW ; Text [ de ] = "Öffnen in neuem ~Fenster" ; Text [ en-US ] = "Open in New ~Window"; Text [ x-comment ] = " "; }; MenuItem { Identifier = RID_DOWNLOAD ; HelpId = HID_TEXTCPNT_DOWNLOAD ; Text [ de ] = "~Download..." ; Text [ en-US ] = "~Download..."; Text [ x-comment ] = " "; }; MenuItem { Separator = TRUE; }; MenuItem { Identifier = RID_ADD_BOOKMARK ; HelpId = HID_TEXTCPNT_ADD_BOOKMARK ; Text [ de ] = "Verknüpfung ~hinzufügen" ; Text [ en-US ] = "Add ~Link"; Text [ x-comment ] = " "; }; MenuItem { Separator = TRUE; }; MenuItem { Identifier = RID_COPY_LINK ; HelpId = HID_TEXTCPNT_COPY_LINK ; Text [ de ] = "~Link kopieren" ; Text [ en-US ] = "Cop~y Link" ; Text [ x-comment ] = " "; }; }; };