1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 // include --------------------------------------------------------------- 28#include "helpid.hrc" 29#include "cuires.hrc" 30#include "hyphen.hrc" 31 32String RID_SVXSTR_HMERR_CHECKINSTALL 33{ 34 /* ### ACHTUNG: Neuer Text in Resource? ist für die Prüfung nicht verfügbar. \nÜberprüfen Sie bitte Ihre Installation und installieren Sie \ngegebenenfalls die gewünschte Sprache : ist f³r die Pr³fung nicht verf³gbar. \nberpr³fen Sie bitte Ihre Installation und installieren Sie \ngegebenenfalls die gew³nschte Sprache */ 35 /* ### ACHTUNG: Neuer Text in Resource? ist für die Prüfung nicht verfügbar. \nÜberprüfen Sie bitte Ihre Installation und installieren Sie \ngegebenenfalls die gewünschte Sprache : ist f³r die Pr³fung nicht verf³gbar. \nberpr³fen Sie bitte Ihre Installation und installieren Sie \ngegebenenfalls die gew³nschte Sprache */ 36 Text [ en-US ] = "is not available for spellchecking\nPlease check your installation and install the desired language\n" ; 37}; 38 39 // RID_SVXDLG_HYPHENATE -------------------------------------------------- 40ModalDialog RID_SVXDLG_HYPHENATE 41{ 42 HelpId = HID_HYPHENATE ; 43 Size = MAP_APPFONT ( 200 , 111 ) ; 44 OutputSize = TRUE ; 45 SvLook = TRUE ; 46 Text [ en-US ] = "Hyphenation" ; 47 Moveable = TRUE ; 48 49 FixedText FT_WORD 50 { 51 Pos = MAP_APPFONT ( 5 , 5 ) ; 52 Size = MAP_APPFONT ( 120 , 8 ) ; 53 Text [ en-US ] = "~Word" ; 54 }; 55 Edit ED_WORD 56 { 57 HelpID = "cui:Edit:RID_SVXDLG_HYPHENATE:ED_WORD"; 58 BORDER = TRUE ; 59 Pos = MAP_APPFONT ( 5 , 17 ) ; 60 Size = MAP_APPFONT ( 132 , 12 ) ; 61 TABSTOP = TRUE ; 62 LEFT = TRUE ; 63 }; 64 ImageButton BTN_LEFT 65 { 66 HelpID = "cui:ImageButton:RID_SVXDLG_HYPHENATE:BTN_LEFT"; 67 Pos = MAP_APPFONT ( 56 , 33 ) ; 68 Size = MAP_APPFONT ( 14 , 14 ) ; 69 TABSTOP = TRUE ; 70 SYMBOL = IMAGEBUTTON_ARROW_LEFT ; 71 }; 72 ImageButton BTN_RIGHT 73 { 74 HelpID = "cui:ImageButton:RID_SVXDLG_HYPHENATE:BTN_RIGHT"; 75 Pos = MAP_APPFONT ( 75 , 33 ) ; 76 Size = MAP_APPFONT ( 14 , 14 ) ; 77 TABSTOP = TRUE ; 78 Symbol = IMAGEBUTTON_ARROW_RIGHT ; 79 }; 80 OKButton BTN_HYPH_CUT 81 { 82 Pos = MAP_APPFONT ( 144 , 17 ) ; 83 Size = MAP_APPFONT ( 50 , 14 ) ; 84 Text [ en-US ] = "H~yphenate" ; 85 TABSTOP = TRUE ; 86 DEFBUTTON = TRUE ; 87 }; 88 PushButton BTN_HYPH_CONTINUE 89 { 90 HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_CONTINUE"; 91 Pos = MAP_APPFONT ( 144 , 35 ) ; 92 Size = MAP_APPFONT ( 50 , 14 ) ; 93 Text [ en-US ] = "~Skip" ; 94 TABSTOP = TRUE ; 95 }; 96 PushButton BTN_HYPH_DELETE 97 { 98 HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_DELETE"; 99 Pos = MAP_APPFONT ( 144 , 52 ) ; 100 Size = MAP_APPFONT ( 50 , 14 ) ; 101 Text [ en-US ] = "~Remove" ; 102 TABSTOP = TRUE ; 103 }; 104 FixedLine FL_BOTTOM 105 { 106 Pos = MAP_APPFONT ( 0 , 81 ) ; 107 Size = MAP_APPFONT ( 200 , 8 ) ; 108 }; 109 HelpButton BTN_HYPH_HELP 110 { 111 Pos = MAP_APPFONT ( 5 , 93 ) ; 112 Size = MAP_APPFONT ( 50 , 14 ) ; 113 TABSTOP = TRUE ; 114 }; 115 PushButton BTN_HYPH_ALL 116 { 117 HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_ALL"; 118 Pos = MAP_APPFONT ( 63 , 93 ) ; 119 Size = MAP_APPFONT ( 74 , 14 ) ; 120 Text [ en-US ] = "Hyphenate ~All" ; 121 TABSTOP = TRUE ; 122 }; 123 CancelButton BTN_HYPH_CANCEL 124 { 125 Pos = MAP_APPFONT ( 144 , 93 ) ; 126 Size = MAP_APPFONT ( 50 , 14 ) ; 127 Text [ en-US ] = "~Close"; 128 TABSTOP = TRUE ; 129 }; 130}; 131 132 133