4ce9269952
2003/12/16 15:37:48 hr 1.26.128.1: #111934#: join CWS ooo111fix1
415 lines
12 KiB
Text
415 lines
12 KiB
Text
/*************************************************************************
|
||
*
|
||
* $RCSfile: popup.src,v $
|
||
*
|
||
* $Revision: 1.27 $
|
||
*
|
||
* last change: $Author: vg $ $Date: 2003-12-17 19:36:12 $
|
||
*
|
||
* The Contents of this file are made available subject to the terms of
|
||
* either of the following licenses
|
||
*
|
||
* - GNU Lesser General Public License Version 2.1
|
||
* - Sun Industry Standards Source License Version 1.1
|
||
*
|
||
* Sun Microsystems Inc., October, 2000
|
||
*
|
||
* GNU Lesser General Public License Version 2.1
|
||
* =============================================
|
||
* Copyright 2000 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
|
||
*
|
||
*
|
||
* Sun Industry Standards Source License Version 1.1
|
||
* =================================================
|
||
* The contents of this file are subject to the Sun Industry Standards
|
||
* Source License Version 1.1 (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.openoffice.org/license.html.
|
||
*
|
||
* Software provided under this License is provided on an "AS IS" basis,
|
||
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
||
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
||
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
||
* See the License for the specific provisions governing your rights and
|
||
* obligations concerning the Software.
|
||
*
|
||
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
||
*
|
||
* Copyright: 2000 by Sun Microsystems, Inc.
|
||
*
|
||
* All Rights Reserved.
|
||
*
|
||
* Contributor(s): _______________________________________
|
||
*
|
||
*
|
||
************************************************************************/
|
||
|
||
// TEXTOBJ
|
||
// Impress:
|
||
#include "popup2.src"
|
||
// Draw (Graphic):
|
||
#undef SD_POPUP
|
||
#define SD_POPUP RID_GRAPHIC_TEXTOBJ_POPUP
|
||
#include "popup2.src"
|
||
#ifndef _GLOBLMN_HRC
|
||
#include <svx/globlmn.hrc>
|
||
#endif
|
||
|
||
#define DEFINE_SLOTID_FOR_NUMBER_BULLETS SID_OUTLINE_BULLET
|
||
|
||
Menu RID_DRAW_TEXTOBJ_INSIDE_POPUP
|
||
{
|
||
ItemList =
|
||
{
|
||
MN_SET_DEFAULT
|
||
SEPARATOR
|
||
MN_TEXTATTR
|
||
SEPARATOR
|
||
MN_TEXT_ATTR
|
||
MN_TEXT_ALIGN
|
||
MN_LINESPACING_ATTR
|
||
SEPARATOR
|
||
MN_CHAR_PARAGRAPH
|
||
SEPARATOR
|
||
MenuItem
|
||
{
|
||
ITEM_OPEN_HYPERLINK
|
||
};
|
||
SEPARATOR
|
||
MN_BULLET
|
||
ITEM_FORMAT_NUMBERING
|
||
ITEM_TRANSLITERATE_MENU
|
||
SEPARATOR
|
||
MN_STYLEDT
|
||
};
|
||
};
|
||
Menu RID_DRAW_CONTROL_POPUP
|
||
{
|
||
ItemList =
|
||
{
|
||
MN_TRANSFORM
|
||
MN_CONTROL_SHOW_BROWSER
|
||
SEPARATOR
|
||
MN_POSITION
|
||
MN_OBJECT_ALIGN
|
||
SEPARATOR
|
||
MN_LEAVE_GROUP
|
||
MN_DISMANTLE
|
||
};
|
||
};
|
||
Menu RID_FORM_CONTROL_POPUP
|
||
{
|
||
ItemList =
|
||
{
|
||
MN_TRANSFORM
|
||
MenuItem { ITEM_FORM_CONTROL_PROPERTIES };
|
||
MenuItem { ITEM_FORM_PROPERTIES };
|
||
MenuItem { ITEM_REPLACE_CONTROL };
|
||
SEPARATOR
|
||
MN_POSITION
|
||
MN_OBJECT_ALIGN
|
||
SEPARATOR
|
||
MN_LEAVE_GROUP
|
||
MN_DISMANTLE
|
||
};
|
||
};
|
||
|
||
|
||
|
||
Menu RID_DRAW_SNAPOBJECT_POPUP
|
||
{
|
||
ItemList =
|
||
{
|
||
MN_SET_SNAPITEM
|
||
SEPARATOR
|
||
MN_DELETE_SNAPITEM
|
||
};
|
||
};
|
||
|
||
|
||
Menu RID_DRAW_GLUEPOINT_POPUP
|
||
{
|
||
ItemList =
|
||
{
|
||
MN_GLUE_INSERT_POINT
|
||
SEPARATOR
|
||
MN_GLUE_ESC_DIR_LEFT
|
||
MN_GLUE_ESC_DIR_TOP
|
||
MN_GLUE_ESC_DIR_RIGHT
|
||
MN_GLUE_ESC_DIR_BOTTOM
|
||
SEPARATOR
|
||
MN_GLUE_PERCENT
|
||
SEPARATOR
|
||
MN_GLUE_HORZALIGN_LEFT
|
||
MN_GLUE_HORZALIGN_CENTER
|
||
MN_GLUE_HORZALIGN_RIGHT
|
||
SEPARATOR
|
||
MN_GLUE_VERTALIGN_TOP
|
||
MN_GLUE_VERTALIGN_CENTER
|
||
MN_GLUE_VERTALIGN_BOTTOM
|
||
};
|
||
};
|
||
|
||
|
||
Menu RID_SLIDETABLE_POPUP
|
||
{
|
||
ItemList =
|
||
{
|
||
MN_DIA
|
||
MN_HIDE_SLIDE
|
||
SEPARATOR
|
||
MN_INSERT_PAGE
|
||
MN_DELETE_PAGE
|
||
SEPARATOR
|
||
MN_REHEARSE_TIMINGS
|
||
SEPARATOR
|
||
MN_DRAWINGMODE
|
||
MN_OUTLINEMODE
|
||
MN_PRESENTATION
|
||
};
|
||
};
|
||
|
||
|
||
Menu RID_SLIDE_NOSEL_POPUP
|
||
{
|
||
ItemList =
|
||
{
|
||
MN_REHEARSE_TIMINGS
|
||
SEPARATOR
|
||
MN_DRAWINGMODE
|
||
MN_OUTLINEMODE
|
||
MN_PRESENTATION
|
||
};
|
||
};
|
||
|
||
Menu RID_MASTERPAGE_POPUP
|
||
{
|
||
ItemList =
|
||
{
|
||
MN_SET_DEFAULT
|
||
SEPARATOR
|
||
MN_LINE
|
||
MN_AREA
|
||
MN_TRANSFORM
|
||
SEPARATOR
|
||
MN_CHAR_PARAGRAPH
|
||
// MN_PRESENTATIONOBJECT
|
||
SEPARATOR
|
||
MN_POSITION
|
||
};
|
||
};
|
||
|
||
|
||
Menu RID_OUTLINE_POPUP
|
||
{
|
||
ItemList =
|
||
{
|
||
MN_SET_DEFAULT
|
||
SEPARATOR
|
||
MN_TEXT_ATTR
|
||
SEPARATOR
|
||
MN_CHAR
|
||
ITEM_FORMAT_NUMBERING
|
||
ITEM_TRANSLITERATE_MENU
|
||
MN_PRESENTATIONOBJECT
|
||
SEPARATOR
|
||
MN_DRAWINGMODE
|
||
MN_DIAMODE
|
||
MN_PRESENTATION
|
||
};
|
||
};
|
||
|
||
/*
|
||
RID_MASTERPAGE_POPUP
|
||
*/
|
||
|
||
Menu RID_BEZIER_POPUP
|
||
{
|
||
ItemList =
|
||
{
|
||
MN_BEZIER
|
||
};
|
||
};
|
||
|
||
|
||
Menu RID_DRAW_BMP_CONVERT_POPUP
|
||
{
|
||
ItemList =
|
||
{
|
||
MN_CONVERT_TO_1BIT_THRESHOLD
|
||
MN_CONVERT_TO_1BIT_MATRIX
|
||
MN_CONVERT_TO_4BIT_GRAYS
|
||
MN_CONVERT_TO_4BIT_COLORS
|
||
MN_CONVERT_TO_8BIT_GRAYS
|
||
MN_CONVERT_TO_8BIT_COLORS
|
||
MN_CONVERT_TO_24BIT
|
||
};
|
||
};
|
||
|
||
|
||
Menu RID_LAYERTAB_POPUP
|
||
{
|
||
ItemList =
|
||
{
|
||
MenuItem
|
||
{
|
||
Identifier = SID_INSERTLAYER ;
|
||
HelpID = SID_INSERTLAYER ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~Ebene einf<6E>gen... : ~Ebene einf<6E>gen... */
|
||
Text = "~Ebene einf<6E>gen..." ;
|
||
Text [ ENGLISH ] = "~Insert layer..." ;
|
||
Text [ norwegian ] = "~Insert layer..." ;
|
||
Text [ italian ] = "Inserisci livello..." ;
|
||
Text [ portuguese_brazilian ] = "~Inserir camada..." ;
|
||
Text [ portuguese ] = "~Inserir n<>vel..." ;
|
||
Text [ french ] = "Ins<6E>rer une couche..." ;
|
||
Text [ dutch ] = "~Niveau invoegen..." ;
|
||
Text [ spanish ] = "~Insertar capa..." ;
|
||
Text [ danish ] = "~Inds<64>t lag..." ;
|
||
Text [ swedish ] = "~Infoga niv<69>..." ;
|
||
Text [ finnish ] = "~Lis<69><73> kerros..." ;
|
||
Text [ english_us ] = "~Insert Layer..." ;
|
||
Text[ chinese_simplified ] = "插入分层(~I)...";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>...";
|
||
Text[ polish ] = "W~staw warstw<74>...";
|
||
Text[ japanese ] = "レイヤーの挿入(~I)...";
|
||
Text[ chinese_traditional ] = "插入分層(~I)...";
|
||
Text[ arabic ] = "...<2E><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~E<><45><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ korean ] = "계층 삽입(~I)...";
|
||
Text[ turkish ] = "~D<>zey ekle...";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Insereix una ~capa...";
|
||
Text[ thai ] = "แทรกระ~ดับ...";
|
||
Text[ czech ] = "Vložit vrstvu...";
|
||
Text[ hebrew ] = "~Ebene einfügen...";
|
||
Text[ hindi ] = "~परत जोड़ो...";
|
||
Text[ slovak ] = "Vlož~iť vrstvu...";
|
||
Text[ hungarian ] = "~Réteg beszúrása...";
|
||
Text[ slovenian ] = "~Vstavi plast...";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_MODIFYLAYER ;
|
||
HelpID = SID_MODIFYLAYER ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? E~bene <20>ndern... : E~bene <20>ndern... */
|
||
Text = "E~bene <20>ndern..." ;
|
||
Text [ ENGLISH ] = "~Modify layer..." ;
|
||
Text [ norwegian ] = "~Modify layer..." ;
|
||
Text [ italian ] = "Modifica livello..." ;
|
||
Text [ portuguese_brazilian ] = "~Modificar Camada..." ;
|
||
Text [ portuguese ] = "~Modificar n<>vel..." ;
|
||
Text [ french ] = "Modifier la couche..." ;
|
||
Text [ dutch ] = "Niveau wij~zigen..." ;
|
||
Text [ spanish ] = "~Modificar capa..." ;
|
||
Text [ danish ] = "~Modificer lag..." ;
|
||
Text [ swedish ] = "~<7E>ndra niv<69>..." ;
|
||
Text [ finnish ] = "~Muuta kerroksen asetuksia..." ;
|
||
Text [ english_us ] = "Modify La~yer..." ;
|
||
Text[ chinese_simplified ] = "修改分层(~Y)...";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>...";
|
||
Text[ polish ] = "~Modyfikuj warstw<74>...";
|
||
Text[ japanese ] = "レイヤーの変更(~Y)...";
|
||
Text[ chinese_traditional ] = "變更分層(~Y)...";
|
||
Text[ arabic ] = "...<2E><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ korean ] = "계층 수정(~Y)...";
|
||
Text[ turkish ] = "D<>ze~yi de<64>i<EFBFBD>tir...";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Modifica la ~capa...";
|
||
Text[ thai ] = "ดัดแปลงระ~ดับ...";
|
||
Text[ czech ] = "Upravit vrstvu...";
|
||
Text[ hebrew ] = "E~bene ändern...";
|
||
Text[ hindi ] = "~परत सुधारो...";
|
||
Text[ slovak ] = "Upraviť v~rstvu...";
|
||
Text[ hungarian ] = "~Réteg módosítása...";
|
||
Text[ slovenian ] = "Spremeni ~plast...";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_DELETE_LAYER ;
|
||
HelpID = SID_DELETE_LAYER ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Ebe~ne l<>schen... : Ebe~ne l<>schen... */
|
||
Text = "Ebe~ne l<>schen..." ;
|
||
Text [ ENGLISH ] = "~Delete layer..." ;
|
||
Text [ norwegian ] = "~Delete layer..." ;
|
||
Text [ italian ] = "Elimina livello..." ;
|
||
Text [ portuguese_brazilian ] = "E~xcluir Camada..." ;
|
||
Text [ portuguese ] = "Elimi~nar n<>vel..." ;
|
||
Text [ french ] = "Supprimer la couche..." ;
|
||
Text [ dutch ] = "Niveau ~wissen..." ;
|
||
Text [ spanish ] = "~Borrar capa..." ;
|
||
Text [ danish ] = "~Slet lag..." ;
|
||
Text [ swedish ] = "Radera ~niv<69>..." ;
|
||
Text [ finnish ] = "~Poista kerros..." ;
|
||
Text [ english_us ] = "Delete ~Layer..." ;
|
||
Text[ chinese_simplified ] = "删除分层(~L)...";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>...";
|
||
Text[ polish ] = "~Usu<73> warstw<74>...";
|
||
Text[ japanese ] = "レイヤーの削除(~L)...";
|
||
Text[ chinese_traditional ] = "刪除分層(~L)...";
|
||
Text[ arabic ] = "...<2E><><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>~<7E><><EFBFBD>...";
|
||
Text[ korean ] = "계층 삭제(~L)...";
|
||
Text[ turkish ] = "D<>zeyi ~sil...";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Suprimeix la ~capa...";
|
||
Text[ thai ] = "ลบ~ระดับ...";
|
||
Text[ czech ] = "Smazat vrstvu...";
|
||
Text[ hebrew ] = "Ebe~ne löschen...";
|
||
Text[ hindi ] = "~परत मिटाओ...";
|
||
Text[ slovak ] = "Zmazať ~vrstvu...";
|
||
Text[ hungarian ] = "Réteg ~törlése...";
|
||
Text[ slovenian ] = "Izbriši p~last...";
|
||
};
|
||
MN_RENAME_LAYER
|
||
};
|
||
};
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|