Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / desktop / inc / strings.hrc
blob0f027731141aa89b38cc7e6e827d924f4318dbee
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 #ifndef INCLUDED_VCL_INC_STRINGS_HRC
21 #define INCLUDED_VCL_INC_STRINGS_HRC
23 #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
25 #define RID_STR_COPYING_PACKAGE                             NC_("RID_STR_COPYING_PACKAGE", "Copying: ")
26 #define RID_STR_ERROR_WHILE_ADDING                          NC_("RID_STR_ERROR_WHILE_ADDING", "Error while adding: ")
27 #define RID_STR_ERROR_WHILE_REMOVING                        NC_("RID_STR_ERROR_WHILE_REMOVING", "Error while removing: ")
28 #define RID_STR_PACKAGE_ALREADY_ADDED                       NC_("RID_STR_PACKAGE_ALREADY_ADDED", "Extension has already been added: ")
29 #define RID_STR_NO_SUCH_PACKAGE                             NC_("RID_STR_NO_SUCH_PACKAGE", "There is no such extension deployed: ")
30 #define RID_STR_SYNCHRONIZING_REPOSITORY                    NC_("RID_STR_SYNCHRONIZING_REPOSITORY", "Synchronizing repository for %NAME extensions")
32 #define RID_STR_REGISTERING_PACKAGE                         NC_("RID_STR_REGISTERING_PACKAGE", "Enabling: ")
33 #define RID_STR_REVOKING_PACKAGE                            NC_("RID_STR_REVOKING_PACKAGE", "Disabling: ")
34 #define RID_STR_CANNOT_DETECT_MEDIA_TYPE                    NC_("RID_STR_CANNOT_DETECT_MEDIA_TYPE", "Cannot detect media-type: ")
35 #define RID_STR_UNSUPPORTED_MEDIA_TYPE                      NC_("RID_STR_UNSUPPORTED_MEDIA_TYPE", "This media-type is not supported: ")
36 #define RID_STR_ERROR_WHILE_REGISTERING                     NC_("RID_STR_ERROR_WHILE_REGISTERING", "An error occurred while enabling: ")
37 #define RID_STR_ERROR_WHILE_REVOKING                        NC_("RID_STR_ERROR_WHILE_REVOKING", "An error occurred while disabling: ")
39 #define RID_STR_CONF_SCHEMA                                 NC_("RID_STR_CONF_SCHEMA", "Configuration Schema")
40 #define RID_STR_CONF_DATA                                   NC_("RID_STR_CONF_DATA", "Configuration Data")
42 #define RID_STR_BASIC_LIB                                   NC_("RID_STR_BASIC_LIB", "Basic Library")
43 #define RID_STR_DIALOG_LIB                                  NC_("RID_STR_DIALOG_LIB", "Dialog Library")
44 #define RID_STR_CANNOT_DETERMINE_LIBNAME                    NC_("RID_STR_CANNOT_DETERMINE_LIBNAME", "The library name could not be determined.")
46 #define RID_STR_PACKAGE_BUNDLE                              NC_("RID_STR_PACKAGE_BUNDLE", "Extension")
48 #define RID_STR_DYN_COMPONENT                               NC_("RID_STR_DYN_COMPONENT", "UNO Dynamic Library Component")
49 #define RID_STR_JAVA_COMPONENT                              NC_("RID_STR_JAVA_COMPONENT", "UNO Java Component")
50 #define RID_STR_PYTHON_COMPONENT                            NC_("RID_STR_PYTHON_COMPONENT", "UNO Python Component")
51 #define RID_STR_COMPONENTS                                  NC_("RID_STR_COMPONENTS", "UNO Components")
52 #define RID_STR_RDB_TYPELIB                                 NC_("RID_STR_RDB_TYPELIB", "UNO RDB Type Library")
53 #define RID_STR_JAVA_TYPELIB                                NC_("RID_STR_JAVA_TYPELIB", "UNO Java Type Library")
55 #define RID_STR_SFWK_LIB                                    NC_("RID_STR_SFWK_LIB", "%MACROLANG Library")
57 #define RID_STR_HELP                                        NC_("RID_STR_HELP", "Help")
58 #define RID_STR_HELPPROCESSING_GENERAL_ERROR                NC_("RID_STR_HELPPROCESSING_GENERAL_ERROR", "The extension cannot be installed because:\n")
59 #define RID_STR_HELPPROCESSING_XMLPARSING_ERROR             NC_("RID_STR_HELPPROCESSING_XMLPARSING_ERROR", "The extension will not be installed because an error occurred in the Help files:\n")
61 #define RID_STR_ADD_PACKAGES                                NC_("RID_STR_ADD_PACKAGES", "Add Extension(s)")
62 #define RID_CTX_ITEM_REMOVE                                 NC_("RID_CTX_ITEM_REMOVE", "~Remove")
63 #define RID_CTX_ITEM_ENABLE                                 NC_("RID_CTX_ITEM_ENABLE", "~Enable")
64 #define RID_CTX_ITEM_DISABLE                                NC_("RID_CTX_ITEM_DISABLE", "~Disable")
65 #define RID_CTX_ITEM_CHECK_UPDATE                           NC_("RID_CTX_ITEM_CHECK_UPDATE", "~Update...")
66 #define RID_STR_ADDING_PACKAGES                             NC_("RID_STR_ADDING_PACKAGES", "Adding %EXTENSION_NAME")
67 #define RID_STR_REMOVING_PACKAGES                           NC_("RID_STR_REMOVING_PACKAGES", "Removing %EXTENSION_NAME")
68 #define RID_STR_ENABLING_PACKAGES                           NC_("RID_STR_ENABLING_PACKAGES", "Enabling %EXTENSION_NAME")
69 #define RID_STR_DISABLING_PACKAGES                          NC_("RID_STR_DISABLING_PACKAGES", "Disabling %EXTENSION_NAME")
70 #define RID_STR_ACCEPT_LICENSE                              NC_("RID_STR_ACCEPT_LICENSE", "Accept license for %EXTENSION_NAME")
71 #define RID_STR_ERROR_UNKNOWN_STATUS                        NC_("RID_STR_ERROR_UNKNOWN_STATUS", "Error: The status of this extension is unknown")
72 #define RID_STR_CLOSE_BTN                                   NC_("RID_STR_CLOSE_BTN", "Close")
73 #define RID_STR_EXIT_BTN                                    NC_("RID_STR_EXIT_BTN", "Quit")
74 #define RID_STR_NO_ADMIN_PRIVILEGE                          NC_("RID_STR_NO_ADMIN_PRIVILEGE", "%PRODUCTNAME has been updated to a new version. " \
75                                                                "Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n\n" \
76                                                                "Updating of shared extension requires administrator privileges. Contact your system administrator to update the following shared extensions:")
77 #define RID_STR_ERROR_MISSING_DEPENDENCIES                  NC_("RID_STR_ERROR_MISSING_DEPENDENCIES", "The extension cannot be enabled as the following system dependencies are not fulfilled:")
78 #define RID_STR_ERROR_MISSING_LICENSE                       NC_("RID_STR_ERROR_MISSING_LICENSE", "This extension is disabled because you haven't accepted the license yet.\n")
79 #define RID_STR_SHOW_LICENSE_CMD                            NC_("RID_STR_SHOW_LICENSE_CMD", "Show license")
80 #define RID_STR_WARNING_INSTALL_EXTENSION                   NC_("RID_STR_WARNING_INSTALL_EXTENSION", "You are about to install the extension '%NAME'.\n" \
81                                                                "Click 'OK' to proceed with the installation.\n" \
82                                                                "Click 'Cancel' to stop the installation.")
83 #define RID_STR_WARNING_INSTALL_EXTENSION_DISABLED          NC_("RID_STR_WARNING_INSTALL_EXTENSION_DISABLED", "Extension installation is currently disabled. " \
84                                                                "Please consult your system administrator for more information.")
85 #define RID_STR_WARNING_REMOVE_EXTENSION_DISABLED           NC_("RID_STR_WARNING_REMOVE_EXTENSION_DISABLED", "Extension removal is currently disabled. " \
86                                                                "Please consult your system administrator for more information.")
87 #define RID_STR_WARNING_REMOVE_EXTENSION                    NC_("RID_STR_WARNING_REMOVE_EXTENSION", "You are about to remove the extension '%NAME'.\n" \
88                                                                "Click 'OK' to remove the extension.\n" \
89                                                                "Click 'Cancel' to stop removing the extension.")
90 #define RID_STR_WARNING_REMOVE_SHARED_EXTENSION             NC_("RID_STR_WARNING_REMOVE_SHARED_EXTENSION", "Make sure that no further users are working with the same " \
91                                                                "%PRODUCTNAME, when changing shared extensions in a multi user environment.\n" \
92                                                                "Click 'OK' to remove the extension.\n" \
93                                                                "Click 'Cancel' to stop removing the extension.")
94 #define RID_STR_WARNING_ENABLE_SHARED_EXTENSION             NC_("RID_STR_WARNING_ENABLE_SHARED_EXTENSION", "Make sure that no further users are working with the same " \
95                                                                "%PRODUCTNAME, when changing shared extensions in a multi user environment.\n" \
96                                                                "Click 'OK' to enable the extension.\n" \
97                                                                "Click 'Cancel' to stop enabling the extension.")
98 #define RID_STR_WARNING_DISABLE_SHARED_EXTENSION            NC_("RID_STR_WARNING_DISABLE_SHARED_EXTENSION", "Make sure that no further users are working with the same " \
99                                                                "%PRODUCTNAME, when changing shared extensions in a multi user environment.\n" \
100                                                                "Click 'OK' to disable the extension.\n" \
101                                                                "Click 'Cancel' to stop disabling the extension.")
102 #define RID_STR_UNSUPPORTED_PLATFORM                        NC_("RID_STR_UNSUPPORTED_PLATFORM", "The extension '%Name' does not work on this computer.")
104 #define RID_DLG_UPDATE_INSTALL_INSTALLING                   NC_("RID_DLG_UPDATE_INSTALL_INSTALLING", "Installing extensions...")
105 #define RID_DLG_UPDATE_INSTALL_FINISHED                     NC_("RID_DLG_UPDATE_INSTALL_FINISHED", "Installation finished")
106 #define RID_DLG_UPDATE_INSTALL_NO_ERRORS                    NC_("RID_DLG_UPDATE_INSTALL_NO_ERRORS", "No errors.")
107 #define RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD               NC_("RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD", "Error while downloading extension %NAME. ")
108 #define RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED          NC_("RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED", "The error message is: ")
109 #define RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION           NC_("RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION", "Error while installing extension %NAME. ")
110 #define RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED           NC_("RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED", "The license agreement for extension %NAME was refused. ")
111 #define RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL          NC_("RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL", "The extension will not be installed.")
113 #define RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN                 NC_("RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN", "Unknown")
114 #define RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN                 NC_("RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN", "Extension requires at least OpenOffice.org reference version %VERSION")
115 #define RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX                 NC_("RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX", "Extension does not support OpenOffice.org reference versions greater than %VERSION")
116 #define RID_DEPLOYMENT_DEPENDENCIES_LO_MIN                  NC_("RID_DEPLOYMENT_DEPENDENCIES_LO_MIN", "Extension requires at least %PRODUCTNAME version %VERSION")
118 #define RID_STR_WARNING_VERSION_LESS                        NC_("RID_STR_WARNING_VERSION_LESS", "You are about to install version $NEW of the extension '$NAME'.\n" \
119                                                                "The newer version $DEPLOYED is already installed.\n"\
120                                                                "Click 'OK' to replace the installed extension.\n"\
121                                                                "Click 'Cancel' to stop the installation.")
122 #define RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES     NC_("RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES", "You are about to install version $NEW of the extension '$NAME'.\n" \
123                                                                "The newer version $DEPLOYED, named '$OLDNAME', is already installed.\n" \
124                                                                "Click 'OK' to replace the installed extension.\n" \
125                                                                "Click 'Cancel' to stop the installation.")
126 #define RID_STR_WARNING_VERSION_EQUAL                       NC_("RID_STR_WARNING_VERSION_EQUAL", "You are about to install version $NEW of the extension '$NAME'.\n" \
127                                                                "That version is already installed.\n" \
128                                                                "Click 'OK' to replace the installed extension.\n" \
129                                                                "Click 'Cancel' to stop the installation.")
130 #define RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES    NC_("RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES", "You are about to install version $NEW of the extension '$NAME'.\n" \
131                                                                "That version, named '$OLDNAME', is already installed.\n" \
132                                                                "Click 'OK' to replace the installed extension.\n" \
133                                                                "Click 'Cancel' to stop the installation.")
134 #define RID_STR_WARNING_VERSION_GREATER                     NC_("RID_STR_WARNING_VERSION_GREATER", "You are about to install version $NEW of the extension '$NAME'.\n" \
135                                                                "The older version $DEPLOYED is already installed.\n" \
136                                                                "Click 'OK' to replace the installed extension.\n" \
137                                                                "Click 'Cancel' to stop the installation.")
138 #define RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES  NC_("RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES", "You are about to install version $NEW of the extension '$NAME'.\n" \
139                                                                "The older version $DEPLOYED, named '$OLDNAME', is already installed.\n" \
140                                                                "Click 'OK' to replace the installed extension.\n" \
141                                                                "Click 'Cancel' to stop the installation.")
143 #define RID_DLG_UPDATE_NONE                                 NC_("RID_DLG_UPDATE_NONE", "No new updates are available.")
144 #define RID_DLG_UPDATE_NOINSTALLABLE                        NC_("RID_DLG_UPDATE_NOINSTALLABLE", "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'.")
145 #define RID_DLG_UPDATE_FAILURE                              NC_("RID_DLG_UPDATE_FAILURE", "An error occurred:")
146 #define RID_DLG_UPDATE_UNKNOWNERROR                         NC_("RID_DLG_UPDATE_UNKNOWNERROR", "Unknown error.")
147 #define RID_DLG_UPDATE_NODESCRIPTION                        NC_("RID_DLG_UPDATE_NODESCRIPTION", "No more details are available for this update.")
148 #define RID_DLG_UPDATE_NOINSTALL                            NC_("RID_DLG_UPDATE_NOINSTALL", "The extension cannot be updated because:")
149 #define RID_DLG_UPDATE_NODEPENDENCY                         NC_("RID_DLG_UPDATE_NODEPENDENCY", "Required %PRODUCTNAME version doesn't match:")
150 #define RID_DLG_UPDATE_NODEPENDENCY_CUR_VER                 NC_("RID_DLG_UPDATE_NODEPENDENCY_CUR_VER", "You have %PRODUCTNAME %VERSION")
151 #define RID_DLG_UPDATE_BROWSERBASED                         NC_("RID_DLG_UPDATE_BROWSERBASED", "browser based update")
152 #define RID_DLG_UPDATE_VERSION                              NC_("RID_DLG_UPDATE_VERSION", "Version")
153 #define RID_DLG_UPDATE_IGNORED_UPDATE                       NC_("RID_DLG_UPDATE_IGNORED_UPDATE", "This update will be ignored.\n")
155 #define STR_BOOTSTRAP_ERR_CANNOT_START                      NC_("STR_BOOTSTRAP_ERR_CANNOT_START", "The application cannot be started. ")
156 #define STR_BOOTSTRAP_ERR_DIR_MISSING                       NC_("STR_BOOTSTRAP_ERR_DIR_MISSING", "The configuration directory \"$1\" could not be found.")
157 #define STR_BOOTSTRAP_ERR_PATH_INVALID                      NC_("STR_BOOTSTRAP_ERR_PATH_INVALID", "The installation path is invalid.")
158 #define STR_BOOTSTRAP_ERR_INTERNAL                          NC_("STR_BOOTSTRAP_ERR_INTERNAL", "An internal error occurred.")
159 #define STR_BOOTSTRAP_ERR_FILE_CORRUPT                      NC_("STR_BOOTSTRAP_ERR_FILE_CORRUPT", "The configuration file \"$1\" is corrupt.")
160 #define STR_BOOTSTRAP_ERR_FILE_MISSING                      NC_("STR_BOOTSTRAP_ERR_FILE_MISSING", "The configuration file \"$1\" was not found.")
161 #define STR_BOOTSTRAP_ERR_NO_SUPPORT                        NC_("STR_BOOTSTRAP_ERR_NO_SUPPORT", "The configuration file \"$1\" does not support the current version.")
162 #define STR_BOOTSTRAP_ERR_LANGUAGE_MISSING                  NC_("STR_BOOTSTRAP_ERR_LANGUAGE_MISSING", "The user interface language cannot be determined.")
163 #define STR_BOOTSTRAP_ERR_USERINSTALL_FAILED                NC_("STR_BOOTSTRAP_ERR_USERINSTALL_FAILED", "User installation could not be completed. ")
164 #define STR_BOOTSTRAP_ERR_NO_CFG_SERVICE                    NC_("STR_BOOTSTRAP_ERR_NO_CFG_SERVICE", "The configuration service is not available.")
165 #define STR_ASK_START_SETUP_MANUALLY                        NC_("STR_ASK_START_SETUP_MANUALLY", "Start the setup application to repair the installation from the CD or the folder containing the installation packages.")
166 #define STR_CONFIG_ERR_ACCESS_GENERAL                       NC_("STR_CONFIG_ERR_ACCESS_GENERAL", "A general error occurred while accessing your central configuration. ")
167 #define STR_BOOTSTRAP_ERR_CFG_DATAACCESS                    NC_("STR_BOOTSTRAP_ERR_CFG_DATAACCESS", "%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n\nPlease contact your system administrator." )
168 #define STR_INTERNAL_ERRMSG                                 NC_("STR_INTERNAL_ERRMSG", "The following internal error has occurred: " )
169 #define STR_LO_MUST_BE_RESTARTED                            NC_("STR_LO_MUST_BE_RESTARTED", "%PRODUCTNAME must unfortunately be manually restarted once after installation or update." )
170 #define STR_QUERY_USERDATALOCKED                            NC_("STR_QUERY_USERDATALOCKED", "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?")
171 #define STR_TITLE_USERDATALOCKED                            NC_("STR_TITLE_USERDATALOCKED", "%PRODUCTNAME %PRODUCTVERSION")
172 #define STR_ERR_PRINTDISABLED                               NC_("STR_ERR_PRINTDISABLED", "Printing is disabled. No documents can be printed.")
173 #define STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE                NC_("STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE", "The path manager is not available.\n")
174 #define STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE                 NC_("STR_BOOTSTRAP_ERR_NOTENOUGHDISKSPACE", "%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")
175 #define STR_BOOTSTRAP_ERR_NOACCESSRIGHTS                     NC_("STR_BOOTSTRAP_ERR_NOACCESSRIGHTS", "%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")
177 #define RID_STR_UNOPKG_ACCEPT_LIC_1                         NC_("RID_STR_UNOPKG_ACCEPT_LIC_1", "Extension Software License Agreement of $NAME:")
178 #define RID_STR_UNOPKG_ACCEPT_LIC_2                         NC_("RID_STR_UNOPKG_ACCEPT_LIC_2", "Read the complete License Agreement displayed above. " \
179                                                                "Accept the License Agreement by typing \"yes\" on the console " \
180                                                                "then press the Return key. Type \"no\" to decline and to abort the " \
181                                                                "extension setup.")
182 #define RID_STR_UNOPKG_ACCEPT_LIC_3                         NC_("RID_STR_UNOPKG_ACCEPT_LIC_3", "[Enter \"yes\" or \"no\"]:")
183 #define RID_STR_UNOPKG_ACCEPT_LIC_4                         NC_("RID_STR_UNOPKG_ACCEPT_LIC_4", "Your input was not correct. Please enter \"yes\" or \"no\":")
184 #define RID_STR_UNOPKG_ACCEPT_LIC_YES                       NC_("RID_STR_UNOPKG_ACCEPT_LIC_YES", "YES")
185 #define RID_STR_UNOPKG_ACCEPT_LIC_Y                         NC_("RID_STR_UNOPKG_ACCEPT_LIC_Y", "Y")
186 #define RID_STR_UNOPKG_ACCEPT_LIC_NO                        NC_("RID_STR_UNOPKG_ACCEPT_LIC_NO", "NO")
187 #define RID_STR_UNOPKG_ACCEPT_LIC_N                         NC_("RID_STR_UNOPKG_ACCEPT_LIC_N", "N")
188 #define RID_STR_CONCURRENTINSTANCE                          NC_("RID_STR_CONCURRENTINSTANCE", "unopkg cannot be started. The lock file indicates it is already running. " \
189                                                                "If this does not apply, delete the lock file at:")
190 #define RID_STR_UNOPKG_ERROR                                NC_("RID_STR_UNOPKG_ERROR", "ERROR: ")
192 #endif
194 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */