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