1158fda6aSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3158fda6aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4158fda6aSAndrew Rist * or more contributor license agreements. See the NOTICE file 5158fda6aSAndrew Rist * distributed with this work for additional information 6158fda6aSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7158fda6aSAndrew Rist * to you under the Apache License, Version 2.0 (the 8158fda6aSAndrew Rist * "License"); you may not use this file except in compliance 9158fda6aSAndrew Rist * with the License. You may obtain a copy of the License at 10158fda6aSAndrew Rist * 11158fda6aSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12158fda6aSAndrew Rist * 13158fda6aSAndrew Rist * Unless required by applicable law or agreed to in writing, 14158fda6aSAndrew Rist * software distributed under the License is distributed on an 15158fda6aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16158fda6aSAndrew Rist * KIND, either express or implied. See the License for the 17158fda6aSAndrew Rist * specific language governing permissions and limitations 18158fda6aSAndrew Rist * under the License. 19158fda6aSAndrew Rist * 20158fda6aSAndrew Rist *************************************************************/ 21158fda6aSAndrew Rist 22158fda6aSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "desktop.hrc" 25cdf0e10cSrcweir 26cdf0e10cSrcweir 27cdf0e10cSrcweirString STR_RECOVER_QUERY 28cdf0e10cSrcweir{ 29cdf0e10cSrcweir Text [ en-US ] = "Should the file \"$1\" be restored?" ; 30cdf0e10cSrcweir}; 31cdf0e10cSrcweir 32cdf0e10cSrcweirString STR_RECOVER_TITLE 33cdf0e10cSrcweir{ 34cdf0e10cSrcweir Text [ en-US ] = "File Recovery" ; 35cdf0e10cSrcweir}; 36cdf0e10cSrcweir 37cdf0e10cSrcweirWarningBox STR_RECOVER_PREPARED 38cdf0e10cSrcweir{ 39cdf0e10cSrcweir Message [ en-US ] = "An unrecoverable error has occurred.\n\nAll modified files have been saved and can\nprobably be recovered at program restart." ; 40cdf0e10cSrcweir}; 41cdf0e10cSrcweir 42cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_CANNOT_START 43cdf0e10cSrcweir{ 44cdf0e10cSrcweir Text [ en-US ] = "The application cannot be started. "; 45cdf0e10cSrcweir}; 46cdf0e10cSrcweir 47cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_DIR_MISSING 48cdf0e10cSrcweir{ 49cdf0e10cSrcweir Text [ en-US ] = "The configuration directory \"$1\" could not be found."; 50cdf0e10cSrcweir}; 51cdf0e10cSrcweir 52cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_PATH_INVALID 53cdf0e10cSrcweir{ 54cdf0e10cSrcweir Text [ en-US ] = "The installation path is invalid."; 55cdf0e10cSrcweir}; 56cdf0e10cSrcweir 57cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_PATH 58cdf0e10cSrcweir{ 59cdf0e10cSrcweir Text [ en-US ] = "The installation path is not available."; 60cdf0e10cSrcweir}; 61cdf0e10cSrcweir 62cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_INTERNAL 63cdf0e10cSrcweir{ 64cdf0e10cSrcweir Text [ en-US ] = "An internal error occurred."; 65cdf0e10cSrcweir}; 66cdf0e10cSrcweir 67cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_FILE_CORRUPT 68cdf0e10cSrcweir{ 69cdf0e10cSrcweir Text [ en-US ] = "The configuration file \"$1\" is corrupt."; 70cdf0e10cSrcweir}; 71cdf0e10cSrcweir 72cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_FILE_MISSING 73cdf0e10cSrcweir{ 74cdf0e10cSrcweir Text [ en-US ] = "The configuration file \"$1\" was not found."; 75cdf0e10cSrcweir}; 76cdf0e10cSrcweir 77cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_SUPPORT 78cdf0e10cSrcweir{ 79cdf0e10cSrcweir Text [ en-US ] = "The configuration file \"$1\" does not support the current version."; 80cdf0e10cSrcweir}; 81cdf0e10cSrcweir 82cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_LANGUAGE_MISSING 83cdf0e10cSrcweir{ 84cdf0e10cSrcweir Text [ en-US ] = "The user interface language cannot be determined."; 85cdf0e10cSrcweir}; 86cdf0e10cSrcweir 87cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_SERVICE 88cdf0e10cSrcweir{ 89cdf0e10cSrcweir Text [ en-US ] = "The component manager is not available."; 90cdf0e10cSrcweir}; 91cdf0e10cSrcweir 92cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_CFG_SERVICE 93cdf0e10cSrcweir{ 94cdf0e10cSrcweir Text [ en-US ] = "The configuration service is not available."; 95cdf0e10cSrcweir}; 96cdf0e10cSrcweir 97*aa67d19cSAriel Constenla-HaileString STR_BOOTSTRAP_ERR_MULTISESSION 98*aa67d19cSAriel Constenla-Haile{ 99*aa67d19cSAriel Constenla-Haile Text [ en-US ] = "You have another instance running in a different terminal session. Close that instance and then try again."; 100*aa67d19cSAriel Constenla-Haile}; 101*aa67d19cSAriel Constenla-Haile 102cdf0e10cSrcweirString STR_ASK_START_SETUP_MANUALLY 103cdf0e10cSrcweir{ 104cdf0e10cSrcweir Text [ en-US ] = "Start the setup application to repair the installation from the CD or the folder containing the installation packages."; 105cdf0e10cSrcweir}; 106cdf0e10cSrcweir 107cdf0e10cSrcweirString STR_CONFIG_ERR_SETTINGS_INCOMPLETE 108cdf0e10cSrcweir{ 109cdf0e10cSrcweir Text [ en-US ] = "The startup settings for accessing the central configuration are incomplete. "; 110cdf0e10cSrcweir}; 111cdf0e10cSrcweir 112cdf0e10cSrcweirString STR_CONFIG_ERR_CANNOT_CONNECT 113cdf0e10cSrcweir{ 114cdf0e10cSrcweir Text [ en-US ] = "A connection to the central configuration could not be established. "; 115cdf0e10cSrcweir}; 116cdf0e10cSrcweir 117cdf0e10cSrcweirString STR_CONFIG_ERR_RIGHTS_MISSING 118cdf0e10cSrcweir{ 119cdf0e10cSrcweir Text [ en-US ] = "You cannot access the central configuration because of missing access rights. "; 120cdf0e10cSrcweir}; 121cdf0e10cSrcweir 122cdf0e10cSrcweirString STR_CONFIG_ERR_ACCESS_GENERAL 123cdf0e10cSrcweir{ 124cdf0e10cSrcweir Text [ en-US ] = "A general error occurred while accessing your central configuration. "; 125cdf0e10cSrcweir}; 126cdf0e10cSrcweir 127cdf0e10cSrcweirString STR_CONFIG_ERR_NO_WRITE_ACCESS 128cdf0e10cSrcweir{ 129cdf0e10cSrcweir Text [ en-US ] = "The changes to your personal settings cannot be stored centrally because of missing access rights. "; 130cdf0e10cSrcweir}; 131cdf0e10cSrcweir 132cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_CFG_DATAACCESS 133cdf0e10cSrcweir{ 134cdf0e10cSrcweir Text [ en-US ] = "%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n\nPlease contact your system administrator." ; 135cdf0e10cSrcweir}; 136cdf0e10cSrcweir 137cdf0e10cSrcweirString STR_INTERNAL_ERRMSG 138cdf0e10cSrcweir{ 139cdf0e10cSrcweir Text [ en-US ] = "The following internal error has occurred: " ; 140cdf0e10cSrcweir}; 141cdf0e10cSrcweir 142cdf0e10cSrcweirQueryBox QBX_USERDATALOCKED 143cdf0e10cSrcweir{ 144cdf0e10cSrcweir Buttons = WB_YES_NO ; 145cdf0e10cSrcweir DefButton = WB_DEF_NO ; 146cdf0e10cSrcweir 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?"; 147cdf0e10cSrcweir}; 148cdf0e10cSrcweir 149cdf0e10cSrcweirString STR_TITLE_USERDATALOCKED 150cdf0e10cSrcweir{ 151cdf0e10cSrcweir Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION"; 152cdf0e10cSrcweir}; 153cdf0e10cSrcweir 154cdf0e10cSrcweirInfoBox INFOBOX_CMDLINEHELP 155cdf0e10cSrcweir{ 156cdf0e10cSrcweir Buttons = WB_OK ; 157cdf0e10cSrcweir DefButton = WB_DEF_OK ; 158cdf0e10cSrcweir Message = ""; 159cdf0e10cSrcweir}; 160cdf0e10cSrcweir 161cdf0e10cSrcweirModalDialog DLG_CMDLINEHELP 162cdf0e10cSrcweir{ 163cdf0e10cSrcweir HelpID = "desktop:ModalDialog:DLG_CMDLINEHELP"; 164cdf0e10cSrcweir Text = "Help Message..."; 165cdf0e10cSrcweir Size = MAP_APPFONT(250, 365); 166cdf0e10cSrcweir Border = True; 167cdf0e10cSrcweir SVLook = True; 168cdf0e10cSrcweir Moveable = True; 169cdf0e10cSrcweir 170cdf0e10cSrcweir FixedText TXT_DLG_CMDLINEHELP_HEADER 171cdf0e10cSrcweir { 172cdf0e10cSrcweir Size = MAP_APPFONT(240, 50); 173cdf0e10cSrcweir Pos = MAP_APPFONT(5, 5); 174cdf0e10cSrcweir Text = "HEADER"; 175cdf0e10cSrcweir }; 176cdf0e10cSrcweir FixedText TXT_DLG_CMDLINEHELP_LEFT 177cdf0e10cSrcweir { 178cdf0e10cSrcweir Size = MAP_APPFONT(50, 150); 179cdf0e10cSrcweir Pos = MAP_APPFONT(5, 50); 180cdf0e10cSrcweir Text = "LEFT"; 181cdf0e10cSrcweir }; 182cdf0e10cSrcweir FixedText TXT_DLG_CMDLINEHELP_RIGHT 183cdf0e10cSrcweir { 184cdf0e10cSrcweir Size = MAP_APPFONT(190, 150); 185cdf0e10cSrcweir Pos = MAP_APPFONT(60, 50); 186cdf0e10cSrcweir Text = "RIGHT"; 187cdf0e10cSrcweir }; 188cdf0e10cSrcweir FixedText TXT_DLG_CMDLINEHELP_BOTTOM 189cdf0e10cSrcweir { 190cdf0e10cSrcweir Size = MAP_APPFONT(240, 145); 191cdf0e10cSrcweir Pos = MAP_APPFONT(5, 200); 192cdf0e10cSrcweir Text = "BOTTOM"; 193cdf0e10cSrcweir }; 194cdf0e10cSrcweir OKButton BTN_DLG_CMDLINEHELP_OK 195cdf0e10cSrcweir { 196cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 197cdf0e10cSrcweir Pos = MAP_APPFONT(95, 345); 198cdf0e10cSrcweir TabStop = TRUE ; 199cdf0e10cSrcweir DefButton = TRUE ; 200cdf0e10cSrcweir }; 201cdf0e10cSrcweir}; 202cdf0e10cSrcweir 203cdf0e10cSrcweirErrorBox EBX_ERR_PRINTDISABLED 204cdf0e10cSrcweir{ 205cdf0e10cSrcweir Buttons = WB_OK ; 206cdf0e10cSrcweir DefButton = WB_DEF_OK ; 207cdf0e10cSrcweir Message [ en-US ] = "Printing is disabled. No documents can be printed."; 208cdf0e10cSrcweir}; 209cdf0e10cSrcweir 210cdf0e10cSrcweirInfoBox INFOBOX_EXPIRED 211cdf0e10cSrcweir{ 212cdf0e10cSrcweir Buttons = WB_OK ; 213cdf0e10cSrcweir DefButton = WB_DEF_OK ; 214cdf0e10cSrcweir Message [ en-US ] = "This Evaluation Version has expired. To find out more about %PRODUCTNAME,\nvisit http://www.oracle.com/us/products/applications/open-office."; 215cdf0e10cSrcweir}; 216cdf0e10cSrcweir 217cdf0e10cSrcweirString STR_TITLE_EXPIRED 218cdf0e10cSrcweir{ 219cdf0e10cSrcweir Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION"; 220cdf0e10cSrcweir}; 221cdf0e10cSrcweir 222cdf0e10cSrcweirString STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE 223cdf0e10cSrcweir{ 224cdf0e10cSrcweir Text [ en-US ] = "The path manager is not available.\n"; 225cdf0e10cSrcweir}; 226cdf0e10cSrcweir 227cdf0e10cSrcweirString STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE 228cdf0e10cSrcweir{ 229cdf0e10cSrcweir 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"; 230cdf0e10cSrcweir}; 231cdf0e10cSrcweir 232cdf0e10cSrcweirString STR_BOOSTRAP_ERR_NOACCESSRIGHTS 233cdf0e10cSrcweir{ 234cdf0e10cSrcweir 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"; 235cdf0e10cSrcweir}; 236cdf0e10cSrcweir 237