Files
libreoffice/svx/source/dialog/hyprlink.src
Hans-Joachim Lankenau 16bb53c7da INTEGRATION: CWS mergebuild (1.27.98); FILE MERGED
2004/05/18 16:16:41 hjs 1.27.98.3: RESYNC: (1.29-1.30); FILE MERGED
2004/04/20 17:55:13 hjs 1.27.98.2: RESYNC: (1.27-1.29); FILE MERGED
2003/11/10 17:57:59 ihi 1.27.98.1: #111234# Merge during build
2004-06-25 10:55:44 +00:00

231 lines
6.9 KiB
Plaintext
Raw Blame History

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