update dev300-m58
[ooovba.git] / uui / source / cookiedg.src
blobbc451267245ea9191a21b329a219bca3670ffb03
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: cookiedg.src,v $
10  * $Revision: 1.33 $
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 #define __RSC
33 #ifndef UUI_COOKIEDG_HRC
34 #include <cookiedg.hrc>
35 #endif
36 #ifndef UUI_IDS_HRC
37 #include <ids.hrc>
38 #endif
40 ModalDialog DLG_COOKIES
42     HelpId = HID_DLG_COOKIES ;
43     OutputSize = TRUE ;
44     SVLook = TRUE ;
45     Size = MAP_APPFONT ( 295 , 193 ) ;
46     Moveable = TRUE ;
47     FixedBitmap FB_COOKIES
48     {
49         Border = True ;
50         Hide = TRUE ;
51         Fixed = Bitmap
52         {
53             File = "cookie.bmp" ;
54         };
55     };
56     FixedText FT_COOKIES
57     {
58         SVLook = TRUE ;
59         WordBreak = True ;
60         Pos = MAP_APPFONT ( 65 , 6 ) ;
61         Size = MAP_APPFONT ( 224 , 145 ) ;
62     };
63     FixedLine FL_COOKIES
64     {
65         Pos = MAP_APPFONT ( 6 , 155 ) ;
66         Size = MAP_APPFONT ( 283 , 1 ) ;
67     };
68     RadioButton RB_INFUTURE_SEND
69     {
70         Pos = MAP_APPFONT ( 12 , 171 ) ;
71         Size = MAP_APPFONT ( 52 , 10 ) ;
72         Text [ en-US ] = "~Send" ;
73     };
74     RadioButton RB_INFUTURE_IGNORE
75     {
76         Pos = MAP_APPFONT ( 67 , 171 ) ;
77         Size = MAP_APPFONT ( 52 , 10 ) ;
78         Text [ en-US ] = "I~gnore" ;
79     };
80     RadioButton RB_INFUTURE_INTERACTIVE
81     {
82         Pos = MAP_APPFONT ( 122 , 171 ) ;
83         Size = MAP_APPFONT ( 52 , 10 ) ;
84         Text [ en-US ] = "I~nteractive" ;
85     };
86     //TODO! If this dialog is ever used again (and it should definitely be
87     // redesigned then!), get rid of the following group box (see #88883#):
88     GroupBox GB_INFUTURE
89     {
90         Pos = MAP_APPFONT ( 6 , 160 ) ;
91         Size = MAP_APPFONT ( 174 , 27 ) ;
92         Text [ en-US ] = "Future Cookie Handling" ;
93     };
94     PushButton BTN_COOKIES_CANCEL
95     {
96         Pos = MAP_APPFONT ( 186 , 173 ) ;
97         Size = MAP_APPFONT ( 50 , 14 ) ;
98         Text [ en-US ] = "~Ignore" ;
99     };
100     PushButton BTN_COOKIES_OK
101     {
102         Pos = MAP_APPFONT ( 239 , 173 ) ;
103         Size = MAP_APPFONT ( 50 , 14 ) ;
104         DefButton = TRUE ;
105         Text [ en-US ] = "~Send" ;
106     };
109 String STR_COOKIES_RECV_START
111     Text [ en-US ] = "The '${HOST}' server wishes to set one or more cookies.\nCookies contain information referring to certain URL classes. If %PRODUCTNAME later requests a document with a URL corresponding to the class of a previously set cookie, %PRODUCTNAME will send this information to the server. This allows a server to recognize the status of a WWW application, e.g., when shopping online.\n\nThe following Cookies should be set:\n\n" ;
114 String STR_COOKIES_RECV_COOKIES
116     Text [ en-US ] = "Domain: ${DOMAIN}, Path: ${PATH}, Cookie: ${COOKIE}.\n" ;
119 String STR_COOKIES_RECV_TITLE
121     Text [ en-US ] = "Cookie Reception" ;
124 String STR_COOKIES_SEND_START
126     Text [ en-US ] = "%PRODUCTNAME has saved cookies for the server '${HOST}' which will be sent when requesting the document ${PATH}.\nCookies contain information which refers to certain URL classes. They are sent by some servers to %PRODUCTNAME where they are saved when certain documents are accessed. If %PRODUCTNAME loads a document that, according to the URL, corresponds to a class of one of the previously received Cookies, %PRODUCTNAME will send this information to that server. This enables a server to keep track of the status of a WWW application, e.g., when shopping online.\n\nThe following Cookies should be set:\n\n" ;
129 String STR_COOKIES_SEND_COOKIES
131     Text [ en-US ] = "Domain: ${DOMAIN}, Path: ${PATH}, Cookie: ${COOKIE}.\n" ;
134 String STR_COOKIES_SEND_TITLE
136     Text [ en-US ] = "Send Cookies" ;