merge the formfield patch from ooo-build
[ooovba.git] / sfx2 / source / view / view.src
blob45f0ef949be42f9ec0529594a3cb08558ff51912
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: view.src,v $
10  * $Revision: 1.55 $
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  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include "view.hrc"
32 #include <sfx2/sfx.hrc>
33 #include "helpid.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" ;
65 String STR_PRINTING
67     Text [ en-US ] = "Printing" ;
69 String STR_PAGE
71     Text [ en-US ] = "Page " ;
73 String STR_ERROR_SAVE_TEMPLATE
75     Text [ en-US ] = "Error saving template " ;
77 String STR_READONLY
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 ;
114     OutputSize = TRUE ;
115     SVLook = TRUE ;
116     Hide = TRUE ;
117     Moveable = TRUE;
118     Size = MAP_APPFONT ( 112 , 81 ) ;
119     DLG_PRINTMONITOR_TEXT
120     FixedText FT_DOCNAME
121     {
122         Pos = MAP_APPFONT ( 6 , 6 ) ;
123         Size = MAP_APPFONT ( 100 , 10 ) ;
124         Center = TRUE ;
125     };
126     FixedText FT_PRINTING
127     {
128         Pos = MAP_APPFONT ( 6 , 19 ) ;
129         Size = MAP_APPFONT ( 100 , 10 ) ;
130         Center = TRUE ;
131         Text [ en-US ] = "is being printed on" ;
132     };
133     FixedText FT_PRINTER
134     {
135         Pos = MAP_APPFONT ( 6 , 32 ) ;
136         Size = MAP_APPFONT ( 100 , 10 ) ;
137         Center = TRUE ;
138     };
139     FixedText FT_PRINTINFO
140     {
141         Pos = MAP_APPFONT ( 6 , 45 ) ;
142         Size = MAP_APPFONT ( 100 , 10 ) ;
143         Center = TRUE ;
144     };
145     CancelButton PB_CANCELPRNMON
146     {
147         Pos = MAP_APPFONT ( 31 , 61 ) ;
148         Size = MAP_APPFONT ( 50 , 14 ) ;
149     };
150     String STR_FT_PREPARATION
151     {
152         Text [ en-US ] = "is being prepared for printing";
153     };
156  // MSG_ERROR_SEND_MAIL ---------------------------------------------------
158 InfoBox MSG_ERROR_SEND_MAIL
160     BUTTONS = WB_OK ;
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
179     BUTTONS = WB_OK ;
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." ;