Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / sc / source / ui / miscdlgs / linkarea.src
blobd33c6e5e23dca92f970a0d946bdaabdc7c0f9034
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "linkarea.hrc"
21 ModalDialog RID_SCDLG_LINKAREA
23     HelpID = "sc:ModalDialog:RID_SCDLG_LINKAREA";
24     OutputSize = TRUE ;
25     SVLook = TRUE ;
26     Moveable = TRUE ;
27     Closeable = TRUE ;
28     Size = MAP_APPFONT ( 274 , 190 ) ;
29     OKButton BTN_OK
30     {
31         Pos = MAP_APPFONT ( 218 , 8 ) ;
32         Size = MAP_APPFONT ( 50 , 14 ) ;
33         DefButton = TRUE ;
34     };
35     CancelButton BTN_CANCEL
36     {
37         Pos = MAP_APPFONT ( 218 , 25 ) ;
38         Size = MAP_APPFONT ( 50 , 14 ) ;
39     };
40     HelpButton BTN_HELP
41     {
42         Pos = MAP_APPFONT ( 218 , 49 ) ;
43         Size = MAP_APPFONT ( 50 , 14 ) ;
44     };
45     FixedLine FL_LOCATION
46     {
47         Pos = MAP_APPFONT ( 6 , 3 ) ;
48         Size = MAP_APPFONT ( 204 , 8 ) ;
49         Text [ en-US ] = "URL of ~external data source";
50     };
51     ComboBox CB_URL
52     {
53         HelpID = "sc:ComboBox:RID_SCDLG_LINKAREA:CB_URL";
54         Pos = MAP_APPFONT ( 12 , 15 ) ;
55         Size = MAP_APPFONT ( 174 , 80 ) ;
56         TabStop = TRUE ;
57         DropDown = TRUE ;
58     };
59     PushButton BTN_BROWSE
60     {
61         HelpID = "sc:PushButton:RID_SCDLG_LINKAREA:BTN_BROWSE";
62         Pos = MAP_APPFONT ( 190 , 14 ) ;
63         Size = MAP_APPFONT ( 14 , 14 ) ;
64         Text = "~..." ;
65     };
66     FixedText FT_HINT
67     {
68         Pos = MAP_APPFONT ( 12 , 31 ) ;
69         Size = MAP_APPFONT ( 192 , 26 ) ;
70         WordBreak = TRUE ;
71         Text [ en-US ] = "(Enter the URL of the source document in the local file system or Internet here.)";
72     };
73     FixedText FT_RANGES
74     {
75         Pos = MAP_APPFONT ( 6 , 62 ) ;
76         Size = MAP_APPFONT ( 198 , 8 ) ;
77         Text [ en-US ] = "~Available tables/ranges";
78     };
79     MultiListBox LB_RANGES
80     {
81         HelpID = "sc:MultiListBox:RID_SCDLG_LINKAREA:LB_RANGES";
82         SimpleMode = TRUE ;
83         Border = TRUE ;
84         Pos = MAP_APPFONT ( 12 , 74 ) ;
85         Size = MAP_APPFONT ( 192 , 80 ) ;
86         AutoHScroll = TRUE ;
87     };
88     CheckBox BTN_RELOAD
89     {
90         HelpID = "sc:CheckBox:RID_SCDLG_LINKAREA:BTN_RELOAD";
91         Pos = MAP_APPFONT ( 12 , 168 ) ;
92         Size = MAP_APPFONT ( 100 , 10 ) ;
93         TabStop = TRUE ;
94         Text [ en-US ] = "~Update every";
95     };
96     NumericField NF_DELAY
97     {
98         HelpID = "sc:NumericField:RID_SCDLG_LINKAREA:NF_DELAY";
99         Border = TRUE ;
100         Pos = MAP_APPFONT ( 113 , 166 ) ;
101         Size = MAP_APPFONT ( 32 , 12 ) ;
102         TabStop = TRUE ;
103         Spin = TRUE ;
104         Repeat = TRUE ;
105         Minimum = 1 ;
106         Maximum = 99999 ;
107         Value = 60 ;
108     };
109     FixedText FT_SECONDS
110     {
111         Pos = MAP_APPFONT ( 149 , 168 ) ;
112         Size = MAP_APPFONT ( 59 , 8 ) ;
113         Text [ en-US ] = "seconds";
114     };
115     Text [ en-US ] = "External Data";