1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 // include --------------------------------------------------------------- 24#include "helpid.hrc" 25#include "cuires.hrc" 26#include "hyphen.hrc" 27 28String RID_SVXSTR_HMERR_CHECKINSTALL 29{ 30 /* ### 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 */ 31 /* ### 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 */ 32 Text [ en-US ] = "is not available for spellchecking\nPlease check your installation and install the desired language\n" ; 33}; 34 35 // RID_SVXDLG_HYPHENATE -------------------------------------------------- 36ModalDialog RID_SVXDLG_HYPHENATE 37{ 38 HelpId = HID_HYPHENATE ; 39 Size = MAP_APPFONT ( 200 , 111 ) ; 40 OutputSize = TRUE ; 41 SvLook = TRUE ; 42 Text [ en-US ] = "Hyphenation" ; 43 Moveable = TRUE ; 44 45 FixedText FT_WORD 46 { 47 Pos = MAP_APPFONT ( 5 , 5 ) ; 48 Size = MAP_APPFONT ( 120 , 8 ) ; 49 Text [ en-US ] = "~Word" ; 50 }; 51 Edit ED_WORD 52 { 53 HelpID = "cui:Edit:RID_SVXDLG_HYPHENATE:ED_WORD"; 54 BORDER = TRUE ; 55 Pos = MAP_APPFONT ( 5 , 17 ) ; 56 Size = MAP_APPFONT ( 132 , 12 ) ; 57 TABSTOP = TRUE ; 58 LEFT = TRUE ; 59 }; 60 ImageButton BTN_LEFT 61 { 62 HelpID = "cui:ImageButton:RID_SVXDLG_HYPHENATE:BTN_LEFT"; 63 Pos = MAP_APPFONT ( 56 , 33 ) ; 64 Size = MAP_APPFONT ( 14 , 14 ) ; 65 TABSTOP = TRUE ; 66 SYMBOL = IMAGEBUTTON_ARROW_LEFT ; 67 }; 68 ImageButton BTN_RIGHT 69 { 70 HelpID = "cui:ImageButton:RID_SVXDLG_HYPHENATE:BTN_RIGHT"; 71 Pos = MAP_APPFONT ( 75 , 33 ) ; 72 Size = MAP_APPFONT ( 14 , 14 ) ; 73 TABSTOP = TRUE ; 74 Symbol = IMAGEBUTTON_ARROW_RIGHT ; 75 }; 76 OKButton BTN_HYPH_CUT 77 { 78 Pos = MAP_APPFONT ( 144 , 17 ) ; 79 Size = MAP_APPFONT ( 50 , 14 ) ; 80 Text [ en-US ] = "H~yphenate" ; 81 TABSTOP = TRUE ; 82 DEFBUTTON = TRUE ; 83 }; 84 PushButton BTN_HYPH_CONTINUE 85 { 86 HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_CONTINUE"; 87 Pos = MAP_APPFONT ( 144 , 35 ) ; 88 Size = MAP_APPFONT ( 50 , 14 ) ; 89 Text [ en-US ] = "~Skip" ; 90 TABSTOP = TRUE ; 91 }; 92 PushButton BTN_HYPH_DELETE 93 { 94 HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_DELETE"; 95 Pos = MAP_APPFONT ( 144 , 52 ) ; 96 Size = MAP_APPFONT ( 50 , 14 ) ; 97 Text [ en-US ] = "~Remove" ; 98 TABSTOP = TRUE ; 99 }; 100 FixedLine FL_BOTTOM 101 { 102 Pos = MAP_APPFONT ( 0 , 81 ) ; 103 Size = MAP_APPFONT ( 200 , 8 ) ; 104 }; 105 HelpButton BTN_HYPH_HELP 106 { 107 Pos = MAP_APPFONT ( 5 , 93 ) ; 108 Size = MAP_APPFONT ( 50 , 14 ) ; 109 TABSTOP = TRUE ; 110 }; 111 PushButton BTN_HYPH_ALL 112 { 113 HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_ALL"; 114 Pos = MAP_APPFONT ( 63 , 93 ) ; 115 Size = MAP_APPFONT ( 74 , 14 ) ; 116 Text [ en-US ] = "Hyphenate ~All" ; 117 TABSTOP = TRUE ; 118 }; 119 CancelButton BTN_HYPH_CANCEL 120 { 121 Pos = MAP_APPFONT ( 144 , 93 ) ; 122 Size = MAP_APPFONT ( 50 , 14 ) ; 123 Text [ en-US ] = "~Close"; 124 TABSTOP = TRUE ; 125 }; 126}; 127 128 129