Update ooo320-m1
[ooovba.git] / svx / source / dialog / hyprlink.src
blob2eaafcaadcf7e29329ddeaa41ec6854c22761423
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: hyprlink.src,v $
10  * $Revision: 1.36 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30  // include ------------------------------------------------------------------
31 #include <svx/dialogs.hrc>
32 #include "hyprlink.hrc"
33 #include "helpid.hrc"
34 #include <svx/svxids.hrc>
36  // pragma -------------------------------------------------------------------
38  // RID_SVXDLG_HYPERLINK ------------------------------------------------------
39 ToolBox RID_SVXDLG_HYPERLINK
41     OutputSize = TRUE ;
42     Hide = TRUE;
44     //     Dockable = TRUE ;
45     //     Closeable = TRUE ;
46     //     Moveable = TRUE ;
47     //     Sizeable = TRUE ;
48     //     EnableResizing = TRUE ;
50     SVLook = TRUE ;
51     Border = TRUE ;
52     Size = MAP_APPFONT ( 410 , 17 ) ;
53     Scroll = TRUE ;
54     HelpID = HID_OFA_HYPERLINK_DLG ;
56     Text [ en-US ] = "Insert Hyperlink" ;
58     ComboBox CB_NAME
59     {
60         HelpID = HID_OFA_HYPERLINK_NAME ;
61         Pos = MAP_APPFONT ( 2 , 3 ) ;
62         Size = MAP_APPFONT ( 100 , 60 ) ;
63         TabStop = TRUE ;
64         DropDown = TRUE ;
65         AutoSize = TRUE ;
66         AutoHScroll = TRUE ;
67         DDExtraWidth = TRUE ;
68         QuickHelpText [ en-US ] = "URL Name" ;
69     };
70     FixedText FT_URL
71     {
72         HelpID = HID_OFA_HYPERLINK_URL_TXT ;
73         Pos = MAP_APPFONT ( 105 , 5 ) ;
74         Size = MAP_APPFONT ( 16 , 10 ) ;
75         Text [ en-US ] = "URL:" ;
76     };
77     ComboBox CB_URL
78     {
79         HelpID = HID_OFA_HYPERLINK_URL ;
80         Pos = MAP_APPFONT ( 121 , 3 ) ;
81         Size = MAP_APPFONT ( 204 , 60 ) ;
82         TabStop = TRUE ;
83         DropDown = TRUE ;
84         AutoSize = TRUE ;
85         AutoHScroll = TRUE ;
86         DDExtraWidth = TRUE ;
87         QuickHelpText [ en-US ] = "Internet URLs" ;
88     };
89     ItemList =
90     {
91         ToolBoxItem
92         {
93             HelpID = HID_OFA_HYPERLINK_TARGET ;
94             Identifier = BTN_TARGET ;
95             DropDown = TRUE ;
96             Text [ en-US ] = "Target Frame" ;
97         };
98         ToolBoxItem
99         {
100             Type = TOOLBOXITEM_SEPARATOR ;
101         };
102         ToolBoxItem
103         {
104             HelpID = SID_HYPERLINK_SETLINK ;
105             Identifier = BTN_LINK ;
106             Disable = TRUE ;
107             DropDown = TRUE ;
108             Text [ en-US ] = "Hyperlink" ;
109         };
110         ToolBoxItem
111         {
112             HelpID = SID_CREATELINK ;
113             Identifier = BTN_INSERT_BOOKMARK ;
114             Disable = TRUE ;
115             Hide = TRUE;
116             Text [ en-US ] = "Link" ;
117         };
118         ToolBoxItem
119         {
120             HelpID = HID_OFA_HYPERLINK_SEARCH ;
121             Identifier = BTN_INET_SEARCH ;
122             Disable = TRUE ;
123             DropDown = TRUE ;
124             Text [ en-US ] = "Find" ;
125         };
126     };
127     String STR_ADDRESS
128     {
129         Text [ en-US ] = "Address Book" ;
130     };
131     String STR_EXPLORER
132     {
133         Text [ en-US ] = "Bookmark folder" ;
134     };
135     String STR_BOOKMARK_SEARCH
136     {
137         Text [ en-US ] = "Search in bookmarks";
138     };
140  // PopupMenu -------------------------------------------------------------
141 Menu RID_SVXMN_HYPERLINK
143     ItemList =
144     {
145         MenuItem
146         {
147             Identifier = MN_FIELD ;
148             Text [ en-US ] = "As Text" ;
149         };
150         MenuItem
151         {
152             Identifier = MN_BUTTON ;
153             Text [ en-US ] = "As Button" ;
154         };
155     };
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?" ;