view.src (423e91df) | view.src (4796aa66) |
---|---|
1/************************************************************** | 1/************************************************************** |
2 * | 2 * |
3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at | 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at |
10 * | 10 * |
11 * http://www.apache.org/licenses/LICENSE-2.0 | 11 * http://www.apache.org/licenses/LICENSE-2.0 |
12 * | 12 * |
13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. | 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. |
19 * | 19 * |
20 *************************************************************/ 21 22 | 20 *************************************************************/ 21 22 |
23 // include --------------------------------------------------------------- | 23 24// include --------------------------------------------------------------- |
24#include "view.hrc" 25#include <sfx2/sfx.hrc> 26#include "helpid.hrc" 27#include "sfxlocal.hrc" 28 | 25#include "view.hrc" 26#include <sfx2/sfx.hrc> 27#include "helpid.hrc" 28#include "sfxlocal.hrc" 29 |
29 // Strings --------------------------------------------------------------- | 30// Strings --------------------------------------------------------------- |
30String STR_NODEFPRINTER 31{ 32 Text [ en-US ] = "No default printer found.\nPlease choose a printer and try again." ; 33}; 34String STR_NOSTARTPRINTER 35{ 36 Text [ en-US ] = "Could not start printer.\nPlease check your printer configuration." ; 37}; 38String STR_PRINTER_NOTAVAIL 39{ | 31String STR_NODEFPRINTER 32{ 33 Text [ en-US ] = "No default printer found.\nPlease choose a printer and try again." ; 34}; 35String STR_NOSTARTPRINTER 36{ 37 Text [ en-US ] = "Could not start printer.\nPlease check your printer configuration." ; 38}; 39String STR_PRINTER_NOTAVAIL 40{ |
40 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 ?" ; | 41 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 ?" ; |
41}; 42String STR_PRINT_OPTIONS 43{ 44 Text [ en-US ] = "Options..." ; 45}; 46String STR_PRINT_OPTIONS_TITLE 47{ 48 Text [ en-US ] = "Printer Options" ; --- 37 unchanged lines hidden (view full) --- 86String STR_PREVIEW_DOCINFO 87{ 88 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>" ; 89}; 90String STR_PREVIEW_NODOCINFO 91{ 92 Text [ en-US ] = "<HTML><BODY BGCOLOR=\"#c0c0c0\"><BR><BR><P><FONT FACE=\"Arial\"><B>No document properties found.</B></FONT></P></BODY></HTML>" ; 93}; | 42}; 43String STR_PRINT_OPTIONS 44{ 45 Text [ en-US ] = "Options..." ; 46}; 47String STR_PRINT_OPTIONS_TITLE 48{ 49 Text [ en-US ] = "Printer Options" ; --- 37 unchanged lines hidden (view full) --- 87String STR_PREVIEW_DOCINFO 88{ 89 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>" ; 90}; 91String STR_PREVIEW_NODOCINFO 92{ 93 Text [ en-US ] = "<HTML><BODY BGCOLOR=\"#c0c0c0\"><BR><BR><P><FONT FACE=\"Arial\"><B>No document properties found.</B></FONT></P></BODY></HTML>" ; 94}; |
94 // ----------------------------------------------------------------------- | 95// ----------------------------------------------------------------------- |
95InfoBox MSG_CANT_CLOSE 96{ | 96InfoBox MSG_CANT_CLOSE 97{ |
97 Message [ en-US ] = "The document cannot be closed because a\n print job is being carried out." ; | 98 Message [ en-US ] = "The document cannot be closed because a\nprint job is being carried out." ; |
98}; | 99}; |
99 // DLG_PRINTMONITOR ------------------------------------------------------ | 100// DLG_PRINTMONITOR ------------------------------------------------------ |
100 101#define DLG_PRINTMONITOR_TEXT \ | 101 102#define DLG_PRINTMONITOR_TEXT \ |
102 Text [ en-US ] = "Print Monitor" ; \ | 103 Text [ en-US ] = "Print Monitor" ; \ |
103 104ModelessDialog DLG_PRINTMONITOR 105{ 106 HelpID = HID_PRINTMONITOR ; 107 OutputSize = TRUE ; 108 SVLook = TRUE ; 109 Hide = TRUE ; | 104 105ModelessDialog DLG_PRINTMONITOR 106{ 107 HelpID = HID_PRINTMONITOR ; 108 OutputSize = TRUE ; 109 SVLook = TRUE ; 110 Hide = TRUE ; |
110 Moveable = TRUE; 111 Size = MAP_APPFONT ( 112 , 81 ) ; | 111 Moveable = TRUE ; 112 Size = MAP_APPFONT ( 112, 81 ) ; |
112 DLG_PRINTMONITOR_TEXT 113 FixedText FT_DOCNAME 114 { | 113 DLG_PRINTMONITOR_TEXT 114 FixedText FT_DOCNAME 115 { |
115 Pos = MAP_APPFONT ( 6 , 6 ) ; 116 Size = MAP_APPFONT ( 100 , 10 ) ; | 116 Pos = MAP_APPFONT ( 6, 6 ) ; 117 Size = MAP_APPFONT ( 100, 10 ) ; |
117 Center = TRUE ; 118 }; 119 FixedText FT_PRINTING 120 { | 118 Center = TRUE ; 119 }; 120 FixedText FT_PRINTING 121 { |
121 Pos = MAP_APPFONT ( 6 , 19 ) ; 122 Size = MAP_APPFONT ( 100 , 10 ) ; | 122 Pos = MAP_APPFONT ( 6, 19 ) ; 123 Size = MAP_APPFONT ( 100, 10 ) ; |
123 Center = TRUE ; 124 Text [ en-US ] = "is being printed on" ; 125 }; 126 FixedText FT_PRINTER 127 { | 124 Center = TRUE ; 125 Text [ en-US ] = "is being printed on" ; 126 }; 127 FixedText FT_PRINTER 128 { |
128 Pos = MAP_APPFONT ( 6 , 32 ) ; 129 Size = MAP_APPFONT ( 100 , 10 ) ; | 129 Pos = MAP_APPFONT ( 6, 32 ) ; 130 Size = MAP_APPFONT ( 100, 10 ) ; |
130 Center = TRUE ; 131 }; 132 FixedText FT_PRINTINFO 133 { | 131 Center = TRUE ; 132 }; 133 FixedText FT_PRINTINFO 134 { |
134 Pos = MAP_APPFONT ( 6 , 45 ) ; 135 Size = MAP_APPFONT ( 100 , 10 ) ; | 135 Pos = MAP_APPFONT ( 6, 45 ) ; 136 Size = MAP_APPFONT ( 100, 10 ) ; |
136 Center = TRUE ; 137 }; 138 CancelButton PB_CANCELPRNMON 139 { | 137 Center = TRUE ; 138 }; 139 CancelButton PB_CANCELPRNMON 140 { |
140 Pos = MAP_APPFONT ( 31 , 61 ) ; 141 Size = MAP_APPFONT ( 50 , 14 ) ; | 141 Pos = MAP_APPFONT ( 31, 61 ) ; 142 Size = MAP_APPFONT ( 50, 14 ) ; |
142 }; | 143 }; |
143 String STR_FT_PREPARATION 144 { 145 Text [ en-US ] = "is being prepared for printing"; 146 }; | 144 String STR_FT_PREPARATION 145 { 146 Text [ en-US ] = "is being prepared for printing" ; 147 }; |
147}; 148 | 148}; 149 |
149 // MSG_ERROR_SEND_MAIL --------------------------------------------------- | 150// MSG_ERROR_SEND_MAIL --------------------------------------------------- |
150 151InfoBox MSG_ERROR_SEND_MAIL 152{ 153 BUTTONS = WB_OK ; 154 DEFBUTTON = WB_DEF_OK ; 155 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." ; 156}; 157 | 151 152InfoBox MSG_ERROR_SEND_MAIL 153{ 154 BUTTONS = WB_OK ; 155 DEFBUTTON = WB_DEF_OK ; 156 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." ; 157}; 158 |
158 // QueryBoxen ------------------------------------------------------------ | 159// QueryBox -------------------------------------------------------------- |
159QueryBox MSG_QUERY_OPENASTEMPLATE 160{ 161 Buttons = WB_YES_NO ; 162 DefButton = WB_DEF_NO ; 163 Message [ en-US ] = "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?" ; 164}; 165String STR_REPAIREDDOCUMENT 166{ 167 Text [ en-US ] = " (repaired document)" ; 168}; 169 170ErrorBox MSG_ERROR_NO_WEBBROWSER_FOUND 171{ 172 BUTTONS = WB_OK ; 173 DEFBUTTON = WB_DEF_OK ; | 160QueryBox MSG_QUERY_OPENASTEMPLATE 161{ 162 Buttons = WB_YES_NO ; 163 DefButton = WB_DEF_NO ; 164 Message [ en-US ] = "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?" ; 165}; 166String STR_REPAIREDDOCUMENT 167{ 168 Text [ en-US ] = " (repaired document)" ; 169}; 170 171ErrorBox MSG_ERROR_NO_WEBBROWSER_FOUND 172{ 173 BUTTONS = WB_OK ; 174 DEFBUTTON = WB_DEF_OK ; |
174 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." ; | 175 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." ; |
175}; 176 | 176}; 177 |
177 178 179 180 181 182 183 184 185 186 | 178// ********************************************************************** EOF |