bump product version to 5.0.4.1
[LibreOffice.git] / uui / source / ids.src
blob13e2bab2b6ed69b120603496fe22e7fe8de31fc0
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #define __RSC
22 #include "ids.hrc"
24 String RID_KEEP_PASSWORD
26     Text [ en-US ] = "~Remember password until end of session";
29 String RID_SAVE_PASSWORD
31     Text [ en-US ] = "~Remember password";
34 String STR_WARNING_BROKENSIGNATURE_TITLE
36     Text [ en-US ] = "Invalid Document Signature" ;
39 String STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE
41     Text [ en-US ] = "Non-Encrypted Streams" ;
44 Resource RID_UUI_ERRHDL
46     String (ERRCODE_UUI_IO_ABORT & ERRCODE_RES_MASK)
47     {
48         Text [ en-US ] = "The operation executed on $(ARG1) was aborted.";
49     };
51     String (ERRCODE_UUI_IO_ACCESSDENIED & ERRCODE_RES_MASK)
52     {
53         Text [ en-US ] = "Access to $(ARG1) was denied.";
54     };
56     String (ERRCODE_UUI_IO_ALREADYEXISTS & ERRCODE_RES_MASK)
57     {
58         Text [ en-US ] = "$(ARG1) already exists.";
59     };
61     String (ERRCODE_UUI_IO_TARGETALREADYEXISTS & ERRCODE_RES_MASK)
62     {
63         Text [ en-US ] = "Target already exists.";
64     };
66     String (ERRCODE_UUI_IO_MODULESIZEEXCEEDED & ERRCODE_RES_MASK)
67     {
68         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?" ;
69     };
71     String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)
72     {
73         Text [ en-US ] = "The data from $(ARG1) has an incorrect checksum.";
74     };
76     String (ERRCODE_UUI_IO_CANTCREATE & ERRCODE_RES_MASK)
77     {
78         Text [ en-US ] = "The object $(ARG1) cannot be created in directory $(ARG2).";
79     };
81     String (ERRCODE_UUI_IO_CANTREAD & ERRCODE_RES_MASK)
82     {
83         Text [ en-US ] = "Data of $(ARG1) could not be read.";
84     };
86     String (ERRCODE_UUI_IO_CANTSEEK & ERRCODE_RES_MASK)
87     {
88         Text [ en-US ] = "The seek operation on $(ARG1) could not be performed.";
89     };
91     String (ERRCODE_UUI_IO_CANTTELL & ERRCODE_RES_MASK)
92     {
93         Text [ en-US ] = "The tell operation on $(ARG1) could not be performed.";
94     };
96     String (ERRCODE_UUI_IO_CANTWRITE & ERRCODE_RES_MASK)
97     {
98         Text [ en-US ] = "Data for $(ARG1) could not be written.";
99     };
101     String (ERRCODE_UUI_IO_CURRENTDIR & ERRCODE_RES_MASK)
102     {
103         Text [ en-US ] = "Action impossible: $(ARG1) is the current directory.";
104     };
106     String (ERRCODE_UUI_IO_NOTREADY & ERRCODE_RES_MASK)
107     {
108         Text [ en-US ] = "$(ARG1) is not ready.";
109     };
111     String (ERRCODE_UUI_IO_NOTSAMEDEVICE & ERRCODE_RES_MASK)
112     {
113         Text [ en-US ] = "Action impossible: $(ARG1) and $(ARG2) are different devices (drives).";
114     };
116     String (ERRCODE_UUI_IO_GENERAL & ERRCODE_RES_MASK)
117     {
118         Text [ en-US ] = "General input/output error while accessing $(ARG1).";
119     };
121     String (ERRCODE_UUI_IO_INVALIDACCESS & ERRCODE_RES_MASK)
122     {
123         Text [ en-US ] = "An attempt was made to access $(ARG1) in an invalid way.";
124     };
126     String (ERRCODE_UUI_IO_INVALIDCHAR & ERRCODE_RES_MASK)
127     {
128         Text [ en-US ] = "$(ARG1) contains invalid characters.";
129     };
131     String (ERRCODE_UUI_IO_INVALIDDEVICE & ERRCODE_RES_MASK)
132     {
133         Text [ en-US ] = "The device (drive) $(ARG1) is invalid.";
134     };
136     String (ERRCODE_UUI_IO_INVALIDLENGTH & ERRCODE_RES_MASK)
137     {
138         Text [ en-US ] = "The data from $(ARG1) has an invalid length.";
139     };
141     String (ERRCODE_UUI_IO_INVALIDPARAMETER & ERRCODE_RES_MASK)
142     {
143         Text [ en-US ] = "The operation on $(ARG1) was started with an invalid parameter.";
144     };
146     String (ERRCODE_UUI_IO_ISWILDCARD & ERRCODE_RES_MASK)
147     {
148         Text [ en-US ] = "The operation cannot be performed because $(ARG1) contains wildcards.";
149     };
151     String (ERRCODE_UUI_IO_LOCKVIOLATION & ERRCODE_RES_MASK)
152     {
153         Text [ en-US ] = "Error during shared access to $(ARG1).";
154     };
156     String (ERRCODE_UUI_IO_MISPLACEDCHAR & ERRCODE_RES_MASK)
157     {
158         Text [ en-US ] = "$(ARG1) contains misplaced characters.";
159     };
161     String (ERRCODE_UUI_IO_NAMETOOLONG & ERRCODE_RES_MASK)
162     {
163         Text [ en-US ] = "The name $(ARG1) contains too many characters.";
164     };
166     String (ERRCODE_UUI_IO_NOTEXISTS & ERRCODE_RES_MASK)
167     {
168         Text [ en-US ] = "$(ARG1) does not exist.";
169     };
171     String (ERRCODE_UUI_IO_NOTEXISTSPATH & ERRCODE_RES_MASK)
172     {
173         Text [ en-US ] = "The path $(ARG1) does not exist.";
174     };
176     String (ERRCODE_UUI_IO_NOTSUPPORTED & ERRCODE_RES_MASK)
177     {
178         Text [ en-US ] = "The operation on $(ARG1) is not supported on this operating system.";
179     };
181     String (ERRCODE_UUI_IO_NOTADIRECTORY & ERRCODE_RES_MASK)
182     {
183         Text [ en-US ] = "$(ARG1) is not a directory.";
184     };
186     String (ERRCODE_UUI_IO_NOTAFILE & ERRCODE_RES_MASK)
187     {
188         Text [ en-US ] = "$(ARG1) is not a file.";
189     };
191     String (ERRCODE_UUI_IO_OUTOFSPACE & ERRCODE_RES_MASK)
192     {
193         Text [ en-US ] = "There is no space left on device $(ARG1).";
194     };
196     String (ERRCODE_UUI_IO_TOOMANYOPENFILES & ERRCODE_RES_MASK)
197     {
198         Text [ en-US ] = "The operation on $(ARG1) cannot be performed because too many files are already open.";
199     };
201     String (ERRCODE_UUI_IO_OUTOFMEMORY & ERRCODE_RES_MASK)
202     {
203         Text [ en-US ] = "The operation on $(ARG1) cannot be performed because there is no more memory available.";
204     };
206     String (ERRCODE_UUI_IO_PENDING & ERRCODE_RES_MASK)
207     {
208         Text [ en-US ] = "The operation on $(ARG1) cannot continue because more data is pending.";
209     };
211     String (ERRCODE_UUI_IO_RECURSIVE & ERRCODE_RES_MASK)
212     {
213         Text [ en-US ] = "$(ARG1) cannot be copied into itself.";
214     };
216     String (ERRCODE_UUI_IO_UNKNOWN & ERRCODE_RES_MASK)
217     {
218         Text [ en-US ] = "Unknown input/output error while accessing $(ARG1).";
219     };
221     String (ERRCODE_UUI_IO_WRITEPROTECTED & ERRCODE_RES_MASK)
222     {
223         Text [ en-US ] = "$(ARG1) is write protected.";
224     };
226     String (ERRCODE_UUI_IO_WRONGFORMAT & ERRCODE_RES_MASK)
227     {
228         Text [ en-US ] = "$(ARG1) is not in the correct format.";
229     };
231     String (ERRCODE_UUI_IO_WRONGVERSION & ERRCODE_RES_MASK)
232     {
233         Text [ en-US ] = "The version of $(ARG1) is not correct.";
234     };
236     String (ERRCODE_UUI_IO_NOTEXISTS_VOLUME & ERRCODE_RES_MASK)
237     {
238         Text [ en-US ] = "Drive $(ARG1) does not exist.";
239     };
241     String (ERRCODE_UUI_IO_NOTEXISTS_FOLDER & ERRCODE_RES_MASK)
242     {
243         Text [ en-US ] = "Folder $(ARG1) does not exist.";
244     };
246     String (ERRCODE_UUI_WRONGJAVA & ERRCODE_RES_MASK)
247     {
248         Text [ en-US ] = "The installed Java version is not supported.";
249     };
251     String (ERRCODE_UUI_WRONGJAVA_VERSION & ERRCODE_RES_MASK)
252     {
253         Text [ en-US ] = "The installed Java version $(ARG1) is not supported.";
254     };
255     String (ERRCODE_UUI_WRONGJAVA_MIN & ERRCODE_RES_MASK)
256     {
257         Text [ en-US ] = "The installed Java version is not supported, at least version $(ARG1) is required.";
258     };
260     String (ERRCODE_UUI_WRONGJAVA_VERSION_MIN & ERRCODE_RES_MASK)
261     {
262         Text [ en-US ] = "The installed Java version $(ARG1) is not supported, at least version $(ARG2) is required.";
263     };
265     String (ERRCODE_UUI_BADPARTNERSHIP & ERRCODE_RES_MASK)
266     {
267         Text [ en-US ] = "The data associated with the partnership is corrupted.";
268     };
270     String (ERRCODE_UUI_BADPARTNERSHIP_NAME & ERRCODE_RES_MASK)
271     {
272         Text [ en-US ] = "The data associated with the partnership $(ARG1) is corrupted.";
273     };
275     String (ERRCODE_UUI_IO_NOTREADY_VOLUME & ERRCODE_RES_MASK)
276     {
277         Text [ en-US ] = "Volume $(ARG1) is not ready.";
278     };
280     String (ERRCODE_UUI_IO_NOTREADY_REMOVABLE & ERRCODE_RES_MASK)
281     {
282         Text [ en-US ] = "$(ARG1) is not ready; please insert a storage medium.";
283     };
285     String (ERRCODE_UUI_IO_NOTREADY_VOLUME_REMOVABLE & ERRCODE_RES_MASK)
286     {
287         Text [ en-US ] = "Volume $(ARG1) is not ready; please insert a storage medium.";
288     };
290     String (ERRCODE_UUI_WRONGMEDIUM & ERRCODE_RES_MASK)
291     {
292         Text [ en-US ] = "Please insert disk $(ARG1).";
293     };
295     String (ERRCODE_UUI_IO_CANTCREATE_NONAME & ERRCODE_RES_MASK)
296     {
297         Text[ en-US ] = "The object cannot be created in directory $(ARG1).";
298     };
300     String (ERRCODE_UUI_IO_UNSUPPORTEDOVERWRITE & ERRCODE_RES_MASK)
301     {
302         Text [ en-US ] = "%PRODUCTNAME cannot keep files from being overwritten when this transmission protocol is used. Do you want to continue anyway?";
303     };
305     String (ERRCODE_UUI_IO_BROKENPACKAGE & ERRCODE_RES_MASK)
306     {
307         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";
308     };
310     String (ERRCODE_UUI_IO_BROKENPACKAGE_CANTREPAIR & ERRCODE_RES_MASK)
311     {
312         Text [ en-US ] = "The file '$(ARG1)' could not be repaired and therefore cannot be opened.";
313     };
315     String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_NOREMOVE & ERRCODE_RES_MASK)
316     {
317         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?";
318     };
320     String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_WITHREMOVE & ERRCODE_RES_MASK)
321     {
322         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?";
323     };
325     String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING & ERRCODE_RES_MASK)
326     {
327         Text [ en-US ] = "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.";
328     };
330     String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING_WITHRECOVER & ERRCODE_RES_MASK)
331     {
332         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?";
333     };
335     String (ERRCODE_UUI_INVALID_XFORMS_SUBMISSION_DATA & ERRCODE_RES_MASK)
336     {
337         Text [ en-US ] = "The form contains invalid data. Do you still want to continue?";
338     };
340     String (ERRCODE_UUI_LOCKING_LOCKED & ERRCODE_RES_MASK)
341     {
342         Text [ en-US ] = "The file $(ARG1) is locked by another user. Currently, another write access to this file cannot be granted.";
344     };
346     String (ERRCODE_UUI_LOCKING_LOCKED_SELF & ERRCODE_RES_MASK)
347     {
348         Text [ en-US ] = "The file $(ARG1) is locked by yourself. Currently, another write access to this file cannot be granted.";
349     };
351     String (ERRCODE_UUI_LOCKING_NOT_LOCKED & ERRCODE_RES_MASK)
352     {
353         Text [ en-US ] = "The file $(ARG1) is currently not locked by yourself.";
354     };
356     String (ERRCODE_UUI_LOCKING_LOCK_EXPIRED & ERRCODE_RES_MASK)
357     {
358         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!";
359     };
361     String (ERRCODE_UUI_UNKNOWNAUTH_UNTRUSTED)
362     {
363         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)?";
364     };
366     String (ERRCODE_UUI_SSLWARN_EXPIRED_1)
367     {
368         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.";
369     };
371     String (ERRCODE_UUI_SSLWARN_DOMAINMISMATCH_1)
372     {
373         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?";
374     };
376     String (ERRCODE_UUI_SSLWARN_INVALID_1)
377     {
378         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.";
379     };
380     String (TITLE_UUI_SSLWARN_DOMAINMISMATCH)
381     {
382         Text [ en-US ] = "Security Warning: Domain Name Mismatch";
383     };
385     String (TITLE_UUI_SSLWARN_EXPIRED)
386     {
387         Text [ en-US ] = "Security Warning: Server Certificate Expired";
388     };
390     String (TITLE_UUI_SSLWARN_INVALID)
391     {
392         Text [ en-US ] = "Security Warning: Server Certificate Invalid";
393     };
395     String (ERRCODE_UUI_CANNOT_ACTIVATE_FACTORY & ERRCODE_RES_MASK)
396     {
397         Text [ en-US ] = "Component cannot be loaded, possibly broken or incomplete installation.\nFull error message:\n\n $(ARG1).";
398     };
400     String (ERRCODE_UUI_IO_WARN_CANTSAVE_MACROS & ERRCODE_RES_MASK)
401     {
402         Text [ en-US ] = "You are saving to a macro-free document format, the macros contained in this document will not be saved.\nDo you wish to continue?";
403     };
407 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */