update dev300-m58
[ooovba.git] / sw / source / ui / misc / bookmark.src
blob4031d0119b2f62b88a5d094c13e84f5dc39df494
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: bookmark.src,v $
10  * $Revision: 1.26 $
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 "misc.hrc"
32 #include "bookmark.hrc"
33 #include "cmdid.h"
34 #include "helpid.h"
35 ModalDialog DLG_INSERT_BOOKMARK
37     HelpID = FN_INSERT_BOOKMARK ;
38     OUTPUTSIZE = TRUE ;
39     Size = MAP_APPFONT ( 179 , 96 ) ;
40     /* ### ACHTUNG: Neuer Text in Resource? Textmarke einfügen : Textmarke einf³gen */
41     Text [ en-US ] = "Insert Bookmark" ;
42     MOVEABLE = TRUE ;
43     SVLOOK = TRUE ;
44     OkButton BT_OK
45     {
46         DISABLE = TRUE ;
47         Pos = MAP_APPFONT ( 123 , 6 ) ;
48         Size = MAP_APPFONT ( 50 , 14 ) ;
49         TABSTOP = TRUE ;
50         DefButton = TRUE ;
51     };
52     CancelButton BT_CANCEL
53     {
54         Pos = MAP_APPFONT ( 123 , 23 ) ;
55         Size = MAP_APPFONT ( 50 , 14 ) ;
56         TABSTOP = TRUE ;
57     };
58     ComboBox CB_BOOKMARK
59     {
60         Pos = MAP_APPFONT ( 12 , 14 ) ;
61         Size = MAP_APPFONT ( 99 , 76 ) ;
62         TABSTOP = TRUE ;
63         AutoHScroll = TRUE ;
64         SORT = TRUE ;
65     };
66     PushButton BT_DELETE
67     {
68         Pos = MAP_APPFONT ( 123 , 40 ) ;
69         Size = MAP_APPFONT ( 50 , 14 ) ;
70         /* ### ACHTUNG: Neuer Text in Resource? ~Löschen : ~L÷schen */
71         Text [ en-US ] = "~Delete" ;
72         TABSTOP = TRUE ;
73         DISABLE = TRUE ;
74     };
75     FixedLine FL_BOOKMARK
76     {
77         Pos = MAP_APPFONT ( 6 , 3 ) ;
78         Size = MAP_APPFONT ( 111 , 8 ) ;
79         Text [ en-US ] = "Bookmarks" ;
80     };
82 String STR_REMOVE_WARNING
84     Text [ en-US ] = "The following characters are not valid and have been removed: ";