xref: /aoo4110/main/sfx2/source/appl/app.src (revision b1cdbd2c)
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 ------------------------------------------------------------------
25
26#include <sfx2/sfx.hrc>
27#include "app.hrc"
28#include "helpid.hrc"
29
30String STR_NONAME
31{
32	Text [ en-US ] = "Untitled" ;
33};
34String STR_CLOSE
35{
36	Text [ en-US ] = "Close" ;
37};
38String STR_STYLE_FILTER_AUTO
39{
40	Text [ en-US ] = "Automatic" ;
41};
42String STR_STANDARD_SHORTCUT
43{
44    Text [ en-US ] = "Standard" ;
45};
46String STR_BYTES
47{
48	Text [ en-US ] = "Bytes" ;
49};
50String STR_KB
51{
52	Text [ en-US ] = "KB" ;
53};
54String STR_MB
55{
56	Text [ en-US ] = "MB" ;
57};
58String STR_GB
59{
60	Text [ en-US ] = "GB" ;
61};
62QueryBox MSG_QUERY_LASTVERSION
63{
64	Buttons = WB_YES_NO ;
65	DefButton = WB_DEF_NO ;
66	Message [ en-US ] = "Cancel all changes?" ;
67};
68
69InfoBox RID_DOCALREADYLOADED_DLG
70{
71	Message [ en-US ] = "Document already open." ;
72};
73
74ErrorBox MSG_ERR_NO_WEBBROWSER_FOUND
75{
76	BUTTONS = WB_OK ;
77	DEFBUTTON = WB_DEF_OK ;
78	Message[ en-US ] = "%PRODUCTNAME could not find a web browser on your system. Please check your Desktop Preferences or install a web browser (for example, Mozilla) in the default  location requested during the browser installation." ;
79};
80
81Resource SID_UNKNOWN
82{
83	String 1 "-" ;
84};
85
86String GID_INTERN
87{
88	Text [ en-US ] = "Internal" ;
89};
90
91String GID_APPLICATION
92{
93	Text [ en-US ] = "Application" ;
94};
95
96String GID_VIEW
97{
98	Text [ en-US ] = "View" ;
99};
100
101String GID_DOCUMENT
102{
103	Text [ en-US ] = "Documents" ;
104};
105
106String GID_EDIT
107{
108	Text [ en-US ] = "Edit" ;
109};
110
111String GID_MACRO
112{
113	Text [ en-US ] = "BASIC" ;
114};
115
116String GID_OPTIONS
117{
118	Text [ en-US ] = "Options" ;
119};
120
121String GID_MATH
122{
123	Text [ en-US ] = "Math" ;
124};
125
126String GID_NAVIGATOR
127{
128	Text [ en-US ] = "Navigate" ;
129};
130
131String GID_INSERT
132{
133	Text [ en-US ] = "Insert" ;
134};
135
136String GID_FORMAT
137{
138	Text [ en-US ] = "Format" ;
139};
140
141String GID_TEMPLATE
142{
143	Text [ en-US ] = "Templates" ;
144};
145
146String GID_TEXT
147{
148	Text [ en-US ] = "Text" ;
149};
150
151String GID_FRAME
152{
153	Text [ en-US ] = "Frame" ;
154};
155
156String GID_GRAPHIC
157{
158	Text [ en-US ] = "Graphic" ;
159};
160
161String GID_TABLE
162{
163	Text [ en-US ] = "Table" ;
164};
165
166String GID_ENUMERATION
167{
168	Text [ en-US ] = "Numbering" ;
169};
170
171String GID_DATA
172{
173	Text [ en-US ] = "Data" ;
174};
175
176String GID_SPECIAL
177{
178	Text [ en-US ] = "Special Functions" ;
179};
180
181String GID_IMAGE
182{
183	Text [ en-US ] = "Image" ;
184};
185
186String GID_CHART
187{
188	Text [ en-US ] = "Chart" ;
189};
190
191String GID_EXPLORER
192{
193	Text [ en-US ] = "Explorer" ;
194};
195
196String GID_CONNECTOR
197{
198	Text [ en-US ] = "Connector" ;
199};
200
201String GID_MODIFY
202{
203	Text [ en-US ] = "Modify" ;
204};
205
206String GID_DRAWING
207{
208	Text [ en-US ] = "Drawing" ;
209};
210
211String GID_CONTROLS
212{
213	Text [ en-US ] = "Controls" ;
214};
215
216InfoBox MSG_CANT_QUIT
217{
218	Message [ en-US ] = "The application cannot be terminated at the moment.\nPlease wait until all print jobs and/or\nOLE actions have finished and close all dialogs." ;
219};
220
221String STR_ISMODIFIED
222{
223	Text [ en-US ] = "Do you want to save the changes to %1?" ;
224};
225
226String RID_FULLSCREENTOOLBOX
227{
228	Text  = "" ;
229};
230
231ToolBox RID_FULLSCREENTOOLBOX
232{
233	HelpId = HID_FULLSCREENTOOLBOX ;
234	ButtonType = BUTTON_SYMBOL ;
235	LineSpacing = TRUE ;
236	Border = TRUE ;
237	Scroll = TRUE ;
238	SVLook = TRUE ;
239	Moveable = TRUE ;
240	Sizeable = TRUE ;
241	Closeable = TRUE ;
242	Zoomable = TRUE ;
243	Customize = TRUE ;
244	FloatingMode = TRUE ;
245	Hide = TRUE ;
246	_FloatingPosMapMode = MAP_APPFONT ;
247	_FloatingPosX = -50 ;
248	_FloatingPosY = -70 ;
249	FloatingLines = 1 ;
250	HideWhenDeactivate = TRUE ;
251	Align = BOXALIGN_TOP ;
252	ItemList =
253	{
254		ToolBoxItem
255		{
256			Identifier = SID_WIN_FULLSCREEN ;
257		};
258	};
259};
260
261String STR_QUITAPP
262{
263	Text [ en-US ] = "E~xit" ;
264};
265
266String RID_STR_HELP
267{
268	Text [ en-US ] = "Help" ;
269};
270
271String RID_STR_NOAUTOSTARTHELPAGENT
272{
273	Text [ en-US ] = "No automatic start at 'XX'" ;
274};
275
276String RID_HELPBAR
277{
278	Text [ en-US ] = "Help Bar" ;
279};
280
281ToolBox RID_HELPBAR
282{
283	HelpId = HID_HELPBAR ;
284	Hide = TRUE ;
285	ItemList  =
286	{
287		ToolBoxItem
288		{
289			Identifier = SID_HELP_INDEX ;
290		};
291		ToolBoxItem
292		{
293			Identifier = SID_HELP_HELPFILEBOX ;
294		};
295		ToolBoxItem
296		{
297			Type = TOOLBOXITEM_SEPARATOR ;
298		};
299		ToolBoxItem
300		{
301			Identifier = SID_HELP_ZOOMOUT;
302		};
303		ToolBoxItem
304		{
305			Identifier = SID_HELP_ZOOMIN;
306		};
307		ToolBoxItem
308		{
309			Type = TOOLBOXITEM_SEPARATOR ;
310		};
311		ToolBoxItem
312		{
313			Identifier = SID_HELP_SEARCH ;
314		};
315		ToolBoxItem
316		{
317			Identifier = SID_HELP_BOOKMARK ;
318		};
319		ToolBoxItem
320		{
321			Identifier = SID_HELP_ANNOTATE ;
322		};
323		/*
324		ToolBoxItem
325		{
326			Type = TOOLBOXITEM_SEPARATOR ;
327		};
328		ToolBoxItem
329		{
330			Identifier = SID_HELP_DOWNLOAD ;
331		};
332*/
333	};
334};
335
336String RID_STR_HLPFILENOTEXIST
337{
338	Text [ en-US ] = "The help file for this topic is not installed." ;
339};
340
341 //----------------------------------------------------------------------------
342
343String RID_ENVTOOLBOX
344{
345	Text [ en-US ] = "Function Bar" ;
346};
347
348String RID_SPECIALCONFIG_ERROR
349{
350	Text [ en-US ] = "An error has occurred in the special configuration.\nPlease contact your administrator." ;
351};
352
353String STR_QUICKSTART_EXIT
354{
355	Text [ en-US ] = "Exit Quickstarter" ;
356};
357String STR_QUICKSTART_TIP
358{
359	Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Quickstarter" ;
360};
361String STR_QUICKSTART_FILEOPEN
362{
363	Text [ en-US ] = "Open Document..." ;
364};
365String STR_QUICKSTART_FROMTEMPLATE
366{
367	Text [ en-US ] = "From Template..." ;
368};
369String STR_QUICKSTART_PRELAUNCH
370{
371	Text [ en-US ] = "Load %PRODUCTNAME During System Start-Up" ;
372};
373String STR_QUICKSTART_PRELAUNCH_UNX
374{
375	Text[ en-US ] = "Disable Quickstarter";
376};
377String STR_QUICKSTART_LNKNAME
378{
379	Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
380};
381String STR_QUICKSTART_FILE
382{
383	Text [ en-US ] = "File";
384};
385
386String STR_QUICKSTART_STARTCENTER
387{
388	Text [ en-US ] = "Startcenter";
389};
390
391String STR_QUICKSTART_RECENTDOC
392{
393	Text [ en-US ] = "Recent Documents";
394};
395
396String STR_QUERY_UPDATE_LINKS
397{
398	Text [ en-US ] = "Update all links?" ;
399};
400
401String STR_DDE_ERROR
402{
403	Text [ en-US ] = "DDE link to % for % area % are not available." ;
404};
405
406WarningBox RID_SECURITY_WARNING_HYPERLINK
407{
408	HelpId = HID_WARNING_SECURITY_HYPERLINK;
409	Buttons = WB_YES_NO ;
410	DefButton = WB_DEF_NO ;
411	Message [ en-US ] = "This hyperlink is going to open \"%s\". Do you want to proceed?" ;
412};
413
414WarningBox RID_SECURITY_WARNING_NO_HYPERLINKS
415{
416    //HelpId = HID_WARNING_SECURITY_NO_HYPERLINKS;
417    Buttons = WB_OK ;
418    DefButton = WB_DEF_OK ;
419    Message [ en-US ] = "For security reasons, the hyperlink cannot be executed.\nThe stated address will not be opened.";
420};
421
422String RID_SECURITY_WARNING_TITLE
423{
424	Text [ en-US ] = "Security Warning" ;
425};
426
427String RID_DESKTOP
428{
429	Text = "%PRODUCTNAME" ;
430};
431
432QueryBox RID_XMLSEC_QUERY_LOSINGSIGNATURE
433{
434//    HelpId = HID_XMLSEC_QUERY_LOSINGSIGNATURE;
435	Buttons = WB_YES_NO ;
436    DefButton = WB_DEF_NO ;
437	Message [ en-US ] = "Saving will remove all existing signatures.\nDo you want to continue saving the document?" ;
438};
439
440QueryBox RID_XMLSEC_QUERY_SAVEBEFORESIGN
441{
442//    HelpId = HID_XMLSEC_QUERY_SAVEBEFORESIGN;
443    Buttons = WB_YES_NO ;
444    DefButton = WB_DEF_YES ;
445    Message [ en-US ] = "The document has to be saved before it can be signed.\nDo you want to save the document?" ;
446};
447
448InfoBox RID_XMLSEC_INFO_WRONGDOCFORMAT
449{
450//    HelpId = HID_XMLSEC_INFO_WRONGDOCFORMAT;
451    Message [ en-US ] = "This document must be saved in OpenDocument file format before it can be digitally signed." ;
452};
453
454String RID_XMLSEC_DOCUMENTSIGNED
455{
456	Text [ en-US ] = " (Signed)" ;
457};
458
459String STR_STANDARD
460{
461	Text [ en-US ] = "Standard" ;
462};
463
464String RID_SVXSTR_FILELINK
465{
466	Text [ en-US ] = "Document" ;
467};
468
469String STR_NONE
470{
471	Text [ en-US ] = "- None -" ;
472};
473String RID_SVXSTR_GRAFIKLINK
474{
475	Text [ en-US ] = "Graphic" ;
476};
477String STR_SFX_FILTERNAME_ALL
478{
479	Text [ en-US ] = "All files (*.*)" ;
480};
481String RID_SVXSTR_EDITGRFLINK
482{
483	Text [ en-US ] = "Link graphics" ;
484};
485// i66948 used in project scripting
486String STR_ERRUNOEVENTBINDUNG
487{
488	Text [ en-US ] = "An appropriate component method %1\ncould not be found.\n\nCheck spelling of method name.";
489};
490String RID_SVXSTR_GRFILTER_OPENERROR
491{
492	Text [ en-US ] = "Graphics file cannot be opened" ;
493};
494String RID_SVXSTR_GRFILTER_IOERROR
495{
496	Text [ en-US ] = "Graphics file cannot be read" ;
497};
498String RID_SVXSTR_GRFILTER_FORMATERROR
499{
500	Text [ en-US ] = "Unknown graphics format" ;
501};
502String RID_SVXSTR_GRFILTER_VERSIONERROR
503{
504	Text [ en-US ] = "This version of the graphics file is not supported" ;
505};
506String RID_SVXSTR_GRFILTER_FILTERERROR
507{
508	Text [ en-US ] = "Graphics filter not found" ;
509};
510String RID_SVXSTR_GRFILTER_TOOBIG
511{
512	Text [ en-US ] = "Not enough memory to insert graphic" ;
513};
514
515