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: hyphen.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 ---------------------------------------------------------------
32 #include <svx/dialogs.hrc>
34 // pragma ----------------------------------------------------------------
36 // RID_SVXDLG_HYPHENATE --------------------------------------------------
37 ModalDialog RID_SVXDLG_HYPHENATE
39 HelpId = HID_HYPHENATE ;
40 Size = MAP_APPFONT ( 188 , 100 ) ;
43 Text [ en-US ] = "Hyphenation" ;
48 Pos = MAP_APPFONT ( 6 , 17 ) ;
49 Size = MAP_APPFONT ( 120 , 12 ) ;
55 Pos = MAP_APPFONT ( 6 , 33 ) ;
56 Size = MAP_APPFONT ( 14 , 14 ) ;
58 SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
62 Pos = MAP_APPFONT ( 22 , 33 ) ;
63 Size = MAP_APPFONT ( 14 , 14 ) ;
65 Symbol = IMAGEBUTTON_ARROW_RIGHT ;
69 Pos = MAP_APPFONT ( 6 , 6 ) ;
70 Size = MAP_APPFONT ( 120 , 8 ) ;
71 Text [ en-US ] = "~Word" ;
73 PushButton BTN_HYPH_CONTINUE
75 Pos = MAP_APPFONT ( 132 , 43 ) ;
76 Size = MAP_APPFONT ( 50 , 14 ) ;
77 Text [ en-US ] = "~Next" ;
80 PushButton BTN_HYPH_DELETE
82 Pos = MAP_APPFONT ( 132 , 60 ) ;
83 Size = MAP_APPFONT ( 50 , 14 ) ;
84 Text [ en-US ] = "~Remove" ;
89 Pos = MAP_APPFONT ( 132 , 6 ) ;
90 Size = MAP_APPFONT ( 50 , 14 ) ;
91 Text [ en-US ] = "~Hyphenate" ;
95 CancelButton BTN_HYPH_CANCEL
97 Pos = MAP_APPFONT ( 132 , 23 ) ;
98 Size = MAP_APPFONT ( 50 , 14 ) ;
101 HelpButton BTN_HYPH_HELP
103 Pos = MAP_APPFONT ( 132 , 80 ) ;
104 Size = MAP_APPFONT ( 50 , 14 ) ;
108 // ******************************************************************* EOF