1*858b8bccSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*858b8bccSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*858b8bccSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*858b8bccSAndrew Rist * distributed with this work for additional information
6*858b8bccSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*858b8bccSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*858b8bccSAndrew Rist * "License"); you may not use this file except in compliance
9*858b8bccSAndrew Rist * with the License.  You may obtain a copy of the License at
10*858b8bccSAndrew Rist *
11*858b8bccSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*858b8bccSAndrew Rist *
13*858b8bccSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*858b8bccSAndrew Rist * software distributed under the License is distributed on an
15*858b8bccSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*858b8bccSAndrew Rist * KIND, either express or implied.  See the License for the
17*858b8bccSAndrew Rist * specific language governing permissions and limitations
18*858b8bccSAndrew Rist * under the License.
19*858b8bccSAndrew Rist *
20*858b8bccSAndrew Rist *************************************************************/
21*858b8bccSAndrew Rist
22*858b8bccSAndrew 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	/* ### ACHTUNG: Neuer Text in Resource? S~chlieen & zur ck zu  : S~chlieen & zurck zu  */
53cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? S~chlie en & zur ck zu  : S~chlieen & zurck zu  */
54cdf0e10cSrcweir	Text [ en-US ] = "~Close & Return to " ;
55cdf0e10cSrcweir};
56cdf0e10cSrcweir
57cdf0e10cSrcweirMenu POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
58cdf0e10cSrcweir{
59cdf0e10cSrcweir	ItemList =
60cdf0e10cSrcweir	{
61cdf0e10cSrcweir        MenuItem
62cdf0e10cSrcweir        {
63cdf0e10cSrcweir	        Identifier = MENUITEM_TOOLBAR_VISIBLEBUTTON;
64cdf0e10cSrcweir            SubMenu = Menu
65cdf0e10cSrcweir		    {
66cdf0e10cSrcweir		    };
67cdf0e10cSrcweir            Text[ en-US ] = "Visible ~Buttons";
68cdf0e10cSrcweir	    };
69cdf0e10cSrcweir        MenuItem
70cdf0e10cSrcweir        {
71cdf0e10cSrcweir	        Identifier = MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR;
72cdf0e10cSrcweir	        Command = ".uno:ConfigureToolboxVisible" ;
73cdf0e10cSrcweir	        Text[ en-US ] = "~Customize Toolbar...";
74cdf0e10cSrcweir        };
75cdf0e10cSrcweir		MenuItem
76cdf0e10cSrcweir		{
77cdf0e10cSrcweir			Separator = TRUE ;
78cdf0e10cSrcweir		};
79cdf0e10cSrcweir        MenuItem
80cdf0e10cSrcweir        {
81cdf0e10cSrcweir            Identifier = MENUITEM_TOOLBAR_DOCKTOOLBAR;
82cdf0e10cSrcweir            Text[ en-US ] = "~Dock Toolbar" ;
83cdf0e10cSrcweir        };
84cdf0e10cSrcweir        MenuItem
85cdf0e10cSrcweir        {
86cdf0e10cSrcweir            Identifier = MENUITEM_TOOLBAR_DOCKALLTOOLBAR;
87cdf0e10cSrcweir            Text[ en-US ] = "Dock ~All Toolbars" ;
88cdf0e10cSrcweir        };
89cdf0e10cSrcweir		MenuItem
90cdf0e10cSrcweir		{
91cdf0e10cSrcweir			Separator = TRUE ;
92cdf0e10cSrcweir		};
93cdf0e10cSrcweir        MenuItem
94cdf0e10cSrcweir        {
95cdf0e10cSrcweir            Identifier = MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION;
96cdf0e10cSrcweir            Text[ en-US ] = "~Lock Toolbar Position" ;
97cdf0e10cSrcweir        };
98cdf0e10cSrcweir        MenuItem
99cdf0e10cSrcweir        {
100cdf0e10cSrcweir            Identifier = MENUITEM_TOOLBAR_CLOSE;
101cdf0e10cSrcweir            Text[ en-US ] = "Close ~Toolbar" ;
102cdf0e10cSrcweir        };
103cdf0e10cSrcweir    };
104cdf0e10cSrcweir};
105cdf0e10cSrcweir
106cdf0e10cSrcweirString STR_SAVECOPYDOC
107cdf0e10cSrcweir{
108cdf0e10cSrcweir	Text [ en-US ] = "Save Copy ~as..." ;
109cdf0e10cSrcweir};
110cdf0e10cSrcweir
111cdf0e10cSrcweirString STR_NODOCUMENT
112cdf0e10cSrcweir{
113cdf0e10cSrcweir    Text [ en-US ] = "No Documents";
114cdf0e10cSrcweir};
115cdf0e10cSrcweir
116cdf0e10cSrcweirString STR_TOOLBAR_TITLE_ADDON
117cdf0e10cSrcweir{
118cdf0e10cSrcweir    Text [ en-US ] = "Add-On %num%";
119cdf0e10cSrcweir};
120cdf0e10cSrcweir
121cdf0e10cSrcweirString STR_STATUSBAR_LOGOTEXT
122cdf0e10cSrcweir{
123cdf0e10cSrcweir    Text [ en-US ] = "A %PRODUCTNAME product by Oracle";
124cdf0e10cSrcweir};
125cdf0e10cSrcweir
126cdf0e10cSrcweir// ***********************************************************************
127cdf0e10cSrcweir//       License Dialog
128cdf0e10cSrcweir// ***********************************************************************
129cdf0e10cSrcweir#define LICENSE_DIALOG_WIDTH  260
130cdf0e10cSrcweir//#define LICENSE_DIALOG_HEIGTH 185
131cdf0e10cSrcweir//#define LICENSE_DIALOG_HEIGTH 190
132cdf0e10cSrcweir#define LICENSE_RIGHT_BORDER  7
133cdf0e10cSrcweir#define LICENSE_BOTTOM_BORDER  0
134cdf0e10cSrcweir#define LICENSE_ROW_1 (7)
135cdf0e10cSrcweir#define LICENSE_COL_1 (7)
136cdf0e10cSrcweir
137cdf0e10cSrcweir#define OFFSET        2
138cdf0e10cSrcweir#define COL2_WIDTH   10
139cdf0e10cSrcweir#define OFFSET_IMG   10
140cdf0e10cSrcweir#define FT_HEIGHT     8
141cdf0e10cSrcweir#define PB_HEIGHT    14
142cdf0e10cSrcweir#define PD_WIDTH     40
143cdf0e10cSrcweir
144cdf0e10cSrcweir#define LICENSE_HEIGHT 102
145cdf0e10cSrcweir#define LICENSE_ROW_2 (LICENSE_ROW_1 + OFFSET + LICENSE_HEIGHT)
146cdf0e10cSrcweir#define LICENSE_ROW_3 (LICENSE_ROW_2 + OFFSET + FT_HEIGHT)
147cdf0e10cSrcweir#define LICENSE_ROW_4 (LICENSE_ROW_3 + OFFSET + 3*FT_HEIGHT )
148cdf0e10cSrcweir#define LICENSE_ROW_5 (LICENSE_ROW_4 + FT_HEIGHT+ OFFSET )
149cdf0e10cSrcweir#define LICENSE_ROW_6 (LICENSE_ROW_5 + 2*OFFSET )
150cdf0e10cSrcweir
151cdf0e10cSrcweir#define LICENSE_DIALOG_HEIGTH (LICENSE_ROW_6 + + PB_HEIGHT + 7)
152cdf0e10cSrcweir
153cdf0e10cSrcweir#define LICENSE_COL_2 (LICENSE_COL_1 + OFFSET_IMG)
154cdf0e10cSrcweir#define LICENSE_COL_3 (LICENSE_COL_2 + COL2_WIDTH +1)
155cdf0e10cSrcweir#define LICENSE_COL_4 (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - PD_WIDTH)
156cdf0e10cSrcweir
157cdf0e10cSrcweir#define LICENSE_WIDTH (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - LICENSE_ROW_1)
158cdf0e10cSrcweir#define COL3_WIDTH	  (LICENSE_COL_4 - LICENSE_COL_3)
159cdf0e10cSrcweir
160cdf0e10cSrcweir
161cdf0e10cSrcweirModalDialog DLG_LICENSE
162cdf0e10cSrcweir{
163cdf0e10cSrcweir    HelpId = HID_LICENSEDIALOG;
164cdf0e10cSrcweir	Moveable		= TRUE ;
165cdf0e10cSrcweir	Closeable		= TRUE ;
166cdf0e10cSrcweir	OutputSize = TRUE ;
167cdf0e10cSrcweir	SVLook = TRUE ;
168cdf0e10cSrcweir	Hide = TRUE ;
169cdf0e10cSrcweir	Size = MAP_APPFONT ( LICENSE_DIALOG_WIDTH , LICENSE_DIALOG_HEIGTH ) ;
170cdf0e10cSrcweir	Text [ en-US ] = "License Agreement";
171cdf0e10cSrcweir
172cdf0e10cSrcweir	MultiLineEdit ML_LICENSE
173cdf0e10cSrcweir	{
174cdf0e10cSrcweir	    HelpID = "framework:MultiLineEdit:DLG_LICENSE:ML_LICENSE";
175cdf0e10cSrcweir		PosSize = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_1 , LICENSE_WIDTH , LICENSE_HEIGHT ) ;
176cdf0e10cSrcweir		Border = TRUE ;
177cdf0e10cSrcweir		VScroll = TRUE ;
178cdf0e10cSrcweir		ReadOnly = TRUE ;
179cdf0e10cSrcweir	};
180cdf0e10cSrcweir
181cdf0e10cSrcweir	FixedText FT_INFO1
182cdf0e10cSrcweir	{
183cdf0e10cSrcweir		WordBreak = TRUE ;
184cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_2 ) ;
185cdf0e10cSrcweir		Size = MAP_APPFONT ( LICENSE_WIDTH , FT_HEIGHT ) ;
186cdf0e10cSrcweir		Text [ en-US ] = "Please follow these steps to proceed with the installation:" ;
187cdf0e10cSrcweir	};
188cdf0e10cSrcweir
189cdf0e10cSrcweir	FixedImage IMG_ARROW
190cdf0e10cSrcweir	{
191cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_3 ) ;
192cdf0e10cSrcweir		Size = MAP_PIXEL ( 16 , 16 ) ;
193cdf0e10cSrcweir		Fixed = Image
194cdf0e10cSrcweir		{
195cdf0e10cSrcweir			ImageBitmap = Bitmap
196cdf0e10cSrcweir			{
197cdf0e10cSrcweir				File = "arrow.bmp" ;
198cdf0e10cSrcweir			};
199cdf0e10cSrcweir			MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
200cdf0e10cSrcweir		};
201cdf0e10cSrcweir	};
202cdf0e10cSrcweir
203cdf0e10cSrcweir	FixedText FT_INFO2_1
204cdf0e10cSrcweir	{
205cdf0e10cSrcweir		WordBreak = TRUE ;
206cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_3 ) ;
207cdf0e10cSrcweir		Size = MAP_APPFONT ( COL2_WIDTH , FT_HEIGHT ) ;
208cdf0e10cSrcweir		Text [ en-US ] = "1." ;
209cdf0e10cSrcweir	};
210cdf0e10cSrcweir
211cdf0e10cSrcweir	FixedText FT_INFO2
212cdf0e10cSrcweir	{
213cdf0e10cSrcweir		WordBreak = TRUE ;
214cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_3 , LICENSE_ROW_3 ) ;
215cdf0e10cSrcweir		Size = MAP_APPFONT ( COL3_WIDTH, 3*FT_HEIGHT ) ;
216cdf0e10cSrcweir		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." ;
217cdf0e10cSrcweir	};
218cdf0e10cSrcweir
219cdf0e10cSrcweir	PushButton PB_PAGEDOWN
220cdf0e10cSrcweir	{
221cdf0e10cSrcweir	    HelpID = "framework:PushButton:DLG_LICENSE:PB_PAGEDOWN";
222cdf0e10cSrcweir		TabStop = TRUE ;
223cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_3 ) ;
224cdf0e10cSrcweir		Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
225cdf0e10cSrcweir		Text [ en-US ] = "Scroll Down" ;
226cdf0e10cSrcweir	};
227cdf0e10cSrcweir
228cdf0e10cSrcweir	FixedText FT_INFO3_1
229cdf0e10cSrcweir	{
230cdf0e10cSrcweir		WordBreak = TRUE ;
231cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_4 ) ;
232cdf0e10cSrcweir		Size = MAP_APPFONT ( COL2_WIDTH, FT_HEIGHT ) ;
233cdf0e10cSrcweir		Text [ en-US ] = "2." ;
234cdf0e10cSrcweir	};
235cdf0e10cSrcweir
236cdf0e10cSrcweir	FixedText FT_INFO3
237cdf0e10cSrcweir	{
238cdf0e10cSrcweir		WordBreak = TRUE ;
239cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_3, LICENSE_ROW_4 ) ;
240cdf0e10cSrcweir		Size = MAP_APPFONT ( COL3_WIDTH, FT_HEIGHT ) ;
241cdf0e10cSrcweir		Text [ en-US ] = "Accept the License Agreement." ;
242cdf0e10cSrcweir	};
243cdf0e10cSrcweir
244cdf0e10cSrcweir	String LICENSE_ACCEPT
245cdf0e10cSrcweir	{
246cdf0e10cSrcweir		Text [ en-US ] = "~Accept" ;
247cdf0e10cSrcweir	};
248cdf0e10cSrcweir
249cdf0e10cSrcweir	String LICENSE_NOTACCEPT
250cdf0e10cSrcweir	{
251cdf0e10cSrcweir		Text [ en-US ] = "Decline" ;
252cdf0e10cSrcweir	};
253cdf0e10cSrcweir
254cdf0e10cSrcweir	FixedLine FL_DIVIDE
255cdf0e10cSrcweir	{
256cdf0e10cSrcweir	    Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_5 ) ;
257cdf0e10cSrcweir	    Size = MAP_APPFONT ( LICENSE_WIDTH, 1 ) ;
258cdf0e10cSrcweir	};
259cdf0e10cSrcweir
260cdf0e10cSrcweir	PushButton PB_ACCEPT
261cdf0e10cSrcweir	{
262cdf0e10cSrcweir	    HelpID = "framework:PushButton:DLG_LICENSE:PB_ACCEPT";
263cdf0e10cSrcweir		TabStop = TRUE ;
264cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_4 - PD_WIDTH - OFFSET_IMG , LICENSE_ROW_6 ) ;
265cdf0e10cSrcweir		Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
266cdf0e10cSrcweir    };
267cdf0e10cSrcweir
268cdf0e10cSrcweir	PushButton PB_DECLINE
269cdf0e10cSrcweir	{
270cdf0e10cSrcweir	    HelpID = "framework:PushButton:DLG_LICENSE:PB_DECLINE";
271cdf0e10cSrcweir		TabStop = TRUE ;
272cdf0e10cSrcweir		Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_6 ) ;
273cdf0e10cSrcweir		Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
274cdf0e10cSrcweir    };
275cdf0e10cSrcweir
276cdf0e10cSrcweir};
277cdf0e10cSrcweir
278cdf0e10cSrcweirImage RID_IMAGE_STATUSBAR_LOGO
279cdf0e10cSrcweir{
280cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "logo.png" ; };
281cdf0e10cSrcweir	MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
282cdf0e10cSrcweir};
283cdf0e10cSrcweir
284cdf0e10cSrcweirString STR_FULL_DISC_RETRY_BUTTON
285cdf0e10cSrcweir{
286cdf0e10cSrcweir	Text [ en-US ] = "Retry" ;
287cdf0e10cSrcweir};
288cdf0e10cSrcweir
289cdf0e10cSrcweirString STR_FULL_DISC_MSG
290cdf0e10cSrcweir{
291cdf0e10cSrcweir	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" ;
292cdf0e10cSrcweir};
293cdf0e10cSrcweir
294cdf0e10cSrcweirString STR_RESTORE_TOOLBARS
295cdf0e10cSrcweir{
296cdf0e10cSrcweir    Text [ en-US ] = "~Reset" ;
297cdf0e10cSrcweir};
298cdf0e10cSrcweir
299cdf0e10cSrcweirString STR_CORRUPT_UICFG_SHARE
300cdf0e10cSrcweir{
301cdf0e10cSrcweir    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." ;
302cdf0e10cSrcweir};
303cdf0e10cSrcweir
304cdf0e10cSrcweirString STR_CORRUPT_UICFG_USER
305cdf0e10cSrcweir{
306cdf0e10cSrcweir    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." ;
307cdf0e10cSrcweir};
308cdf0e10cSrcweir
309cdf0e10cSrcweirString STR_CORRUPT_UICFG_GENERAL
310cdf0e10cSrcweir{
311cdf0e10cSrcweir    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." ;
312cdf0e10cSrcweir};
313cdf0e10cSrcweir
314cdf0e10cSrcweirString STR_UNTITLED_DOCUMENT
315cdf0e10cSrcweir{
316cdf0e10cSrcweir    Text [ en-US ] = "Untitled" ;
317cdf0e10cSrcweir};
318cdf0e10cSrcweir
319cdf0e10cSrcweir// for displaying 'Multiple Languages' in the language statusbar control
320cdf0e10cSrcweirString STR_LANGSTATUS_MULTIPLE_LANGUAGES
321cdf0e10cSrcweir{
322cdf0e10cSrcweir    Text [ en-US ] = "Multiple Languages" ;
323cdf0e10cSrcweir    Text [ x-comment ] = " ";
324cdf0e10cSrcweir};
325cdf0e10cSrcweirString STR_LANGSTATUS_NONE
326cdf0e10cSrcweir{
327cdf0e10cSrcweir    Text [ en-US ] = "None (Do not check spelling)" ;
328cdf0e10cSrcweir    Text [ x-comment ] = " ";
329cdf0e10cSrcweir};
330cdf0e10cSrcweirString STR_RESET_TO_DEFAULT_LANGUAGE
331cdf0e10cSrcweir{
332cdf0e10cSrcweir    Text [ en-US ] = "Reset to Default Language" ;
333cdf0e10cSrcweir    Text [ x-comment ] = " ";
334cdf0e10cSrcweir};
335cdf0e10cSrcweirString STR_LANGSTATUS_MORE
336cdf0e10cSrcweir{
337cdf0e10cSrcweir    Text [ en-US ] = "More..." ;
338cdf0e10cSrcweir    Text [ x-comment ] = " ";
339cdf0e10cSrcweir};
340cdf0e10cSrcweirString STR_SET_LANGUAGE_FOR_SELECTION
341cdf0e10cSrcweir{
342cdf0e10cSrcweir    Text [ en-US ] = "Set Language for Selection" ;
343cdf0e10cSrcweir    Text [ x-comment ] = " ";
344cdf0e10cSrcweir};
345cdf0e10cSrcweirString STR_SET_LANGUAGE_FOR_PARAGRAPH
346cdf0e10cSrcweir{
347cdf0e10cSrcweir    Text [ en-US ] = "Set Language for Paragraph" ;
348cdf0e10cSrcweir    Text [ x-comment ] = " ";
349cdf0e10cSrcweir};
350cdf0e10cSrcweirString STR_SET_LANGUAGE_FOR_ALL_TEXT
351cdf0e10cSrcweir{
352cdf0e10cSrcweir    Text [ en-US ] = "Set Language for all Text" ;
353cdf0e10cSrcweir    Text [ x-comment ] = " ";
354cdf0e10cSrcweir};
355