1858b8bccSAndrew Rist/**************************************************************
2cf3a4808Smseidel *
3858b8bccSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4858b8bccSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5858b8bccSAndrew Rist * distributed with this work for additional information
6858b8bccSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7858b8bccSAndrew Rist * to you under the Apache License, Version 2.0 (the
8858b8bccSAndrew Rist * "License"); you may not use this file except in compliance
9858b8bccSAndrew Rist * with the License.  You may obtain a copy of the License at
10cf3a4808Smseidel *
11858b8bccSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cf3a4808Smseidel *
13858b8bccSAndrew Rist * Unless required by applicable law or agreed to in writing,
14858b8bccSAndrew Rist * software distributed under the License is distributed on an
15858b8bccSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16858b8bccSAndrew Rist * KIND, either express or implied.  See the License for the
17858b8bccSAndrew Rist * specific language governing permissions and limitations
18858b8bccSAndrew Rist * under the License.
19cf3a4808Smseidel *
20858b8bccSAndrew Rist *************************************************************/
21858b8bccSAndrew Rist
22858b8bccSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "helpid.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweir#ifndef __FRAMEWORK_CLASSES_RESOURCE_HRC_
27cdf0e10cSrcweir#include <classes/resource.hrc>
28cdf0e10cSrcweir#endif
29cdf0e10cSrcweir
30cdf0e10cSrcweirString STR_MENU_ADDONS
31cdf0e10cSrcweir{
32cdf0e10cSrcweir	Text [ en-US ] = "Add-Ons" ;
33cdf0e10cSrcweir};
34cdf0e10cSrcweir
35cdf0e10cSrcweirString STR_MENU_ADDONHELP
36cdf0e10cSrcweir{
37cdf0e10cSrcweir	Text [ en-US ] = "Add-~On Help" ;
38cdf0e10cSrcweir};
39cdf0e10cSrcweir
40cdf0e10cSrcweirString STR_MENU_HEADFOOTALL
41cdf0e10cSrcweir{
42cdf0e10cSrcweir	Text [ en-US ] = "All" ;
43cdf0e10cSrcweir};
44cdf0e10cSrcweir
45cdf0e10cSrcweirString STR_UPDATEDOC
46cdf0e10cSrcweir{
47cdf0e10cSrcweir	Text [ en-US ] = "~Update" ;
48cdf0e10cSrcweir};
49cdf0e10cSrcweir
50cdf0e10cSrcweirString STR_CLOSEDOC_ANDRETURN
51cdf0e10cSrcweir{
52cdf0e10cSrcweir	Text [ en-US ] = "~Close & Return to " ;
53cdf0e10cSrcweir};
54cdf0e10cSrcweir
55cdf0e10cSrcweirMenu POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
56cdf0e10cSrcweir{
57cdf0e10cSrcweir	ItemList =
58cdf0e10cSrcweir	{
59cf3a4808Smseidel		MenuItem
60cf3a4808Smseidel		{
61cf3a4808Smseidel			Identifier = MENUITEM_TOOLBAR_VISIBLEBUTTON ;
62cf3a4808Smseidel			SubMenu = Menu
63cf3a4808Smseidel			{
64cf3a4808Smseidel			};
65cf3a4808Smseidel			Text[ en-US ] = "Visible ~Buttons" ;
66cf3a4808Smseidel		};
67cf3a4808Smseidel		MenuItem
68cf3a4808Smseidel		{
69cf3a4808Smseidel			Identifier = MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR ;
70cf3a4808Smseidel			Command = ".uno:ConfigureToolboxVisible" ;
71cf3a4808Smseidel			Text[ en-US ] = "~Customize Toolbar..." ;
72cf3a4808Smseidel		};
73cdf0e10cSrcweir		MenuItem
74cdf0e10cSrcweir		{
75cdf0e10cSrcweir			Separator = TRUE ;
76cdf0e10cSrcweir		};
77cf3a4808Smseidel		MenuItem
78cf3a4808Smseidel		{
79cf3a4808Smseidel			Identifier = MENUITEM_TOOLBAR_DOCKTOOLBAR ;
80cf3a4808Smseidel			Text[ en-US ] = "~Dock Toolbar" ;
81cf3a4808Smseidel		};
82cf3a4808Smseidel		MenuItem
83cf3a4808Smseidel		{
84cf3a4808Smseidel			Identifier = MENUITEM_TOOLBAR_DOCKALLTOOLBAR ;
85cf3a4808Smseidel			Text[ en-US ] = "Dock ~All Toolbars" ;
86cf3a4808Smseidel		};
87cdf0e10cSrcweir		MenuItem
88cdf0e10cSrcweir		{
89cdf0e10cSrcweir			Separator = TRUE ;
90cdf0e10cSrcweir		};
91cf3a4808Smseidel		MenuItem
92cf3a4808Smseidel		{
93cf3a4808Smseidel			Identifier = MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION ;
94cf3a4808Smseidel			Text[ en-US ] = "~Lock Toolbar Position" ;
95cf3a4808Smseidel		};
96cf3a4808Smseidel		MenuItem
97cf3a4808Smseidel		{
98cf3a4808Smseidel			Identifier = MENUITEM_TOOLBAR_CLOSE ;
99cf3a4808Smseidel			Text[ en-US ] = "Close ~Toolbar" ;
100cf3a4808Smseidel		};
101cf3a4808Smseidel	};
102cdf0e10cSrcweir};
103cdf0e10cSrcweir
104cdf0e10cSrcweirString STR_SAVECOPYDOC
105cdf0e10cSrcweir{
106cdf0e10cSrcweir	Text [ en-US ] = "Save Copy ~as..." ;
107cdf0e10cSrcweir};
108cdf0e10cSrcweir
109cdf0e10cSrcweirString STR_NODOCUMENT
110cdf0e10cSrcweir{
111cf3a4808Smseidel	Text [ en-US ] = "No Documents" ;
112cdf0e10cSrcweir};
113cdf0e10cSrcweir
1146d5620bcSAriel Constenla-HaileString STR_CLEAR_RECENT_FILES
1156d5620bcSAriel Constenla-Haile{
116cf3a4808Smseidel	Text [ en-US ] = "Clear List" ;
1176d5620bcSAriel Constenla-Haile};
1186d5620bcSAriel Constenla-Haile
1196d5620bcSAriel Constenla-HaileString STR_CLEAR_RECENT_FILES_HELP
1206d5620bcSAriel Constenla-Haile{
121cf3a4808Smseidel	Text [ en-US ] = "Clears the list with the most recently opened files. This action can not be undone." ;
1226d5620bcSAriel Constenla-Haile};
1236d5620bcSAriel Constenla-Haile
124cdf0e10cSrcweirString STR_TOOLBAR_TITLE_ADDON
125cdf0e10cSrcweir{
126cf3a4808Smseidel	Text [ en-US ] = "Add-On %num%" ;
127cdf0e10cSrcweir};
128cdf0e10cSrcweir
129cdf0e10cSrcweir// ***********************************************************************
130cf3a4808Smseidel// License Dialog
131cdf0e10cSrcweir// ***********************************************************************
132cf3a4808Smseidel#define LICENSE_DIALOG_WIDTH    260
133cdf0e10cSrcweir//#define LICENSE_DIALOG_HEIGTH 185
134cdf0e10cSrcweir//#define LICENSE_DIALOG_HEIGTH 190
135cf3a4808Smseidel#define LICENSE_RIGHT_BORDER    7
136cf3a4808Smseidel#define LICENSE_BOTTOM_BORDER   0
137cdf0e10cSrcweir#define LICENSE_ROW_1 (7)
138cdf0e10cSrcweir#define LICENSE_COL_1 (7)
139cdf0e10cSrcweir
140cf3a4808Smseidel#define OFFSET      2
141cf3a4808Smseidel#define COL2_WIDTH  10
142cf3a4808Smseidel#define OFFSET_IMG  10
143cf3a4808Smseidel#define FT_HEIGHT   8
144cf3a4808Smseidel#define PB_HEIGHT   14
145cf3a4808Smseidel#define PD_WIDTH    40
146cdf0e10cSrcweir
147cdf0e10cSrcweir#define LICENSE_HEIGHT 102
148cdf0e10cSrcweir#define LICENSE_ROW_2 (LICENSE_ROW_1 + OFFSET + LICENSE_HEIGHT)
149cdf0e10cSrcweir#define LICENSE_ROW_3 (LICENSE_ROW_2 + OFFSET + FT_HEIGHT)
150cdf0e10cSrcweir#define LICENSE_ROW_4 (LICENSE_ROW_3 + OFFSET + 3*FT_HEIGHT )
151cdf0e10cSrcweir#define LICENSE_ROW_5 (LICENSE_ROW_4 + FT_HEIGHT+ OFFSET )
152cdf0e10cSrcweir#define LICENSE_ROW_6 (LICENSE_ROW_5 + 2*OFFSET )
153cdf0e10cSrcweir
154cdf0e10cSrcweir#define LICENSE_DIALOG_HEIGTH (LICENSE_ROW_6 + + PB_HEIGHT + 7)
155cdf0e10cSrcweir
156cdf0e10cSrcweir#define LICENSE_COL_2 (LICENSE_COL_1 + OFFSET_IMG)
157cdf0e10cSrcweir#define LICENSE_COL_3 (LICENSE_COL_2 + COL2_WIDTH +1)
158cdf0e10cSrcweir#define LICENSE_COL_4 (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - PD_WIDTH)
159cdf0e10cSrcweir
160cdf0e10cSrcweir#define LICENSE_WIDTH (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - LICENSE_ROW_1)
161cf3a4808Smseidel#define COL3_WIDTH    (LICENSE_COL_4 - LICENSE_COL_3)
162cdf0e10cSrcweir
163cdf0e10cSrcweir
164cdf0e10cSrcweirModalDialog DLG_LICENSE
165cdf0e10cSrcweir{
166cf3a4808Smseidel	HelpId = HID_LICENSEDIALOG ;
167cf3a4808Smseidel	Moveable = TRUE ;
168cf3a4808Smseidel	Closeable = TRUE ;
169cdf0e10cSrcweir	OutputSize = TRUE ;
170cdf0e10cSrcweir	SVLook = TRUE ;
171cdf0e10cSrcweir	Hide = TRUE ;
172cf3a4808Smseidel	Size = MAP_APPFONT ( LICENSE_DIALOG_WIDTH, LICENSE_DIALOG_HEIGTH ) ;
173cf3a4808Smseidel	Text [ en-US ] = "License Agreement" ;
174cdf0e10cSrcweir
175cdf0e10cSrcweir	MultiLineEdit ML_LICENSE
176cdf0e10cSrcweir	{
177cf3a4808Smseidel		HelpID = "framework:MultiLineEdit:DLG_LICENSE:ML_LICENSE" ;
178cf3a4808Smseidel		PosSize = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_1, LICENSE_WIDTH, LICENSE_HEIGHT ) ;
179cdf0e10cSrcweir		Border = TRUE ;
180cdf0e10cSrcweir		VScroll = TRUE ;
181cdf0e10cSrcweir		ReadOnly = TRUE ;
182cdf0e10cSrcweir	};
183cdf0e10cSrcweir
184cdf0e10cSrcweir	FixedText FT_INFO1
185cdf0e10cSrcweir	{
186cdf0e10cSrcweir		WordBreak = TRUE ;
187cf3a4808Smseidel		Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_2 ) ;
188cf3a4808Smseidel		Size = MAP_APPFONT ( LICENSE_WIDTH, FT_HEIGHT ) ;
189cdf0e10cSrcweir		Text [ en-US ] = "Please follow these steps to proceed with the installation:" ;
190cdf0e10cSrcweir	};
191cdf0e10cSrcweir
192cdf0e10cSrcweir	FixedImage IMG_ARROW
193cdf0e10cSrcweir	{
194cf3a4808Smseidel		Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_3 ) ;
195cf3a4808Smseidel		Size = MAP_PIXEL ( 16, 16 ) ;
196cdf0e10cSrcweir		Fixed = Image
197cdf0e10cSrcweir		{
198cdf0e10cSrcweir			ImageBitmap = Bitmap
199cdf0e10cSrcweir			{
200dbb1086aSmseidel				File = "arrow.png" ;
201cdf0e10cSrcweir			};
202cdf0e10cSrcweir		};
203cdf0e10cSrcweir	};
204cdf0e10cSrcweir
205cdf0e10cSrcweir	FixedText FT_INFO2_1
206cdf0e10cSrcweir	{
207cdf0e10cSrcweir		WordBreak = TRUE ;
208cf3a4808Smseidel		Pos = MAP_APPFONT ( LICENSE_COL_2, LICENSE_ROW_3 ) ;
209cf3a4808Smseidel		Size = MAP_APPFONT ( COL2_WIDTH, FT_HEIGHT ) ;
210cdf0e10cSrcweir		Text [ en-US ] = "1." ;
211cdf0e10cSrcweir	};
212cdf0e10cSrcweir
213cdf0e10cSrcweir	FixedText FT_INFO2
214cdf0e10cSrcweir	{
215cdf0e10cSrcweir		WordBreak = TRUE ;
216cf3a4808Smseidel		Pos = MAP_APPFONT ( LICENSE_COL_3, LICENSE_ROW_3 ) ;
217cdf0e10cSrcweir		Size = MAP_APPFONT ( COL3_WIDTH, 3*FT_HEIGHT ) ;
218cdf0e10cSrcweir		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." ;
219cdf0e10cSrcweir	};
220cdf0e10cSrcweir
221cdf0e10cSrcweir	PushButton PB_PAGEDOWN
222cdf0e10cSrcweir	{
223cf3a4808Smseidel		HelpID = "framework:PushButton:DLG_LICENSE:PB_PAGEDOWN" ;
224cdf0e10cSrcweir		TabStop = TRUE ;
225cf3a4808Smseidel		Pos = MAP_APPFONT ( LICENSE_COL_4, LICENSE_ROW_3 ) ;
226cf3a4808Smseidel		Size = MAP_APPFONT ( PD_WIDTH, PB_HEIGHT ) ;
227cdf0e10cSrcweir		Text [ en-US ] = "Scroll Down" ;
228cdf0e10cSrcweir	};
229cdf0e10cSrcweir
230cdf0e10cSrcweir	FixedText FT_INFO3_1
231cdf0e10cSrcweir	{
232cdf0e10cSrcweir		WordBreak = TRUE ;
233cf3a4808Smseidel		Pos = MAP_APPFONT ( LICENSE_COL_2, LICENSE_ROW_4 ) ;
234cdf0e10cSrcweir		Size = MAP_APPFONT ( COL2_WIDTH, FT_HEIGHT ) ;
235cdf0e10cSrcweir		Text [ en-US ] = "2." ;
236cdf0e10cSrcweir	};
237cdf0e10cSrcweir
238cdf0e10cSrcweir	FixedText FT_INFO3
239cdf0e10cSrcweir	{
240cdf0e10cSrcweir		WordBreak = TRUE ;
241cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_3, LICENSE_ROW_4 ) ;
242cdf0e10cSrcweir		Size = MAP_APPFONT ( COL3_WIDTH, FT_HEIGHT ) ;
243cdf0e10cSrcweir		Text [ en-US ] = "Accept the License Agreement." ;
244cdf0e10cSrcweir	};
245cdf0e10cSrcweir
246cdf0e10cSrcweir	String LICENSE_ACCEPT
247cdf0e10cSrcweir	{
248cdf0e10cSrcweir		Text [ en-US ] = "~Accept" ;
249cdf0e10cSrcweir	};
250cdf0e10cSrcweir
251cdf0e10cSrcweir	String LICENSE_NOTACCEPT
252cdf0e10cSrcweir	{
253cdf0e10cSrcweir		Text [ en-US ] = "Decline" ;
254cdf0e10cSrcweir	};
255cdf0e10cSrcweir
256cdf0e10cSrcweir	FixedLine FL_DIVIDE
257cdf0e10cSrcweir	{
258cf3a4808Smseidel		Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_5 ) ;
259cf3a4808Smseidel		Size = MAP_APPFONT ( LICENSE_WIDTH, 1 ) ;
260cdf0e10cSrcweir	};
261cdf0e10cSrcweir
262cdf0e10cSrcweir	PushButton PB_ACCEPT
263cdf0e10cSrcweir	{
264cf3a4808Smseidel		HelpID = "framework:PushButton:DLG_LICENSE:PB_ACCEPT" ;
265cdf0e10cSrcweir		TabStop = TRUE ;
266cf3a4808Smseidel		Pos = MAP_APPFONT ( LICENSE_COL_4 - PD_WIDTH - OFFSET_IMG, LICENSE_ROW_6 ) ;
267cf3a4808Smseidel		Size = MAP_APPFONT ( PD_WIDTH, PB_HEIGHT ) ;
268cf3a4808Smseidel	};
269cdf0e10cSrcweir
270cdf0e10cSrcweir	PushButton PB_DECLINE
271cdf0e10cSrcweir	{
272cf3a4808Smseidel		HelpID = "framework:PushButton:DLG_LICENSE:PB_DECLINE" ;
273cdf0e10cSrcweir		TabStop = TRUE ;
274cf3a4808Smseidel		Pos = MAP_APPFONT ( LICENSE_COL_4, LICENSE_ROW_6 ) ;
275cf3a4808Smseidel		Size = MAP_APPFONT ( PD_WIDTH, PB_HEIGHT ) ;
276cf3a4808Smseidel	};
277cdf0e10cSrcweir
278cdf0e10cSrcweir};
279cdf0e10cSrcweir
280cdf0e10cSrcweirString STR_FULL_DISC_RETRY_BUTTON
281cdf0e10cSrcweir{
282*664445f3Smseidel	Text [ en-US ] = "Retry" ;
283cdf0e10cSrcweir};
284cdf0e10cSrcweir
285cdf0e10cSrcweirString STR_FULL_DISC_MSG
286cdf0e10cSrcweir{
287cdf0e10cSrcweir	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" ;
288cdf0e10cSrcweir};
289cdf0e10cSrcweir
290cdf0e10cSrcweirString STR_RESTORE_TOOLBARS
291cdf0e10cSrcweir{
292cf3a4808Smseidel	Text [ en-US ] = "~Reset" ;
293cdf0e10cSrcweir};
294cdf0e10cSrcweir
295cdf0e10cSrcweirString STR_CORRUPT_UICFG_SHARE
296cdf0e10cSrcweir{
297cf3a4808Smseidel	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." ;
298cdf0e10cSrcweir};
299cdf0e10cSrcweir
300cdf0e10cSrcweirString STR_CORRUPT_UICFG_USER
301cdf0e10cSrcweir{
302cf3a4808Smseidel	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." ;
303cdf0e10cSrcweir};
304cdf0e10cSrcweir
305cdf0e10cSrcweirString STR_CORRUPT_UICFG_GENERAL
306cdf0e10cSrcweir{
307cf3a4808Smseidel	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." ;
308cdf0e10cSrcweir};
309cdf0e10cSrcweir
310cdf0e10cSrcweirString STR_UNTITLED_DOCUMENT
311cdf0e10cSrcweir{
312cf3a4808Smseidel	Text [ en-US ] = "Untitled" ;
313cdf0e10cSrcweir};
314cdf0e10cSrcweir
315cdf0e10cSrcweir// for displaying 'Multiple Languages' in the language statusbar control
316cdf0e10cSrcweirString STR_LANGSTATUS_MULTIPLE_LANGUAGES
317cdf0e10cSrcweir{
318cf3a4808Smseidel	Text [ en-US ] = "Multiple Languages" ;
319cdf0e10cSrcweir};
320cdf0e10cSrcweirString STR_LANGSTATUS_NONE
321cdf0e10cSrcweir{
322cf3a4808Smseidel	Text [ en-US ] = "None (Do not check spelling)" ;
323cdf0e10cSrcweir};
324cdf0e10cSrcweirString STR_RESET_TO_DEFAULT_LANGUAGE
325cdf0e10cSrcweir{
326cf3a4808Smseidel	Text [ en-US ] = "Reset to Default Language" ;
327cdf0e10cSrcweir};
328cdf0e10cSrcweirString STR_LANGSTATUS_MORE
329cdf0e10cSrcweir{
330cf3a4808Smseidel	Text [ en-US ] = "More..." ;
331cdf0e10cSrcweir};
332cdf0e10cSrcweirString STR_SET_LANGUAGE_FOR_SELECTION
333cdf0e10cSrcweir{
334cf3a4808Smseidel	Text [ en-US ] = "Set Language for Selection" ;
335cdf0e10cSrcweir};
336cdf0e10cSrcweirString STR_SET_LANGUAGE_FOR_PARAGRAPH
337cdf0e10cSrcweir{
338cf3a4808Smseidel	Text [ en-US ] = "Set Language for Paragraph" ;
339cdf0e10cSrcweir};
340cdf0e10cSrcweirString STR_SET_LANGUAGE_FOR_ALL_TEXT
341cdf0e10cSrcweir{
342cf3a4808Smseidel	Text [ en-US ] = "Set Language for all Text" ;
343cdf0e10cSrcweir};
344cf3a4808Smseidel
345cf3a4808Smseidel// ******************************************************************* EOF
346