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