xref: /trunk/main/uui/source/ids.src (revision 2611ca73)
1*2611ca73SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*2611ca73SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*2611ca73SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*2611ca73SAndrew Rist * distributed with this work for additional information
6*2611ca73SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*2611ca73SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*2611ca73SAndrew Rist * "License"); you may not use this file except in compliance
9*2611ca73SAndrew Rist * with the License.  You may obtain a copy of the License at
10*2611ca73SAndrew Rist *
11*2611ca73SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*2611ca73SAndrew Rist *
13*2611ca73SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*2611ca73SAndrew Rist * software distributed under the License is distributed on an
15*2611ca73SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*2611ca73SAndrew Rist * KIND, either express or implied.  See the License for the
17*2611ca73SAndrew Rist * specific language governing permissions and limitations
18*2611ca73SAndrew Rist * under the License.
19*2611ca73SAndrew Rist *
20*2611ca73SAndrew Rist *************************************************************/
21*2611ca73SAndrew Rist
22*2611ca73SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#define __RSC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#ifndef UUI_IDS_HRC
27cdf0e10cSrcweir#include "ids.hrc"
28cdf0e10cSrcweir#endif
29cdf0e10cSrcweir
30cdf0e10cSrcweirString RID_KEEP_PASSWORD
31cdf0e10cSrcweir{
32cdf0e10cSrcweir    Text [ en-US ] = "~Remember password until end of session";
33cdf0e10cSrcweir};
34cdf0e10cSrcweir
35cdf0e10cSrcweirString RID_SAVE_PASSWORD
36cdf0e10cSrcweir{
37cdf0e10cSrcweir    Text [ en-US ] = "~Remember password";
38cdf0e10cSrcweir};
39cdf0e10cSrcweir
40cdf0e10cSrcweir
41cdf0e10cSrcweirString STR_WARNING_BROKENSIGNATURE_TITLE
42cdf0e10cSrcweir{
43cdf0e10cSrcweir    Text [ en-US ] = "Invalid Document Signature" ;
44cdf0e10cSrcweir};
45cdf0e10cSrcweir
46cdf0e10cSrcweirString STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE
47cdf0e10cSrcweir{
48cdf0e10cSrcweir    Text [ en-US ] = "Non-Encrypted Streams" ;
49cdf0e10cSrcweir};
50cdf0e10cSrcweir
51cdf0e10cSrcweirResource RID_UUI_ERRHDL
52cdf0e10cSrcweir{
53cdf0e10cSrcweir    String (ERRCODE_UUI_IO_ABORT & ERRCODE_RES_MASK)
54cdf0e10cSrcweir    {
55cdf0e10cSrcweir        Text [ en-US ] = "The operation executed on $(ARG1) was aborted.";
56cdf0e10cSrcweir    };
57cdf0e10cSrcweir
58cdf0e10cSrcweir    String (ERRCODE_UUI_IO_ACCESSDENIED & ERRCODE_RES_MASK)
59cdf0e10cSrcweir    {
60cdf0e10cSrcweir        Text [ en-US ] = "Access to $(ARG1) was denied.";
61cdf0e10cSrcweir    };
62cdf0e10cSrcweir
63cdf0e10cSrcweir    String (ERRCODE_UUI_IO_ALREADYEXISTS & ERRCODE_RES_MASK)
64cdf0e10cSrcweir    {
65cdf0e10cSrcweir        Text [ en-US ] = "$(ARG1) already exists.";
66cdf0e10cSrcweir    };
67cdf0e10cSrcweir
68cdf0e10cSrcweir    String (ERRCODE_UUI_IO_TARGETALREADYEXISTS & ERRCODE_RES_MASK)
69cdf0e10cSrcweir    {
70cdf0e10cSrcweir        Text [ en-US ] = "Target already exists.";
71cdf0e10cSrcweir    };
72cdf0e10cSrcweir
73cdf0e10cSrcweir    String (ERRCODE_UUI_IO_MODULESIZEEXCEEDED & ERRCODE_RES_MASK)
74cdf0e10cSrcweir    {
75cdf0e10cSrcweir        Text [ en-US ] = "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?" ;
76cdf0e10cSrcweir    };
77cdf0e10cSrcweir
78cdf0e10cSrcweir    String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)
79cdf0e10cSrcweir    {
80cdf0e10cSrcweir        Text [ en-US ] = "The data from $(ARG1) has an incorrect checksum.";
81cdf0e10cSrcweir    };
82cdf0e10cSrcweir
83cdf0e10cSrcweir    String (ERRCODE_UUI_IO_CANTCREATE & ERRCODE_RES_MASK)
84cdf0e10cSrcweir    {
85cdf0e10cSrcweir        Text [ en-US ] = "The object $(ARG1) cannot be created in directory $(ARG2).";
86cdf0e10cSrcweir    };
87cdf0e10cSrcweir
88cdf0e10cSrcweir    String (ERRCODE_UUI_IO_CANTREAD & ERRCODE_RES_MASK)
89cdf0e10cSrcweir    {
90cdf0e10cSrcweir        Text [ en-US ] = "Data of $(ARG1) could not be read.";
91cdf0e10cSrcweir    };
92cdf0e10cSrcweir
93cdf0e10cSrcweir    String (ERRCODE_UUI_IO_CANTSEEK & ERRCODE_RES_MASK)
94cdf0e10cSrcweir    {
95cdf0e10cSrcweir        Text [ en-US ] = "The seek operation on $(ARG1) could not be performed.";
96cdf0e10cSrcweir    };
97cdf0e10cSrcweir
98cdf0e10cSrcweir    String (ERRCODE_UUI_IO_CANTTELL & ERRCODE_RES_MASK)
99cdf0e10cSrcweir    {
100cdf0e10cSrcweir        Text [ en-US ] = "The tell operation on $(ARG1) could not be performed.";
101cdf0e10cSrcweir    };
102cdf0e10cSrcweir
103cdf0e10cSrcweir    String (ERRCODE_UUI_IO_CANTWRITE & ERRCODE_RES_MASK)
104cdf0e10cSrcweir    {
105cdf0e10cSrcweir        Text [ en-US ] = "Data for $(ARG1) could not be written.";
106cdf0e10cSrcweir    };
107cdf0e10cSrcweir
108cdf0e10cSrcweir    String (ERRCODE_UUI_IO_CURRENTDIR & ERRCODE_RES_MASK)
109cdf0e10cSrcweir    {
110cdf0e10cSrcweir        Text [ en-US ] = "Action impossible: $(ARG1) is the current directory.";
111cdf0e10cSrcweir    };
112cdf0e10cSrcweir
113cdf0e10cSrcweir    String (ERRCODE_UUI_IO_NOTREADY & ERRCODE_RES_MASK)
114cdf0e10cSrcweir    {
115cdf0e10cSrcweir        Text [ en-US ] = "$(ARG1) is not ready.";
116cdf0e10cSrcweir    };
117cdf0e10cSrcweir
118cdf0e10cSrcweir    String (ERRCODE_UUI_IO_NOTSAMEDEVICE & ERRCODE_RES_MASK)
119cdf0e10cSrcweir    {
120cdf0e10cSrcweir        Text [ en-US ] = "Action impossible: $(ARG1) and $(ARG2) are different devices (drives).";
121cdf0e10cSrcweir    };
122cdf0e10cSrcweir
123cdf0e10cSrcweir    String (ERRCODE_UUI_IO_GENERAL & ERRCODE_RES_MASK)
124cdf0e10cSrcweir    {
125cdf0e10cSrcweir        Text [ en-US ] = "General input/output error while accessing $(ARG1).";
126cdf0e10cSrcweir    };
127cdf0e10cSrcweir
128cdf0e10cSrcweir    String (ERRCODE_UUI_IO_INVALIDACCESS & ERRCODE_RES_MASK)
129cdf0e10cSrcweir    {
130cdf0e10cSrcweir        Text [ en-US ] = "An attempt was made to access $(ARG1) in an invalid way.";
131cdf0e10cSrcweir    };
132cdf0e10cSrcweir
133cdf0e10cSrcweir    String (ERRCODE_UUI_IO_INVALIDCHAR & ERRCODE_RES_MASK)
134cdf0e10cSrcweir    {
135cdf0e10cSrcweir        Text [ en-US ] = "$(ARG1) contains invalid characters.";
136cdf0e10cSrcweir    };
137cdf0e10cSrcweir
138cdf0e10cSrcweir    String (ERRCODE_UUI_IO_INVALIDDEVICE & ERRCODE_RES_MASK)
139cdf0e10cSrcweir    {
140cdf0e10cSrcweir        Text [ en-US ] = "The device (drive) $(ARG1) is invalid.";
141cdf0e10cSrcweir    };
142cdf0e10cSrcweir
143cdf0e10cSrcweir    String (ERRCODE_UUI_IO_INVALIDLENGTH & ERRCODE_RES_MASK)
144cdf0e10cSrcweir    {
145cdf0e10cSrcweir        Text [ en-US ] = "The data from $(ARG1) has an invalid length.";
146cdf0e10cSrcweir    };
147cdf0e10cSrcweir
148cdf0e10cSrcweir    String (ERRCODE_UUI_IO_INVALIDPARAMETER & ERRCODE_RES_MASK)
149cdf0e10cSrcweir    {
150cdf0e10cSrcweir        Text [ en-US ] = "The operation on $(ARG1) was started with an invalid parameter.";
151cdf0e10cSrcweir    };
152cdf0e10cSrcweir
153cdf0e10cSrcweir    String (ERRCODE_UUI_IO_ISWILDCARD & ERRCODE_RES_MASK)
154cdf0e10cSrcweir    {
155cdf0e10cSrcweir        Text [ en-US ] = "The operation cannot be performed because $(ARG1) contains wildcards.";
156cdf0e10cSrcweir    };
157cdf0e10cSrcweir
158cdf0e10cSrcweir    String (ERRCODE_UUI_IO_LOCKVIOLATION & ERRCODE_RES_MASK)
159cdf0e10cSrcweir    {
160cdf0e10cSrcweir        Text [ en-US ] = "Error during shared access to $(ARG1).";
161cdf0e10cSrcweir    };
162cdf0e10cSrcweir
163cdf0e10cSrcweir    String (ERRCODE_UUI_IO_MISPLACEDCHAR & ERRCODE_RES_MASK)
164cdf0e10cSrcweir    {
165cdf0e10cSrcweir        Text [ en-US ] = "$(ARG1) contains misplaced characters.";
166cdf0e10cSrcweir    };
167cdf0e10cSrcweir
168cdf0e10cSrcweir    String (ERRCODE_UUI_IO_NAMETOOLONG & ERRCODE_RES_MASK)
169cdf0e10cSrcweir    {
170cdf0e10cSrcweir        Text [ en-US ] = "The name $(ARG1) contains too many characters.";
171cdf0e10cSrcweir    };
172cdf0e10cSrcweir
173cdf0e10cSrcweir    String (ERRCODE_UUI_IO_NOTEXISTS & ERRCODE_RES_MASK)
174cdf0e10cSrcweir    {
175cdf0e10cSrcweir        Text [ en-US ] = "$(ARG1) does not exist.";
176cdf0e10cSrcweir    };
177cdf0e10cSrcweir
178cdf0e10cSrcweir    String (ERRCODE_UUI_IO_NOTEXISTSPATH & ERRCODE_RES_MASK)
179cdf0e10cSrcweir    {
180cdf0e10cSrcweir        Text [ en-US ] = "The path $(ARG1) does not exist.";
181cdf0e10cSrcweir    };
182cdf0e10cSrcweir
183cdf0e10cSrcweir    String (ERRCODE_UUI_IO_NOTSUPPORTED & ERRCODE_RES_MASK)
184cdf0e10cSrcweir    {
185cdf0e10cSrcweir        Text [ en-US ] = "The operation on $(ARG1) is not supported on this operating system.";
186cdf0e10cSrcweir    };
187cdf0e10cSrcweir
188cdf0e10cSrcweir    String (ERRCODE_UUI_IO_NOTADIRECTORY & ERRCODE_RES_MASK)
189cdf0e10cSrcweir    {
190cdf0e10cSrcweir        Text [ en-US ] = "$(ARG1) is not a directory.";
191cdf0e10cSrcweir    };
192cdf0e10cSrcweir
193cdf0e10cSrcweir    String (ERRCODE_UUI_IO_NOTAFILE & ERRCODE_RES_MASK)
194cdf0e10cSrcweir    {
195cdf0e10cSrcweir        Text [ en-US ] = "$(ARG1) is not a file.";
196cdf0e10cSrcweir    };
197cdf0e10cSrcweir
198cdf0e10cSrcweir    String (ERRCODE_UUI_IO_OUTOFSPACE & ERRCODE_RES_MASK)
199cdf0e10cSrcweir    {
200cdf0e10cSrcweir        Text [ en-US ] = "There is no space left on device $(ARG1).";
201cdf0e10cSrcweir    };
202cdf0e10cSrcweir
203cdf0e10cSrcweir    String (ERRCODE_UUI_IO_TOOMANYOPENFILES & ERRCODE_RES_MASK)
204cdf0e10cSrcweir    {
205cdf0e10cSrcweir        Text [ en-US ] = "The operation on $(ARG1) cannot be performed because too many files are already open.";
206cdf0e10cSrcweir    };
207cdf0e10cSrcweir
208cdf0e10cSrcweir    String (ERRCODE_UUI_IO_OUTOFMEMORY & ERRCODE_RES_MASK)
209cdf0e10cSrcweir    {
210cdf0e10cSrcweir        Text [ en-US ] = "The operation on $(ARG1) cannot be performed because there is no more memory available.";
211cdf0e10cSrcweir    };
212cdf0e10cSrcweir
213cdf0e10cSrcweir    String (ERRCODE_UUI_IO_PENDING & ERRCODE_RES_MASK)
214cdf0e10cSrcweir    {
215cdf0e10cSrcweir        Text [ en-US ] = "The operation on $(ARG1) cannot continue because more data is pending.";
216cdf0e10cSrcweir    };
217cdf0e10cSrcweir
218cdf0e10cSrcweir    String (ERRCODE_UUI_IO_RECURSIVE & ERRCODE_RES_MASK)
219cdf0e10cSrcweir    {
220cdf0e10cSrcweir        Text [ en-US ] = "$(ARG1) cannot be copied into itself.";
221cdf0e10cSrcweir    };
222cdf0e10cSrcweir
223cdf0e10cSrcweir    String (ERRCODE_UUI_IO_UNKNOWN & ERRCODE_RES_MASK)
224cdf0e10cSrcweir    {
225cdf0e10cSrcweir        Text [ en-US ] = "Unknown input/output error while accessing $(ARG1).";
226cdf0e10cSrcweir    };
227cdf0e10cSrcweir
228cdf0e10cSrcweir    String (ERRCODE_UUI_IO_WRITEPROTECTED & ERRCODE_RES_MASK)
229cdf0e10cSrcweir    {
230cdf0e10cSrcweir        Text [ en-US ] = "$(ARG1) is write protected.";
231cdf0e10cSrcweir    };
232cdf0e10cSrcweir
233cdf0e10cSrcweir    String (ERRCODE_UUI_IO_WRONGFORMAT & ERRCODE_RES_MASK)
234cdf0e10cSrcweir    {
235cdf0e10cSrcweir        Text [ en-US ] = "$(ARG1) is not in the correct format.";
236cdf0e10cSrcweir    };
237cdf0e10cSrcweir
238cdf0e10cSrcweir    String (ERRCODE_UUI_IO_WRONGVERSION & ERRCODE_RES_MASK)
239cdf0e10cSrcweir    {
240cdf0e10cSrcweir        Text [ en-US ] = "The version of $(ARG1) is not correct.";
241cdf0e10cSrcweir    };
242cdf0e10cSrcweir
243cdf0e10cSrcweir    String (ERRCODE_UUI_IO_NOTEXISTS_VOLUME & ERRCODE_RES_MASK)
244cdf0e10cSrcweir    {
245cdf0e10cSrcweir        Text [ en-US ] = "Drive $(ARG1) does not exist.";
246cdf0e10cSrcweir    };
247cdf0e10cSrcweir
248cdf0e10cSrcweir    String (ERRCODE_UUI_IO_NOTEXISTS_FOLDER & ERRCODE_RES_MASK)
249cdf0e10cSrcweir    {
250cdf0e10cSrcweir        Text [ en-US ] = "Folder $(ARG1) does not exist.";
251cdf0e10cSrcweir    };
252cdf0e10cSrcweir
253cdf0e10cSrcweir    String (ERRCODE_UUI_WRONGJAVA & ERRCODE_RES_MASK)
254cdf0e10cSrcweir    {
255cdf0e10cSrcweir        Text [ en-US ] = "The installed Java version is not supported.";
256cdf0e10cSrcweir    };
257cdf0e10cSrcweir
258cdf0e10cSrcweir    String (ERRCODE_UUI_WRONGJAVA_VERSION & ERRCODE_RES_MASK)
259cdf0e10cSrcweir    {
260cdf0e10cSrcweir        Text [ en-US ] = "The installed Java version $(ARG1) is not supported.";
261cdf0e10cSrcweir    };
262cdf0e10cSrcweir    String (ERRCODE_UUI_WRONGJAVA_MIN & ERRCODE_RES_MASK)
263cdf0e10cSrcweir    {
264cdf0e10cSrcweir        Text [ en-US ] = "The installed Java version is not supported, at least version $(ARG1) is required.";
265cdf0e10cSrcweir    };
266cdf0e10cSrcweir
267cdf0e10cSrcweir    String (ERRCODE_UUI_WRONGJAVA_VERSION_MIN & ERRCODE_RES_MASK)
268cdf0e10cSrcweir    {
269cdf0e10cSrcweir        Text [ en-US ] = "The installed Java version $(ARG1) is not supported, at least version $(ARG2) is required.";
270cdf0e10cSrcweir    };
271cdf0e10cSrcweir
272cdf0e10cSrcweir    String (ERRCODE_UUI_BADPARTNERSHIP & ERRCODE_RES_MASK)
273cdf0e10cSrcweir    {
274cdf0e10cSrcweir        Text [ en-US ] = "The data associated with the partnership is corrupted.";
275cdf0e10cSrcweir    };
276cdf0e10cSrcweir
277cdf0e10cSrcweir    String (ERRCODE_UUI_BADPARTNERSHIP_NAME & ERRCODE_RES_MASK)
278cdf0e10cSrcweir    {
279cdf0e10cSrcweir        Text [ en-US ] = "The data associated with the partnership $(ARG1) is corrupted.";
280cdf0e10cSrcweir    };
281cdf0e10cSrcweir
282cdf0e10cSrcweir    String (ERRCODE_UUI_IO_NOTREADY_VOLUME & ERRCODE_RES_MASK)
283cdf0e10cSrcweir    {
284cdf0e10cSrcweir        Text [ en-US ] = "Volume $(ARG1) is not ready.";
285cdf0e10cSrcweir    };
286cdf0e10cSrcweir
287cdf0e10cSrcweir    String (ERRCODE_UUI_IO_NOTREADY_REMOVABLE & ERRCODE_RES_MASK)
288cdf0e10cSrcweir    {
289cdf0e10cSrcweir        Text [ en-US ] = "$(ARG1) is not ready; please insert a storage medium.";
290cdf0e10cSrcweir    };
291cdf0e10cSrcweir
292cdf0e10cSrcweir    String (ERRCODE_UUI_IO_NOTREADY_VOLUME_REMOVABLE & ERRCODE_RES_MASK)
293cdf0e10cSrcweir    {
294cdf0e10cSrcweir        Text [ en-US ] = "Volume $(ARG1) is not ready; please insert a storage medium.";
295cdf0e10cSrcweir    };
296cdf0e10cSrcweir
297cdf0e10cSrcweir    String (ERRCODE_UUI_WRONGMEDIUM & ERRCODE_RES_MASK)
298cdf0e10cSrcweir    {
299cdf0e10cSrcweir        Text [ en-US ] = "Please insert disk $(ARG1).";
300cdf0e10cSrcweir    };
301cdf0e10cSrcweir
302cdf0e10cSrcweir    String (ERRCODE_UUI_IO_CANTCREATE_NONAME & ERRCODE_RES_MASK)
303cdf0e10cSrcweir    {
304cdf0e10cSrcweir        Text[ en-US ] = "The object cannot be created in directory $(ARG1).";
305cdf0e10cSrcweir    };
306cdf0e10cSrcweir
307cdf0e10cSrcweir    String (ERRCODE_UUI_IO_UNSUPPORTEDOVERWRITE & ERRCODE_RES_MASK)
308cdf0e10cSrcweir    {
309cdf0e10cSrcweir        Text [ en-US ] = "%PRODUCTNAME cannot keep files from being overwritten when this transmission protocol is used. Do you want to continue anyway?";
310cdf0e10cSrcweir    };
311cdf0e10cSrcweir
312cdf0e10cSrcweir    String (ERRCODE_UUI_IO_BROKENPACKAGE & ERRCODE_RES_MASK)
313cdf0e10cSrcweir    {
314cdf0e10cSrcweir        Text [ en-US ] = "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";
315cdf0e10cSrcweir    };
316cdf0e10cSrcweir
317cdf0e10cSrcweir    String (ERRCODE_UUI_IO_BROKENPACKAGE_CANTREPAIR & ERRCODE_RES_MASK)
318cdf0e10cSrcweir    {
319cdf0e10cSrcweir        Text [ en-US ] = "The file '$(ARG1)' could not be repaired and therefore cannot be opened.";
320cdf0e10cSrcweir    };
321cdf0e10cSrcweir
322cdf0e10cSrcweir    String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_NOREMOVE & ERRCODE_RES_MASK)
323cdf0e10cSrcweir    {
324cdf0e10cSrcweir        Text [ en-US ] = "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?";
325cdf0e10cSrcweir    };
326cdf0e10cSrcweir
327cdf0e10cSrcweir    String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_WITHREMOVE & ERRCODE_RES_MASK)
328cdf0e10cSrcweir    {
329cdf0e10cSrcweir        Text [ en-US ] = "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?";
330cdf0e10cSrcweir    };
331cdf0e10cSrcweir
332cdf0e10cSrcweir    String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING & ERRCODE_RES_MASK)
333cdf0e10cSrcweir    {
334cdf0e10cSrcweir        Text [ en-US ] = "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.";
335cdf0e10cSrcweir    };
336cdf0e10cSrcweir
337cdf0e10cSrcweir    String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING_WITHRECOVER & ERRCODE_RES_MASK)
338cdf0e10cSrcweir    {
339cdf0e10cSrcweir        Text [ en-US ] = "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?";
340cdf0e10cSrcweir    };
341cdf0e10cSrcweir
342cdf0e10cSrcweir    STRING (ERRCODE_UUI_INVALID_XFORMS_SUBMISSION_DATA & ERRCODE_RES_MASK)
343cdf0e10cSrcweir    {
344cdf0e10cSrcweir        Text [ en-US ] = "The form contains invalid data. Do you still want to continue?";
345cdf0e10cSrcweir    };
346cdf0e10cSrcweir
347cdf0e10cSrcweir    String (ERRCODE_UUI_LOCKING_LOCKED & ERRCODE_RES_MASK)
348cdf0e10cSrcweir    {
349cdf0e10cSrcweir        Text [ en-US ] = "The file $(ARG1) is locked by another user. Currently, another write access to this file cannot be granted.";
350cdf0e10cSrcweir
351cdf0e10cSrcweir    };
352cdf0e10cSrcweir
353cdf0e10cSrcweir    String (ERRCODE_UUI_LOCKING_LOCKED_SELF & ERRCODE_RES_MASK)
354cdf0e10cSrcweir    {
355cdf0e10cSrcweir        Text [ en-US ] = "The file $(ARG1) is locked by yourself. Currently, another write access to this file cannot be granted.";
356cdf0e10cSrcweir    };
357cdf0e10cSrcweir
358cdf0e10cSrcweir    String (ERRCODE_UUI_LOCKING_NOT_LOCKED & ERRCODE_RES_MASK)
359cdf0e10cSrcweir    {
360cdf0e10cSrcweir        Text [ en-US ] = "The file $(ARG1) is currently not locked by yourself.";
361cdf0e10cSrcweir    };
362cdf0e10cSrcweir
363cdf0e10cSrcweir    String (ERRCODE_UUI_LOCKING_LOCK_EXPIRED & ERRCODE_RES_MASK)
364cdf0e10cSrcweir    {
365cdf0e10cSrcweir        Text [ en-US ] = "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!";
366cdf0e10cSrcweir    };
367cdf0e10cSrcweir
368cdf0e10cSrcweir    STRING (ERRCODE_UUI_UNKNOWNAUTH_UNTRUSTED)
369cdf0e10cSrcweir    {
370cdf0e10cSrcweir        Text [ en-US ] = "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)?";
371cdf0e10cSrcweir    };
372cdf0e10cSrcweir
373cdf0e10cSrcweir    STRING (ERRCODE_UUI_SSLWARN_EXPIRED_1)
374cdf0e10cSrcweir    {
375cdf0e10cSrcweir        Text [ en-US ] = "$(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.";
376cdf0e10cSrcweir    };
377cdf0e10cSrcweir
378cdf0e10cSrcweir    STRING (ERRCODE_UUI_SSLWARN_DOMAINMISMATCH_1)
379cdf0e10cSrcweir    {
380cdf0e10cSrcweir        Text [ en-US ] = "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?";
381cdf0e10cSrcweir    };
382cdf0e10cSrcweir
383cdf0e10cSrcweir    STRING (ERRCODE_UUI_SSLWARN_INVALID_1)
384cdf0e10cSrcweir    {
385cdf0e10cSrcweir        Text [ en-US ] = "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.";
386cdf0e10cSrcweir    };
387cdf0e10cSrcweir    STRING (TITLE_UUI_SSLWARN_DOMAINMISMATCH)
388cdf0e10cSrcweir    {
389cdf0e10cSrcweir        Text [ en-US ] = "Security Warning: Domain Name Mismatch";
390cdf0e10cSrcweir    };
391cdf0e10cSrcweir
392cdf0e10cSrcweir    STRING (TITLE_UUI_SSLWARN_EXPIRED)
393cdf0e10cSrcweir    {
394cdf0e10cSrcweir        Text [ en-US ] = "Security Warning: Server Certificate Expired";
395cdf0e10cSrcweir    };
396cdf0e10cSrcweir
397cdf0e10cSrcweir    STRING (TITLE_UUI_SSLWARN_INVALID)
398cdf0e10cSrcweir    {
399cdf0e10cSrcweir        Text [ en-US ] = "Security Warning: Server Certificate Invalid";
400cdf0e10cSrcweir    };
401cdf0e10cSrcweir
402cdf0e10cSrcweir
403cdf0e10cSrcweir};
404cdf0e10cSrcweir
405cdf0e10cSrcweir
406cdf0e10cSrcweir
407cdf0e10cSrcweir
408cdf0e10cSrcweir
409cdf0e10cSrcweir
410cdf0e10cSrcweir
411cdf0e10cSrcweir
412cdf0e10cSrcweir
413cdf0e10cSrcweir
414cdf0e10cSrcweir
415cdf0e10cSrcweir
416cdf0e10cSrcweir
417cdf0e10cSrcweir
418cdf0e10cSrcweir
419cdf0e10cSrcweir
420cdf0e10cSrcweir
421cdf0e10cSrcweir
422cdf0e10cSrcweir
423cdf0e10cSrcweir
424cdf0e10cSrcweir
425cdf0e10cSrcweir
426cdf0e10cSrcweir
427cdf0e10cSrcweir
428cdf0e10cSrcweir
429cdf0e10cSrcweir
430cdf0e10cSrcweir
431