merge the formfield patch from ooo-build
[ooovba.git] / svx / source / cui / webconninfo.src
blobe5411d4542a8c79b3fd0f7929c3aa3e8f6b4d59f
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: webconninfo.src,v $
10  * $Revision: 1.3 $
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  ************************************************************************/
31 // include --------------------------------------------------------------
33 #include <svtools/controldims.hrc>
34 #include "webconninfo.hrc"
35 #include <svx/dialogs.hrc>
36 #include "helpid.hrc"
38 ModalDialog RID_SVXDLG_WEBCONNECTION_INFO
40     HelpID = HID_DLG_WEBCONNECTION_INFO ;
41     OutputSize = TRUE ;
42     SVLook = TRUE ;
43     Size = MAP_APPFONT ( DLG_WIDTH , DLG_HEIGHT ) ;
44     Moveable = TRUE ;
45     Closeable = TRUE ;
46     Text [ en-US ] = "Stored Web Connection Information" ;
47     FixedText FI_NEVERSHOWN
48     {
49         Pos = MAP_APPFONT( COL_0, ROW_0 );
50         Size = MAP_APPFONT( COL_2-COL_0, RSC_CD_FIXEDTEXT_HEIGHT );
51         Text [ en-US ] = "Web login information (passwords are never shown)";
52     };
53     Control LB_PASSWORDS
54     {
55         Pos = MAP_APPFONT ( COL_0 , ROW_1 ) ;
56         Size = MAP_APPFONT ( COL_2-COL_0 , ROW_2-ROW_1 ) ;
57         Border = TRUE ;
58         TabStop = TRUE ;
59     };
60     PushButton PB_REMOVE
61     {
62         Pos = MAP_APPFONT ( COL_0 , ROW_3 ) ;
63         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
64         Text [ en-US ] = "Remove";
65     };
66     PushButton PB_REMOVEALL
67     {
68         Pos = MAP_APPFONT ( COL_1 , ROW_3 ) ;
69         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
70         Text [ en-US ] = "Remove All";
71     };
72     PushButton PB_CHANGE
73     {
74         Pos = MAP_APPFONT ( COL_C , ROW_3 ) ;
75         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
76         Text [ en-US ] = "Change Password...";
77     };
78     FixedLine FL_BUTTONS
79     {
80         Pos = MAP_APPFONT( 0, ROW_4 );
81         Size = MAP_APPFONT( DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
82     };
83     CancelButton PB_CLOSE
84     {
85         Pos = MAP_APPFONT ( COL_B , ROW_5 ) ;
86         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
87         TabStop = TRUE ;
88         DefButton = TRUE ;
89         Text [ en-US ] = "Close";
90     };
91     HelpButton PB_HELP
92     {
93         Pos = MAP_APPFONT ( COL_C , ROW_5 ) ;
94         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
95         TabStop = TRUE ;
96     };
97     String STR_WEBSITE
98     {
99         Text [ en-US ] = "Website";
100     };
101     String STR_USERNAME
102     {
103         Text [ en-US ] = "User name";
104     };