xref: /aoo42x/main/cui/source/dialogs/hyphen.src (revision 801b713d)
10e2af6afSAndrew Rist/**************************************************************
2*801b713dSmseidel *
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
10*801b713dSmseidel *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*801b713dSmseidel *
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.
19*801b713dSmseidel *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23*801b713dSmseidel
24*801b713dSmseidel// 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
34*801b713dSmseidel// RID_SVXDLG_HYPHENATE --------------------------------------------------
35cdf0e10cSrcweirModalDialog RID_SVXDLG_HYPHENATE
36cdf0e10cSrcweir{
37cdf0e10cSrcweir	HelpId = HID_HYPHENATE ;
38*801b713dSmseidel	Size = MAP_APPFONT ( 200, 111 ) ;
39cdf0e10cSrcweir	OutputSize = TRUE ;
40cdf0e10cSrcweir	SvLook = TRUE ;
41cdf0e10cSrcweir	Text [ en-US ] = "Hyphenation" ;
42cdf0e10cSrcweir	Moveable = TRUE ;
43cdf0e10cSrcweir
44*801b713dSmseidel	FixedText FT_WORD
45*801b713dSmseidel	{
46*801b713dSmseidel        Pos = MAP_APPFONT ( 5, 5 ) ;
47*801b713dSmseidel        Size = MAP_APPFONT ( 120, 8 ) ;
48cdf0e10cSrcweir        Text [ en-US ] = "~Word" ;
49*801b713dSmseidel	};
50cdf0e10cSrcweir	Edit ED_WORD
51cdf0e10cSrcweir	{
52*801b713dSmseidel	    HelpID = "cui:Edit:RID_SVXDLG_HYPHENATE:ED_WORD" ;
53cdf0e10cSrcweir		BORDER = TRUE ;
54*801b713dSmseidel        Pos = MAP_APPFONT ( 5, 17 ) ;
55*801b713dSmseidel        Size = MAP_APPFONT ( 132, 12 ) ;
56cdf0e10cSrcweir		TABSTOP = TRUE ;
57cdf0e10cSrcweir		LEFT = TRUE ;
58cdf0e10cSrcweir	};
59cdf0e10cSrcweir	ImageButton BTN_LEFT
60cdf0e10cSrcweir	{
61*801b713dSmseidel	    HelpID = "cui:ImageButton:RID_SVXDLG_HYPHENATE:BTN_LEFT" ;
62*801b713dSmseidel        Pos = MAP_APPFONT ( 56, 33 ) ;
63*801b713dSmseidel		Size = MAP_APPFONT ( 14, 14 ) ;
64cdf0e10cSrcweir		TABSTOP = TRUE ;
65cdf0e10cSrcweir		SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
66cdf0e10cSrcweir	};
67cdf0e10cSrcweir	ImageButton BTN_RIGHT
68cdf0e10cSrcweir	{
69*801b713dSmseidel	    HelpID = "cui:ImageButton:RID_SVXDLG_HYPHENATE:BTN_RIGHT" ;
70*801b713dSmseidel        Pos = MAP_APPFONT ( 75, 33 ) ;
71*801b713dSmseidel		Size = MAP_APPFONT ( 14, 14 ) ;
72cdf0e10cSrcweir		TABSTOP = TRUE ;
73cdf0e10cSrcweir		Symbol = IMAGEBUTTON_ARROW_RIGHT ;
74cdf0e10cSrcweir	};
75cdf0e10cSrcweir    OKButton BTN_HYPH_CUT
76cdf0e10cSrcweir    {
77*801b713dSmseidel        Pos = MAP_APPFONT ( 144, 17 ) ;
78*801b713dSmseidel        Size = MAP_APPFONT ( 50, 14 ) ;
79cdf0e10cSrcweir        Text [ en-US ] = "H~yphenate" ;
80cdf0e10cSrcweir        TABSTOP = TRUE ;
81cdf0e10cSrcweir        DEFBUTTON = TRUE ;
82cdf0e10cSrcweir    };
83cdf0e10cSrcweir	PushButton BTN_HYPH_CONTINUE
84cdf0e10cSrcweir	{
85*801b713dSmseidel	    HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_CONTINUE" ;
86*801b713dSmseidel        Pos = MAP_APPFONT ( 144, 35 ) ;
87*801b713dSmseidel        Size = MAP_APPFONT ( 50, 14 ) ;
88cdf0e10cSrcweir        Text [ en-US ] = "~Skip" ;
89cdf0e10cSrcweir		TABSTOP = TRUE ;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir	PushButton BTN_HYPH_DELETE
92cdf0e10cSrcweir	{
93*801b713dSmseidel	    HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_DELETE" ;
94*801b713dSmseidel        Pos = MAP_APPFONT ( 144, 52 ) ;
95*801b713dSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
96cdf0e10cSrcweir		Text [ en-US ] = "~Remove" ;
97cdf0e10cSrcweir		TABSTOP = TRUE ;
98cdf0e10cSrcweir	};
99cdf0e10cSrcweir    FixedLine FL_BOTTOM
100cdf0e10cSrcweir    {
101*801b713dSmseidel        Pos = MAP_APPFONT ( 0, 81 ) ;
102*801b713dSmseidel        Size = MAP_APPFONT ( 200, 8 ) ;
103cdf0e10cSrcweir    };
104cdf0e10cSrcweir    HelpButton BTN_HYPH_HELP
105cdf0e10cSrcweir    {
106*801b713dSmseidel        Pos = MAP_APPFONT ( 5, 93 ) ;
107*801b713dSmseidel        Size = MAP_APPFONT ( 50, 14 ) ;
108cdf0e10cSrcweir        TABSTOP = TRUE ;
109cdf0e10cSrcweir    };
110cdf0e10cSrcweir    PushButton BTN_HYPH_ALL
111cdf0e10cSrcweir    {
112*801b713dSmseidel        HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_ALL" ;
113*801b713dSmseidel        Pos = MAP_APPFONT ( 63, 93 ) ;
114*801b713dSmseidel        Size = MAP_APPFONT ( 74, 14 ) ;
115cdf0e10cSrcweir        Text [ en-US ] = "Hyphenate ~All" ;
116cdf0e10cSrcweir        TABSTOP = TRUE ;
117cdf0e10cSrcweir    };
118cdf0e10cSrcweir	CancelButton BTN_HYPH_CANCEL
119cdf0e10cSrcweir	{
120*801b713dSmseidel        Pos = MAP_APPFONT ( 144, 93 ) ;
121*801b713dSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
122*801b713dSmseidel        Text [ en-US ] = "~Close" ;
123cdf0e10cSrcweir		TABSTOP = TRUE ;
124cdf0e10cSrcweir	};
125cdf0e10cSrcweir};
126cdf0e10cSrcweir
127*801b713dSmseidel// ********************************************************************** EOF
128