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