xref: /aoo42x/main/sfx2/source/view/view.src (revision 4796aa66)
1acbf353aSAndrew Rist/**************************************************************
2*4796aa66Smseidel *
3acbf353aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4acbf353aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5acbf353aSAndrew Rist * distributed with this work for additional information
6acbf353aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7acbf353aSAndrew Rist * to you under the Apache License, Version 2.0 (the
8acbf353aSAndrew Rist * "License"); you may not use this file except in compliance
9acbf353aSAndrew Rist * with the License.  You may obtain a copy of the License at
10*4796aa66Smseidel *
11acbf353aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*4796aa66Smseidel *
13acbf353aSAndrew Rist * Unless required by applicable law or agreed to in writing,
14acbf353aSAndrew Rist * software distributed under the License is distributed on an
15acbf353aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16acbf353aSAndrew Rist * KIND, either express or implied.  See the License for the
17acbf353aSAndrew Rist * specific language governing permissions and limitations
18acbf353aSAndrew Rist * under the License.
19*4796aa66Smseidel *
20acbf353aSAndrew Rist *************************************************************/
21acbf353aSAndrew Rist
22acbf353aSAndrew Rist
23*4796aa66Smseidel
24*4796aa66Smseidel// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include "view.hrc"
26cdf0e10cSrcweir#include <sfx2/sfx.hrc>
27cdf0e10cSrcweir#include "helpid.hrc"
28cdf0e10cSrcweir#include "sfxlocal.hrc"
29cdf0e10cSrcweir
30*4796aa66Smseidel// Strings ---------------------------------------------------------------
31cdf0e10cSrcweirString STR_NODEFPRINTER
32cdf0e10cSrcweir{
33cdf0e10cSrcweir	Text [ en-US ] = "No default printer found.\nPlease choose a printer and try again." ;
34cdf0e10cSrcweir};
35cdf0e10cSrcweirString STR_NOSTARTPRINTER
36cdf0e10cSrcweir{
37cdf0e10cSrcweir	Text [ en-US ] = "Could not start printer.\nPlease check your printer configuration." ;
38cdf0e10cSrcweir};
39cdf0e10cSrcweirString STR_PRINTER_NOTAVAIL
40cdf0e10cSrcweir{
41*4796aa66Smseidel	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 ?" ;
42cdf0e10cSrcweir};
43cdf0e10cSrcweirString STR_PRINT_OPTIONS
44cdf0e10cSrcweir{
45cdf0e10cSrcweir	Text [ en-US ] = "Options..." ;
46cdf0e10cSrcweir};
47cdf0e10cSrcweirString STR_PRINT_OPTIONS_TITLE
48cdf0e10cSrcweir{
49cdf0e10cSrcweir	Text [ en-US ] = "Printer Options" ;
50cdf0e10cSrcweir};
51cdf0e10cSrcweirString STR_ERROR_PRINTER_BUSY
52cdf0e10cSrcweir{
53cdf0e10cSrcweir	Text [ en-US ] = "Printer busy" ;
54cdf0e10cSrcweir};
55cdf0e10cSrcweirString STR_ERROR_PRINT
56cdf0e10cSrcweir{
57cdf0e10cSrcweir	Text [ en-US ] = "Error while printing" ;
58cdf0e10cSrcweir};
59cdf0e10cSrcweirString STR_PRINTING
60cdf0e10cSrcweir{
61cdf0e10cSrcweir	Text [ en-US ] = "Printing" ;
62cdf0e10cSrcweir};
63cdf0e10cSrcweirString STR_PAGE
64cdf0e10cSrcweir{
65cdf0e10cSrcweir	Text [ en-US ] = "Page " ;
66cdf0e10cSrcweir};
67cdf0e10cSrcweirString STR_ERROR_SAVE_TEMPLATE
68cdf0e10cSrcweir{
69cdf0e10cSrcweir	Text [ en-US ] = "Error saving template " ;
70cdf0e10cSrcweir};
71cdf0e10cSrcweirString STR_READONLY
72cdf0e10cSrcweir{
73cdf0e10cSrcweir	Text [ en-US ] = " (read-only)" ;
74cdf0e10cSrcweir};
75cdf0e10cSrcweirString STR_PRINT_NEWORI
76cdf0e10cSrcweir{
77cdf0e10cSrcweir	Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the new settings in the\nactive document?" ;
78cdf0e10cSrcweir};
79cdf0e10cSrcweirString STR_PRINT_NEWSIZE
80cdf0e10cSrcweir{
81cdf0e10cSrcweir	Text [ en-US ] = "The page size has been modified.\nShould the new settings be saved\nin the active document?" ;
82cdf0e10cSrcweir};
83cdf0e10cSrcweirString STR_PRINT_NEWORISIZE
84cdf0e10cSrcweir{
85cdf0e10cSrcweir	Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the new settings in the\nactive document?" ;
86cdf0e10cSrcweir};
87cdf0e10cSrcweirString STR_PREVIEW_DOCINFO
88cdf0e10cSrcweir{
89cdf0e10cSrcweir	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>" ;
90cdf0e10cSrcweir};
91cdf0e10cSrcweirString STR_PREVIEW_NODOCINFO
92cdf0e10cSrcweir{
93cdf0e10cSrcweir	Text [ en-US ] = "<HTML><BODY BGCOLOR=\"#c0c0c0\"><BR><BR><P><FONT FACE=\"Arial\"><B>No document properties found.</B></FONT></P></BODY></HTML>" ;
94cdf0e10cSrcweir};
95*4796aa66Smseidel// -----------------------------------------------------------------------
96cdf0e10cSrcweirInfoBox MSG_CANT_CLOSE
97cdf0e10cSrcweir{
98*4796aa66Smseidel	Message [ en-US ] = "The document cannot be closed because a\nprint job is being carried out." ;
99cdf0e10cSrcweir};
100*4796aa66Smseidel// DLG_PRINTMONITOR ------------------------------------------------------
101cdf0e10cSrcweir
102cdf0e10cSrcweir#define	DLG_PRINTMONITOR_TEXT \
103*4796aa66Smseidel	Text [ en-US ] = "Print Monitor" ; \
104cdf0e10cSrcweir
105cdf0e10cSrcweirModelessDialog DLG_PRINTMONITOR
106cdf0e10cSrcweir{
107cdf0e10cSrcweir	HelpID = HID_PRINTMONITOR ;
108cdf0e10cSrcweir	OutputSize = TRUE ;
109cdf0e10cSrcweir	SVLook = TRUE ;
110cdf0e10cSrcweir	Hide = TRUE ;
111*4796aa66Smseidel	Moveable = TRUE ;
112*4796aa66Smseidel	Size = MAP_APPFONT ( 112, 81 ) ;
113cdf0e10cSrcweir	DLG_PRINTMONITOR_TEXT
114cdf0e10cSrcweir	FixedText FT_DOCNAME
115cdf0e10cSrcweir	{
116*4796aa66Smseidel		Pos = MAP_APPFONT ( 6, 6 ) ;
117*4796aa66Smseidel		Size = MAP_APPFONT ( 100, 10 ) ;
118cdf0e10cSrcweir		Center = TRUE ;
119cdf0e10cSrcweir	};
120cdf0e10cSrcweir	FixedText FT_PRINTING
121cdf0e10cSrcweir	{
122*4796aa66Smseidel		Pos = MAP_APPFONT ( 6, 19 ) ;
123*4796aa66Smseidel		Size = MAP_APPFONT ( 100, 10 ) ;
124cdf0e10cSrcweir		Center = TRUE ;
125cdf0e10cSrcweir		Text [ en-US ] = "is being printed on" ;
126cdf0e10cSrcweir	};
127cdf0e10cSrcweir	FixedText FT_PRINTER
128cdf0e10cSrcweir	{
129*4796aa66Smseidel		Pos = MAP_APPFONT ( 6, 32 ) ;
130*4796aa66Smseidel		Size = MAP_APPFONT ( 100, 10 ) ;
131cdf0e10cSrcweir		Center = TRUE ;
132cdf0e10cSrcweir	};
133cdf0e10cSrcweir	FixedText FT_PRINTINFO
134cdf0e10cSrcweir	{
135*4796aa66Smseidel		Pos = MAP_APPFONT ( 6, 45 ) ;
136*4796aa66Smseidel		Size = MAP_APPFONT ( 100, 10 ) ;
137cdf0e10cSrcweir		Center = TRUE ;
138cdf0e10cSrcweir	};
139cdf0e10cSrcweir	CancelButton PB_CANCELPRNMON
140cdf0e10cSrcweir	{
141*4796aa66Smseidel		Pos = MAP_APPFONT ( 31, 61 ) ;
142*4796aa66Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
143*4796aa66Smseidel	};
144*4796aa66Smseidel	String STR_FT_PREPARATION
145*4796aa66Smseidel	{
146*4796aa66Smseidel		Text [ en-US ] = "is being prepared for printing" ;
147cdf0e10cSrcweir	};
148cdf0e10cSrcweir};
149cdf0e10cSrcweir
150*4796aa66Smseidel// MSG_ERROR_SEND_MAIL ---------------------------------------------------
151cdf0e10cSrcweir
152cdf0e10cSrcweirInfoBox MSG_ERROR_SEND_MAIL
153cdf0e10cSrcweir{
154cdf0e10cSrcweir	BUTTONS = WB_OK ;
155cdf0e10cSrcweir	DEFBUTTON = WB_DEF_OK ;
156cdf0e10cSrcweir	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." ;
157cdf0e10cSrcweir};
158cdf0e10cSrcweir
159*4796aa66Smseidel// QueryBox --------------------------------------------------------------
160cdf0e10cSrcweirQueryBox MSG_QUERY_OPENASTEMPLATE
161cdf0e10cSrcweir{
162cdf0e10cSrcweir	Buttons = WB_YES_NO ;
163cdf0e10cSrcweir	DefButton = WB_DEF_NO ;
164cdf0e10cSrcweir	Message [ en-US ] = "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?" ;
165cdf0e10cSrcweir};
166cdf0e10cSrcweirString STR_REPAIREDDOCUMENT
167cdf0e10cSrcweir{
168cdf0e10cSrcweir	Text [ en-US ] = " (repaired document)" ;
169cdf0e10cSrcweir};
170cdf0e10cSrcweir
171cdf0e10cSrcweirErrorBox MSG_ERROR_NO_WEBBROWSER_FOUND
172cdf0e10cSrcweir{
173cdf0e10cSrcweir	BUTTONS = WB_OK ;
174cdf0e10cSrcweir	DEFBUTTON = WB_DEF_OK ;
175*4796aa66Smseidel	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." ;
176cdf0e10cSrcweir};
177cdf0e10cSrcweir
178*4796aa66Smseidel// ********************************************************************** EOF
179