Update ooo320-m1
[ooovba.git] / sd / source / ui / dlg / brkdlg.src
blob9c7186250da825ebf428191fa105d0b8a7f9e4a8
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: brkdlg.src,v $
10  * $Revision: 1.15 $
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 "brkdlg.hrc"
32 ModalDialog DLG_BREAK
34     OutputSize = TRUE;
35     SVLook   = TRUE;
36     Pos      = MAP_APPFONT( 84, 34 );
37     Size     = MAP_APPFONT( 160, 74 );
38     Moveable = TRUE;
39     FixedText FT_OBJ_INFO
40     {
41         Pos = MAP_APPFONT( 6, 6 );
42         Size = MAP_APPFONT( 85, 10 );
43         Text [ en-US ] = "Processing metafile:";
44     };
45     FixedText FT_ACT_INFO
46     {
47         Pos = MAP_APPFONT( 6, 22 );
48         Size = MAP_APPFONT( 106, 10 );
49         Text [ en-US ] = "Broken down metaobjects:";
50     };
51     FixedText FT_INS_INFO
52     {
53         Pos = MAP_APPFONT( 6, 38 );
54         Size = MAP_APPFONT( 90, 10 );
55         Text [ en-US ] = "Inserted drawing objects:";
56     };
57     FixedText FI_OBJ_INFO
58     {
59         Pos  = MAP_APPFONT( 100, 6 );
60         Size = MAP_APPFONT( 154, 10 );
61     };
62     FixedText FI_ACT_INFO
63     {
64         Pos      = MAP_APPFONT( 100, 22 );
65         Size     = MAP_APPFONT( 54, 10 );
66     };
67     FixedText FI_INS_INFO
68     {
69         Pos             = MAP_APPFONT( 100, 38 );
70         Size    = MAP_APPFONT( 54, 10 );
71     };
72     CancelButton BTN_CANCEL
73     {
74         Pos = MAP_APPFONT( 55, 54 );
75         Size = MAP_APPFONT( 50, 14 );
76         TabStop = TRUE;
77     };
78     Text [ en-US ] = "Break";