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: ucbexplorer.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 ************************************************************************/
30 //=========================================================================
32 // UCB Explorer ( resources )
34 // (C) 2000 StarOffice Entwicklungs GmbH, Hamburg, Germany
36 // $Author: rt $ $Date: 2008-04-10 16:20:05 $Revision$
38 //=========================================================================
40 #include "ucbexplorer.hrc"
49 Identifier = MENU_FILE ;
50 Text [ en-US ] = "~File" ;
58 Identifier = MENU_EXIT ;
59 Text [ en-US ] = "~Exit" ;
62 Function = KEYFUNC_QUIT ;
78 Identifier = MENU_NEW ;
79 Text [ en-US ] = "~New" ;
83 Identifier = MENU_RENAME ;
84 Text [ en-US ] = "~Rename" ;
88 Identifier = MENU_DELETE ;
89 Text [ en-US ] = "~Delete" ;
94 Bitmap BMP_FOLDER_CLOSED
96 File = "bmp/fldclose.bmp" ;
98 Bitmap BMP_FOLDER_OPENED
100 File = "bmp/fldopen.bmp" ;
104 File = "bmp/document.bmp" ;
108 File = "bmp/link.bmp" ;
111 ModalDialog DLG_STRINGINPUT
117 Size = MAP_APPFONT ( 218 , 44 ) ;
118 FixedText FT_STRINGINPUT_DLG_NAME
120 Pos = MAP_APPFONT ( 12 , 18 ) ;
121 Size = MAP_APPFONT ( 28 , 10 ) ;
122 Text [ en-US ] = "~Value" ;
124 Edit ED_STRINGINPUT_DLG_NAME
126 Pos = MAP_APPFONT ( 40 , 16 ) ;
127 Size = MAP_APPFONT ( 110 , 12 ) ;
131 GroupBox GB_STRINGINPUT_DLG_NAME
134 Pos = MAP_APPFONT ( 6 , 3 ) ;
135 Size = MAP_APPFONT ( 150 , 36 ) ;
137 OKButton BT_STRINGINPUT_DLG_OK
139 Pos = MAP_APPFONT ( 162 , 6 ) ;
140 Size = MAP_APPFONT ( 50 , 14 ) ;
143 CancelButton BT_STRINGINPUT_DLG_CANCEL
145 Pos = MAP_APPFONT ( 162 , 23 ) ;
146 Size = MAP_APPFONT ( 50 , 14 ) ;
148 HelpButton BT_STRINGINPUT_DLG_HELP
150 Pos = MAP_APPFONT ( 162 , 200 ) ;
151 Size = MAP_APPFONT ( 50 , 14 ) ;
157 Text [ en-US ] = "UCB Explorer" ;