Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / sfx2 / source / appl / app.src
blobaa634f5ac0aaf6f5bb29b9b900506aa21545ff06
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28  // include ------------------------------------------------------------------
30 #include <sfx2/sfx.hrc>
31 #include "app.hrc"
32 #include "helpid.hrc"
34 String STR_NONAME
36     Text [ en-US ] = "Untitled" ;
38 String STR_CLOSE
40     Text [ en-US ] = "Close" ;
42 String STR_STYLE_FILTER_AUTO
44     Text [ en-US ] = "Automatic" ;
46 String STR_STANDARD_SHORTCUT
48     Text [ en-US ] = "Standard" ;
50 String STR_BYTES
52     Text [ en-US ] = "Bytes" ;
54 String STR_KB
56     Text [ en-US ] = "KB" ;
58 String STR_MB
60     Text [ en-US ] = "MB" ;
62 String STR_GB
64     Text [ en-US ] = "GB" ;
66 QueryBox MSG_QUERY_LASTVERSION
68     Buttons = WB_YES_NO ;
69     DefButton = WB_DEF_NO ;
70     Message [ en-US ] = "Cancel all changes?" ;
73 InfoBox RID_DOCALREADYLOADED_DLG
75     Message [ en-US ] = "Document already open." ;
78 ErrorBox MSG_ERR_NO_WEBBROWSER_FOUND
80     BUTTONS = WB_OK ;
81     DEFBUTTON = WB_DEF_OK ;
82     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." ;
85 ErrorBox MSG_ERR_NO_ABS_URI_REF
87     BUTTONS = WB_OK ;
88     DEFBUTTON = WB_DEF_OK ;
89     Message[ en-US ] = "\"$(ARG1)\" is not an absolute URL that can be passed to an external application to open it." ;
92 Resource SID_UNKNOWN
94     String 1 "-" ;
97 String GID_INTERN
99     Text [ en-US ] = "Internal" ;
102 String GID_APPLICATION
104     Text [ en-US ] = "Application" ;
107 String GID_VIEW
109     Text [ en-US ] = "View" ;
112 String GID_DOCUMENT
114     Text [ en-US ] = "Documents" ;
117 String GID_EDIT
119     Text [ en-US ] = "Edit" ;
122 String GID_MACRO
124     Text [ en-US ] = "BASIC" ;
127 String GID_OPTIONS
129     Text [ en-US ] = "Options" ;
132 String GID_MATH
134     Text [ en-US ] = "Math" ;
137 String GID_NAVIGATOR
139     Text [ en-US ] = "Navigate" ;
142 String GID_INSERT
144     Text [ en-US ] = "Insert" ;
147 String GID_FORMAT
149     Text [ en-US ] = "Format" ;
152 String GID_TEMPLATE
154     Text [ en-US ] = "Templates" ;
157 String GID_TEXT
159     Text [ en-US ] = "Text" ;
162 String GID_FRAME
164     Text [ en-US ] = "Frame" ;
167 String GID_GRAPHIC
169     Text [ en-US ] = "Graphic" ;
172 String GID_TABLE
174     Text [ en-US ] = "Table" ;
177 String GID_ENUMERATION
179     Text [ en-US ] = "Numbering" ;
182 String GID_DATA
184     Text [ en-US ] = "Data" ;
187 String GID_SPECIAL
189     Text [ en-US ] = "Special Functions" ;
192 String GID_IMAGE
194     Text [ en-US ] = "Image" ;
197 String GID_CHART
199     Text [ en-US ] = "Chart" ;
202 String GID_EXPLORER
204     Text [ en-US ] = "Explorer" ;
207 String GID_CONNECTOR
209     Text [ en-US ] = "Connector" ;
212 String GID_MODIFY
214     Text [ en-US ] = "Modify" ;
217 String GID_DRAWING
219     Text [ en-US ] = "Drawing" ;
222 String GID_CONTROLS
224     Text [ en-US ] = "Controls" ;
227 InfoBox MSG_CANT_QUIT
229     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." ;
232 String STR_ISMODIFIED
234     Text [ en-US ] = "Do you want to save the changes to %1?" ;
237 String RID_FULLSCREENTOOLBOX
239     Text  = "" ;
242 ToolBox RID_FULLSCREENTOOLBOX
244     HelpId = HID_FULLSCREENTOOLBOX ;
245     ButtonType = BUTTON_SYMBOL ;
246     LineSpacing = TRUE ;
247     Border = TRUE ;
248     Scroll = TRUE ;
249     SVLook = TRUE ;
250     Moveable = TRUE ;
251     Sizeable = TRUE ;
252     Closeable = TRUE ;
253     Zoomable = TRUE ;
254     Customize = TRUE ;
255     FloatingMode = TRUE ;
256     Hide = TRUE ;
257     _FloatingPosMapMode = MAP_APPFONT ;
258     _FloatingPosX = -50 ;
259     _FloatingPosY = -70 ;
260     FloatingLines = 1 ;
261     HideWhenDeactivate = TRUE ;
262     Align = BOXALIGN_TOP ;
263     ItemList =
264     {
265         ToolBoxItem
266         {
267             Identifier = SID_WIN_FULLSCREEN ;
268         };
269     };
272 String STR_QUITAPP
274     Text [ en-US ] = "E~xit" ;
277 String RID_STR_HELP
279     Text [ en-US ] = "Help" ;
282 String RID_STR_NOAUTOSTARTHELPAGENT
284     Text [ en-US ] = "No automatic start at 'XX'" ;
287 String RID_HELPBAR
289     Text [ en-US ] = "Help Bar" ;
292 ToolBox RID_HELPBAR
294     HelpId = HID_HELPBAR ;
295     Hide = TRUE ;
296     ItemList  =
297     {
298         ToolBoxItem
299         {
300             Identifier = SID_HELP_INDEX ;
301         };
302         ToolBoxItem
303         {
304             Identifier = SID_HELP_HELPFILEBOX ;
305         };
306         ToolBoxItem
307         {
308             Type = TOOLBOXITEM_SEPARATOR ;
309         };
310         ToolBoxItem
311         {
312             Identifier = SID_HELP_ZOOMOUT;
313         };
314         ToolBoxItem
315         {
316             Identifier = SID_HELP_ZOOMIN;
317         };
318         ToolBoxItem
319         {
320             Type = TOOLBOXITEM_SEPARATOR ;
321         };
322         ToolBoxItem
323         {
324             Identifier = SID_HELP_SEARCH ;
325         };
326         ToolBoxItem
327         {
328             Identifier = SID_HELP_BOOKMARK ;
329         };
330         ToolBoxItem
331         {
332             Identifier = SID_HELP_ANNOTATE ;
333         };
334     };
337 String RID_STR_HLPFILENOTEXIST
339     Text [ en-US ] = "The help file for this topic is not installed." ;
342  //----------------------------------------------------------------------------
344 String RID_ENVTOOLBOX
346     Text [ en-US ] = "Function Bar" ;
349 String RID_SPECIALCONFIG_ERROR
351     Text [ en-US ] = "An error has occurred in the special configuration.\nPlease contact your administrator." ;
354 String STR_QUICKSTART_EXIT
356     Text [ en-US ] = "Exit Quickstarter" ;
358 String STR_QUICKSTART_TIP
360     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Quickstarter" ;
362 String STR_QUICKSTART_FILEOPEN
364     Text [ en-US ] = "Open Document..." ;
366 String STR_QUICKSTART_FROMTEMPLATE
368     Text [ en-US ] = "From Template..." ;
370 String STR_QUICKSTART_PRELAUNCH
372     Text [ en-US ] = "Load %PRODUCTNAME During System Start-Up" ;
374 String STR_QUICKSTART_PRELAUNCH_UNX
376     Text[ en-US ] = "Disable systray Quickstarter";
378 String STR_QUICKSTART_LNKNAME
380     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
382 String STR_QUICKSTART_FILE
384     Text [ en-US ] = "File";
387 String STR_QUICKSTART_STARTCENTER
389     Text [ en-US ] = "Startcenter";
392 String STR_QUICKSTART_RECENTDOC
394     Text [ en-US ] = "Recent Documents";
397 String STR_QUERY_UPDATE_LINKS
399     Text [ en-US ] = "This document contains one or more links to external data.\n\nWould you like to change the document, and update all links\nto get the most recent data?" ;
402 String STR_DDE_ERROR
404     Text [ en-US ] = "DDE link to % for % area % are not available." ;
407 WarningBox RID_SECURITY_WARNING_HYPERLINK
409     HelpId = HID_WARNING_SECURITY_HYPERLINK;
410     Buttons = WB_YES_NO ;
411     DefButton = WB_DEF_NO ;
412     Message [ en-US ] = "This hyperlink is going to open \"%s\". Do you want to proceed?" ;
415 WarningBox RID_SECURITY_WARNING_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.";
422 String RID_SECURITY_WARNING_TITLE
424     Text [ en-US ] = "Security Warning" ;
427 String RID_DESKTOP
429     Text = "%PRODUCTNAME" ;
432 QueryBox RID_XMLSEC_QUERY_LOSINGSIGNATURE
434     Buttons = WB_YES_NO ;
435     DefButton = WB_DEF_NO ;
436     Message [ en-US ] = "Saving will remove all existing signatures.\nDo you want to continue saving the document?" ;
439 QueryBox RID_XMLSEC_QUERY_SAVEBEFORESIGN
441     Buttons = WB_YES_NO ;
442     DefButton = WB_DEF_YES ;
443     Message [ en-US ] = "The document has to be saved before it can be signed.\nDo you want to save the document?" ;
446 InfoBox RID_XMLSEC_INFO_WRONGDOCFORMAT
448     Message [ en-US ] = "This document must be saved in OpenDocument file format before it can be digitally signed." ;
451 String RID_XMLSEC_DOCUMENTSIGNED
453     Text [ en-US ] = " (Signed)" ;
456 String STR_STANDARD
458     Text [ en-US ] = "Standard" ;
461 String RID_SVXSTR_FILELINK
463     Text [ en-US ] = "Document" ;
466 String STR_NONE
468     Text [ en-US ] = "- None -" ;
470 String RID_SVXSTR_GRAFIKLINK
472     Text [ en-US ] = "Graphic" ;
474 String STR_SFX_FILTERNAME_ALL
476     Text [ en-US ] = "All files" ;
478 String RID_SVXSTR_EDITGRFLINK
480     Text [ en-US ] = "Link graphics" ;
482 // i66948 used in project scripting
483 String STR_ERRUNOEVENTBINDUNG
485     Text [ en-US ] = "An appropriate component method %1\ncould not be found.\n\nCheck spelling of method name.";
487 String RID_SVXSTR_GRFILTER_OPENERROR
489     Text [ en-US ] = "Graphics file cannot be opened" ;
491 String RID_SVXSTR_GRFILTER_IOERROR
493     Text [ en-US ] = "Graphics file cannot be read" ;
495 String RID_SVXSTR_GRFILTER_FORMATERROR
497     Text [ en-US ] = "Unknown graphics format" ;
499 String RID_SVXSTR_GRFILTER_VERSIONERROR
501     Text [ en-US ] = "This version of the graphics file is not supported" ;
503 String RID_SVXSTR_GRFILTER_FILTERERROR
505     Text [ en-US ] = "Graphics filter not found" ;
507 String RID_SVXSTR_GRFILTER_TOOBIG
509     Text [ en-US ] = "Not enough memory to insert graphic" ;
512 ModalDialog DLG_HELP_LICENSING
514     // Size is computed
515     Text [ en-US ] = "Licensing and Legal information";
516     MOVEABLE = TRUE ;
517     CLOSEABLE = TRUE ;
518     OUTPUTSIZE = TRUE ;
519     SVLOOK = TRUE ;
520     String STR_LICENSING_INFORMATION_1
521     {
522         Text [ en-US ] =
523             "%PRODUCTNAME is made available subject to the terms of GNU Lesser General Public\n"
524             "License Version 3. A copy of the LGPL license can be found at\n"
525             "http://www.gnu.org/licenses/lgpl-3.0.html" ;
526     };
527     String STR_LICENSING_INFORMATION_2
528     {
529         Text [ en-US ] =
530             "Third Party Code Additional copyright notices and license terms applicable to\n"
531             "portions of the Software are set forth in the THIRDPARTYLICENSEREADME.html\n"
532             "file; choose Show License to see exact details in English." ;
533     };
534     String STR_LICENSING_INFORMATION_3
535     {
536         Text [ en-US ] =
537             "All trademarks and registered trademarks mentioned herein are the property of\n"
538             "their respective owners." ;
539     };
540     String STR_LICENSING_INFORMATION_4
541     {
542         Text [ en-US ] =
543             "Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights\n"
544             "reserved." ;
545     };
546     String STR_LICENSING_INFORMATION_5
547     {
548         Text [ en-US ] =
549             "This product was created by %OOOVENDOR, based on OpenOffice.org,\n"
550             "which is Copyright 2000, 2011 Oracle and/or its affiliates.\n"
551             "%OOOVENDOR acknowledges all community members, please see\n"
552             "http://www.libreoffice.org/ for more details." ;
553     };
554     OKButton PB_LICENSING_SHOW
555     {
556         // Position and size is computed
557         Text [ en-US ] = "~Show License" ;
558         DefButton = TRUE ;
559     };
560     CancelButton PB_LICENSING_CLOSE
561     {
562         // Position and size is computed
563         Text [ en-US ] = "~Close" ;
564     };