1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir#include "helpid.hrc"
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir#ifndef __FRAMEWORK_CLASSES_RESOURCE_HRC_
31*cdf0e10cSrcweir#include <classes/resource.hrc>
32*cdf0e10cSrcweir#endif
33*cdf0e10cSrcweir
34*cdf0e10cSrcweirString STR_MENU_ADDONS
35*cdf0e10cSrcweir{
36*cdf0e10cSrcweir	Text [ en-US ] = "Add-Ons" ;
37*cdf0e10cSrcweir};
38*cdf0e10cSrcweir
39*cdf0e10cSrcweirString STR_MENU_ADDONHELP
40*cdf0e10cSrcweir{
41*cdf0e10cSrcweir	Text [ en-US ] = "Add-~On Help" ;
42*cdf0e10cSrcweir};
43*cdf0e10cSrcweir
44*cdf0e10cSrcweirString STR_MENU_HEADFOOTALL
45*cdf0e10cSrcweir{
46*cdf0e10cSrcweir	Text [ en-US ] = "All" ;
47*cdf0e10cSrcweir};
48*cdf0e10cSrcweir
49*cdf0e10cSrcweirString STR_UPDATEDOC
50*cdf0e10cSrcweir{
51*cdf0e10cSrcweir	Text [ en-US ] = "~Update" ;
52*cdf0e10cSrcweir};
53*cdf0e10cSrcweir
54*cdf0e10cSrcweirString STR_CLOSEDOC_ANDRETURN
55*cdf0e10cSrcweir{
56*cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? S~chlieen & zur ck zu  : S~chlieen & zurck zu  */
57*cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? S~chlie en & zur ck zu  : S~chlieen & zurck zu  */
58*cdf0e10cSrcweir	Text [ en-US ] = "~Close & Return to " ;
59*cdf0e10cSrcweir};
60*cdf0e10cSrcweir
61*cdf0e10cSrcweirMenu POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
62*cdf0e10cSrcweir{
63*cdf0e10cSrcweir	ItemList =
64*cdf0e10cSrcweir	{
65*cdf0e10cSrcweir        MenuItem
66*cdf0e10cSrcweir        {
67*cdf0e10cSrcweir	        Identifier = MENUITEM_TOOLBAR_VISIBLEBUTTON;
68*cdf0e10cSrcweir            SubMenu = Menu
69*cdf0e10cSrcweir		    {
70*cdf0e10cSrcweir		    };
71*cdf0e10cSrcweir            Text[ en-US ] = "Visible ~Buttons";
72*cdf0e10cSrcweir	    };
73*cdf0e10cSrcweir        MenuItem
74*cdf0e10cSrcweir        {
75*cdf0e10cSrcweir	        Identifier = MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR;
76*cdf0e10cSrcweir	        Command = ".uno:ConfigureToolboxVisible" ;
77*cdf0e10cSrcweir	        Text[ en-US ] = "~Customize Toolbar...";
78*cdf0e10cSrcweir        };
79*cdf0e10cSrcweir		MenuItem
80*cdf0e10cSrcweir		{
81*cdf0e10cSrcweir			Separator = TRUE ;
82*cdf0e10cSrcweir		};
83*cdf0e10cSrcweir        MenuItem
84*cdf0e10cSrcweir        {
85*cdf0e10cSrcweir            Identifier = MENUITEM_TOOLBAR_DOCKTOOLBAR;
86*cdf0e10cSrcweir            Text[ en-US ] = "~Dock Toolbar" ;
87*cdf0e10cSrcweir        };
88*cdf0e10cSrcweir        MenuItem
89*cdf0e10cSrcweir        {
90*cdf0e10cSrcweir            Identifier = MENUITEM_TOOLBAR_DOCKALLTOOLBAR;
91*cdf0e10cSrcweir            Text[ en-US ] = "Dock ~All Toolbars" ;
92*cdf0e10cSrcweir        };
93*cdf0e10cSrcweir		MenuItem
94*cdf0e10cSrcweir		{
95*cdf0e10cSrcweir			Separator = TRUE ;
96*cdf0e10cSrcweir		};
97*cdf0e10cSrcweir        MenuItem
98*cdf0e10cSrcweir        {
99*cdf0e10cSrcweir            Identifier = MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION;
100*cdf0e10cSrcweir            Text[ en-US ] = "~Lock Toolbar Position" ;
101*cdf0e10cSrcweir        };
102*cdf0e10cSrcweir        MenuItem
103*cdf0e10cSrcweir        {
104*cdf0e10cSrcweir            Identifier = MENUITEM_TOOLBAR_CLOSE;
105*cdf0e10cSrcweir            Text[ en-US ] = "Close ~Toolbar" ;
106*cdf0e10cSrcweir        };
107*cdf0e10cSrcweir    };
108*cdf0e10cSrcweir};
109*cdf0e10cSrcweir
110*cdf0e10cSrcweirString STR_SAVECOPYDOC
111*cdf0e10cSrcweir{
112*cdf0e10cSrcweir	Text [ en-US ] = "Save Copy ~as..." ;
113*cdf0e10cSrcweir};
114*cdf0e10cSrcweir
115*cdf0e10cSrcweirString STR_NODOCUMENT
116*cdf0e10cSrcweir{
117*cdf0e10cSrcweir    Text [ en-US ] = "No Documents";
118*cdf0e10cSrcweir};
119*cdf0e10cSrcweir
120*cdf0e10cSrcweirString STR_TOOLBAR_TITLE_ADDON
121*cdf0e10cSrcweir{
122*cdf0e10cSrcweir    Text [ en-US ] = "Add-On %num%";
123*cdf0e10cSrcweir};
124*cdf0e10cSrcweir
125*cdf0e10cSrcweirString STR_STATUSBAR_LOGOTEXT
126*cdf0e10cSrcweir{
127*cdf0e10cSrcweir    Text [ en-US ] = "A %PRODUCTNAME product by Oracle";
128*cdf0e10cSrcweir};
129*cdf0e10cSrcweir
130*cdf0e10cSrcweir// ***********************************************************************
131*cdf0e10cSrcweir//       License Dialog
132*cdf0e10cSrcweir// ***********************************************************************
133*cdf0e10cSrcweir#define LICENSE_DIALOG_WIDTH  260
134*cdf0e10cSrcweir//#define LICENSE_DIALOG_HEIGTH 185
135*cdf0e10cSrcweir//#define LICENSE_DIALOG_HEIGTH 190
136*cdf0e10cSrcweir#define LICENSE_RIGHT_BORDER  7
137*cdf0e10cSrcweir#define LICENSE_BOTTOM_BORDER  0
138*cdf0e10cSrcweir#define LICENSE_ROW_1 (7)
139*cdf0e10cSrcweir#define LICENSE_COL_1 (7)
140*cdf0e10cSrcweir
141*cdf0e10cSrcweir#define OFFSET        2
142*cdf0e10cSrcweir#define COL2_WIDTH   10
143*cdf0e10cSrcweir#define OFFSET_IMG   10
144*cdf0e10cSrcweir#define FT_HEIGHT     8
145*cdf0e10cSrcweir#define PB_HEIGHT    14
146*cdf0e10cSrcweir#define PD_WIDTH     40
147*cdf0e10cSrcweir
148*cdf0e10cSrcweir#define LICENSE_HEIGHT 102
149*cdf0e10cSrcweir#define LICENSE_ROW_2 (LICENSE_ROW_1 + OFFSET + LICENSE_HEIGHT)
150*cdf0e10cSrcweir#define LICENSE_ROW_3 (LICENSE_ROW_2 + OFFSET + FT_HEIGHT)
151*cdf0e10cSrcweir#define LICENSE_ROW_4 (LICENSE_ROW_3 + OFFSET + 3*FT_HEIGHT )
152*cdf0e10cSrcweir#define LICENSE_ROW_5 (LICENSE_ROW_4 + FT_HEIGHT+ OFFSET )
153*cdf0e10cSrcweir#define LICENSE_ROW_6 (LICENSE_ROW_5 + 2*OFFSET )
154*cdf0e10cSrcweir
155*cdf0e10cSrcweir#define LICENSE_DIALOG_HEIGTH (LICENSE_ROW_6 + + PB_HEIGHT + 7)
156*cdf0e10cSrcweir
157*cdf0e10cSrcweir#define LICENSE_COL_2 (LICENSE_COL_1 + OFFSET_IMG)
158*cdf0e10cSrcweir#define LICENSE_COL_3 (LICENSE_COL_2 + COL2_WIDTH +1)
159*cdf0e10cSrcweir#define LICENSE_COL_4 (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - PD_WIDTH)
160*cdf0e10cSrcweir
161*cdf0e10cSrcweir#define LICENSE_WIDTH (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - LICENSE_ROW_1)
162*cdf0e10cSrcweir#define COL3_WIDTH	  (LICENSE_COL_4 - LICENSE_COL_3)
163*cdf0e10cSrcweir
164*cdf0e10cSrcweir
165*cdf0e10cSrcweirModalDialog DLG_LICENSE
166*cdf0e10cSrcweir{
167*cdf0e10cSrcweir    HelpId = HID_LICENSEDIALOG;
168*cdf0e10cSrcweir	Moveable		= TRUE ;
169*cdf0e10cSrcweir	Closeable		= TRUE ;
170*cdf0e10cSrcweir	OutputSize = TRUE ;
171*cdf0e10cSrcweir	SVLook = TRUE ;
172*cdf0e10cSrcweir	Hide = TRUE ;
173*cdf0e10cSrcweir	Size = MAP_APPFONT ( LICENSE_DIALOG_WIDTH , LICENSE_DIALOG_HEIGTH ) ;
174*cdf0e10cSrcweir	Text [ en-US ] = "License Agreement";
175*cdf0e10cSrcweir
176*cdf0e10cSrcweir	MultiLineEdit ML_LICENSE
177*cdf0e10cSrcweir	{
178*cdf0e10cSrcweir	    HelpID = "framework:MultiLineEdit:DLG_LICENSE:ML_LICENSE";
179*cdf0e10cSrcweir		PosSize = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_1 , LICENSE_WIDTH , LICENSE_HEIGHT ) ;
180*cdf0e10cSrcweir		Border = TRUE ;
181*cdf0e10cSrcweir		VScroll = TRUE ;
182*cdf0e10cSrcweir		ReadOnly = TRUE ;
183*cdf0e10cSrcweir	};
184*cdf0e10cSrcweir
185*cdf0e10cSrcweir	FixedText FT_INFO1
186*cdf0e10cSrcweir	{
187*cdf0e10cSrcweir		WordBreak = TRUE ;
188*cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_2 ) ;
189*cdf0e10cSrcweir		Size = MAP_APPFONT ( LICENSE_WIDTH , FT_HEIGHT ) ;
190*cdf0e10cSrcweir		Text [ en-US ] = "Please follow these steps to proceed with the installation:" ;
191*cdf0e10cSrcweir	};
192*cdf0e10cSrcweir
193*cdf0e10cSrcweir	FixedImage IMG_ARROW
194*cdf0e10cSrcweir	{
195*cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_3 ) ;
196*cdf0e10cSrcweir		Size = MAP_PIXEL ( 16 , 16 ) ;
197*cdf0e10cSrcweir		Fixed = Image
198*cdf0e10cSrcweir		{
199*cdf0e10cSrcweir			ImageBitmap = Bitmap
200*cdf0e10cSrcweir			{
201*cdf0e10cSrcweir				File = "arrow.bmp" ;
202*cdf0e10cSrcweir			};
203*cdf0e10cSrcweir			MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
204*cdf0e10cSrcweir		};
205*cdf0e10cSrcweir	};
206*cdf0e10cSrcweir
207*cdf0e10cSrcweir	FixedText FT_INFO2_1
208*cdf0e10cSrcweir	{
209*cdf0e10cSrcweir		WordBreak = TRUE ;
210*cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_3 ) ;
211*cdf0e10cSrcweir		Size = MAP_APPFONT ( COL2_WIDTH , FT_HEIGHT ) ;
212*cdf0e10cSrcweir		Text [ en-US ] = "1." ;
213*cdf0e10cSrcweir	};
214*cdf0e10cSrcweir
215*cdf0e10cSrcweir	FixedText FT_INFO2
216*cdf0e10cSrcweir	{
217*cdf0e10cSrcweir		WordBreak = TRUE ;
218*cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_3 , LICENSE_ROW_3 ) ;
219*cdf0e10cSrcweir		Size = MAP_APPFONT ( COL3_WIDTH, 3*FT_HEIGHT ) ;
220*cdf0e10cSrcweir		Text [ en-US ] = "View the complete License Agreement. Please use the scroll bar or the '%PAGEDOWN' button in this dialog to view the entire license text." ;
221*cdf0e10cSrcweir	};
222*cdf0e10cSrcweir
223*cdf0e10cSrcweir	PushButton PB_PAGEDOWN
224*cdf0e10cSrcweir	{
225*cdf0e10cSrcweir	    HelpID = "framework:PushButton:DLG_LICENSE:PB_PAGEDOWN";
226*cdf0e10cSrcweir		TabStop = TRUE ;
227*cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_3 ) ;
228*cdf0e10cSrcweir		Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
229*cdf0e10cSrcweir		Text [ en-US ] = "Scroll Down" ;
230*cdf0e10cSrcweir	};
231*cdf0e10cSrcweir
232*cdf0e10cSrcweir	FixedText FT_INFO3_1
233*cdf0e10cSrcweir	{
234*cdf0e10cSrcweir		WordBreak = TRUE ;
235*cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_4 ) ;
236*cdf0e10cSrcweir		Size = MAP_APPFONT ( COL2_WIDTH, FT_HEIGHT ) ;
237*cdf0e10cSrcweir		Text [ en-US ] = "2." ;
238*cdf0e10cSrcweir	};
239*cdf0e10cSrcweir
240*cdf0e10cSrcweir	FixedText FT_INFO3
241*cdf0e10cSrcweir	{
242*cdf0e10cSrcweir		WordBreak = TRUE ;
243*cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_3, LICENSE_ROW_4 ) ;
244*cdf0e10cSrcweir		Size = MAP_APPFONT ( COL3_WIDTH, FT_HEIGHT ) ;
245*cdf0e10cSrcweir		Text [ en-US ] = "Accept the License Agreement." ;
246*cdf0e10cSrcweir	};
247*cdf0e10cSrcweir
248*cdf0e10cSrcweir	String LICENSE_ACCEPT
249*cdf0e10cSrcweir	{
250*cdf0e10cSrcweir		Text [ en-US ] = "~Accept" ;
251*cdf0e10cSrcweir	};
252*cdf0e10cSrcweir
253*cdf0e10cSrcweir	String LICENSE_NOTACCEPT
254*cdf0e10cSrcweir	{
255*cdf0e10cSrcweir		Text [ en-US ] = "Decline" ;
256*cdf0e10cSrcweir	};
257*cdf0e10cSrcweir
258*cdf0e10cSrcweir	FixedLine FL_DIVIDE
259*cdf0e10cSrcweir	{
260*cdf0e10cSrcweir	    Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_5 ) ;
261*cdf0e10cSrcweir	    Size = MAP_APPFONT ( LICENSE_WIDTH, 1 ) ;
262*cdf0e10cSrcweir	};
263*cdf0e10cSrcweir
264*cdf0e10cSrcweir	PushButton PB_ACCEPT
265*cdf0e10cSrcweir	{
266*cdf0e10cSrcweir	    HelpID = "framework:PushButton:DLG_LICENSE:PB_ACCEPT";
267*cdf0e10cSrcweir		TabStop = TRUE ;
268*cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_4 - PD_WIDTH - OFFSET_IMG , LICENSE_ROW_6 ) ;
269*cdf0e10cSrcweir		Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
270*cdf0e10cSrcweir    };
271*cdf0e10cSrcweir
272*cdf0e10cSrcweir	PushButton PB_DECLINE
273*cdf0e10cSrcweir	{
274*cdf0e10cSrcweir	    HelpID = "framework:PushButton:DLG_LICENSE:PB_DECLINE";
275*cdf0e10cSrcweir		TabStop = TRUE ;
276*cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_6 ) ;
277*cdf0e10cSrcweir		Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
278*cdf0e10cSrcweir    };
279*cdf0e10cSrcweir
280*cdf0e10cSrcweir};
281*cdf0e10cSrcweir
282*cdf0e10cSrcweirImage RID_IMAGE_STATUSBAR_LOGO
283*cdf0e10cSrcweir{
284*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "logo.png" ; };
285*cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
286*cdf0e10cSrcweir};
287*cdf0e10cSrcweir
288*cdf0e10cSrcweirString STR_FULL_DISC_RETRY_BUTTON
289*cdf0e10cSrcweir{
290*cdf0e10cSrcweir	Text [ en-US ] = "Retry" ;
291*cdf0e10cSrcweir};
292*cdf0e10cSrcweir
293*cdf0e10cSrcweirString STR_FULL_DISC_MSG
294*cdf0e10cSrcweir{
295*cdf0e10cSrcweir	Text [ en-US ] = "%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n%PATH\n\nYou will not be able to continue working with %PRODUCTNAME without allocating more free disk space at that location.\n\nPress the 'Retry' button after you have allocated more free disk space to retry saving the data.\n\n" ;
296*cdf0e10cSrcweir};
297*cdf0e10cSrcweir
298*cdf0e10cSrcweirString STR_RESTORE_TOOLBARS
299*cdf0e10cSrcweir{
300*cdf0e10cSrcweir    Text [ en-US ] = "~Reset" ;
301*cdf0e10cSrcweir};
302*cdf0e10cSrcweir
303*cdf0e10cSrcweirString STR_CORRUPT_UICFG_SHARE
304*cdf0e10cSrcweir{
305*cdf0e10cSrcweir    Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to reinstall the application." ;
306*cdf0e10cSrcweir};
307*cdf0e10cSrcweir
308*cdf0e10cSrcweirString STR_CORRUPT_UICFG_USER
309*cdf0e10cSrcweir{
310*cdf0e10cSrcweir    Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application." ;
311*cdf0e10cSrcweir};
312*cdf0e10cSrcweir
313*cdf0e10cSrcweirString STR_CORRUPT_UICFG_GENERAL
314*cdf0e10cSrcweir{
315*cdf0e10cSrcweir    Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application first or try to reinstall the application." ;
316*cdf0e10cSrcweir};
317*cdf0e10cSrcweir
318*cdf0e10cSrcweirString STR_UNTITLED_DOCUMENT
319*cdf0e10cSrcweir{
320*cdf0e10cSrcweir    Text [ en-US ] = "Untitled" ;
321*cdf0e10cSrcweir};
322*cdf0e10cSrcweir
323*cdf0e10cSrcweir// for displaying 'Multiple Languages' in the language statusbar control
324*cdf0e10cSrcweirString STR_LANGSTATUS_MULTIPLE_LANGUAGES
325*cdf0e10cSrcweir{
326*cdf0e10cSrcweir    Text [ en-US ] = "Multiple Languages" ;
327*cdf0e10cSrcweir    Text [ x-comment ] = " ";
328*cdf0e10cSrcweir};
329*cdf0e10cSrcweirString STR_LANGSTATUS_NONE
330*cdf0e10cSrcweir{
331*cdf0e10cSrcweir    Text [ en-US ] = "None (Do not check spelling)" ;
332*cdf0e10cSrcweir    Text [ x-comment ] = " ";
333*cdf0e10cSrcweir};
334*cdf0e10cSrcweirString STR_RESET_TO_DEFAULT_LANGUAGE
335*cdf0e10cSrcweir{
336*cdf0e10cSrcweir    Text [ en-US ] = "Reset to Default Language" ;
337*cdf0e10cSrcweir    Text [ x-comment ] = " ";
338*cdf0e10cSrcweir};
339*cdf0e10cSrcweirString STR_LANGSTATUS_MORE
340*cdf0e10cSrcweir{
341*cdf0e10cSrcweir    Text [ en-US ] = "More..." ;
342*cdf0e10cSrcweir    Text [ x-comment ] = " ";
343*cdf0e10cSrcweir};
344*cdf0e10cSrcweirString STR_SET_LANGUAGE_FOR_SELECTION
345*cdf0e10cSrcweir{
346*cdf0e10cSrcweir    Text [ en-US ] = "Set Language for Selection" ;
347*cdf0e10cSrcweir    Text [ x-comment ] = " ";
348*cdf0e10cSrcweir};
349*cdf0e10cSrcweirString STR_SET_LANGUAGE_FOR_PARAGRAPH
350*cdf0e10cSrcweir{
351*cdf0e10cSrcweir    Text [ en-US ] = "Set Language for Paragraph" ;
352*cdf0e10cSrcweir    Text [ x-comment ] = " ";
353*cdf0e10cSrcweir};
354*cdf0e10cSrcweirString STR_SET_LANGUAGE_FOR_ALL_TEXT
355*cdf0e10cSrcweir{
356*cdf0e10cSrcweir    Text [ en-US ] = "Set Language for all Text" ;
357*cdf0e10cSrcweir    Text [ x-comment ] = " ";
358*cdf0e10cSrcweir};
359