1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: app.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 // include ------------------------------------------------------------------
33 #include <sfx2/sfx.hrc>
37 InfoBox RID_DOCALREADYLOADED_DLG
39 Message [ en-US ] = "Document already open." ;
42 ErrorBox RID_CANTLOADDOC_DLG
44 Message [ en-US ] = "Cannot open document." ;
47 ErrorBox MSG_ERR_READ_CFG
50 DEFBUTTON = WB_DEF_OK ;
51 Message [ en-US ] = "Error reading configuration file." ;
54 ErrorBox MSG_ERR_WRITE_CFG
57 DEFBUTTON = WB_DEF_OK ;
58 Message [ en-US ] = "Error writing configuration file." ;
61 ErrorBox MSG_ERR_OPEN_CFG
64 DEFBUTTON = WB_DEF_OK ;
65 Message [ en-US ] = "Error opening configuration file." ;
68 ErrorBox MSG_ERR_FILETYPE_CFG
71 DEFBUTTON = WB_DEF_OK ;
72 Message [ en-US ] = "File is not a configuration file." ;
75 ErrorBox MSG_ERR_VERSION_CFG
78 DEFBUTTON = WB_DEF_OK ;
79 Message [ en-US ] = "Configuration file contains the wrong version." ;
82 ErrorBox MSG_ERR_WRITE_SBL
85 DEFBUTTON = WB_DEF_OK ;
86 Message [ en-US ] = "Error recording BASIC library in\n'@'." ;
92 DEFBUTTON = WB_DEF_YES ;
93 Message [ en-US ] = "An unexpected program error has occurred.\n\nDo you want to try to save your changes in all open documents before the program is terminated?" ;
96 ErrorBox MSG_ERR_NO_WEBBROWSER_FOUND
99 DEFBUTTON = WB_DEF_OK ;
100 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." ;
108 Resource BMP_SFX_COLOR
116 SID_SAVEASDOC; // 047
118 SID_SETUPPRINTER; // 053
127 SID_SELECTALL; // 062
128 SID_SAVEDOC; // 063 vormals 046
129 SID_EXITANDRETURN; // 064 vormals 054
130 SID_RECORDMACRO; // 095
131 SID_EDITMACRO; // 096
134 SID_CONFIGTOOLBOX; // 124
137 Bitmap BMP_SFX_SMALL { File = "sco.bmp" ; };
138 Bitmap BMP_SFX_LARGE { File = "lco.bmp" ; };
141 Resource BMP_SFX_MONO
149 SID_SAVEASDOC; // 047
151 SID_SETUPPRINTER; // 053
160 SID_SELECTALL; // 062
161 SID_SAVEDOC; // 063 vormals 046
162 SID_EXITANDRETURN; // 064 vormals 054
163 SID_RECORDMACRO; // 095
164 SID_EDITMACRO; // 096
167 SID_CONFIGTOOLBOX; // 124
170 Bitmap BMP_SFX_SMALL { File = "smo.bmp" ; };
171 Bitmap BMP_SFX_LARGE { File = "lmo.bmp" ; };
174 WarningBox RID_WARN_POST_MAILTO
176 BUTTONS = WB_OK_CANCEL ;
177 DEFBUTTON = WB_DEF_OK ;
178 Message [ en-US ] = "A form is to be sent by e-mail.\nThis means that the receiver will get to see your e-mail address." ;
181 String STR_RECOVER_TITLE
183 Text [ en-US ] = "File Recovery" ;
186 String STR_RECOVER_QUERY
188 Text [ en-US ] = "Should the file \"$1\" be restored?" ;
193 Text [ en-US ] = "Internal" ;
196 String GID_APPLICATION
198 Text [ en-US ] = "Application" ;
203 Text [ en-US ] = "View" ;
208 Text [ en-US ] = "Documents" ;
213 Text [ en-US ] = "Edit" ;
218 Text [ en-US ] = "BASIC" ;
223 Text [ en-US ] = "Options" ;
228 Text [ en-US ] = "Math" ;
233 Text [ en-US ] = "Navigate" ;
238 Text [ en-US ] = "Insert" ;
243 Text [ en-US ] = "Format" ;
248 Text [ en-US ] = "Templates" ;
253 Text [ en-US ] = "Text" ;
258 Text [ en-US ] = "Frame" ;
263 Text [ en-US ] = "Graphic" ;
268 Text [ en-US ] = "Table" ;
271 String GID_ENUMERATION
273 Text [ en-US ] = "Numbering" ;
278 Text [ en-US ] = "Data" ;
283 Text [ en-US ] = "Special Functions" ;
288 Text [ en-US ] = "Image" ;
293 Text [ en-US ] = "Chart" ;
298 Text [ en-US ] = "Explorer" ;
303 Text [ en-US ] = "Connector" ;
308 Text [ en-US ] = "Modify" ;
313 Text [ en-US ] = "Drawing" ;
318 Text [ en-US ] = "Controls" ;
321 TabDialog SID_OPTIONS
325 Size = MAP_APPFONT ( 244 , 155 ) ;
326 Text [ en-US ] = "Options" ;
332 Pos = MAP_APPFONT ( 3 , 15 ) ;
333 Size = MAP_APPFONT ( 221 , 130 ) ;
338 Identifier = RID_SFXPAGE_GENERAL ;
339 Text [ en-US ] = "General" ;
344 Identifier = RID_SFXPAGE_SAVE ;
345 Text [ en-US ] = "Save" ;
350 Identifier = RID_SFXPAGE_PATH ;
351 Text [ en-US ] = "Paths" ;
356 Identifier = RID_SFXPAGE_SPELL ;
357 Text [ en-US ] = "Spellcheck" ;
364 InfoBox MSG_CANT_QUIT
366 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." ;
369 QueryBox MSG_IS_SERVER
371 Buttons = WB_YES_NO ;
372 DefButton = WB_DEF_NO ;
373 Message [ en-US ] = "This application is as object or print server active.\nDo you want to terminate anyway?" ;
378 Text [ en-US ] = "%PRODUCTNAME cannot be started more than once." ;
383 Text [ en-US ] = "Some %PRODUCTNAME functions will not work properly without a printer driver.\nPlease install a printer driver." ;
386 String STR_ISMODIFIED
388 Text [ en-US ] = "Do you want to save the changes to %1?" ;
393 Text [ en-US ] = "AutoSave" ;
396 String STR_RESWARNING
398 Text [ en-US ] = "Limited system resources. Please quit other applications or close some windows before continuing." ;
400 String STR_RESEXCEPTION
402 Text [ en-US ] = "There are files missing. Please check application setup." ;
405 String STR_DOUBLEEXCEPTION
407 Text [ en-US ] = "Another error occurred during the save recovery.\nPossibly, the data could not be entirely saved." ;
410 String STR_SYSRESEXCEPTION
412 Text [ en-US ] = "System resources exhausted. Please restart the application." ;
415 ErrorBox MSG_ERR_SOINIT
417 Message [ en-US ] = "Error initializing object-system." ;
420 String MSG_IOERR_FILE_NOT_FOUND
422 Text [ en-US ] = "The file $(FILE) doesn't exist." ;
425 String MSG_IOERR_PATH_NOT_FOUND
427 Text [ en-US ] = "The path to file $(FILE) doesn't exist." ;
430 String MSG_IOERR_TOO_MANY_OPEN_FILES
432 Text [ en-US ] = "The file $(FILE) could not be opened,\nbecause too many files are open.\nPlease close some files and try again." ;
435 String MSG_IOERR_ACCESS_DENIED
437 Text [ en-US ] = "The file $(FILE) could not be opened due to missing access rights." ;
440 String MSG_IOERR_INVALID_ACCESS
442 Text [ en-US ] = "The file $(FILE) could not be accessed." ;
445 String MSG_IOERR_INVALID_HANDLE
447 Text [ en-US ] = "The file $(FILE) could not be opened due to an invalid file handle." ;
450 String MSG_IOERR_CANNOT_MAKE
452 Text [ en-US ] = "The file $(FILE) could not be created." ;
455 String MSG_IOERR_SHARING
457 Text [ en-US ] = "Error by shared access to $(FILE)." ;
460 String MSG_IOERR_INVALID_PARAMETER
462 Text [ en-US ] = "" ;
465 String MSG_IOERR_GENERAL
467 Text [ en-US ] = "General I/O error accessing $(FILE)." ;
470 String RID_FULLSCREENTOOLBOX
475 ToolBox RID_FULLSCREENTOOLBOX
477 HelpId = HID_FULLSCREENTOOLBOX ;
478 ButtonType = BUTTON_SYMBOL ;
488 FloatingMode = TRUE ;
490 _FloatingPosMapMode = MAP_APPFONT ;
491 _FloatingPosX = -50 ;
492 _FloatingPosY = -70 ;
494 HideWhenDeactivate = TRUE ;
495 Align = BOXALIGN_TOP ;
500 Identifier = SID_WIN_FULLSCREEN ;
505 String STR_EVENT_STARTAPP
507 Text [ en-US ] = "Start Application" ;
510 String STR_EVENT_CLOSEAPP
512 Text [ en-US ] = "Close Application" ;
515 String STR_EVENT_CREATEDOC
517 Text [ en-US ] = "Create Document" ;
520 String STR_EVENT_CLOSEDOC
522 Text [ en-US ] = "Document is closing" ;
525 String STR_EVENT_PREPARECLOSEDOC
527 Text [ en-US ] = "Close Document" ;
530 String STR_EVENT_OPENDOC
532 Text [ en-US ] = "Open Document" ;
535 String STR_EVENT_SAVEDOC
537 Text [ en-US ] = "Save Document" ;
540 String STR_EVENT_SAVEASDOC
542 Text [ en-US ] = "Save Document As" ;
545 String STR_EVENT_SAVEDOCDONE
547 Text [ en-US ] = "Document has been saved" ;
550 String STR_EVENT_SAVEASDOCDONE
552 Text [ en-US ] = "Document has been saved as" ;
555 String STR_EVENT_ACTIVATEDOC
557 Text [ en-US ] = "Activate Document" ;
560 String STR_EVENT_DEACTIVATEDOC
562 Text [ en-US ] = "Deactivate Document" ;
565 String STR_EVENT_PRINTDOC
567 Text [ en-US ] = "Print Document" ;
570 String STR_EVENT_MODIFYCHANGED
572 Text [ en-US ] = "'Modified' status was changed" ;
575 String STR_ERR_NOTEMPLATE
577 Text [ en-US ] = "The selected template has an incorrect format" ;
580 String STR_ERR_NOFILE
582 Text [ en-US ] = "Can't open file $." ;
588 Text [ en-US ] = "E~xit" ;
591 String STR_EXITANDRETURN
593 Text [ en-US ] = "E~xit & return to " ;
596 String STR_EXTHELPSTATUS
598 Text [ en-US ] = "Select a command or click to select a theme." ;
603 Text [ en-US ] = "Mail" ;
606 String STR_ADDRESS_NAME
608 Text [ en-US ] = "Addresses" ;
613 Text [ en-US ] = "Help" ;
616 String RID_STR_NOAUTOSTARTHELPAGENT
618 Text [ en-US ] = "No automatic start at 'XX'" ;
621 String RID_STR_NOWELCOMESCREEN
623 Text [ en-US ] = "Don't display tips" ;
628 Text [ en-US ] = "Help Bar" ;
633 HelpId = HID_HELPBAR ;
639 Identifier = SID_HELP_INDEX ;
643 Identifier = SID_HELP_HELPFILEBOX ;
647 Type = TOOLBOXITEM_SEPARATOR ;
651 Identifier = SID_HELP_ZOOMOUT;
655 Identifier = SID_HELP_ZOOMIN;
659 Type = TOOLBOXITEM_SEPARATOR ;
663 Identifier = SID_HELP_SEARCH ;
667 Identifier = SID_HELP_BOOKMARK ;
671 Identifier = SID_HELP_ANNOTATE ;
676 Type = TOOLBOXITEM_SEPARATOR ;
680 Identifier = SID_HELP_DOWNLOAD ;
686 String RID_STR_HLPFILENOTEXIST
688 Text [ en-US ] = "The help file for this topic is not installed." ;
691 String RID_STR_HLPAPPNOTSTARTED
693 Text [ en-US ] = "The help system could not be started" ;
696 //----------------------------------------------------------------------------
698 String RID_ENVTOOLBOX
700 Text [ en-US ] = "Function Bar" ;
703 ToolBox RID_ENVTOOLBOX
705 HelpId = RID_ENVTOOLBOX ;
706 ButtonType = BUTTON_SYMBOL ;
717 FloatingMode = FALSE ;
719 HideWhenDeactivate = TRUE ;
720 Align = BOXALIGN_TOP ;
725 Identifier = SID_OPENURL ;
729 Identifier = SID_BROWSE_STOP ;
734 Type = TOOLBOXITEM_SEPARATOR ;
738 Identifier = SID_NEWDOCDIRECT ;
743 Identifier = SID_NEWDOC ;
748 Identifier = SID_OPENDOC ;
752 Identifier = SID_SAVEDOC ;
756 Identifier = SID_SAVEASDOC ;
761 Type = TOOLBOXITEM_SEPARATOR ;
765 Identifier = SID_EDITDOC ;
769 Type = TOOLBOXITEM_SEPARATOR ;
773 Identifier = SID_DIRECTEXPORTDOCASPDF ;
777 Identifier = SID_PRINTDOCDIRECT ;
781 Identifier = FN_FAX ;
786 Type = TOOLBOXITEM_SEPARATOR ;
790 Identifier = SID_CUT ;
794 Identifier = SID_COPY ;
798 Identifier = SID_PASTE ;
802 Type = TOOLBOXITEM_SEPARATOR ;
806 Identifier = SID_UNDO ;
810 Identifier = SID_REDO ;
814 Type = TOOLBOXITEM_SEPARATOR ;
818 Identifier = SID_NAVIGATOR ;
822 Identifier = SID_STYLE_DESIGNER ;
826 Identifier = SID_HYPERLINK_DIALOG ;
830 Identifier = SID_HYPERLINK_INSERT ;
835 Identifier = SID_WIN_FULLSCREEN ;
840 Type = TOOLBOXITEM_SEPARATOR ;
844 Identifier = SID_RECORDMACRO;
849 Type = TOOLBOXITEM_SEPARATOR ;
853 Identifier = SID_GALLERY ;
857 Identifier = SID_AVMEDIA_PLAYER ;
861 Type = TOOLBOXITEM_SEPARATOR ;
865 Identifier = SID_CLOSEDOC;
871 String RID_SPECIALCONFIG_ERROR
873 Text [ en-US ] = "An error has occurred in the special configuration.\nPlease contact your administrator." ;
876 String STR_MEMINFO_HEADER
880 String STR_MEMINFO_FOOTER
885 String STR_MEMINFO_OBJINFO
887 Text = "<tr><td >$(VISIBLE)</td><td>$(CACHED)</td><td>$(EXPIRE)</td><td>$(JSDIRTY)</td><td>$(JSEXEC)</td><td>$(FORBID)</td><td>$(FACTORY)</td><td>$(URL)</td><td>$(ORIGURL)</td><td>$(POSTSTRING)</td></tr>" ;
892 Text [ en-US ] = "Enable plug-ins" ;
895 String STR_CORRUPT_INSTALLATION
897 Text [ en-US ] = "Important program components could not be initialized correctly.\nPlease start the setup program with the option /Repair." ;
900 String IDS_SBERR_STOREREF
902 Text [ en-US ] = "Reference will not be saved: " ;
905 String STR_KEY_CONFIG_DIR
907 Text [ en-US ] = "Configuration" ;
909 String STR_KEY_WORK_PATH
911 Text [ en-US ] = "My Documents" ;
913 String STR_KEY_GRAPHICS_PATH
915 Text [ en-US ] = "Graphics" ;
917 String STR_KEY_BITMAP_PATH
919 Text [ en-US ] = "Icons" ;
921 String STR_KEY_BASIC_PATH
926 String STR_KEY_PALETTE_PATH
928 Text [ en-US ] = "Palettes" ;
930 String STR_KEY_BACKUP_PATH
932 Text [ en-US ] = "Backups" ;
934 String STR_KEY_MODULES_PATH
936 Text [ en-US ] = "Modules" ;
938 String STR_KEY_TEMPLATE_PATH
940 Text [ en-US ] = "Templates" ;
942 String STR_KEY_GLOSSARY_PATH
944 Text [ en-US ] = "AutoText" ;
946 String STR_KEY_DICTIONARY_PATH
948 Text [ en-US ] = "Dictionaries" ;
950 String STR_KEY_HELP_DIR
952 Text [ en-US ] = "Help" ;
954 String STR_KEY_GALLERY_DIR
956 Text [ en-US ] = "Gallery" ;
959 String STR_KEY_STORAGE_DIR
961 Text [ en-US ] = "Message Storage" ;
963 String STR_KEY_TEMP_PATH
965 Text [ en-US ] = "Temporary files" ;
967 String STR_KEY_PLUGINS_PATH
969 Text [ en-US ] = "Plug-ins" ;
971 String STR_KEY_FAVORITES_DIR
973 Text [ en-US ] = "Folder Bookmarks" ;
975 String STR_KEY_FILTER_PATH
977 Text [ en-US ] = "Filters" ;
979 String STR_KEY_ADDINS_PATH
981 Text [ en-US ] = "Add-ins" ;
983 String STR_KEY_USERCONFIG_PATH
985 Text [ en-US ] = "User Configuration" ;
987 String STR_KEY_USERDICTIONARY_DIR
989 Text [ en-US ] = "User-defined dictionaries" ;
991 String STR_KEY_AUTOCORRECT_DIR
993 Text [ en-US ] = "AutoCorrect" ;
995 String STR_KEY_LINGUISTIC_DIR
997 Text [ en-US ] = "Writing aids" ;
999 String STR_QUICKSTART_EXIT
1001 Text [ en-US ] = "Exit Quickstarter" ;
1003 String STR_QUICKSTART_TIP
1005 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Quickstarter" ;
1007 String STR_QUICKSTART_FILEOPEN
1009 Text [ en-US ] = "Open Document..." ;
1011 String STR_QUICKSTART_FROMTEMPLATE
1013 Text [ en-US ] = "From Template..." ;
1015 String STR_QUICKSTART_PRELAUNCH
1017 Text [ en-US ] = "Load %PRODUCTNAME During System Start-Up" ;
1019 String STR_QUICKSTART_PRELAUNCH_UNX
1021 Text[ en-US ] = "Disable systray Quickstarter";
1023 String STR_QUICKSTART_LNKNAME
1025 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
1027 String STR_QUICKSTART_FILE
1029 Text [ en-US ] = "File";
1032 String STR_QUICKSTART_STARTCENTER
1034 Text [ en-US ] = "Startcenter";
1037 String STR_QUICKSTART_RECENTDOC
1039 Text [ en-US ] = "Recent Documents";
1042 String STR_QUERY_UPDATE_LINKS
1044 Text [ en-US ] = "Update all links?" ;
1047 String STR_DDE_ERROR
1049 Text [ en-US ] = "DDE link to % for % area % are not available." ;
1052 WarningBox RID_SECURITY_WARNING_HYPERLINK
1054 HelpId = HID_WARNING_SECURITY_HYPERLINK;
1055 Buttons = WB_YES_NO ;
1056 DefButton = WB_DEF_NO ;
1057 Message [ en-US ] = "This hyperlink is going to open \"%s\". Do you want to proceed?" ;
1060 WarningBox RID_SECURITY_WARNING_NO_HYPERLINKS
1062 //HelpId = HID_WARNING_SECURITY_NO_HYPERLINKS;
1064 DefButton = WB_DEF_OK ;
1065 Message [ en-US ] = "For security reasons, the hyperlink cannot be executed.\nThe stated address will not be opened.";
1068 String RID_SECURITY_WARNING_TITLE
1070 Text [ en-US ] = "Security Warning" ;
1073 ErrorBox RID_INVALID_URL_MSG
1076 Message [ en-US ] = "The URL is not valid." ;
1079 String RID_INVALID_URL_TITLE
1081 Text = "%PRODUCTNAME %PRODUCTVERSION" ;
1086 Text = "%PRODUCTNAME" ;
1089 QueryBox RID_XMLSEC_QUERY_LOSINGSIGNATURE
1091 // HelpId = HID_XMLSEC_QUERY_LOSINGSIGNATURE;
1092 Buttons = WB_YES_NO ;
1093 DefButton = WB_DEF_NO ;
1094 Message [ en-US ] = "Saving will remove all existing signatures.\nDo you want to continue saving the document?" ;
1097 QueryBox RID_XMLSEC_QUERY_SAVEBEFORESIGN
1099 // HelpId = HID_XMLSEC_QUERY_SAVEBEFORESIGN;
1100 Buttons = WB_YES_NO ;
1101 DefButton = WB_DEF_YES ;
1102 Message [ en-US ] = "The document has to be saved before it can be signed.\nDo you want to save the document?" ;
1105 InfoBox RID_XMLSEC_INFO_WRONGDOCFORMAT
1107 // HelpId = HID_XMLSEC_INFO_WRONGDOCFORMAT;
1108 Message [ en-US ] = "This document must be saved in OpenDocument file format before it can be digitally signed." ;
1111 String RID_XMLSEC_DOCUMENTSIGNED
1113 Text [ en-US ] = " (Signed)" ;
1118 ImageBitmap = Bitmap { File = "sc05539.bmp" ; };
1123 ImageBitmap = Bitmap { File = "sc05700.bmp" ; };
1128 ImageBitmap = Bitmap { File = "sc06302.bmp" ; };
1133 ImageBitmap = Bitmap { File = "sn064.bmp" ; };