xref: /trunk/main/sfx2/source/view/view.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27 // include ---------------------------------------------------------------
28#include "view.hrc"
29#include <sfx2/sfx.hrc>
30#include "helpid.hrc"
31#include "sfxlocal.hrc"
32
33 // Strings ---------------------------------------------------------------
34String STR_NODEFPRINTER
35{
36    Text [ en-US ] = "No default printer found.\nPlease choose a printer and try again." ;
37};
38String STR_NOSTARTPRINTER
39{
40    Text [ en-US ] = "Could not start printer.\nPlease check your printer configuration." ;
41};
42String STR_PRINTER_NOTAVAIL
43{
44    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 ?" ;
45};
46String STR_PRINT_OPTIONS
47{
48    Text [ en-US ] = "Options..." ;
49};
50String STR_PRINT_OPTIONS_TITLE
51{
52    Text [ en-US ] = "Printer Options" ;
53};
54String STR_ERROR_PRINTER_BUSY
55{
56    Text [ en-US ] = "Printer busy" ;
57};
58String STR_ERROR_PRINT
59{
60    Text [ en-US ] = "Error while printing" ;
61};
62String STR_PRINTING
63{
64    Text [ en-US ] = "Printing" ;
65};
66String STR_PAGE
67{
68    Text [ en-US ] = "Page " ;
69};
70String STR_ERROR_SAVE_TEMPLATE
71{
72    Text [ en-US ] = "Error saving template " ;
73};
74String STR_READONLY
75{
76    Text [ en-US ] = " (read-only)" ;
77};
78String STR_PRINT_NEWORI
79{
80    Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the new settings in the\nactive document?" ;
81};
82String STR_PRINT_NEWSIZE
83{
84    Text [ en-US ] = "The page size has been modified.\nShould the new settings be saved\nin the active document?" ;
85};
86String STR_PRINT_NEWORISIZE
87{
88    Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the new settings in the\nactive document?" ;
89};
90String STR_PREVIEW_DOCINFO
91{
92    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>" ;
93};
94String STR_PREVIEW_NODOCINFO
95{
96    Text [ en-US ] = "<HTML><BODY BGCOLOR=\"#c0c0c0\"><BR><BR><P><FONT FACE=\"Arial\"><B>No document properties found.</B></FONT></P></BODY></HTML>" ;
97};
98 // -----------------------------------------------------------------------
99InfoBox MSG_CANT_CLOSE
100{
101    Message [ en-US ] = "The document cannot be closed because a\n print job is being carried out." ;
102};
103 // DLG_PRINTMONITOR ------------------------------------------------------
104
105#define DLG_PRINTMONITOR_TEXT \
106    Text [ en-US ] = "Print Monitor" ; \
107
108ModelessDialog DLG_PRINTMONITOR
109{
110    HelpID = HID_PRINTMONITOR ;
111    OutputSize = TRUE ;
112    SVLook = TRUE ;
113    Hide = TRUE ;
114    Moveable = TRUE;
115    Size = MAP_APPFONT ( 112 , 81 ) ;
116    DLG_PRINTMONITOR_TEXT
117    FixedText FT_DOCNAME
118    {
119        Pos = MAP_APPFONT ( 6 , 6 ) ;
120        Size = MAP_APPFONT ( 100 , 10 ) ;
121        Center = TRUE ;
122    };
123    FixedText FT_PRINTING
124    {
125        Pos = MAP_APPFONT ( 6 , 19 ) ;
126        Size = MAP_APPFONT ( 100 , 10 ) ;
127        Center = TRUE ;
128        Text [ en-US ] = "is being printed on" ;
129    };
130    FixedText FT_PRINTER
131    {
132        Pos = MAP_APPFONT ( 6 , 32 ) ;
133        Size = MAP_APPFONT ( 100 , 10 ) ;
134        Center = TRUE ;
135    };
136    FixedText FT_PRINTINFO
137    {
138        Pos = MAP_APPFONT ( 6 , 45 ) ;
139        Size = MAP_APPFONT ( 100 , 10 ) ;
140        Center = TRUE ;
141    };
142    CancelButton PB_CANCELPRNMON
143    {
144        Pos = MAP_APPFONT ( 31 , 61 ) ;
145        Size = MAP_APPFONT ( 50 , 14 ) ;
146    };
147    String STR_FT_PREPARATION
148    {
149        Text [ en-US ] = "is being prepared for printing";
150    };
151};
152
153 // MSG_ERROR_SEND_MAIL ---------------------------------------------------
154
155InfoBox MSG_ERROR_SEND_MAIL
156{
157    BUTTONS = WB_OK ;
158    DEFBUTTON = WB_DEF_OK ;
159    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." ;
160};
161
162 // QueryBoxen ------------------------------------------------------------
163QueryBox MSG_QUERY_OPENASTEMPLATE
164{
165    Buttons = WB_YES_NO ;
166    DefButton = WB_DEF_NO ;
167    Message [ en-US ] = "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?" ;
168};
169String STR_REPAIREDDOCUMENT
170{
171    Text [ en-US ] = " (repaired document)" ;
172};
173
174ErrorBox MSG_ERROR_NO_WEBBROWSER_FOUND
175{
176    BUTTONS = WB_OK ;
177    DEFBUTTON = WB_DEF_OK ;
178    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." ;
179};
180
181
182
183
184
185
186
187
188
189
190
191