summaryrefslogtreecommitdiff
path: root/svtools/source/misc/errtxt.src
blob: 08514ea2395341ec071182b7cfeb3befd9c6a0eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

#define __RSC
#include <svtools/svtools.hrc>
#include "sfxecode.hxx"
 // pragma ----------------------------------------------------------------
Resource RID_ERRCTX
{
    String ERRCTX_ERROR
    {
        Text [ en-US ] = "Error" ;
    };
    String ERRCTX_WARNING
    {
        Text [ en-US ] = "Warning" ;
    };
    String ERRCTX_SFX_LOADTEMPLATE
    {
        Text [ en-US ] = "$(ERR) loading the template $(ARG1)" ;
    };
    String ERRCTX_SFX_SAVEDOC
    {
        Text [ en-US ] = "$(ERR) saving the document $(ARG1)";
    };
    String ERRCTX_SFX_SAVEASDOC
    {
        Text [ en-US ] = "$(ERR) saving the document $(ARG1)";
    };
    String ERRCTX_SFX_DOCINFO
    {
        Text [ en-US ] = "$(ERR) displaying doc. information for document $(ARG1)" ;
    };
    String ERRCTX_SFX_DOCTEMPLATE
    {
        Text [ en-US ] = "$(ERR) writing document $(ARG1) as template" ;
    };
    String ERRCTX_SFX_MOVEORCOPYCONTENTS
    {
        Text [ en-US ] = "$(ERR) copying or moving document contents" ;
    };
    String ERRCTX_SFX_DOCMANAGER
    {
        Text [ en-US ] = "$(ERR) starting the Document Manager" ;
    };
    String ERRCTX_SFX_OPENDOC
    {
        Text [ en-US ] = "$(ERR) loading document $(ARG1)" ;
    };
    String ERRCTX_SFX_NEWDOCDIRECT
    {
        Text [ en-US ] = "$(ERR) creating a new document" ;
    };
    String ERRCTX_SFX_NEWDOC
    {
        Text [ en-US ] = "$(ERR) creating a new document" ;
    };
    String ERRCTX_SFX_CREATEOBJSH
    {
        Text [ en-US ] = "$(ERR) expanding entry" ;
    };
    String ERRCTX_SFX_LOADBASIC
    {
        Text [ en-US ] = "$(ERR) loading BASIC of document $(ARG1)" ;
    };
    String ERRCTX_SFX_SEARCHADDRESS
    {
        Text [ en-US ] = "$(ERR) searching for an address";
    };
};

Resource RID_ERRHDL
{
    String ERRCODE_CLASS_ABORT
    {
        Text [ en-US ] = "Abort" ;
    };
    String ERRCODE_CLASS_NOTEXISTS
    {
        Text [ en-US ] = "Nonexistent object" ;
    };
    String ERRCODE_CLASS_ALREADYEXISTS
    {
        Text [ en-US ] = "Object already exists" ;
    };
    String ERRCODE_CLASS_ACCESS
    {
        Text [ en-US ] = "Object not accessible" ;
    };
    String ERRCODE_CLASS_PATH
    {
        Text [ en-US ] = "Inadmissible path" ;
    };
    String ERRCODE_CLASS_LOCKING
    {
        Text [ en-US ] = "Locking problem" ;
    };
    String ERRCODE_CLASS_PARAMETER
    {
        Text [ en-US ] = "Wrong parameter" ;
    };
    String ERRCODE_CLASS_SPACE
    {
        Text [ en-US ] = "Resource exhausted" ;
    };
    String ERRCODE_CLASS_NOTSUPPORTED
    {
        Text [ en-US ] = "Action not supported" ;
    };
    String ERRCODE_CLASS_READ
    {
        Text [ en-US ] = "Read-Error" ;
    };
    String ERRCODE_CLASS_WRITE
    {
        Text [ en-US ] = "Write Error" ;
    };
    String ERRCODE_CLASS_UNKNOWN
    {
        Text [ en-US ] = "unknown" ;
    };
    String ERRCODE_CLASS_VERSION
    {
        Text [ en-US ] = "Version Incompatibility" ;
    };
    String ERRCODE_CLASS_GENERAL
    {
        Text [ en-US ] = "General Error" ;
    };
    String ERRCODE_CLASS_FORMAT
    {
        Text [ en-US ] = "Incorrect format" ;
    };
    String ERRCODE_CLASS_CREATE
    {
        Text [ en-US ] = "Error creating object" ;
    };
    String ERRCODE_CLASS_SBX
    {
        Text [ en-US ] = "Inadmissible value or data type" ;
    };
    String ERRCODE_CLASS_RUNTIME
    {
        Text [ en-US ] = "BASIC runtime error" ;
    };
    String ERRCODE_CLASS_COMPILER
    {
        Text [ en-US ] = "BASIC syntax error" ;
    };
    String 1
    {
        Text [ en-US ] = "General Error" ;
    };
    String ERRCODE_IO_GENERAL
    {
        Text [ en-US ] = "General input/output error." ;
    };
    String ERRCODE_IO_MISPLACEDCHAR
    {
        Text [ en-US ] = "Invalid file name." ;
    };
    String ERRCODE_IO_NOTEXISTS
    {
        Text [ en-US ] = "Nonexistent file." ;
    };
    String ERRCODE_IO_ALREADYEXISTS
    {
        Text [ en-US ] = "File already exists." ;
    };
    String ERRCODE_IO_NOTADIRECTORY
    {
        Text [ en-US ] = "The object is not a directory." ;
    };
    String ERRCODE_IO_NOTAFILE
    {
        Text [ en-US ] = "The object is not a file." ;
    };
    String ERRCODE_IO_INVALIDDEVICE
    {
        Text [ en-US ] = "The specified device is invalid." ;
    };
    String ERRCODE_IO_ACCESSDENIED
    {
        Text [ en-US ] = "The object cannot be accessed\ndue to insufficient user rights." ;
    };
    String ERRCODE_IO_LOCKVIOLATION
    {
        Text [ en-US ] = "Sharing violation while accessing the object." ;
    };
    String ERRCODE_IO_OUTOFSPACE
    {
        Text [ en-US ] = "No more space on device." ;
    };
    String ERRCODE_IO_ISWILDCARD
    {
        Text [ en-US ] = "This operation cannot be run on\nfiles containing wildcards." ;
    };
    String ERRCODE_IO_NOTSUPPORTED
    {
        Text [ en-US ] = "This operation is not supported on this operating system." ;
    };
    String ERRCODE_IO_TOOMANYOPENFILES
    {
        Text [ en-US ] = "There are too many files open." ;
    };
    String ERRCODE_IO_CANTREAD
    {
        Text [ en-US ] = "Data could not be read from the file." ;
    };
    String ERRCODE_IO_CANTWRITE
    {
        Text [ en-US ] = "The file could not be written." ;
    };
    String ERRCODE_IO_OUTOFMEMORY
    {
        Text [ en-US ] = "The operation could not be run due to insufficient memory." ;
    };
    String ERRCODE_IO_CANTSEEK
    {
        Text [ en-US ] = "The seek operation could not be run." ;
    };
    String ERRCODE_IO_CANTTELL
    {
        Text [ en-US ] = "The tell operation could not be run." ;
    };
    String ERRCODE_IO_WRONGVERSION
    {
        Text [ en-US ] = "Incorrect file version." ;
    };
    String ERRCODE_IO_WRONGFORMAT
    {
        Text [ en-US ] = "Incorrect file format." ;
    };
    String ERRCODE_IO_INVALIDCHAR
    {
        Text [ en-US ] = "The file name contains invalid characters." ;
    };
    String ERRCODE_IO_UNKNOWN
    {
        Text [ en-US ] = "An unknown I/O error has occurred." ;
    };
    String ERRCODE_IO_INVALIDACCESS
    {
        Text [ en-US ] = "An invalid attempt was made to access the file." ;
    };
    String ERRCODE_IO_CANTCREATE
    {
        Text [ en-US ] = "The file could not be created." ;
    };
    String ERRCODE_IO_INVALIDPARAMETER
    {
        Text [ en-US ] = "The operation was started under an invalid parameter." ;
    };
    String ERRCODE_IO_ABORT
    {
        Text [ en-US ] = "The operation on the file was aborted." ;
    };
    String ERRCODE_IO_NOTEXISTSPATH
    {
        Text [ en-US ] = "Path to the file does not exist." ;
    };
    String ERRCODE_IO_RECURSIVE
    {
        Text [ en-US ] = "An object cannot be copied into itself." ;
    };
    String ERRCODE_SFX_NOSTDTEMPLATE
    {
        Text [ en-US ] = "The default template could not be opened." ;
    };
    String ERRCODE_SFX_TEMPLATENOTFOUND
    {
        Text [ en-US ] = "The specified template could not be found." ;
    };
    String ERRCODE_SFX_NOTATEMPLATE
    {
        Text [ en-US ] = "The file cannot be used as template." ;
    };
    String ERRCODE_SFX_CANTREADDOCINFO
    {
        Text [ en-US ] = "Document information could not be read from the file because\nthe document information format is unknown or because document information does not\nexist." ;
    };
    String ERRCODE_SFX_ALREADYOPEN
    {
        Text [ en-US ] = "This document has already been opened for editing." ;
    };
    String ERRCODE_SFX_WRONGPASSWORD
    {
        Text [ en-US ] = "The wrong password has been entered." ;
    };
    String ERRCODE_SFX_DOLOADFAILED
    {
        Text [ en-US ] = "Error reading file." ;
    };
    String ERRCODE_SFX_DOCUMENTREADONLY
    {
        Text [ en-US ] = "The document was opened as read-only." ;
    };
    String ERRCODE_SFX_OLEGENERAL
    {
        Text [ en-US ] = "General OLE Error." ;
    };
    String ERRCODE_INET_NAME_RESOLVE
    {
        Text [ en-US ] = "The host name $(ARG1) could not be resolved." ;
    };
    String ERRCODE_INET_CONNECT
    {
        Text [ en-US ] = "Could not establish network connection to $(ARG1)." ;
    };
    String ERRCODE_INET_READ
    {
        Text [ en-US ] = "Error reading data from the network.\nServer error message: $(ARG1)." ;
    };
    String ERRCODE_INET_WRITE
    {
        Text [ en-US ] = "Error transferring data to the network.\nServer error message: $(ARG1)." ;
    };
    String ERRCODE_INET_GENERAL
    {
        Text [ en-US ] = "General network error has occurred." ;
    };
    String ERRCODE_INET_OFFLINE
    {
        Text [ en-US ] = "The requested network data is not available in the cache and cannot be transmitted as the Online mode has not be activated." ;
    };
    String ERRCODE_SFXMSG_STYLEREPLACE
    {
        ExtraData = ERRCODE_MSG_ERROR | ERRCODE_BUTTON_OK_CANCEL ;
        Text [ en-US ] = "Should the $(ARG1) Style be replaced?" ;
    };
    String ERRCODE_SFX_NOFILTER
    {
        Text [ en-US ] = "A filter has not been found." ;
    };
    String ERRCODE_SFX_CANTFINDORIGINAL
    {
        Text [ en-US ] = "The original could not be determined." ;
    };
    String ERRCODE_SFX_CANTCREATECONTENT
    {
        Text [ en-US ] = "The contents could not be created." ;
    };
    String ERRCODE_SFX_CANTCREATELINK
    {
        Text [ en-US ] = "The link could not be created." ;
    };
    String ERRCODE_SFX_WRONGBMKFORMAT
    {
        Text [ en-US ] = "The link format is invalid." ;
    };
    String ERRCODE_SFX_WRONGICONFILE
    {
        Text [ en-US ] = "The configuration of the icon display is invalid." ;
    };
    String ERRCODE_SFX_CANTWRITEICONFILE
    {
        Text [ en-US ] = "The configuration of the icon display can not be saved." ;
    };
    String ERRCODE_SFX_CANTDELICONFILE
    {
        Text [ en-US ] = "The configuration of the icon display could not be deleted." ;
    };
    String ERRCODE_SFX_CANTRENAMECONTENT
    {
        Text [ en-US ] = "Contents cannot be renamed." ;
    };
    String ERRCODE_SFX_INVALIDBMKPATH
    {
        Text [ en-US ] = "The bookmark folder is invalid." ;
    };
    String ERRCODE_SFX_CANTWRITEURLCFGFILE
    {
        Text [ en-US ] = "The configuration of the URLs to be saved locally could not be saved." ;
    };
    String ERRCODE_SFX_WRONGURLCFGFORMAT
    {
        Text [ en-US ] = "The configuration format of the URLs to be saved locally is invalid." ;
    };
    String ERRCODE_SFX_NODOCUMENT
    {
        Text [ en-US ] = "This action cannot be applied to a document that does not exist." ;
    };
    String ERRCODE_SFX_INVALIDLINK
    {
        Text [ en-US ] = "The link refers to an invalid target." ;
    };
    String ERRCODE_SFX_INVALIDTRASHPATH
    {
        Text [ en-US ] = "The Recycle Bin path is invalid." ;
    };
    String ERRCODE_SFX_NOTRESTORABLE
    {
        Text [ en-US ] = "The entry could not be restored." ;
    };
    String ERRCODE_IO_NAMETOOLONG
    {
        Text [ en-US ] = "The file name is too long for the target file system." ;
    };
    String ERRCODE_SFX_CONSULTUSER
    {
        Text [ en-US ] = "The details for running the function are incomplete." ;
    };
    String ERRCODE_SFX_INVALIDSYNTAX
    {
        Text [ en-US ] = "The input syntax is invalid." ;
    };
    String ERRCODE_SFX_CANTCREATEFOLDER
    {
        Text [ en-US ] = "The input syntax is invalid." ;
    };
    String ERRCODE_SFX_CANTRENAMEFOLDER
    {
        Text [ en-US ] = "The input syntax is invalid." ;
    };
    String ERRCODE_SFX_WRONG_CDF_FORMAT
    {
        Text [ en-US ] = "The channel document has an invalid format." ;
    };
    String ERRCODE_SFX_EMPTY_SERVER
    {
        Text [ en-US ] = "The server must not be empty." ;
    };
    String ERRCODE_SFX_NO_ABOBOX
    {
        Text [ en-US ] = "A subscription folder is required to install a Channel." ;
    };
    String ERRCODE_IO_NOTSTORABLEINBINARYFORMAT
    {
        Text [ en-US ] = "This document contains attributes that cannot be saved in the selected format.\nPlease save the document in a %PRODUCTNAME %PRODUCTVERSION file format.";
    };
    String ERRCODE_SFX_TARGETFILECORRUPTED
    {
        Text [ en-US ] = "The file $(FILENAME) cannot be saved. Please check your system settings. You can find an automatically generated backup copy of this file in folder $(PATH) named $(BACKUPNAME).";
    };
    String ERRCODE_SFX_NOMOREDOCUMENTSALLOWED
    {
        Text [ en-US ] = "The maximum number of documents that can be opened at the same time has been reached. You need to close one or more documents before you can open a new document.";
    };
    String ERRCODE_SFX_CANTCREATEBACKUP
    {
        Text [ en-US ] = "Could not create backup copy." ;
    };
    String ERRCODE_SFX_MACROS_SUPPORT_DISABLED
    {
        Text [ en-US ] = "An attempt was made to execute a macro.\nFor security reasons, macro support is disabled.";
    };
    String ERRCODE_SFX_DOCUMENT_MACRO_DISABLED
    {
        Text [ en-US ] = "This document contains macros.\n\nMacros may contain viruses. Execution of macros is disabled due to the current macro security setting in Tools - Options - %PRODUCTNAME - Security.\n\nTherefore, some functionality may not be available." ;
    };
    String ERRCODE_SFX_BROKENSIGNATURE
    {
        Text [ en-US ] = "The digitally signed document content and/or macros do not match the current document signature.\n\nThis 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 current document.\nExecution of macros is disabled for this document.\n " ;
    };
    String ERRCODE_SFX_INCOMPLETE_ENCRYPTION
    {
        Text [ en-US ] = "The encrypted document contains unexpected non-encrypted streams.\n\nThis could be the result of document manipulation.\n\nWe recommend that you do not trust the content of the current document.\nExecution of macros is disabled for this document.\n " ;
    };

    String ERRCODE_IO_INVALIDLENGTH
    {
        Text [ en-US ] = "Invalid data length." ;
    };
    String ERRCODE_IO_CURRENTDIR
    {
        Text [ en-US ] = "Function not possible: path contains current directory." ;
    };
    String ERRCODE_IO_NOTSAMEDEVICE
    {
        Text [ en-US ] = "Function not possible: device (drive) not identical." ;
    };
    String ERRCODE_IO_DEVICENOTREADY
    {
        Text [ en-US ] = "Device (drive) not ready." ;
    };
    String ERRCODE_IO_BADCRC
    {
        Text [ en-US ] = "Wrong check amount." ;
    };
    String ERRCODE_IO_WRITEPROTECTED
    {
        Text [ en-US ] = "Function not possible: write protected." ;
    };
    String ERRCODE_SFX_SHARED_NOPASSWORDCHANGE
    {
        Text [ en-US ] = "The password of a shared spreadsheet cannot be set or changed.\nDeactivate sharing mode first.";
    };
};

// eof ------------------------------------------------------------------------