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: cookiedg.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 ************************************************************************/
33 #ifndef UUI_COOKIEDG_HRC
34 #include <cookiedg.hrc>
40 ModalDialog DLG_COOKIES
42 HelpId = HID_DLG_COOKIES ;
45 Size = MAP_APPFONT ( 295 , 193 ) ;
47 FixedBitmap FB_COOKIES
60 Pos = MAP_APPFONT ( 65 , 6 ) ;
61 Size = MAP_APPFONT ( 224 , 145 ) ;
65 Pos = MAP_APPFONT ( 6 , 155 ) ;
66 Size = MAP_APPFONT ( 283 , 1 ) ;
68 RadioButton RB_INFUTURE_SEND
70 Pos = MAP_APPFONT ( 12 , 171 ) ;
71 Size = MAP_APPFONT ( 52 , 10 ) ;
72 Text [ en-US ] = "~Send" ;
74 RadioButton RB_INFUTURE_IGNORE
76 Pos = MAP_APPFONT ( 67 , 171 ) ;
77 Size = MAP_APPFONT ( 52 , 10 ) ;
78 Text [ en-US ] = "I~gnore" ;
80 RadioButton RB_INFUTURE_INTERACTIVE
82 Pos = MAP_APPFONT ( 122 , 171 ) ;
83 Size = MAP_APPFONT ( 52 , 10 ) ;
84 Text [ en-US ] = "I~nteractive" ;
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#):
90 Pos = MAP_APPFONT ( 6 , 160 ) ;
91 Size = MAP_APPFONT ( 174 , 27 ) ;
92 Text [ en-US ] = "Future Cookie Handling" ;
94 PushButton BTN_COOKIES_CANCEL
96 Pos = MAP_APPFONT ( 186 , 173 ) ;
97 Size = MAP_APPFONT ( 50 , 14 ) ;
98 Text [ en-US ] = "~Ignore" ;
100 PushButton BTN_COOKIES_OK
102 Pos = MAP_APPFONT ( 239 , 173 ) ;
103 Size = MAP_APPFONT ( 50 , 14 ) ;
105 Text [ en-US ] = "~Send" ;
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" ;