desktop.src (af81de81) | desktop.src (01183344) |
---|---|
1/************************************************************** 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 --- 122 unchanged lines hidden (view full) --- 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{ | 1/************************************************************** 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 --- 122 unchanged lines hidden (view full) --- 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 ; 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}; --- 10 unchanged lines hidden (view full) --- 158 Message = "" ; 159}; 160 161ModalDialog DLG_CMDLINEHELP 162{ 163 HelpID = "desktop:ModalDialog:DLG_CMDLINEHELP" ; 164 Text = "%PRODUCTNAME Commandline Help" ; 165 Size = MAP_APPFONT ( 275, 380 ) ; | 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?" ; 147}; --- 10 unchanged lines hidden (view full) --- 158 Message = "" ; 159}; 160 161ModalDialog DLG_CMDLINEHELP 162{ 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 ; | 166 Border = TRUE ; 167 SVLook = TRUE ; 168 Moveable = TRUE ; |
169 170 FixedText TXT_DLG_CMDLINEHELP_HEADER 171 { 172 Size = MAP_APPFONT ( 265, 50 ) ; 173 Pos = MAP_APPFONT ( 5, 5 ) ; 174 Text = "HEADER" ; 175 }; 176 FixedText TXT_DLG_CMDLINEHELP_LEFT --- 61 unchanged lines hidden --- | 169 170 FixedText TXT_DLG_CMDLINEHELP_HEADER 171 { 172 Size = MAP_APPFONT ( 265, 50 ) ; 173 Pos = MAP_APPFONT ( 5, 5 ) ; 174 Text = "HEADER" ; 175 }; 176 FixedText TXT_DLG_CMDLINEHELP_LEFT --- 61 unchanged lines hidden --- |