summaryrefslogtreecommitdiff
path: root/uui/source/ids.src
blob: ed272248342ed05702fad3106b36d638a23a8334 (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
/*************************************************************************
 *
 *  $RCSfile: ids.src,v $
 *
 *  $Revision: 1.58 $
 *
 *  last change: $Author: vg $ $Date: 2005-03-23 12:01:38 $
 *
 *  The Contents of this file are made available subject to the terms of
 *  either of the following licenses
 *
 *         - GNU Lesser General Public License Version 2.1
 *         - Sun Industry Standards Source License Version 1.1
 *
 *  Sun Microsystems Inc., October, 2000
 *
 *  GNU Lesser General Public License Version 2.1
 *  =============================================
 *  Copyright 2000 by Sun Microsystems, Inc.
 *  901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License version 2.1, as published by the Free Software Foundation.
 *
 *  This library 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 for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 *  MA  02111-1307  USA
 *
 *
 *  Sun Industry Standards Source License Version 1.1
 *  =================================================
 *  The contents of this file are subject to the Sun Industry Standards
 *  Source License Version 1.1 (the "License"); You may not use this file
 *  except in compliance with the License. You may obtain a copy of the
 *  License at http://www.openoffice.org/license.html.
 *
 *  Software provided under this License is provided on an "AS IS" basis,
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 *  See the License for the specific provisions governing your rights and
 *  obligations concerning the Software.
 *
 *  The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 *
 *  Copyright: 2000 by Sun Microsystems, Inc.
 *
 *  All Rights Reserved.
 *
 *  Contributor(s): _______________________________________
 *
 *
 ************************************************************************/

#define __RSC

#ifndef UUI_IDS_HRC
#include "ids.hrc"
#endif

String RID_KEEP_PASSWORD
{
    Text [ de ] = "Kennwort bis Applikationsende ~merken";
    Text [ en-US ] = "~Remember password till end of session";
};

String RID_SAVE_PASSWORD
{
    Text [ de ] = "Kennwort dauerhaft ~speichern";
    Text [ en-US ] = "~Remember password";
};

Resource RID_UUI_ERRHDL
{
    String (ERRCODE_UUI_IO_ABORT & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die auf $(ARG1) ausgefhrte Aktion wurde abgebrochen";
        Text [ en-US ] = "The operation executed on $(ARG1) was aborted";
    };

    String (ERRCODE_UUI_IO_ACCESSDENIED & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Der Zugriff auf $(ARG1) wurde verweigert";
        Text [ en-US ] = "Access to $(ARG1) was denied";
    };

    String (ERRCODE_UUI_IO_ALREADYEXISTS & ERRCODE_RES_MASK)
    {
        Text [ de ] = "$(ARG1) existiert bereits";
        Text [ en-US ] = "$(ARG1) already exists";
    };

    String (ERRCODE_UUI_IO_TARGETALREADYEXISTS & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Ziel existiert bereits";
        Text [ en-US ] = "Target already exists";
    };

    String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Daten von $(ARG1) haben eine inkorrekte Prfsumme";
        Text [ en-US ] = "The data from $(ARG1) has an incorrect checksum";
    };

    String (ERRCODE_UUI_IO_CANTCREATE & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Das Objekt $(ARG1) kann im Verzeichnis $(ARG2) nicht angelegt werden";
        Text [ en-US ] = "The object $(ARG1) cannot be created in directory $(ARG2)";
    };

    String (ERRCODE_UUI_IO_CANTREAD & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Daten von $(ARG1) konnten nicht gelesen werden";
        Text [ en-US ] = "Data of $(ARG1) could not be read";
    };

    String (ERRCODE_UUI_IO_CANTSEEK & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Seek-Operation auf $(ARG1) konnte nicht ausgefhrt werden";
        Text [ en-US ] = "The seek operation on $(ARG1) could not be performed";
    };

    String (ERRCODE_UUI_IO_CANTTELL & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Tell-Operation auf $(ARG1) konnte nicht ausgefhrt werden";
        Text [ en-US ] = "The tell operation on $(ARG1) could not be performed";
    };

    String (ERRCODE_UUI_IO_CANTWRITE & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Daten fr $(ARG1) konnten nicht geschrieben werden";
        Text [ en-US ] = "Data for $(ARG1) could not be written";
    };

    String (ERRCODE_UUI_IO_CURRENTDIR & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Aktion unmglich: $(ARG1) ist das aktuelle Verzeichnis";
        Text [ en-US ] = "Action impossible: $(ARG1) is the current directory";
    };

    String (ERRCODE_UUI_IO_NOTREADY & ERRCODE_RES_MASK)
    {
        Text [ de ] = "$(ARG1) ist nicht bereit";
        Text [ en-US ] = "$(ARG1) is not ready";
    };

    String (ERRCODE_UUI_IO_NOTSAMEDEVICE & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Aktion unmglich: $(ARG1) und $(ARG2) sind verschiedene Gerte (Laufwerke)";
        Text [ en-US ] = "Action impossible: $(ARG1) and $(ARG2) are different devices (drives)";
    };

    String (ERRCODE_UUI_IO_GENERAL & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Allgemeiner Ein-/Ausgabefehler beim Zugriff auf $(ARG1)";
        Text [ en-US ] = "General input/output error while accessing $(ARG1)";
    };

    String (ERRCODE_UUI_IO_INVALIDACCESS & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Es wurde versucht, in ungltiger Weise auf $(ARG1) zuzugreifen";
        Text [ en-US ] = "An attempt was made to access $(ARG1) in an invalid way";
    };

    String (ERRCODE_UUI_IO_INVALIDCHAR & ERRCODE_RES_MASK)
    {
        Text [ de ] = "$(ARG1) enthlt unzulssige Zeichen";
        Text [ en-US ] = "$(ARG1) contains invalid characters";
    };

    String (ERRCODE_UUI_IO_INVALIDDEVICE & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Das Gert (Laufwerk) $(ARG1) ist ungltig";
        Text [ en-US ] = "The device (drive) $(ARG1) is invalid";
    };

    String (ERRCODE_UUI_IO_INVALIDLENGTH & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Daten von $(ARG1) haben eine ungltige Lnge";
        Text [ en-US ] = "The data from $(ARG1) has an invalid length";
    };

    String (ERRCODE_UUI_IO_INVALIDPARAMETER & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Operation auf $(ARG1) wurde mit einem ungltigen Parameter gestartet";
        Text [ en-US ] = "The operation on $(ARG1) was started with an invalid parameter";
    };

    String (ERRCODE_UUI_IO_ISWILDCARD & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Operation kann nicht ausgefhrt werden, weil $(ARG1) Wildcards enthlt";
        Text [ en-US ] = "The operation cannot be performed because $(ARG1) contains wildcards";
    };

    String (ERRCODE_UUI_IO_LOCKVIOLATION & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Fehler beim gemeinsamen Zugriff auf $(ARG1)";
        Text [ en-US ] = "Error during shared access to $(ARG1).";
    };

    String (ERRCODE_UUI_IO_MISPLACEDCHAR & ERRCODE_RES_MASK)
    {
        Text [ de ] = "$(ARG1) enthlt Zeichen an unzulssiger Position";
        Text [ en-US ] = "$(ARG1) contains misplaced characters";
    };

    String (ERRCODE_UUI_IO_NAMETOOLONG & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Der Name $(ARG1) enthlt zu viele Zeichen";
        Text [ en-US ] = "The name $(ARG1) contains too many characters";
    };

    String (ERRCODE_UUI_IO_NOTEXISTS & ERRCODE_RES_MASK)
    {
        Text [ de ] = "$(ARG1) existiert nicht";
        Text [ en-US ] = "$(ARG1) does not exist";
    };

    String (ERRCODE_UUI_IO_NOTEXISTSPATH & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Der Pfad $(ARG1) existiert nicht";
        Text [ en-US ] = "The path $(ARG1) does not exist";
    };

    String (ERRCODE_UUI_IO_NOTSUPPORTED & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Operation auf $(ARG1) wird auf dem vorliegenden Betriebssystem nicht untersttzt";
        Text [ en-US ] = "The operation on $(ARG1) is not supported on this operating system";
    };

    String (ERRCODE_UUI_IO_NOTADIRECTORY & ERRCODE_RES_MASK)
    {
        Text [ de ] = "$(ARG1) ist kein Verzeichnis";
        Text [ en-US ] = "$(ARG1) is not a directory";
    };

    String (ERRCODE_UUI_IO_NOTAFILE & ERRCODE_RES_MASK)
    {
        Text [ de ] = "$(ARG1) ist keine Datei";
        Text [ en-US ] = "$(ARG1) is not a file";
    };

    String (ERRCODE_UUI_IO_OUTOFSPACE & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Auf dem Gert $(ARG1) ist kein Platz mehr vorhanden";
        Text [ en-US ] = "There is no space left on device $(ARG1)";
    };

    String (ERRCODE_UUI_IO_TOOMANYOPENFILES & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Operation auf $(ARG1) kann nicht ausgefhrt werden, da bereits zu viele Dateien geffnet sind";
        Text [ en-US ] = "The operation on $(ARG1) cannot be performed because too many files are already open";
    };

    String (ERRCODE_UUI_IO_OUTOFMEMORY & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Operation auf $(ARG1) kann nicht ausgefhrt werden, da kein Speicher mehr zur Verfgung steht";
        Text [ en-US ] = "The operation on $(ARG1) cannot be performed because there is no more memory available";
    };

    String (ERRCODE_UUI_IO_PENDING & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Operation auf $(ARG1) kann nicht fortgesetzt werden, weil weitere Daten erwartet werden";
        Text [ en-US ] = "The operation on $(ARG1) cannot continue because more data is pending";
    };

    String (ERRCODE_UUI_IO_RECURSIVE & ERRCODE_RES_MASK)
    {
        Text [ de ] = "$(ARG1) kann nicht in sich selbst kopiert werden";
        Text [ en-US ] = "$(ARG1) cannot be copied into itself";
    };

    String (ERRCODE_UUI_IO_UNKNOWN & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Unbekannter Ein-/Ausgabefehler beim Zugriff auf $(ARG1)";
        Text [ en-US ] = "Unknown input/output error while accessing $(ARG1)";
    };

    String (ERRCODE_UUI_IO_WRITEPROTECTED & ERRCODE_RES_MASK)
    {
        Text [ de ] = "$(ARG1) ist schreibgeschtzt";
        Text [ en-US ] = "$(ARG1) is write protected";
    };

    String (ERRCODE_UUI_IO_WRONGFORMAT & ERRCODE_RES_MASK)
    {
        Text [ de ] = "$(ARG1) liegt in einem falschen Format vor";
        Text [ en-US ] = "$(ARG1) is not in the correct format";
    };

    String (ERRCODE_UUI_IO_WRONGVERSION & ERRCODE_RES_MASK)
    {
        Text [ de ] = "$(ARG1) liegt in einer falschen Version vor";
        Text [ en-US ] = "The version of $(ARG1) is not correct";
    };

    String (ERRCODE_UUI_IO_NOTEXISTS_VOLUME & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Laufwerk $(ARG1) existiert nicht";
        Text [ en-US ] = "Drive $(ARG1) does not exist";
    };

    String (ERRCODE_UUI_IO_NOTEXISTS_FOLDER & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Ordner $(ARG1) existiert nicht";
        Text [ en-US ] = "Folder $(ARG1) does not exist";
    };

    String (ERRCODE_UUI_WRONGJAVA & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die vorhandene Java-Version wird nicht untersttzt";
        Text [ en-US ] = "The installed Java version is not supported";
    };

    String (ERRCODE_UUI_WRONGJAVA_VERSION & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die vorhandene Java-Version $(ARG1) wird nicht untersttzt";
        Text [ en-US ] = "The installed Java version $(ARG1) is not supported";
    };
    String (ERRCODE_UUI_WRONGJAVA_MIN & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die vorhandene Java-Version wird nicht untersttzt, es wird mindestens Version $(ARG1) bentigt";
        Text [ en-US ] = "The installed Java version is not supported, at least version $(ARG1) is required";
    };

    String (ERRCODE_UUI_WRONGJAVA_VERSION_MIN & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die vorhandene Java-Version $(ARG1) wird nicht untersttzt, es wird mindestens Version $(ARG2) bentigt";
        Text [ en-US ] = "The installed Java version $(ARG1) is not supported, at least version $(ARG2) is required";
    };

    String (ERRCODE_UUI_BADPARTNERSHIP & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die zu der Partnerschaft gespeicherten Daten sind defekt";
        Text [ en-US ] = "The data associated with the partnership is corrupted.";
    };

    String (ERRCODE_UUI_BADPARTNERSHIP_NAME & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die zu der Partnerschaft $(ARG1) gespeicherten Daten sind defekt";
        Text [ en-US ] = "The data associated with the partnership $(ARG1) is corrupted.";
    };

    String (ERRCODE_UUI_IO_NOTREADY_VOLUME & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Laufwerk $(ARG1) ist nicht bereit";
        Text [ en-US ] = "Volume $(ARG1) is not ready";
    };

    String (ERRCODE_UUI_IO_NOTREADY_REMOVABLE & ERRCODE_RES_MASK)
    {
        Text [ de ] = "$(ARG1) ist nicht bereit; bitte legen Sie ein Speichermedium ein";
        Text [ en-US ] = "$(ARG1) is not ready; please insert a storage medium";
    };

    String (ERRCODE_UUI_IO_NOTREADY_VOLUME_REMOVABLE & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Laufwerk $(ARG1) ist nicht bereit; bitte legen Sie ein Speichermedium ein";
        Text [ en-US ] = "Volume $(ARG1) is not ready; please insert a storage medium";
    };

    String (ERRCODE_UUI_WRONGMEDIUM & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Legen Sie bitte den Datentrger $(ARG1) ein";
        Text [ en-US ] = "Please insert disk $(ARG1)";
    };

    String (ERRCODE_UUI_IO_CANTCREATE_NONAME & ERRCODE_RES_MASK)
    {
        Text[ de ] = "Das Objekt kann im Verzeichnis $(ARG1) nicht angelegt werden";
        Text[ en-US ] = "The object cannot be created in directory $(ARG1)";
    };

    String (ERRCODE_UUI_IO_UNSUPPORTEDOVERWRITE & ERRCODE_RES_MASK)
    {
        Text [ de ] = "%PRODUCTNAME kann das berschreiben von Dateien unter dem verwendeten bertragungsprotokoll nicht verhindern. Mchten Sie trotzdem fortfahren";
        Text [ en-US ] = "%PRODUCTNAME cannot keep files from being overwritten when this transmission protocol is used. Do you want to continue anyway?";
    };

    String (ERRCODE_UUI_IO_BROKENPACKAGE & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Datei '$(ARG1)' ist beschadigt und kann deshalb nicht geffnet werden. Soll %PRODUCTNAME eine Reparatur durchfhren?";
        Text [ en-US ] = "The file '$(ARG1)' is corrupt and therefore cannot be opened. Should %PRODUCTNAME repair the file?";
    };

    String (ERRCODE_UUI_IO_BROKENPACKAGE_CANTREPAIR & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Datei '$(ARG1)' konnte nicht repariert werden und kann deshalb nicht geffnet werden.";
        Text [ en-US ] = "The file '$(ARG1)' could not be repaired and therefore cannot be opened.";
    };

    String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_NOREMOVE & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Konfigurationsdaten aus '$(ARG1)' sind beschdigt. Ohne diese beschdigten Daten knnen einige Funktionen nicht korrekt ausgefhrt werden.\nSoll %PRODUCTNAME ohne die beschdigten Konfigurationsdaten starten?";
        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?";
    };

    String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_WITHREMOVE & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die persnliche Konfigurationsdatei '$(ARG1)' ist beschdigt und muss gelscht werden. Einige Ihrer persnlichen Einstellungen gehen dabei verloren.\nSoll %PRODUCTNAME ohne die beschdigten Konfigurationsdaten starten?";
        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?";
    };

    String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Konfigurationsdatenquelle '$(ARG1)' ist nicht verfgbar. Ohne diese fehlenden Daten knnen einige Funktionen nicht korrekt ausgefhrt werden.";
        Text [ en-US ] = "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.";
    };

    String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING_WITHRECOVER & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Die Konfigurationsdatenquelle '$(ARG1)' ist nicht verfgbar. Ohne diese fehlenden Daten knnen einige Funktionen nicht korrekt ausgefhrt werden.\nSoll %PRODUCTNAME ohne die fehlenden Konfigurationsdaten starten?";
        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?";
    };

    STRING (ERRCODE_UUI_INVALID_XFORMS_SUBMISSION_DATA & ERRCODE_RES_MASK)
    {
        Text [ de ] = "Das Formular enthlt ungltige Daten. Mchten Sie trotzdem fortfahren?";
        Text [ en-US ] = "The form contains invalid data. Do you still want to continue?";
    };
};