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: view.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 ************************************************************************/
30 // include ---------------------------------------------------------------
32 #include <sfx2/sfx.hrc>
34 #include "sfxlocal.hrc"
36 // Strings ---------------------------------------------------------------
37 String STR_NODEFPRINTER
39 Text [ en-US ] = "No default printer found.\nPlease choose a printer and try again." ;
41 String STR_NOSTARTPRINTER
43 Text [ en-US ] = "Could not start printer.\nPlease check your printer configuration." ;
45 String STR_PRINTER_NOTAVAIL
47 Text [ en-US ] = "This document has been formatted for the printer $1. The specified printer is not available. \nDo you want to use the standard printer $2 ?" ;
49 String STR_PRINT_OPTIONS
51 Text [ en-US ] = "Options..." ;
53 String STR_PRINT_OPTIONS_TITLE
55 Text [ en-US ] = "Printer Options" ;
57 String STR_ERROR_PRINTER_BUSY
59 Text [ en-US ] = "Printer busy" ;
61 String STR_ERROR_PRINT
63 Text [ en-US ] = "Error while printing" ;
67 Text [ en-US ] = "Printing" ;
71 Text [ en-US ] = "Page " ;
73 String STR_ERROR_SAVE_TEMPLATE
75 Text [ en-US ] = "Error saving template " ;
79 Text [ en-US ] = " (read-only)" ;
81 String STR_PRINT_NEWORI
83 Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the new settings in the\nactive document?" ;
85 String STR_PRINT_NEWSIZE
87 Text [ en-US ] = "The page size has been modified.\nShould the new settings be saved\nin the active document?" ;
89 String STR_PRINT_NEWORISIZE
91 Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the new settings in the\nactive document?" ;
93 String STR_PREVIEW_DOCINFO
95 Text [ en-US ] = "<html><body BGCOLOR=\"#c0c0c0\"><font FACE=\"Arial\"><dl><dt><b>Title:</b><dd>$(TITEL)<dt><b>Subject:</b><dd>$(THEME)<dt><b>Keywords:</b><dd>$(KEYWORDS)<dt><b>Description:</b><dd>$(TEXT)</dl></font></body></html>" ;
97 String STR_PREVIEW_NODOCINFO
99 Text [ en-US ] = "<HTML><BODY BGCOLOR=\"#c0c0c0\"><BR><BR><P><FONT FACE=\"Arial\"><B>No document properties found.</B></FONT></P></BODY></HTML>" ;
101 // -----------------------------------------------------------------------
102 InfoBox MSG_CANT_CLOSE
104 Message [ en-US ] = "The document cannot be closed because a\n print job is being carried out." ;
106 // DLG_PRINTMONITOR ------------------------------------------------------
108 #define DLG_PRINTMONITOR_TEXT \
109 Text [ en-US ] = "Print Monitor" ; \
111 ModelessDialog DLG_PRINTMONITOR
113 HelpID = HID_PRINTMONITOR ;
118 Size = MAP_APPFONT ( 112 , 81 ) ;
119 DLG_PRINTMONITOR_TEXT
122 Pos = MAP_APPFONT ( 6 , 6 ) ;
123 Size = MAP_APPFONT ( 100 , 10 ) ;
126 FixedText FT_PRINTING
128 Pos = MAP_APPFONT ( 6 , 19 ) ;
129 Size = MAP_APPFONT ( 100 , 10 ) ;
131 Text [ en-US ] = "is being printed on" ;
135 Pos = MAP_APPFONT ( 6 , 32 ) ;
136 Size = MAP_APPFONT ( 100 , 10 ) ;
139 FixedText FT_PRINTINFO
141 Pos = MAP_APPFONT ( 6 , 45 ) ;
142 Size = MAP_APPFONT ( 100 , 10 ) ;
145 CancelButton PB_CANCELPRNMON
147 Pos = MAP_APPFONT ( 31 , 61 ) ;
148 Size = MAP_APPFONT ( 50 , 14 ) ;
150 String STR_FT_PREPARATION
152 Text [ en-US ] = "is being prepared for printing";
156 // MSG_ERROR_SEND_MAIL ---------------------------------------------------
158 InfoBox MSG_ERROR_SEND_MAIL
161 DEFBUTTON = WB_DEF_OK ;
162 Message [ en-US ] = "An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\nPlease check the %PRODUCTNAME settings or your e-mail program settings." ;
165 // QueryBoxen ------------------------------------------------------------
166 QueryBox MSG_QUERY_OPENASTEMPLATE
168 Buttons = WB_YES_NO ;
169 DefButton = WB_DEF_NO ;
170 Message [ en-US ] = "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?" ;
172 String STR_REPAIREDDOCUMENT
174 Text [ en-US ] = " (repaired document)" ;
177 ErrorBox MSG_ERROR_NO_WEBBROWSER_FOUND
180 DEFBUTTON = WB_DEF_OK ;
181 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." ;