1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #ifndef INCLUDED_UUI_INC_IDS_HRC
21 #define INCLUDED_UUI_INC_IDS_HRC
23 #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
25 const std::pair<const char*, ErrCode> RID_UUI_ERRHDL[] =
27 { NC_("RID_UUI_ERRHDL", "The operation executed on $(ARG1) was aborted."),
28 ERRCODE_UUI_IO_ABORT },
29 { NC_("RID_UUI_ERRHDL", "Access to $(ARG1) was denied."),
30 ERRCODE_UUI_IO_ACCESSDENIED },
31 { NC_("RID_UUI_ERRHDL", "$(ARG1) already exists."),
32 ERRCODE_UUI_IO_ALREADYEXISTS },
33 { NC_("RID_UUI_ERRHDL", "Target already exists."),
34 ERRCODE_UUI_IO_TARGETALREADYEXISTS },
35 { NC_("RID_UUI_ERRHDL", "You are about to save/export a password protected basic library containing module(s) \n$(ARG1)\nwhich are too large to store in binary format. If you wish users that don't have access to the library password to be able to run macros in those module(s) you must split those modules into a number of smaller modules. Do you wish to continue to save/export this library?"),
36 ERRCODE_UUI_IO_MODULESIZEEXCEEDED },
37 { NC_("RID_UUI_ERRHDL", "Beware!\n\nYou are about to load a very unusual sort of file ($(ARG2)) from the URL:\n\n$(ARG1)\n\nAre you certain that this file is a legacy document created many years ago?"),
38 ERRCODE_UUI_IO_EXOTICFILEFORMAT },
39 { NC_("RID_UUI_ERRHDL", "The data from $(ARG1) has an incorrect checksum."),
40 ERRCODE_UUI_IO_BADCRC },
41 { NC_("RID_UUI_ERRHDL", "The object $(ARG1) cannot be created in directory $(ARG2)."),
42 ERRCODE_UUI_IO_CANTCREATE },
43 { NC_("RID_UUI_ERRHDL", "Data of $(ARG1) could not be read."),
44 ERRCODE_UUI_IO_CANTREAD },
45 { NC_("RID_UUI_ERRHDL", "The seek operation on $(ARG1) could not be performed."),
46 ERRCODE_UUI_IO_CANTSEEK },
47 { NC_("RID_UUI_ERRHDL", "The tell operation on $(ARG1) could not be performed."),
48 ERRCODE_UUI_IO_CANTTELL },
49 { NC_("RID_UUI_ERRHDL", "Data for $(ARG1) could not be written."),
50 ERRCODE_UUI_IO_CANTWRITE },
51 { NC_("RID_UUI_ERRHDL", "Action impossible: $(ARG1) is the current directory."),
52 ERRCODE_UUI_IO_CURRENTDIR },
53 { NC_("RID_UUI_ERRHDL", "$(ARG1) is not ready."),
54 ERRCODE_UUI_IO_NOTREADY },
55 { NC_("RID_UUI_ERRHDL", "Action impossible: $(ARG1) and $(ARG2) are different devices (drives)."),
56 ERRCODE_UUI_IO_NOTSAMEDEVICE },
57 { NC_("RID_UUI_ERRHDL", "General input/output error while accessing $(ARG1)."),
58 ERRCODE_UUI_IO_GENERAL },
59 { NC_("RID_UUI_ERRHDL", "An attempt was made to access $(ARG1) in an invalid way."),
60 ERRCODE_UUI_IO_INVALIDACCESS },
61 { NC_("RID_UUI_ERRHDL", "$(ARG1) contains invalid characters."),
62 ERRCODE_UUI_IO_INVALIDCHAR },
63 { NC_("RID_UUI_ERRHDL", "The device (drive) $(ARG1) is invalid."),
64 ERRCODE_UUI_IO_INVALIDDEVICE },
65 { NC_("RID_UUI_ERRHDL", "The data from $(ARG1) has an invalid length."),
66 ERRCODE_UUI_IO_INVALIDLENGTH },
67 { NC_("RID_UUI_ERRHDL", "The operation on $(ARG1) was started with an invalid parameter."),
68 ERRCODE_UUI_IO_INVALIDPARAMETER },
69 { NC_("RID_UUI_ERRHDL", "The operation cannot be performed because $(ARG1) contains wildcards."),
70 ERRCODE_UUI_IO_ISWILDCARD },
71 { NC_("RID_UUI_ERRHDL", "Error during shared access to $(ARG1)."),
72 ERRCODE_UUI_IO_LOCKVIOLATION },
73 { NC_("RID_UUI_ERRHDL", "$(ARG1) contains misplaced characters."),
74 ERRCODE_UUI_IO_MISPLACEDCHAR },
75 { NC_("RID_UUI_ERRHDL", "The name $(ARG1) contains too many characters."),
76 ERRCODE_UUI_IO_NAMETOOLONG },
77 { NC_("RID_UUI_ERRHDL", "$(ARG1) does not exist."),
78 ERRCODE_UUI_IO_NOTEXISTS },
79 { NC_("RID_UUI_ERRHDL", "The path $(ARG1) does not exist."),
80 ERRCODE_UUI_IO_NOTEXISTSPATH },
81 { NC_("RID_UUI_ERRHDL", "The operation on $(ARG1) is not supported on this operating system."),
82 ERRCODE_UUI_IO_NOTSUPPORTED },
83 { NC_("RID_UUI_ERRHDL", "$(ARG1) is not a directory."),
84 ERRCODE_UUI_IO_NOTADIRECTORY },
85 { NC_("RID_UUI_ERRHDL", "$(ARG1) is not a file."),
86 ERRCODE_UUI_IO_NOTAFILE },
87 { NC_("RID_UUI_ERRHDL", "There is no space left on device $(ARG1)."),
88 ERRCODE_UUI_IO_OUTOFSPACE },
89 { NC_("RID_UUI_ERRHDL", "The operation on $(ARG1) cannot be performed because too many files are already open."),
90 ERRCODE_UUI_IO_TOOMANYOPENFILES },
91 { NC_("RID_UUI_ERRHDL", "The operation on $(ARG1) cannot be performed because there is no more memory available."),
92 ERRCODE_UUI_IO_OUTOFMEMORY },
93 { NC_("RID_UUI_ERRHDL", "The operation on $(ARG1) cannot continue because more data is pending."),
94 ERRCODE_UUI_IO_PENDING },
95 { NC_("RID_UUI_ERRHDL", "$(ARG1) cannot be copied into itself."),
96 ERRCODE_UUI_IO_RECURSIVE },
97 { NC_("RID_UUI_ERRHDL", "Unknown input/output error while accessing $(ARG1)."),
98 ERRCODE_UUI_IO_UNKNOWN },
99 { NC_("RID_UUI_ERRHDL", "$(ARG1) is write protected."),
100 ERRCODE_UUI_IO_WRITEPROTECTED },
101 { NC_("RID_UUI_ERRHDL", "$(ARG1) is not in the correct format."),
102 ERRCODE_UUI_IO_WRONGFORMAT },
103 { NC_("RID_UUI_ERRHDL", "The version of $(ARG1) is not correct."),
104 ERRCODE_UUI_IO_WRONGVERSION },
105 { NC_("RID_UUI_ERRHDL", "Drive $(ARG1) does not exist."),
106 ERRCODE_UUI_IO_NOTEXISTS_VOLUME },
107 { NC_("RID_UUI_ERRHDL", "Folder $(ARG1) does not exist."),
108 ERRCODE_UUI_IO_NOTEXISTS_FOLDER },
109 { NC_("RID_UUI_ERRHDL", "The installed Java version is not supported."),
110 ERRCODE_UUI_WRONGJAVA },
111 { NC_("RID_UUI_ERRHDL", "The installed Java version $(ARG1) is not supported."),
112 ERRCODE_UUI_WRONGJAVA_VERSION },
113 { NC_("RID_UUI_ERRHDL", "The installed Java version is not supported, at least version $(ARG1) is required."),
114 ERRCODE_UUI_WRONGJAVA_MIN },
115 { NC_("RID_UUI_ERRHDL", "The installed Java version $(ARG1) is not supported, at least version $(ARG2) is required."),
116 ERRCODE_UUI_WRONGJAVA_VERSION_MIN },
117 { NC_("RID_UUI_ERRHDL", "The data associated with the partnership is corrupted."),
118 ERRCODE_UUI_BADPARTNERSHIP },
119 { NC_("RID_UUI_ERRHDL", "The data associated with the partnership $(ARG1) is corrupted."),
120 ERRCODE_UUI_BADPARTNERSHIP_NAME },
121 { NC_("RID_UUI_ERRHDL", "Volume $(ARG1) is not ready."),
122 ERRCODE_UUI_IO_NOTREADY_VOLUME },
123 { NC_("RID_UUI_ERRHDL", "$(ARG1) is not ready; please insert a storage medium."),
124 ERRCODE_UUI_IO_NOTREADY_REMOVABLE },
125 { NC_("RID_UUI_ERRHDL", "Volume $(ARG1) is not ready; please insert a storage medium."),
126 ERRCODE_UUI_IO_NOTREADY_VOLUME_REMOVABLE },
127 { NC_("RID_UUI_ERRHDL", "Please insert disk $(ARG1)."),
128 ERRCODE_UUI_WRONGMEDIUM },
129 { NC_("RID_UUI_ERRHDL", "The object cannot be created in directory $(ARG1)."),
130 ERRCODE_UUI_IO_CANTCREATE_NONAME },
131 { NC_("RID_UUI_ERRHDL", "%PRODUCTNAME cannot keep files from being overwritten when this transmission protocol is used. Do you want to continue anyway?"),
132 ERRCODE_UUI_IO_UNSUPPORTEDOVERWRITE },
133 { NC_("RID_UUI_ERRHDL", "The file '$(ARG1)' is corrupt and therefore cannot be opened. %PRODUCTNAME can try to repair the file.\n\nThe corruption could be the result of document manipulation or of structural document damage due to data transmission.\n\nWe recommend that you do not trust the content of the repaired document.\nExecution of macros is disabled for this document.\n\nShould %PRODUCTNAME repair the file?\n"),
134 ERRCODE_UUI_IO_BROKENPACKAGE },
135 { NC_("RID_UUI_ERRHDL", "The file '$(ARG1)' could not be repaired and therefore cannot be opened."),
136 ERRCODE_UUI_IO_BROKENPACKAGE_CANTREPAIR },
137 { NC_("RID_UUI_ERRHDL", "Configuration data in '$(ARG1)' is corrupted. Without this data some functions may not operate correctly.\nDo you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"),
138 ERRCODE_UUI_CONFIGURATION_BROKENDATA_NOREMOVE },
139 { NC_("RID_UUI_ERRHDL", "The personal configuration file '$(ARG1)' is corrupted and must be deleted to continue. Some of your personal settings may be lost.\nDo you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"),
140 ERRCODE_UUI_CONFIGURATION_BROKENDATA_WITHREMOVE },
141 { NC_("RID_UUI_ERRHDL", "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly."),
142 ERRCODE_UUI_CONFIGURATION_BACKENDMISSING },
143 { NC_("RID_UUI_ERRHDL", "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.\nDo you want to continue startup of %PRODUCTNAME without the missing configuration data?"),
144 ERRCODE_UUI_CONFIGURATION_BACKENDMISSING_WITHRECOVER },
145 { NC_("RID_UUI_ERRHDL", "The form contains invalid data. Do you still want to continue?"),
146 ERRCODE_UUI_INVALID_XFORMS_SUBMISSION_DATA },
147 { NC_("RID_UUI_ERRHDL", "The file $(ARG1) is locked by another user. Currently, another write access to this file cannot be granted."),
148 ERRCODE_UUI_LOCKING_LOCKED },
149 { NC_("RID_UUI_ERRHDL", "The file $(ARG1) is locked by yourself. Currently, another write access to this file cannot be granted."),
150 ERRCODE_UUI_LOCKING_LOCKED_SELF },
151 { NC_("RID_UUI_ERRHDL", "The file $(ARG1) is currently not locked by yourself."),
152 ERRCODE_UUI_LOCKING_NOT_LOCKED },
153 { NC_("RID_UUI_ERRHDL", "The previously obtained lock for file $(ARG1) has expired.\nThis can happen due to problems on the server managing the file lock. It cannot be guaranteed that write operations on this file will not overwrite changes done by other users!"),
154 ERRCODE_UUI_LOCKING_LOCK_EXPIRED },
155 { NC_("RID_UUI_ERRHDL", "Component cannot be loaded, possibly broken or incomplete installation.\nFull error message:\n\n $(ARG1)."),
156 ERRCODE_UUI_CANNOT_ACTIVATE_FACTORY },
157 { nullptr, ERRCODE_NONE }
160 #define STR_UUI_UNKNOWNAUTH_UNTRUSTED NC_("STR_UUI_UNKNOWNAUTH_UNTRUSTED", "Unable to verify the identity of $(ARG1) site.\n\nBefore accepting this certificate, you should examine this site's certificate carefully. Are you willing to accept this certificate for the purpose of identifying the Web site $(ARG1)?")
161 #define STR_UUI_SSLWARN_EXPIRED NC_("STR_UUI_SSLWARN_EXPIRED", "$(ARG1) is a site that uses a security certificate to encrypt data during transmission, but its certificate expired on $(ARG2).\n\nYou should check to make sure that your computer's time is correct.")
162 #define STR_UUI_SSLWARN_EXPIRED_TITLE NC_("STR_UUI_SSLWARN_EXPIRED_TITLE", "Security Warning: Server Certificate Invalid")
163 #define STR_UUI_SSLWARN_DOMAINMISMATCH NC_("STR_UUI_SSLWARN_DOMAINMISMATCH", "You have attempted to establish a connection with $(ARG1). However, the security certificate presented belongs to $(ARG2). It is possible, though unlikely, that someone may be trying to intercept your communication with this web site.\n\nIf you suspect the certificate shown does not belong to $(ARG1), please cancel the connection and notify the site administrator.\n\nWould you like to continue anyway?")
164 #define STR_UUI_SSLWARN_DOMAINMISMATCH_TITLE NC_("STR_UUI_SSLWARN_DOMAINMISMATCH_TITLE", "Security Warning: Server Certificate Expired")
165 #define STR_UUI_SSLWARN_INVALID NC_("STR_UUI_SSLWARN_INVALID", "The certificate could not be validated. You should examine this site's certificate carefully.\n\nIf you suspect the certificate shown, please cancel the connection and notify the site administrator.")
166 #define STR_UUI_SSLWARN_INVALID_TITLE NC_("STR_UUI_SSLWARN_INVALID_TITLE", "Security Warning: Domain Name Mismatch")
170 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */