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