1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: hyprlink.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 // include ------------------------------------------------------------------
31 #include <svx/dialogs.hrc>
32 #include "hyprlink.hrc"
34 #include <svx/svxids.hrc>
36 // pragma -------------------------------------------------------------------
38 // RID_SVXDLG_HYPERLINK ------------------------------------------------------
39 ToolBox RID_SVXDLG_HYPERLINK
48 // EnableResizing = TRUE ;
52 Size = MAP_APPFONT ( 410 , 17 ) ;
54 HelpID = HID_OFA_HYPERLINK_DLG ;
56 Text [ en-US ] = "Insert Hyperlink" ;
60 HelpID = HID_OFA_HYPERLINK_NAME ;
61 Pos = MAP_APPFONT ( 2 , 3 ) ;
62 Size = MAP_APPFONT ( 100 , 60 ) ;
68 QuickHelpText [ en-US ] = "URL Name" ;
72 HelpID = HID_OFA_HYPERLINK_URL_TXT ;
73 Pos = MAP_APPFONT ( 105 , 5 ) ;
74 Size = MAP_APPFONT ( 16 , 10 ) ;
75 Text [ en-US ] = "URL:" ;
79 HelpID = HID_OFA_HYPERLINK_URL ;
80 Pos = MAP_APPFONT ( 121 , 3 ) ;
81 Size = MAP_APPFONT ( 204 , 60 ) ;
87 QuickHelpText [ en-US ] = "Internet URLs" ;
93 HelpID = HID_OFA_HYPERLINK_TARGET ;
94 Identifier = BTN_TARGET ;
96 Text [ en-US ] = "Target Frame" ;
100 Type = TOOLBOXITEM_SEPARATOR ;
104 HelpID = SID_HYPERLINK_SETLINK ;
105 Identifier = BTN_LINK ;
108 Text [ en-US ] = "Hyperlink" ;
112 HelpID = SID_CREATELINK ;
113 Identifier = BTN_INSERT_BOOKMARK ;
116 Text [ en-US ] = "Link" ;
120 HelpID = HID_OFA_HYPERLINK_SEARCH ;
121 Identifier = BTN_INET_SEARCH ;
124 Text [ en-US ] = "Find" ;
129 Text [ en-US ] = "Address Book" ;
133 Text [ en-US ] = "Bookmark folder" ;
135 String STR_BOOKMARK_SEARCH
137 Text [ en-US ] = "Search in bookmarks";
140 // PopupMenu -------------------------------------------------------------
141 Menu RID_SVXMN_HYPERLINK
147 Identifier = MN_FIELD ;
148 Text [ en-US ] = "As Text" ;
152 Identifier = MN_BUTTON ;
153 Text [ en-US ] = "As Button" ;
157 QueryBox RID_SVXQB_DONTEXIST
159 BUTTONS = WB_YES_NO ;
160 DEFBUTTON = WB_DEF_YES ;
161 Message [ en-US ] = "This URL does not exist.\nInsert anyway?" ;