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