Files
libreoffice/svx/source/dialog/imapdlg.src

370 lines
10 KiB
Plaintext
Raw Normal View History

/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org 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 version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
// include ---------------------------------------------------------------
#include "helpid.hrc"
#include "imapdlg.hrc"
// pragma ----------------------------------------------------------------
// RID_SVXDLG_IMAP ----------------------------------------------------
ModelessDialog RID_SVXDLG_IMAP
{
HelpID = "svx:ModelessDialog:RID_SVXDLG_IMAP";
OutputSize = TRUE ;
Hide = TRUE ;
SVLook = TRUE ;
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( 270 , 213 ) ;
Sizeable = TRUE ;
Moveable = TRUE ;
Closeable = TRUE ;
ToolBox TBX_IMAPDLG1
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 6 , 6 ) ;
HelpId = HID_IMAPDLG_TOOLBOX ;
ItemList =
{
ToolBoxItem
{
Identifier = TBI_APPLY ;
HelpId = HID_IMAPDLG_APPLY ;
Text [ en-US ] = "Apply" ;
};
ToolBoxItem
{
Identifier = TBI_OPEN ;
HelpId = HID_IMAPDLG_OPEN ;
Text [ en-US ] = "Open..." ;
};
ToolBoxItem
{
Identifier = TBI_SAVEAS ;
HelpId = HID_IMAPDLG_SAVEAS ;
Text [ en-US ] = "Save..." ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = TBI_SELECT ;
HelpId = HID_IMAPDLG_SELECT ;
RadioCheck = TRUE ;
AutoCheck = TRUE ;
Text [ en-US ] = "Select" ;
};
ToolBoxItem
{
Identifier = TBI_RECT ;
HelpId = HID_IMAPDLG_RECT ;
RadioCheck = TRUE ;
AutoCheck = TRUE ;
Text [ en-US ] = "Rectangle" ;
};
ToolBoxItem
{
Identifier = TBI_CIRCLE ;
HelpId = HID_IMAPDLG_CIRCLE ;
RadioCheck = TRUE ;
AutoCheck = TRUE ;
Text [ en-US ] = "Ellipse" ;
};
ToolBoxItem
{
Identifier = TBI_POLY ;
HelpId = HID_IMAPDLG_POLY ;
RadioCheck = TRUE ;
AutoCheck = TRUE ;
Text [ en-US ] = "Polygon" ;
};
ToolBoxItem
{
Identifier = TBI_FREEPOLY ;
HelpId = HID_IMAPDLG_FREEPOLY ;
Text [ en-US ] = "Freeform Polygon" ;
RadioCheck = TRUE ;
AutoCheck = TRUE ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = TBI_POLYEDIT ;
HelpId = HID_IMAPDLG_POLYEDIT ;
Text [ en-US ] = "Edit Points" ;
AutoCheck = TRUE ;
};
ToolBoxItem
{
Identifier = TBI_POLYMOVE ;
HelpId = HID_IMAPDLG_POLYMOVE ;
Text [ en-US ] = "Move Points" ;
RadioCheck = TRUE ;
AutoCheck = TRUE ;
};
ToolBoxItem
{
Identifier = TBI_POLYINSERT ;
HelpId = HID_IMAPDLG_POLYINSERT ;
Text [ en-US ] = "Insert Points" ;
RadioCheck = TRUE ;
AutoCheck = TRUE ;
};
ToolBoxItem
{
Identifier = TBI_POLYDELETE ;
HelpId = HID_IMAPDLG_POLYDELETE ;
Text [ en-US ] = "Delete Points" ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = TBI_UNDO ;
HelpId = HID_IMAPDLG_UNDO ;
Text [ en-US ] = "Undo " ;
};
ToolBoxItem
{
Identifier = TBI_REDO ;
HelpId = HID_IMAPDLG_REDO ;
Text [ en-US ] = "Redo" ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = TBI_ACTIVE ;
HelpId = HID_IMAPDLG_ACTIVE ;
Text [ en-US ] = "Active" ;
};
ToolBoxItem
{
Identifier = TBI_MACRO ;
HelpId = HID_IMAPDLG_MACRO ;
Text [ en-US ] = "Macro..." ;
};
ToolBoxItem
{
Identifier = TBI_PROPERTY ;
HelpId = HID_IMAPDLG_PROPERTY ;
Text [ en-US ] = "Properties..." ;
};
};
};
FixedText FT_URL
{
Pos = MAP_APPFONT ( 6 , 25 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
Text [ en-US ] = "Address:" ;
};
ComboBox CBB_URL
{
HelpID = "svx:ComboBox:RID_SVXDLG_IMAP:CBB_URL";
Pos = MAP_APPFONT ( 39 , 23 ) ;
Size = MAP_APPFONT ( 225 , 69 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
AutoSize = TRUE ;
AutoHScroll = TRUE ;
};
FixedText FT_TEXT
{
Pos = MAP_APPFONT ( 6 , 43 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
Text [ en-US ] = "Text:" ;
};
Edit EDT_TEXT
{
HelpID = "svx:Edit:RID_SVXDLG_IMAP:EDT_TEXT";
Border = TRUE ;
SVLook = TRUE ;
Pos = MAP_APPFONT ( 39 , 41 ) ;
Size = MAP_APPFONT ( 143 , 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
};
Text [ en-US ] = "ImageMap Editor" ;
FixedText RID_SVXCTL_FT_TARGET
{
Pos = MAP_APPFONT ( 188 , 43 ) ;
Size = MAP_APPFONT ( 22 , 12 ) ;
Text [ en-US ] = "Frame:" ;
};
// nur temporaer
ComboBox RID_SVXCTL_CBB_TARGET
{
HelpID = "svx:ComboBox:RID_SVXDLG_IMAP:RID_SVXCTL_CBB_TARGET";
Border = TRUE ;
Sort = TRUE ;
Pos = MAP_APPFONT ( 213 , 41 ) ;
Size = MAP_APPFONT ( 51 , 50 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
HScroll = TRUE ;
};
#define IMAPDLG_IDLIST \
IdList = \
{ \
TBI_APPLY ; \
TBI_OPEN ; \
TBI_SAVEAS ; \
TBI_SELECT ; \
TBI_RECT ; \
TBI_CIRCLE ; \
TBI_POLY ; \
TBI_FREEPOLY ; \
TBI_POLYEDIT ; \
TBI_POLYMOVE ; \
TBI_POLYINSERT ; \
TBI_POLYDELETE ; \
TBI_UNDO ; \
TBI_REDO ; \
TBI_ACTIVE ; \
TBI_MACRO ; \
TBI_PROPERTY ; \
}; \
IdCount = { 17 ; };
ImageList IL_IMAPDLG
{
Prefix = "id";
MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
IMAPDLG_IDLIST
};
ImageList ILH_IMAPDLG
{
Prefix = "idh";
MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
IMAPDLG_IDLIST
};
};
Control RID_SVXCTL_IMAP
{
Border = TRUE ;
SVLook = TRUE ;
Pos = MAP_APPFONT ( 6 , 56 ) ;
HelpId = HID_IMAPDLG_GRAPHWND ;
};
/******************************************************************************/
Menu RID_SVXMN_IMAP
{
ItemList =
{
MenuItem
{
Identifier = MN_URL ;
Text [ en-US ] = "Description..." ;
};
MenuItem
{
Identifier = MN_MACRO ;
Text [ en-US ] = "~Macro..." ;
};
MenuItem
{
Identifier = MN_ACTIVATE ;
Text [ en-US ] = "Active" ;
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
Identifier = MN_POSITION ;
Text [ en-US ] = "Arrange" ;
SubMenu = Menu
{
ItemList =
{
MenuItem
{
Identifier = MN_FRAME_TO_TOP ;
Text [ en-US ] = "Bring to Front" ;
};
MenuItem
{
Identifier = MN_MOREFRONT ;
Text [ en-US ] = "Bring ~Forward" ;
};
MenuItem
{
Identifier = MN_MOREBACK ;
Text [ en-US ] = "Send Back~ward" ;
};
MenuItem
{
Identifier = MN_FRAME_TO_BOTTOM ;
Text [ en-US ] = "~Send to Back" ;
};
};
};
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
Identifier = MN_MARK_ALL ;
Text [ en-US ] = "Select ~All" ;
};
MenuItem
{
Identifier = MN_DELETE1 ;
Text [ en-US ] = "~Delete" ;
};
};
};
CWS-TOOLING: integrate CWS mba32issues01 2009-05-05 18:23:27 +0200 mba r271547 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:22:02 +0200 mba r271545 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:16:42 +0200 mba r271544 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-04-29 19:35:58 +0200 mba r271392 : #i73672#: unify commands for inserting special characters 2009-04-29 18:01:27 +0200 mba r271391 : #i101337#: missing string resources 2009-04-29 18:01:10 +0200 mba r271390 : #i101337#: missing string resources 2009-04-29 15:42:47 +0200 mba r271380 : concurrency problem in multithreaded dmake due to missing dependency 2009-04-28 17:36:03 +0200 tbo r271336 : #i99432# 2009-04-28 13:57:52 +0200 mba r271322 : #i101302#: ctor might be called with pSet=0 2009-04-22 19:32:39 +0200 tbo r271138 : #i99432# 2009-04-09 14:46:03 +0200 mba r270709 : make sendreportw32.cxx compile with pch 2009-04-06 16:05:07 +0200 mba r270568 : #i99432#: some tweaks for build order 2009-04-06 15:38:52 +0200 mba r270558 : typo 2009-04-06 13:36:19 +0200 mba r270542 : #i99432#: split of localization also 2009-04-06 13:19:06 +0200 mba r270539 : #i99432#: split up srs files also 2009-04-03 17:57:59 +0200 mba r270513 : #i99432#: split dialog folder into two 2009-04-03 17:56:46 +0200 mba r270512 : #i99432#: split dialog folder into two 2009-04-01 22:15:00 +0200 mba r270364 : warnings on Linux 2009-04-01 22:10:44 +0200 mba r270363 : warnings on Linux 2009-04-01 21:43:54 +0200 mba r270362 : warning fixed 2009-04-01 21:41:27 +0200 mba r270361 : warning on Linux fixed 2009-04-01 21:35:44 +0200 mba r270360 : warning fixed 2009-04-01 20:19:59 +0200 mba r270358 : warning found on Linux fixed 2009-04-01 19:23:38 +0200 mba r270354 : warning due to missing eof 2009-04-01 18:56:25 +0200 mba r270352 : linking problem fixed that appeared only on mac 2009-04-01 18:41:30 +0200 mba r270350 : warnings discovered on Linux fixed 2009-04-01 18:34:28 +0200 mba r270349 : some fixes for warnings and include problems discoverd after resync and build on mac 2009-04-01 14:08:22 +0200 mba r270328 : CWS-TOOLING: rebase CWS mba32issues01 to trunk@270033 (milestone: DEV300:m45) 2009-03-04 18:13:35 +0100 mba r268858 : #i99432#: more dialogs moved to cui 2009-03-04 17:47:41 +0100 mba r268854 : #i99432#: more dialogs moved to cui 2009-03-04 17:32:39 +0100 mba r268851 : warning fixed 2009-03-04 12:59:26 +0100 mba r268814 : #i99432#: more dialogs moved to cui 2009-03-04 11:49:03 +0100 mba r268802 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:46:00 +0100 mba r268795 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:43:50 +0100 mba r268794 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:29 +0100 mba r268792 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:03 +0100 mba r268791 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:59:43 +0100 mba r268790 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:51 +0100 mba r268789 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:16 +0100 mba r268788 : #i99432#: CharmapDialog moved to cui 2009-03-03 16:33:14 +0100 mba r268763 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:32:28 +0100 mba r268762 : #i99432#: some tabpages moved to cui 2009-03-03 16:32:09 +0100 mba r268761 : #i99432#: some tabpages moved to cui 2009-03-03 16:29:40 +0100 mba r268760 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:29:08 +0100 mba r268759 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:41 +0100 mba r268758 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:18 +0100 mba r268757 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:27:36 +0100 mba r268756 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:27:02 +0100 mba r268755 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:26:23 +0100 mba r268754 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:25:30 +0100 mba r268753 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:49 +0100 mba r268752 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:35 +0100 mba r268751 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:23:20 +0100 mba r268750 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:23:04 +0100 mba r268749 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:21:56 +0100 mba r268748 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:18:39 +0100 mba r268747 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:13:14 +0100 mba r268745 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:02:54 +0100 mba r268738 : #i99432#: moved MacroAssignment TabPage from sfx2 2009-03-03 14:57:58 +0100 mba r268729 : #i99465#: transport return value via ItemSet 2009-03-03 00:08:10 +0100 mba r268701 : #i99432#: move acccfg to cuilib 2009-03-03 00:07:32 +0100 mba r268700 : #i99432#: move acccfg to cuilib 2009-03-03 00:02:01 +0100 mba r268699 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:38 +0100 mba r268698 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:11 +0100 mba r268697 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:40 +0100 mba r268696 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:06 +0100 mba r268695 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:59:22 +0100 mba r268694 : #i99432#: move acccfg to cuilib 2009-03-02 23:57:19 +0100 mba r268693 : #i99432#: move acccfg to svx 2009-03-02 23:56:14 +0100 mba r268692 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:49:37 +0100 mba r268691 : #i99785#: consolidate dialogs library 2009-03-02 17:26:40 +0100 mba r268683 : #i99785#: consolidate dialogs library 2009-03-02 17:24:28 +0100 mba r268682 : i99465#: consolidate slot for InsertSymbol command 2009-03-02 17:22:29 +0100 mba r268681 : #i99785#: consolidate dialogs library 2009-03-02 17:18:11 +0100 mba r268680 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 17:08:30 +0100 mba r268679 : #i99785#: consolidate dialogs library 2009-03-02 17:06:57 +0100 mba r268678 : #i99785#: consolidate dialogs library 2009-03-02 17:06:30 +0100 mba r268677 : #i99785#: consolidate dialogs library 2009-03-02 17:05:02 +0100 mba r268676 : #i99785#: consolidate dialogs library 2009-03-02 17:04:35 +0100 mba r268675 : #i99785#: consolidate dialogs library 2009-03-02 16:47:53 +0100 mba r268673 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:45:17 +0100 mba r268671 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:39:59 +0100 mba r268670 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:59 +0100 mba r268668 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:28 +0100 mba r268667 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:36:06 +0100 mba r268666 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:29:50 +0100 mba r268663 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:24:00 +0100 mba r268659 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:23:31 +0100 mba r268658 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:22:41 +0100 mba r268657 : i99432#: move accelconfig and macroassignment to cui 2009-02-25 16:57:26 +0100 mba r268453 : obsolete 2009-02-17 10:50:51 +0100 mba r267846 : obsolete 2009-02-12 16:33:54 +0100 mba r267676 : #i96834#: warning fixed 2009-02-11 19:28:47 +0100 mba r267626 : #i91978#: unused code 2009-02-11 18:37:47 +0100 mba r267625 : metafile output, fixes for 3 layer office 2009-02-11 12:56:28 +0100 mba r267593 : selective trees; incomplete build lists; metafile output
2009-05-06 10:59:57 +00:00
/******************************************************************************/
String STR_IMAPDLG_SAVE
{
Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?";
};
String STR_IMAPDLG_MODIFY
{
Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?" ;
};