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