update dev300-m58
[ooovba.git] / uui / source / ids.src
blobad2a1b5926dc619c17573c6e6e4f38b6722aab6c
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: ids.src,v $
10  * $Revision: 1.69 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #define __RSC
33 #ifndef UUI_IDS_HRC
34 #include "ids.hrc"
35 #endif
37 String RID_KEEP_PASSWORD
39     Text [ en-US ] = "~Remember password until end of session";
42 String RID_SAVE_PASSWORD
44     Text [ en-US ] = "~Remember password";
48 String( STR_WARNING_BROKENSIGNATURE_TITLE )
50     Text [ en-US ] = "Invalid Document Signature" ;
53 Resource RID_UUI_ERRHDL
55     String (ERRCODE_UUI_IO_ABORT & ERRCODE_RES_MASK)
56     {
57         Text [ en-US ] = "The operation executed on $(ARG1) was aborted.";
58     };
60     String (ERRCODE_UUI_IO_ACCESSDENIED & ERRCODE_RES_MASK)
61     {
62         Text [ en-US ] = "Access to $(ARG1) was denied.";
63     };
65     String (ERRCODE_UUI_IO_ALREADYEXISTS & ERRCODE_RES_MASK)
66     {
67         Text [ en-US ] = "$(ARG1) already exists.";
68     };
70     String (ERRCODE_UUI_IO_TARGETALREADYEXISTS & ERRCODE_RES_MASK)
71     {
72         Text [ en-US ] = "Target already exists.";
73     };
75     String (ERRCODE_UUI_IO_MODULESIZEEXCEEDED & ERRCODE_RES_MASK)
76     {
77         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?" ;
78     };
80     String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)
81     {
82         Text [ en-US ] = "The data from $(ARG1) has an incorrect checksum.";
83     };
85     String (ERRCODE_UUI_IO_CANTCREATE & ERRCODE_RES_MASK)
86     {
87         Text [ en-US ] = "The object $(ARG1) cannot be created in directory $(ARG2).";
88     };
90     String (ERRCODE_UUI_IO_CANTREAD & ERRCODE_RES_MASK)
91     {
92         Text [ en-US ] = "Data of $(ARG1) could not be read.";
93     };
95     String (ERRCODE_UUI_IO_CANTSEEK & ERRCODE_RES_MASK)
96     {
97         Text [ en-US ] = "The seek operation on $(ARG1) could not be performed.";
98     };
100     String (ERRCODE_UUI_IO_CANTTELL & ERRCODE_RES_MASK)
101     {
102         Text [ en-US ] = "The tell operation on $(ARG1) could not be performed.";
103     };
105     String (ERRCODE_UUI_IO_CANTWRITE & ERRCODE_RES_MASK)
106     {
107         Text [ en-US ] = "Data for $(ARG1) could not be written.";
108     };
110     String (ERRCODE_UUI_IO_CURRENTDIR & ERRCODE_RES_MASK)
111     {
112         Text [ en-US ] = "Action impossible: $(ARG1) is the current directory.";
113     };
115     String (ERRCODE_UUI_IO_NOTREADY & ERRCODE_RES_MASK)
116     {
117         Text [ en-US ] = "$(ARG1) is not ready.";
118     };
120     String (ERRCODE_UUI_IO_NOTSAMEDEVICE & ERRCODE_RES_MASK)
121     {
122         Text [ en-US ] = "Action impossible: $(ARG1) and $(ARG2) are different devices (drives).";
123     };
125     String (ERRCODE_UUI_IO_GENERAL & ERRCODE_RES_MASK)
126     {
127         Text [ en-US ] = "General input/output error while accessing $(ARG1).";
128     };
130     String (ERRCODE_UUI_IO_INVALIDACCESS & ERRCODE_RES_MASK)
131     {
132         Text [ en-US ] = "An attempt was made to access $(ARG1) in an invalid way.";
133     };
135     String (ERRCODE_UUI_IO_INVALIDCHAR & ERRCODE_RES_MASK)
136     {
137         Text [ en-US ] = "$(ARG1) contains invalid characters.";
138     };
140     String (ERRCODE_UUI_IO_INVALIDDEVICE & ERRCODE_RES_MASK)
141     {
142         Text [ en-US ] = "The device (drive) $(ARG1) is invalid.";
143     };
145     String (ERRCODE_UUI_IO_INVALIDLENGTH & ERRCODE_RES_MASK)
146     {
147         Text [ en-US ] = "The data from $(ARG1) has an invalid length.";
148     };
150     String (ERRCODE_UUI_IO_INVALIDPARAMETER & ERRCODE_RES_MASK)
151     {
152         Text [ en-US ] = "The operation on $(ARG1) was started with an invalid parameter.";
153     };
155     String (ERRCODE_UUI_IO_ISWILDCARD & ERRCODE_RES_MASK)
156     {
157         Text [ en-US ] = "The operation cannot be performed because $(ARG1) contains wildcards.";
158     };
160     String (ERRCODE_UUI_IO_LOCKVIOLATION & ERRCODE_RES_MASK)
161     {
162         Text [ en-US ] = "Error during shared access to $(ARG1).";
163     };
165     String (ERRCODE_UUI_IO_MISPLACEDCHAR & ERRCODE_RES_MASK)
166     {
167         Text [ en-US ] = "$(ARG1) contains misplaced characters.";
168     };
170     String (ERRCODE_UUI_IO_NAMETOOLONG & ERRCODE_RES_MASK)
171     {
172         Text [ en-US ] = "The name $(ARG1) contains too many characters.";
173     };
175     String (ERRCODE_UUI_IO_NOTEXISTS & ERRCODE_RES_MASK)
176     {
177         Text [ en-US ] = "$(ARG1) does not exist.";
178     };
180     String (ERRCODE_UUI_IO_NOTEXISTSPATH & ERRCODE_RES_MASK)
181     {
182         Text [ en-US ] = "The path $(ARG1) does not exist.";
183     };
185     String (ERRCODE_UUI_IO_NOTSUPPORTED & ERRCODE_RES_MASK)
186     {
187         Text [ en-US ] = "The operation on $(ARG1) is not supported on this operating system.";
188     };
190     String (ERRCODE_UUI_IO_NOTADIRECTORY & ERRCODE_RES_MASK)
191     {
192         Text [ en-US ] = "$(ARG1) is not a directory.";
193     };
195     String (ERRCODE_UUI_IO_NOTAFILE & ERRCODE_RES_MASK)
196     {
197         Text [ en-US ] = "$(ARG1) is not a file.";
198     };
200     String (ERRCODE_UUI_IO_OUTOFSPACE & ERRCODE_RES_MASK)
201     {
202         Text [ en-US ] = "There is no space left on device $(ARG1).";
203     };
205     String (ERRCODE_UUI_IO_TOOMANYOPENFILES & ERRCODE_RES_MASK)
206     {
207         Text [ en-US ] = "The operation on $(ARG1) cannot be performed because too many files are already open.";
208     };
210     String (ERRCODE_UUI_IO_OUTOFMEMORY & ERRCODE_RES_MASK)
211     {
212         Text [ en-US ] = "The operation on $(ARG1) cannot be performed because there is no more memory available.";
213     };
215     String (ERRCODE_UUI_IO_PENDING & ERRCODE_RES_MASK)
216     {
217         Text [ en-US ] = "The operation on $(ARG1) cannot continue because more data is pending.";
218     };
220     String (ERRCODE_UUI_IO_RECURSIVE & ERRCODE_RES_MASK)
221     {
222         Text [ en-US ] = "$(ARG1) cannot be copied into itself.";
223     };
225     String (ERRCODE_UUI_IO_UNKNOWN & ERRCODE_RES_MASK)
226     {
227         Text [ en-US ] = "Unknown input/output error while accessing $(ARG1).";
228     };
230     String (ERRCODE_UUI_IO_WRITEPROTECTED & ERRCODE_RES_MASK)
231     {
232         Text [ en-US ] = "$(ARG1) is write protected.";
233     };
235     String (ERRCODE_UUI_IO_WRONGFORMAT & ERRCODE_RES_MASK)
236     {
237         Text [ en-US ] = "$(ARG1) is not in the correct format.";
238     };
240     String (ERRCODE_UUI_IO_WRONGVERSION & ERRCODE_RES_MASK)
241     {
242         Text [ en-US ] = "The version of $(ARG1) is not correct.";
243     };
245     String (ERRCODE_UUI_IO_NOTEXISTS_VOLUME & ERRCODE_RES_MASK)
246     {
247         Text [ en-US ] = "Drive $(ARG1) does not exist.";
248     };
250     String (ERRCODE_UUI_IO_NOTEXISTS_FOLDER & ERRCODE_RES_MASK)
251     {
252         Text [ en-US ] = "Folder $(ARG1) does not exist.";
253     };
255     String (ERRCODE_UUI_WRONGJAVA & ERRCODE_RES_MASK)
256     {
257         Text [ en-US ] = "The installed Java version is not supported.";
258     };
260     String (ERRCODE_UUI_WRONGJAVA_VERSION & ERRCODE_RES_MASK)
261     {
262         Text [ en-US ] = "The installed Java version $(ARG1) is not supported.";
263     };
264     String (ERRCODE_UUI_WRONGJAVA_MIN & ERRCODE_RES_MASK)
265     {
266         Text [ en-US ] = "The installed Java version is not supported, at least version $(ARG1) is required.";
267     };
269     String (ERRCODE_UUI_WRONGJAVA_VERSION_MIN & ERRCODE_RES_MASK)
270     {
271         Text [ en-US ] = "The installed Java version $(ARG1) is not supported, at least version $(ARG2) is required.";
272     };
274     String (ERRCODE_UUI_BADPARTNERSHIP & ERRCODE_RES_MASK)
275     {
276         Text [ en-US ] = "The data associated with the partnership is corrupted.";
277     };
279     String (ERRCODE_UUI_BADPARTNERSHIP_NAME & ERRCODE_RES_MASK)
280     {
281         Text [ en-US ] = "The data associated with the partnership $(ARG1) is corrupted.";
282     };
284     String (ERRCODE_UUI_IO_NOTREADY_VOLUME & ERRCODE_RES_MASK)
285     {
286         Text [ en-US ] = "Volume $(ARG1) is not ready.";
287     };
289     String (ERRCODE_UUI_IO_NOTREADY_REMOVABLE & ERRCODE_RES_MASK)
290     {
291         Text [ en-US ] = "$(ARG1) is not ready; please insert a storage medium.";
292     };
294     String (ERRCODE_UUI_IO_NOTREADY_VOLUME_REMOVABLE & ERRCODE_RES_MASK)
295     {
296         Text [ en-US ] = "Volume $(ARG1) is not ready; please insert a storage medium.";
297     };
299     String (ERRCODE_UUI_WRONGMEDIUM & ERRCODE_RES_MASK)
300     {
301         Text [ en-US ] = "Please insert disk $(ARG1).";
302     };
304     String (ERRCODE_UUI_IO_CANTCREATE_NONAME & ERRCODE_RES_MASK)
305     {
306         Text[ en-US ] = "The object cannot be created in directory $(ARG1).";
307     };
309     String (ERRCODE_UUI_IO_UNSUPPORTEDOVERWRITE & ERRCODE_RES_MASK)
310     {
311         Text [ en-US ] = "%PRODUCTNAME cannot keep files from being overwritten when this transmission protocol is used. Do you want to continue anyway?";
312     };
314     String (ERRCODE_UUI_IO_BROKENPACKAGE & ERRCODE_RES_MASK)
315     {
316         Text [ en-US ] = "The file '$(ARG1)' is corrupt and therefore cannot be opened. Should %PRODUCTNAME repair the file?";
317     };
319     String (ERRCODE_UUI_IO_BROKENPACKAGE_CANTREPAIR & ERRCODE_RES_MASK)
320     {
321         Text [ en-US ] = "The file '$(ARG1)' could not be repaired and therefore cannot be opened.";
322     };
324     String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_NOREMOVE & ERRCODE_RES_MASK)
325     {
326         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?";
327     };
329     String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_WITHREMOVE & ERRCODE_RES_MASK)
330     {
331         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?";
332     };
334     String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING & ERRCODE_RES_MASK)
335     {
336         Text [ en-US ] = "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.";
337     };
339     String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING_WITHRECOVER & ERRCODE_RES_MASK)
340     {
341         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?";
342     };
344     STRING (ERRCODE_UUI_INVALID_XFORMS_SUBMISSION_DATA & ERRCODE_RES_MASK)
345     {
346         Text [ en-US ] = "The form contains invalid data. Do you still want to continue?";
347     };
348     
349     STRING (ERRCODE_UUI_UNKNOWNAUTH_UNTRUSTED)
350     {
351         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)?";
352     };
353     
354     STRING (ERRCODE_UUI_SSLWARN_EXPIRED_1)
355     {
356         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.";
357     };
358     
359     STRING (ERRCODE_UUI_SSLWARN_DOMAINMISMATCH_1)
360     {
361         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?";
362     };
363     
364     STRING (ERRCODE_UUI_SSLWARN_INVALID_1)
365     {
366         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.";
367     };
368     STRING (TITLE_UUI_SSLWARN_DOMAINMISMATCH)
369     {
370         Text [ en-US ] = "Security Warning: Domain Name Mismatch";
371     };
372     
373     STRING (TITLE_UUI_SSLWARN_EXPIRED)
374     {
375         Text [ en-US ] = "Security Warning: Server Certificate Expired";
376     };
378     STRING (TITLE_UUI_SSLWARN_INVALID)
379     {
380         Text [ en-US ] = "Security Warning: Server Certificate Invalid";
381     };