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: javaedit.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 // include ---------------------------------------------------------------
31 #include "javaedit.hrc"
34 // pragma ----------------------------------------------------------------
36 // RID_SVXDLG_POSTIT -----------------------------------------------------
37 ModalDialog DLG_JAVAEDIT
41 Size = MAP_APPFONT ( 248 , 157 ) ;
45 Pos = MAP_APPFONT ( 12 , 15 ) ;
46 Size = MAP_APPFONT ( 55 , 10 ) ;
47 Text [ en-US ] = "Script type" ;
53 // Nicht uebersetzen!!!
54 Pos = MAP_APPFONT ( 70 , 14 ) ;
55 Size = MAP_APPFONT ( 87 , 12 ) ;
60 Pos = MAP_APPFONT ( 12 , 28 ) ;
61 Size = MAP_APPFONT ( 55 , 10 ) ;
63 Text [ en-US ] = "URL" ;
68 Pos = MAP_APPFONT ( 70 , 27 ) ;
69 Size = MAP_APPFONT ( 87 , 12 ) ;
74 Pos = MAP_APPFONT ( 163 , 26 ) ;
75 Size = MAP_APPFONT ( 14 , 14 ) ;
81 Pos = MAP_APPFONT ( 12 , 40 ) ;
82 Size = MAP_APPFONT ( 140 , 10 ) ;
83 Text [ en-US ] = "~Text" ;
90 Pos = MAP_APPFONT ( 23 , 54 ) ;
91 Size = MAP_APPFONT ( 155 , 91 ) ;
100 Pos = MAP_APPFONT ( 6 , 3 ) ;
101 Size = MAP_APPFONT ( 179 , 8 ) ;
102 Text [ en-US ] = "Contents" ;
106 Pos = MAP_APPFONT ( 191 , 6 ) ;
107 Size = MAP_APPFONT ( 50 , 15 ) ;
110 CancelButton BTN_POST_CANCEL
112 Pos = MAP_APPFONT ( 191 , 23 ) ;
113 Size = MAP_APPFONT ( 50 , 15 ) ;
115 HelpButton BTN_POST_HELP
117 Pos = MAP_APPFONT ( 191 , 40 ) ;
118 Size = MAP_APPFONT ( 50 , 15 ) ;
122 Pos = MAP_APPFONT ( 191 , 60 ) ;
123 Size = MAP_APPFONT ( 24 , 14 ) ;
124 Symbol = IMAGEBUTTON_ARROW_LEFT ;
128 Pos = MAP_APPFONT ( 217 , 60 ) ;
129 Size = MAP_APPFONT ( 24 , 14 ) ;
130 Symbol = IMAGEBUTTON_ARROW_RIGHT ;
135 Text [ en-US ] = "Edit Script" ;
137 String STR_JAVA_INSERT
139 /* ### ACHTUNG: Neuer Text in Resource? Script einfügen : Script einf³gen */
140 Text [ en-US ] = "Insert Script" ;
142 Text [ en-US ] = "Edit Script" ;
144 // ********************************************************************** EOF