2003-07-03 15:35:41 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: hyprlink.src,v $
|
|
|
|
|
*
|
2004-06-25 10:55:44 +00:00
|
|
|
|
* $Revision: 1.31 $
|
2003-07-03 15:35:41 +00:00
|
|
|
|
*
|
2004-06-25 10:55:44 +00:00
|
|
|
|
* last change: $Author: hjs $ $Date: 2004-06-25 11:55:44 $
|
2003-07-03 15:35:41 +00:00
|
|
|
|
*
|
|
|
|
|
* 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): _______________________________________
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
// include ------------------------------------------------------------------
|
|
|
|
|
#include "dialogs.hrc"
|
|
|
|
|
#include "hyprlink.hrc"
|
2004-02-03 17:32:27 +00:00
|
|
|
|
#include "helpid.hrc"
|
|
|
|
|
#include "svxids.hrc"
|
|
|
|
|
|
2003-07-03 15:35:41 +00:00
|
|
|
|
// pragma -------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
// RID_SVXDLG_HYPERLINK ------------------------------------------------------
|
2004-02-03 17:32:27 +00:00
|
|
|
|
ToolBox RID_SVXDLG_HYPERLINK
|
2003-07-03 15:35:41 +00:00
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
2004-02-03 17:32:27 +00:00
|
|
|
|
Hide = TRUE;
|
|
|
|
|
|
|
|
|
|
// Dockable = TRUE ;
|
|
|
|
|
// Closeable = TRUE ;
|
|
|
|
|
// Moveable = TRUE ;
|
|
|
|
|
// Sizeable = TRUE ;
|
|
|
|
|
// EnableResizing = TRUE ;
|
|
|
|
|
|
2003-07-03 15:35:41 +00:00
|
|
|
|
SVLook = TRUE ;
|
2004-02-03 17:32:27 +00:00
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 410 , 17 ) ;
|
|
|
|
|
Scroll = TRUE ;
|
|
|
|
|
HelpID = HID_OFA_HYPERLINK_DLG ;
|
|
|
|
|
|
2004-06-25 10:55:44 +00:00
|
|
|
|
Text [ de ] = "Hyperlink einf<6E>gen" ;
|
|
|
|
|
Text [ en-US ] = "Insert Hyperlink" ;
|
2004-02-03 17:32:27 +00:00
|
|
|
|
|
2003-07-03 15:35:41 +00:00
|
|
|
|
ComboBox CB_NAME
|
|
|
|
|
{
|
2004-02-03 17:32:27 +00:00
|
|
|
|
HelpID = HID_OFA_HYPERLINK_NAME ;
|
|
|
|
|
Pos = MAP_APPFONT ( 2 , 3 ) ;
|
2003-07-03 15:35:41 +00:00
|
|
|
|
Size = MAP_APPFONT ( 100 , 60 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
DropDown = TRUE ;
|
|
|
|
|
AutoSize = TRUE ;
|
|
|
|
|
AutoHScroll = TRUE ;
|
2004-02-03 17:32:27 +00:00
|
|
|
|
DDExtraWidth = TRUE ;
|
2004-06-25 10:55:44 +00:00
|
|
|
|
QuickHelpText [ de ] = "Name des URL" ;
|
|
|
|
|
QuickHelpText [ en-US ] = "URL Name" ;
|
|
|
|
|
QuickHelpText [ x-comment ] = " ";
|
|
|
|
|
QuickHelpText [ x-comment ] = " ";
|
2003-07-03 15:35:41 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FT_URL
|
|
|
|
|
{
|
2004-02-03 17:32:27 +00:00
|
|
|
|
HelpID = HID_OFA_HYPERLINK_URL_TXT ;
|
|
|
|
|
Pos = MAP_APPFONT ( 105 , 5 ) ;
|
2003-07-03 15:35:41 +00:00
|
|
|
|
Size = MAP_APPFONT ( 16 , 10 ) ;
|
2004-06-25 10:55:44 +00:00
|
|
|
|
Text [ de ] = "URL:" ;
|
|
|
|
|
Text [ en-US ] = "URL:" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:35:41 +00:00
|
|
|
|
};
|
|
|
|
|
ComboBox CB_URL
|
|
|
|
|
{
|
2004-02-03 17:32:27 +00:00
|
|
|
|
HelpID = HID_OFA_HYPERLINK_URL ;
|
|
|
|
|
Pos = MAP_APPFONT ( 121 , 3 ) ;
|
2003-07-03 15:35:41 +00:00
|
|
|
|
Size = MAP_APPFONT ( 204 , 60 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
DropDown = TRUE ;
|
|
|
|
|
AutoSize = TRUE ;
|
|
|
|
|
AutoHScroll = TRUE ;
|
2004-02-03 17:32:27 +00:00
|
|
|
|
DDExtraWidth = TRUE ;
|
2004-06-25 10:55:44 +00:00
|
|
|
|
QuickHelpText [ de ] = "Sammelbox f<>r Internet-URLs" ;
|
|
|
|
|
QuickHelpText [ en-US ] = "Internet URLs" ;
|
|
|
|
|
QuickHelpText [ x-comment ] = " ";
|
|
|
|
|
QuickHelpText [ x-comment ] = " ";
|
2003-07-03 15:35:41 +00:00
|
|
|
|
};
|
2004-02-03 17:32:27 +00:00
|
|
|
|
ItemList =
|
2003-07-03 15:35:41 +00:00
|
|
|
|
{
|
2004-02-03 17:32:27 +00:00
|
|
|
|
ToolBoxItem
|
2003-07-03 15:35:41 +00:00
|
|
|
|
{
|
2004-02-03 17:32:27 +00:00
|
|
|
|
HelpID = HID_OFA_HYPERLINK_TARGET ;
|
|
|
|
|
Identifier = BTN_TARGET ;
|
|
|
|
|
DropDown = TRUE ;
|
2004-06-25 10:55:44 +00:00
|
|
|
|
Text [ de ] = "Frame" ;
|
|
|
|
|
Text [ en-US ] = "Target Frame" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2004-02-03 17:32:27 +00:00
|
|
|
|
};
|
|
|
|
|
ToolBoxItem
|
|
|
|
|
{
|
|
|
|
|
Type = TOOLBOXITEM_SEPARATOR ;
|
|
|
|
|
};
|
|
|
|
|
ToolBoxItem
|
|
|
|
|
{
|
|
|
|
|
HelpID = SID_HYPERLINK_SETLINK ;
|
|
|
|
|
Identifier = BTN_LINK ;
|
|
|
|
|
Disable = TRUE ;
|
|
|
|
|
DropDown = TRUE ;
|
2004-06-25 10:55:44 +00:00
|
|
|
|
Text [ de ] = "Link" ;
|
|
|
|
|
Text [ en-US ] = "Hyperlink" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2004-02-03 17:32:27 +00:00
|
|
|
|
};
|
|
|
|
|
ToolBoxItem
|
|
|
|
|
{
|
|
|
|
|
HelpID = SID_CREATELINK ;
|
|
|
|
|
Identifier = BTN_INSERT_BOOKMARK ;
|
|
|
|
|
Disable = TRUE ;
|
|
|
|
|
Hide = TRUE;
|
2004-06-25 10:55:44 +00:00
|
|
|
|
Text [ de ] = "Verkn<6B>pfung" ;
|
|
|
|
|
Text [ en-US ] = "Link" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2004-02-03 17:32:27 +00:00
|
|
|
|
};
|
|
|
|
|
ToolBoxItem
|
|
|
|
|
{
|
|
|
|
|
HelpID = HID_OFA_HYPERLINK_SEARCH ;
|
|
|
|
|
Identifier = BTN_INET_SEARCH ;
|
|
|
|
|
Disable = TRUE ;
|
|
|
|
|
DropDown = TRUE ;
|
2004-06-25 10:55:44 +00:00
|
|
|
|
Text [ de ] = "Suchen" ;
|
|
|
|
|
Text [ en-US ] = "Find" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:35:41 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
2004-02-03 17:32:27 +00:00
|
|
|
|
String STR_ADDRESS
|
|
|
|
|
{
|
2004-06-25 10:55:44 +00:00
|
|
|
|
Text [ de ] = "Adressbuch" ;
|
|
|
|
|
Text [ en-US ] = "Address Book" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2004-02-03 17:32:27 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_EXPLORER
|
|
|
|
|
{
|
2004-06-25 10:55:44 +00:00
|
|
|
|
Text [ de ] = "Bookmark-Ordner" ;
|
|
|
|
|
Text [ en-US ] = "Bookmark folder" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2004-02-03 17:32:27 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_BOOKMARK_SEARCH
|
|
|
|
|
{
|
2004-06-25 10:55:44 +00:00
|
|
|
|
Text [ de ] = "Suche in Bookmarks" ;
|
|
|
|
|
Text [ en-US ] = "Search in bookmarks";
|
|
|
|
|
Text [ x-comment ] = " ";
|
2004-02-03 17:32:27 +00:00
|
|
|
|
};
|
2004-06-25 10:55:44 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:35:41 +00:00
|
|
|
|
};
|
|
|
|
|
// PopupMenu -------------------------------------------------------------
|
|
|
|
|
Menu RID_SVXMN_HYPERLINK
|
|
|
|
|
{
|
|
|
|
|
ItemList =
|
|
|
|
|
{
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = MN_FIELD ;
|
2004-06-25 10:55:44 +00:00
|
|
|
|
Text [ de ] = "Als ~Text" ;
|
|
|
|
|
Text [ en-US ] = "As Text" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:35:41 +00:00
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = MN_BUTTON ;
|
2004-06-25 10:55:44 +00:00
|
|
|
|
Text [ de ] = "Als ~Button" ;
|
|
|
|
|
Text [ en-US ] = "As Button" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:35:41 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
QueryBox RID_SVXQB_DONTEXIST
|
|
|
|
|
{
|
|
|
|
|
BUTTONS = WB_YES_NO ;
|
|
|
|
|
DEFBUTTON = WB_DEF_YES ;
|
2004-06-25 10:55:44 +00:00
|
|
|
|
Message [ de ] = "Der URL existiert nicht.\nSoll er trotzdem eingef<65>gt werden?" ;
|
|
|
|
|
Message [ en-US ] = "This URL does not exist.\nInsert anyway?" ;
|
2003-07-03 15:35:41 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|