GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / desktop / source / app / desktop.src
blob383af8f71aa5644b5cc730b5079ace7e0dc05298
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "desktop.hrc"
23 String STR_RECOVER_QUERY
25     Text [ en-US ] = "Should the file \"$1\" be restored?" ;
28 String STR_RECOVER_TITLE
30     Text [ en-US ] = "File Recovery" ;
33 WarningBox STR_RECOVER_PREPARED
35     Message [ en-US ] = "An unrecoverable error has occurred.\n\nAll modified files have been saved and can\nprobably be recovered at program restart." ;
38 String STR_BOOTSTRAP_ERR_CANNOT_START
40     Text [ en-US ] = "The application cannot be started. ";
43 String STR_BOOTSTRAP_ERR_DIR_MISSING
45     Text [ en-US ] = "The configuration directory \"$1\" could not be found.";
48 String STR_BOOTSTRAP_ERR_PATH_INVALID
50     Text [ en-US ] = "The installation path is invalid.";
53 String STR_BOOTSTRAP_ERR_NO_PATH
55     Text [ en-US ] = "The installation path is not available.";
58 String STR_BOOTSTRAP_ERR_INTERNAL
60     Text [ en-US ] = "An internal error occurred.";
63 String STR_BOOTSTRAP_ERR_FILE_CORRUPT
65     Text [ en-US ] = "The configuration file \"$1\" is corrupt.";
68 String STR_BOOTSTRAP_ERR_FILE_MISSING
70     Text [ en-US ] = "The configuration file \"$1\" was not found.";
73 String STR_BOOTSTRAP_ERR_NO_SUPPORT
75     Text [ en-US ] = "The configuration file \"$1\" does not support the current version.";
78 String STR_BOOTSTRAP_ERR_LANGUAGE_MISSING
80     Text [ en-US ] = "The user interface language cannot be determined.";
83 String STR_BOOTSTRAP_ERR_USERINSTALL_FAILED
85     Text [ en-US ] = "User installation could not be completed. ";
88 String STR_BOOTSTRAP_ERR_NO_CFG_SERVICE
90     Text [ en-US ] = "The configuration service is not available.";
93 String STR_BOOTSTRAP_ERR_MULTISESSION
95     Text [ en-US ] = "You have another instance running in a different terminal session. Close that instance and then try again.";
98 String STR_ASK_START_SETUP_MANUALLY
100     Text [ en-US ] = "Start the setup application to repair the installation from the CD or the folder containing the installation packages.";
103 String STR_CONFIG_ERR_SETTINGS_INCOMPLETE
105     Text [ en-US ] = "The startup settings for accessing the central configuration are incomplete. ";
108 String STR_CONFIG_ERR_CANNOT_CONNECT
110     Text [ en-US ] = "A connection to the central configuration could not be established. ";
113 String STR_CONFIG_ERR_RIGHTS_MISSING
115     Text [ en-US ] = "You cannot access the central configuration because of missing access rights. ";
118 String STR_CONFIG_ERR_ACCESS_GENERAL
120     Text [ en-US ] = "A general error occurred while accessing your central configuration. ";
123 String STR_CONFIG_ERR_NO_WRITE_ACCESS
125     Text [ en-US ] = "The changes to your personal settings cannot be stored centrally because of missing access rights. ";
128 String STR_BOOTSTRAP_ERR_CFG_DATAACCESS
130     Text [ en-US ] = "%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n\nPlease contact your system administrator." ;
133 String STR_INTERNAL_ERRMSG
135     Text [ en-US ] = "The following internal error has occurred: " ;
138 String STR_LO_MUST_BE_RESTARTED
140     Text [ en-US ] = "LibreOffice must unfortunately be manually restarted once after installation or update." ;
143 QueryBox QBX_USERDATALOCKED
145     Buttons = WB_YES_NO ;
146     DefButton = WB_DEF_NO ;
147     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?";
150 String STR_TITLE_USERDATALOCKED
152     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
155 ErrorBox EBX_ERR_PRINTDISABLED
157     Buttons = WB_OK ;
158     DefButton = WB_DEF_OK ;
159     Message [ en-US ] = "Printing is disabled. No documents can be printed.";
162 String STR_TITLE_EXPIRED
164     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
167 String STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE
169     Text [ en-US ] = "The path manager is not available.\n";
172 String STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE
174     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";
177 String STR_BOOSTRAP_ERR_NOACCESSRIGHTS
179     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";
182 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */