update dev300-m58
[ooovba.git] / sfx2 / source / appl / app.src
bloba340ed84effe7b17ddb456991c514f82f332d94a
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: app.src,v $
10  * $Revision: 1.122 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31  // include ------------------------------------------------------------------
33 #include <sfx2/sfx.hrc>
34 #include "app.hrc"
35 #include "helpid.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
49     BUTTONS = WB_OK ;
50     DEFBUTTON = WB_DEF_OK ;
51     Message [ en-US ] = "Error reading configuration file." ;
54 ErrorBox MSG_ERR_WRITE_CFG
56     BUTTONS = WB_OK ;
57     DEFBUTTON = WB_DEF_OK ;
58     Message [ en-US ] = "Error writing configuration file." ;
61 ErrorBox MSG_ERR_OPEN_CFG
63     BUTTONS = WB_OK ;
64     DEFBUTTON = WB_DEF_OK ;
65     Message [ en-US ] = "Error opening configuration file." ;
68 ErrorBox MSG_ERR_FILETYPE_CFG
70     BUTTONS = WB_OK ;
71     DEFBUTTON = WB_DEF_OK ;
72     Message [ en-US ] = "File is not a configuration file." ;
75 ErrorBox MSG_ERR_VERSION_CFG
77     BUTTONS = WB_OK ;
78     DEFBUTTON = WB_DEF_OK ;
79     Message [ en-US ] = "Configuration file contains the wrong version." ;
82 ErrorBox MSG_ERR_WRITE_SBL
84     BUTTONS = WB_OK ;
85     DEFBUTTON = WB_DEF_OK ;
86     Message [ en-US ] = "Error recording BASIC library in\n'@'." ;
89 ErrorBox MSG_SIGNAL
91     BUTTONS = WB_YES_NO ;
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
98     BUTTONS = WB_OK ;
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." ;
103 Resource SID_UNKNOWN
105     String 1 "-" ;
108 Resource BMP_SFX_COLOR
110     ExtraData =
111     {
112         SID_NEWDOC;             // 043
113         SID_OPENDOC;            // 044
114         SID_CLOSEDOC;           // 045
115         SID_RELOAD;                     // 046
116         SID_SAVEASDOC;          // 047
117         SID_PRINTDOC;           // 051
118         SID_SETUPPRINTER;       // 053
119         SID_QUITAPP;            // 054
120         SID_UNDO;               // 055
121         SID_REDO;               // 056
122         SID_REPEAT;             // 057
123         SID_CUT;                // 058
124         SID_COPY;               // 059
125         SID_PASTE;              // 060
126         SID_DELETE;             // 061
127         SID_SELECTALL;          // 062
128         SID_SAVEDOC;            // 063 vormals 046
129         SID_EXITANDRETURN;      // 064 vormals 054
130         SID_RECORDMACRO;        // 095
131         SID_EDITMACRO;          // 096
132         SID_HELPMENU;           // 098
133         SID_CONFIG;                     // 123
134         SID_CONFIGTOOLBOX;      // 124
135         0;
136     };
137     Bitmap BMP_SFX_SMALL { File = "sco.bmp" ; };
138     Bitmap BMP_SFX_LARGE { File = "lco.bmp" ; };
141 Resource BMP_SFX_MONO
143     ExtraData =
144     {
145         SID_NEWDOC;             // 043
146         SID_OPENDOC;            // 044
147         SID_CLOSEDOC;           // 045
148         SID_RELOAD;                     // 046
149         SID_SAVEASDOC;          // 047
150         SID_PRINTDOC;           // 051
151         SID_SETUPPRINTER;       // 053
152         SID_QUITAPP;            // 054
153         SID_UNDO;               // 055
154         SID_REDO;               // 056
155         SID_REPEAT;             // 057
156         SID_CUT;                // 058
157         SID_COPY;               // 059
158         SID_PASTE;              // 060
159         SID_DELETE;             // 061
160         SID_SELECTALL;          // 062
161         SID_SAVEDOC;            // 063 vormals 046
162         SID_EXITANDRETURN;      // 064 vormals 054
163         SID_RECORDMACRO;        // 095
164         SID_EDITMACRO;          // 096
165         SID_HELPMENU;           // 098
166         SID_CONFIG;                     // 123
167         SID_CONFIGTOOLBOX;      // 124
168         0;
169     };
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?" ;
191 String GID_INTERN
193     Text [ en-US ] = "Internal" ;
196 String GID_APPLICATION
198     Text [ en-US ] = "Application" ;
201 String GID_VIEW
203     Text [ en-US ] = "View" ;
206 String GID_DOCUMENT
208     Text [ en-US ] = "Documents" ;
211 String GID_EDIT
213     Text [ en-US ] = "Edit" ;
216 String GID_MACRO
218     Text [ en-US ] = "BASIC" ;
221 String GID_OPTIONS
223     Text [ en-US ] = "Options" ;
226 String GID_MATH
228     Text [ en-US ] = "Math" ;
231 String GID_NAVIGATOR
233     Text [ en-US ] = "Navigate" ;
236 String GID_INSERT
238     Text [ en-US ] = "Insert" ;
241 String GID_FORMAT
243     Text [ en-US ] = "Format" ;
246 String GID_TEMPLATE
248     Text [ en-US ] = "Templates" ;
251 String GID_TEXT
253     Text [ en-US ] = "Text" ;
256 String GID_FRAME
258     Text [ en-US ] = "Frame" ;
261 String GID_GRAPHIC
263     Text [ en-US ] = "Graphic" ;
266 String GID_TABLE
268     Text [ en-US ] = "Table" ;
271 String GID_ENUMERATION
273     Text [ en-US ] = "Numbering" ;
276 String GID_DATA
278     Text [ en-US ] = "Data" ;
281 String GID_SPECIAL
283     Text [ en-US ] = "Special Functions" ;
286 String GID_IMAGE
288     Text [ en-US ] = "Image" ;
291 String GID_CHART
293     Text [ en-US ] = "Chart" ;
296 String GID_EXPLORER
298     Text [ en-US ] = "Explorer" ;
301 String GID_CONNECTOR
303     Text [ en-US ] = "Connector" ;
306 String GID_MODIFY
308     Text [ en-US ] = "Modify" ;
311 String GID_DRAWING
313     Text [ en-US ] = "Drawing" ;
316 String GID_CONTROLS
318     Text [ en-US ] = "Controls" ;
321 TabDialog SID_OPTIONS
323     OutputSize = TRUE ;
324     SVLook = TRUE ;
325     Size = MAP_APPFONT ( 244 , 155 ) ;
326     Text [ en-US ] = "Options" ;
327     Moveable = TRUE ;
328     Closeable = TRUE ;
329     TabControl 1
330     {
331         SVLook = TRUE ;
332         Pos = MAP_APPFONT ( 3 , 15 ) ;
333         Size = MAP_APPFONT ( 221 , 130 ) ;
334         PageList =
335         {
336             PageItem
337             {
338                 Identifier = RID_SFXPAGE_GENERAL ;
339                 Text [ en-US ] = "General" ;
340                 PageResID = 256 ;
341             };
342             PageItem
343             {
344                 Identifier = RID_SFXPAGE_SAVE ;
345                 Text [ en-US ] = "Save" ;
346                 PageResID = 257 ;
347             };
348             PageItem
349             {
350                 Identifier = RID_SFXPAGE_PATH ;
351                 Text [ en-US ] = "Paths" ;
352                 PageResID = 258 ;
353             };
354             PageItem
355             {
356                 Identifier = RID_SFXPAGE_SPELL ;
357                 Text [ en-US ] = "Spellcheck" ;
358                 PageResID = 259 ;
359             };
360         };
361     };
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?" ;
376 String STR_NODOUBLE
378     Text [ en-US ] = "%PRODUCTNAME cannot be started more than once." ;
381 String STR_NOPRINTER
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?" ;
391 String STR_AUTOSAVE
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
472     Text  = "" ;
475 ToolBox RID_FULLSCREENTOOLBOX
477     HelpId = HID_FULLSCREENTOOLBOX ;
478     ButtonType = BUTTON_SYMBOL ;
479     LineSpacing = TRUE ;
480     Border = TRUE ;
481     Scroll = TRUE ;
482     SVLook = TRUE ;
483     Moveable = TRUE ;
484     Sizeable = TRUE ;
485     Closeable = TRUE ;
486     Zoomable = TRUE ;
487     Customize = TRUE ;
488     FloatingMode = TRUE ;
489     Hide = TRUE ;
490     _FloatingPosMapMode = MAP_APPFONT ;
491     _FloatingPosX = -50 ;
492     _FloatingPosY = -70 ;
493     FloatingLines = 1 ;
494     HideWhenDeactivate = TRUE ;
495     Align = BOXALIGN_TOP ;
496     ItemList =
497     {
498         ToolBoxItem
499         {
500             Identifier = SID_WIN_FULLSCREEN ;
501         };
502     };
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 $." ;
586 String STR_QUITAPP
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." ;
601 String STR_MAIL
603     Text [ en-US ] = "Mail" ;
606 String STR_ADDRESS_NAME
608     Text [ en-US ] = "Addresses" ;
611 String RID_STR_HELP
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" ;
626 String RID_HELPBAR
628     Text [ en-US ] = "Help Bar" ;
631 ToolBox RID_HELPBAR
633     HelpId = HID_HELPBAR ;
634     Hide = TRUE ;
635     ItemList  =
636     {
637         ToolBoxItem
638         {
639             Identifier = SID_HELP_INDEX ;
640         };
641         ToolBoxItem
642         {
643             Identifier = SID_HELP_HELPFILEBOX ;
644         };
645         ToolBoxItem
646         {
647             Type = TOOLBOXITEM_SEPARATOR ;
648         };
649         ToolBoxItem
650         {
651             Identifier = SID_HELP_ZOOMOUT;
652         };
653         ToolBoxItem
654         {
655             Identifier = SID_HELP_ZOOMIN;
656         };
657         ToolBoxItem
658         {
659             Type = TOOLBOXITEM_SEPARATOR ;
660         };
661         ToolBoxItem
662         {
663             Identifier = SID_HELP_SEARCH ;
664         };
665         ToolBoxItem
666         {
667             Identifier = SID_HELP_BOOKMARK ;
668         };
669         ToolBoxItem
670         {
671             Identifier = SID_HELP_ANNOTATE ;
672         };
673         /*
674         ToolBoxItem
675         {
676             Type = TOOLBOXITEM_SEPARATOR ;
677         };
678         ToolBoxItem
679         {
680             Identifier = SID_HELP_DOWNLOAD ;
681         };
683     };
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 ;
707     LineSpacing = TRUE ;
708     Border = TRUE ;
709     Scroll = TRUE ;
710     SVLook = TRUE ;
711     Dockable = TRUE ;
712     Moveable = TRUE ;
713     Sizeable = TRUE ;
714     Closeable = TRUE ;
715     Zoomable = TRUE ;
716     Customize = TRUE ;
717     FloatingMode = FALSE ;
718     Hide = TRUE ;
719     HideWhenDeactivate = TRUE ;
720     Align = BOXALIGN_TOP ;
721     ItemList =
722     {
723         ToolBoxItem
724         {
725             Identifier = SID_OPENURL ;
726         };
727         ToolBoxItem
728         {
729             Identifier = SID_BROWSE_STOP ;
730             Hide = TRUE;
731         };
732         ToolBoxItem
733         {
734             Type = TOOLBOXITEM_SEPARATOR ;
735         };
736         ToolBoxItem
737         {
738             Identifier = SID_NEWDOCDIRECT ;
739             DropDown = TRUE;
740         };
741         ToolBoxItem
742         {
743             Identifier = SID_NEWDOC ;
744             Hide = TRUE;
745         };
746         ToolBoxItem
747         {
748             Identifier = SID_OPENDOC ;
749         };
750         ToolBoxItem
751         {
752             Identifier = SID_SAVEDOC ;
753         };
754         ToolBoxItem
755         {
756             Identifier = SID_SAVEASDOC ;
757             Hide = TRUE;
758         };
759         ToolBoxItem
760         {
761             Type = TOOLBOXITEM_SEPARATOR ;
762         };
763         ToolBoxItem
764         {
765             Identifier = SID_EDITDOC ;
766         };
767         ToolBoxItem
768         {
769             Type = TOOLBOXITEM_SEPARATOR ;
770         };
771         ToolBoxItem
772         {
773             Identifier = SID_DIRECTEXPORTDOCASPDF ;
774         };
775         ToolBoxItem
776         {
777             Identifier = SID_PRINTDOCDIRECT ;
778         };
779         ToolBoxItem
780         {
781             Identifier = FN_FAX ;
782             Hide = TRUE;
783         };
784         ToolBoxItem
785         {
786             Type = TOOLBOXITEM_SEPARATOR ;
787         };
788         ToolBoxItem
789         {
790             Identifier = SID_CUT ;
791         };
792         ToolBoxItem
793         {
794             Identifier = SID_COPY ;
795         };
796         ToolBoxItem
797         {
798             Identifier = SID_PASTE ;
799         };
800         ToolBoxItem
801         {
802             Type = TOOLBOXITEM_SEPARATOR ;
803         };
804         ToolBoxItem
805         {
806             Identifier = SID_UNDO ;
807         };
808         ToolBoxItem
809         {
810             Identifier = SID_REDO ;
811         };
812         ToolBoxItem
813         {
814             Type = TOOLBOXITEM_SEPARATOR ;
815         };
816         ToolBoxItem
817         {
818             Identifier = SID_NAVIGATOR ;
819         };
820         ToolBoxItem
821         {
822             Identifier = SID_STYLE_DESIGNER ;
823         };
824         ToolBoxItem
825         {
826             Identifier = SID_HYPERLINK_DIALOG ;
827         };
828         ToolBoxItem
829         {
830             Identifier = SID_HYPERLINK_INSERT ;
831             Hide = TRUE;
832         };
833         ToolBoxItem
834         {
835             Identifier = SID_WIN_FULLSCREEN ;
836             Hide = TRUE;
837         };
838         ToolBoxItem
839         {
840             Type = TOOLBOXITEM_SEPARATOR ;
841         };
842         ToolBoxItem
843         {
844             Identifier = SID_RECORDMACRO;
845             Hide = TRUE;
846         };
847         ToolBoxItem
848         {
849             Type = TOOLBOXITEM_SEPARATOR ;
850         };
851         ToolBoxItem
852         {
853             Identifier = SID_GALLERY ;
854         };
855         ToolBoxItem
856         {
857             Identifier = SID_AVMEDIA_PLAYER ;
858         };
859         ToolBoxItem
860         {
861             Type = TOOLBOXITEM_SEPARATOR ;
862         };
863         ToolBoxItem
864         {
865             Identifier = SID_CLOSEDOC;
866             Hide = TRUE;
867         };
868     };
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
882     Text = "</table>" ;
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>" ;
890 String RID_PLUGIN
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
923     Text = "BASIC" ;
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;
1063     Buttons = WB_OK ;
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
1075     Buttons = WB_OK ;
1076     Message [ en-US ] = "The URL is not valid." ;
1079 String RID_INVALID_URL_TITLE
1081     Text = "%PRODUCTNAME %PRODUCTVERSION" ;
1084 String RID_DESKTOP
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)" ;
1116 Image IMG_MISSING_1
1118     ImageBitmap = Bitmap { File = "sc05539.bmp" ; };
1121 Image IMG_MISSING_2
1123     ImageBitmap = Bitmap { File = "sc05700.bmp" ; };
1126 Image IMG_MISSING_3
1128     ImageBitmap = Bitmap { File = "sc06302.bmp" ; };
1131 Image IMG_MISSING_4
1133     ImageBitmap = Bitmap { File = "sn064.bmp" ; };