desktop.src (9a700a19) | desktop.src (af81de81) |
---|---|
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 23 24#include "desktop.hrc" 25 26 27String STR_RECOVER_QUERY --- 8 unchanged lines hidden (view full) --- 36 37WarningBox STR_RECOVER_PREPARED 38{ 39 Message [ en-US ] = "An unrecoverable error has occurred.\n\nAll modified files have been saved and can\nprobably be recovered at program restart." ; 40}; 41 42String STR_BOOTSTRAP_ERR_CANNOT_START 43{ | 20 *************************************************************/ 21 22 23 24#include "desktop.hrc" 25 26 27String STR_RECOVER_QUERY --- 8 unchanged lines hidden (view full) --- 36 37WarningBox STR_RECOVER_PREPARED 38{ 39 Message [ en-US ] = "An unrecoverable error has occurred.\n\nAll modified files have been saved and can\nprobably be recovered at program restart." ; 40}; 41 42String STR_BOOTSTRAP_ERR_CANNOT_START 43{ |
44 Text [ en-US ] = "The application cannot be started. "; | 44 Text [ en-US ] = "The application cannot be started. " ; |
45}; 46 47String STR_BOOTSTRAP_ERR_DIR_MISSING 48{ | 45}; 46 47String STR_BOOTSTRAP_ERR_DIR_MISSING 48{ |
49 Text [ en-US ] = "The configuration directory \"$1\" could not be found."; | 49 Text [ en-US ] = "The configuration directory \"$1\" could not be found." ; |
50}; 51 52String STR_BOOTSTRAP_ERR_PATH_INVALID 53{ | 50}; 51 52String STR_BOOTSTRAP_ERR_PATH_INVALID 53{ |
54 Text [ en-US ] = "The installation path is invalid."; | 54 Text [ en-US ] = "The installation path is invalid." ; |
55}; 56 57String STR_BOOTSTRAP_ERR_NO_PATH 58{ | 55}; 56 57String STR_BOOTSTRAP_ERR_NO_PATH 58{ |
59 Text [ en-US ] = "The installation path is not available."; | 59 Text [ en-US ] = "The installation path is not available." ; |
60}; 61 62String STR_BOOTSTRAP_ERR_INTERNAL 63{ | 60}; 61 62String STR_BOOTSTRAP_ERR_INTERNAL 63{ |
64 Text [ en-US ] = "An internal error occurred."; | 64 Text [ en-US ] = "An internal error occurred." ; |
65}; 66 67String STR_BOOTSTRAP_ERR_FILE_CORRUPT 68{ | 65}; 66 67String STR_BOOTSTRAP_ERR_FILE_CORRUPT 68{ |
69 Text [ en-US ] = "The configuration file \"$1\" is corrupt."; | 69 Text [ en-US ] = "The configuration file \"$1\" is corrupt." ; |
70}; 71 72String STR_BOOTSTRAP_ERR_FILE_MISSING 73{ | 70}; 71 72String STR_BOOTSTRAP_ERR_FILE_MISSING 73{ |
74 Text [ en-US ] = "The configuration file \"$1\" was not found."; | 74 Text [ en-US ] = "The configuration file \"$1\" was not found." ; |
75}; 76 77String STR_BOOTSTRAP_ERR_NO_SUPPORT 78{ | 75}; 76 77String STR_BOOTSTRAP_ERR_NO_SUPPORT 78{ |
79 Text [ en-US ] = "The configuration file \"$1\" does not support the current version."; | 79 Text [ en-US ] = "The configuration file \"$1\" does not support the current version." ; |
80}; 81 | 80}; 81 |
82String STR_BOOTSTRAP_ERR_LANGUAGE_MISSING | 82String STR_BOOTSTRAP_ERR_LANGUAGE_MISSING |
83{ | 83{ |
84 Text [ en-US ] = "The user interface language cannot be determined."; | 84 Text [ en-US ] = "The user interface language cannot be determined." ; |
85}; 86 87String STR_BOOTSTRAP_ERR_NO_SERVICE 88{ | 85}; 86 87String STR_BOOTSTRAP_ERR_NO_SERVICE 88{ |
89 Text [ en-US ] = "The component manager is not available."; | 89 Text [ en-US ] = "The component manager is not available." ; |
90}; 91 92String STR_BOOTSTRAP_ERR_NO_CFG_SERVICE 93{ | 90}; 91 92String STR_BOOTSTRAP_ERR_NO_CFG_SERVICE 93{ |
94 Text [ en-US ] = "The configuration service is not available."; | 94 Text [ en-US ] = "The configuration service is not available." ; |
95}; 96 97String STR_BOOTSTRAP_ERR_MULTISESSION 98{ | 95}; 96 97String STR_BOOTSTRAP_ERR_MULTISESSION 98{ |
99 Text [ en-US ] = "You have another instance running in a different terminal session. Close that instance and then try again."; | 99 Text [ en-US ] = "You have another instance running in a different terminal session. Close that instance and then try again." ; |
100}; 101 102String STR_ASK_START_SETUP_MANUALLY 103{ | 100}; 101 102String STR_ASK_START_SETUP_MANUALLY 103{ |
104 Text [ en-US ] = "Start the setup application to repair the installation from the CD or the folder containing the installation packages."; | 104 Text [ en-US ] = "Start the setup application to repair the installation from the CD or the folder containing the installation packages." ; |
105}; 106 107String STR_CONFIG_ERR_SETTINGS_INCOMPLETE 108{ | 105}; 106 107String STR_CONFIG_ERR_SETTINGS_INCOMPLETE 108{ |
109 Text [ en-US ] = "The startup settings for accessing the central configuration are incomplete. "; | 109 Text [ en-US ] = "The startup settings for accessing the central configuration are incomplete. " ; |
110}; 111 112String STR_CONFIG_ERR_CANNOT_CONNECT 113{ | 110}; 111 112String STR_CONFIG_ERR_CANNOT_CONNECT 113{ |
114 Text [ en-US ] = "A connection to the central configuration could not be established. "; | 114 Text [ en-US ] = "A connection to the central configuration could not be established. " ; |
115}; 116 117String STR_CONFIG_ERR_RIGHTS_MISSING 118{ | 115}; 116 117String STR_CONFIG_ERR_RIGHTS_MISSING 118{ |
119 Text [ en-US ] = "You cannot access the central configuration because of missing access rights. "; | 119 Text [ en-US ] = "You cannot access the central configuration because of missing access rights. " ; |
120}; 121 122String STR_CONFIG_ERR_ACCESS_GENERAL 123{ | 120}; 121 122String STR_CONFIG_ERR_ACCESS_GENERAL 123{ |
124 Text [ en-US ] = "A general error occurred while accessing your central configuration. "; | 124 Text [ en-US ] = "A general error occurred while accessing your central configuration. " ; |
125}; 126 127String STR_CONFIG_ERR_NO_WRITE_ACCESS 128{ | 125}; 126 127String STR_CONFIG_ERR_NO_WRITE_ACCESS 128{ |
129 Text [ en-US ] = "The changes to your personal settings cannot be stored centrally because of missing access rights. "; | 129 Text [ en-US ] = "The changes to your personal settings cannot be stored centrally because of missing access rights. " ; |
130}; 131 132String STR_BOOTSTRAP_ERR_CFG_DATAACCESS 133{ 134 Text [ en-US ] = "%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n\nPlease contact your system administrator." ; 135}; 136 137String STR_INTERNAL_ERRMSG 138{ | 130}; 131 132String STR_BOOTSTRAP_ERR_CFG_DATAACCESS 133{ 134 Text [ en-US ] = "%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n\nPlease contact your system administrator." ; 135}; 136 137String STR_INTERNAL_ERRMSG 138{ |
139 Text [ en-US ] = "The following internal error has occurred: " ; | 139 Text [ en-US ] = "The following internal error has occurred : " ; |
140}; 141 142QueryBox QBX_USERDATALOCKED 143{ 144 Buttons = WB_YES_NO ; 145 DefButton = WB_DEF_NO ; | 140}; 141 142QueryBox QBX_USERDATALOCKED 143{ 144 Buttons = WB_YES_NO ; 145 DefButton = WB_DEF_NO ; |
146 Message [ en-US ] = "Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\nSimultaneous access can lead to inconsistencies in your personal settings. Before continuing, you should make sure user '$u' closes %PRODUCTNAME on host '$h'.\n\nDo you really want to continue?"; | 146 Message [ en-US ] = "Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\nSimultaneous access can lead to inconsistencies in your personal settings. Before continuing, you should make sure user '$u' closes %PRODUCTNAME on host '$h'.\n\nDo you really want to continue?" ; |
147}; 148 149String STR_TITLE_USERDATALOCKED 150{ | 147}; 148 149String STR_TITLE_USERDATALOCKED 150{ |
151 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION"; | 151 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ; |
152}; 153 154InfoBox INFOBOX_CMDLINEHELP 155{ 156 Buttons = WB_OK ; 157 DefButton = WB_DEF_OK ; | 152}; 153 154InfoBox INFOBOX_CMDLINEHELP 155{ 156 Buttons = WB_OK ; 157 DefButton = WB_DEF_OK ; |
158 Message = ""; | 158 Message = "" ; |
159}; 160 161ModalDialog DLG_CMDLINEHELP 162{ | 159}; 160 161ModalDialog DLG_CMDLINEHELP 162{ |
163 HelpID = "desktop:ModalDialog:DLG_CMDLINEHELP"; 164 Text = "Help Message..."; 165 Size = MAP_APPFONT(250, 365); 166 Border = True; 167 SVLook = True; 168 Moveable = True; | 163 HelpID = "desktop:ModalDialog:DLG_CMDLINEHELP" ; 164 Text = "%PRODUCTNAME Commandline Help" ; 165 Size = MAP_APPFONT ( 275, 380 ) ; 166 Border = True ; 167 SVLook = True ; 168 Moveable = True ; |
169 170 FixedText TXT_DLG_CMDLINEHELP_HEADER 171 { | 169 170 FixedText TXT_DLG_CMDLINEHELP_HEADER 171 { |
172 Size = MAP_APPFONT(240, 50); 173 Pos = MAP_APPFONT(5, 5); 174 Text = "HEADER"; | 172 Size = MAP_APPFONT ( 265, 50 ) ; 173 Pos = MAP_APPFONT ( 5, 5 ) ; 174 Text = "HEADER" ; |
175 }; 176 FixedText TXT_DLG_CMDLINEHELP_LEFT 177 { | 175 }; 176 FixedText TXT_DLG_CMDLINEHELP_LEFT 177 { |
178 Size = MAP_APPFONT(50, 150); 179 Pos = MAP_APPFONT(5, 50); 180 Text = "LEFT"; | 178 Size = MAP_APPFONT ( 50, 160 ) ; 179 Pos = MAP_APPFONT ( 5, 50 ) ; 180 Text = "LEFT" ; |
181 }; 182 FixedText TXT_DLG_CMDLINEHELP_RIGHT 183 { | 181 }; 182 FixedText TXT_DLG_CMDLINEHELP_RIGHT 183 { |
184 Size = MAP_APPFONT(190, 150); 185 Pos = MAP_APPFONT(60, 50); 186 Text = "RIGHT"; | 184 Size = MAP_APPFONT ( 215, 160 ) ; 185 Pos = MAP_APPFONT ( 60, 50 ) ; 186 Text = "RIGHT" ; |
187 }; 188 FixedText TXT_DLG_CMDLINEHELP_BOTTOM 189 { | 187 }; 188 FixedText TXT_DLG_CMDLINEHELP_BOTTOM 189 { |
190 Size = MAP_APPFONT(240, 145); 191 Pos = MAP_APPFONT(5, 200); 192 Text = "BOTTOM"; | 190 Size = MAP_APPFONT ( 265, 145 ) ; 191 Pos = MAP_APPFONT ( 5, 215 ) ; 192 Text = "BOTTOM" ; |
193 }; 194 OKButton BTN_DLG_CMDLINEHELP_OK 195 { | 193 }; 194 OKButton BTN_DLG_CMDLINEHELP_OK 195 { |
196 Size = MAP_APPFONT ( 50 , 14 ) ; 197 Pos = MAP_APPFONT(95, 345); | 196 Size = MAP_APPFONT ( 50, 14 ) ; 197 Pos = MAP_APPFONT ( 112, 360 ) ; |
198 TabStop = TRUE ; 199 DefButton = TRUE ; 200 }; 201}; 202 203ErrorBox EBX_ERR_PRINTDISABLED 204{ 205 Buttons = WB_OK ; 206 DefButton = WB_DEF_OK ; | 198 TabStop = TRUE ; 199 DefButton = TRUE ; 200 }; 201}; 202 203ErrorBox EBX_ERR_PRINTDISABLED 204{ 205 Buttons = WB_OK ; 206 DefButton = WB_DEF_OK ; |
207 Message [ en-US ] = "Printing is disabled. No documents can be printed."; | 207 Message [ en-US ] = "Printing is disabled. No documents can be printed." ; |
208}; 209 210InfoBox INFOBOX_EXPIRED 211{ 212 Buttons = WB_OK ; 213 DefButton = WB_DEF_OK ; | 208}; 209 210InfoBox INFOBOX_EXPIRED 211{ 212 Buttons = WB_OK ; 213 DefButton = WB_DEF_OK ; |
214 Message [ en-US ] = "This Evaluation Version has expired. To find out more about %PRODUCTNAME,\nvisit http://www.openoffice.org"; | 214 Message [ en-US ] = "This Evaluation Version has expired. To find out more about %PRODUCTNAME,\nvisit https://www.openoffice.org" ; |
215}; 216 217String STR_TITLE_EXPIRED 218{ | 215}; 216 217String STR_TITLE_EXPIRED 218{ |
219 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION"; | 219 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ; |
220}; 221 222String STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE 223{ | 220}; 221 222String STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE 223{ |
224 Text [ en-US ] = "The path manager is not available.\n"; | 224 Text [ en-US ] = "The path manager is not available.\n" ; |
225}; 226 227String STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE 228{ | 225}; 226 227String STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE 228{ |
229 Text [ en-US ] = "%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n\n"; | 229 Text [ en-US ] = "%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n\n" ; |
230}; 231 232String STR_BOOSTRAP_ERR_NOACCESSRIGHTS 233{ | 230}; 231 232String STR_BOOSTRAP_ERR_NOACCESSRIGHTS 233{ |
234 Text [ en-US ] = "%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n\n"; | 234 Text [ en-US ] = "%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n\n" ; |
235}; 236 | 235}; 236 |
237// ********************************************************************** EOF |
|