xref: /aoo41x/main/uui/source/ids.src (revision e3a0043b)
12611ca73SAndrew Rist/**************************************************************
286ed5973SMatthias Seidel *
32611ca73SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
42611ca73SAndrew Rist * or more contributor license agreements.  See the NOTICE file
52611ca73SAndrew Rist * distributed with this work for additional information
62611ca73SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
72611ca73SAndrew Rist * to you under the Apache License, Version 2.0 (the
82611ca73SAndrew Rist * "License"); you may not use this file except in compliance
92611ca73SAndrew Rist * with the License.  You may obtain a copy of the License at
1086ed5973SMatthias Seidel *
112611ca73SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1286ed5973SMatthias Seidel *
132611ca73SAndrew Rist * Unless required by applicable law or agreed to in writing,
142611ca73SAndrew Rist * software distributed under the License is distributed on an
152611ca73SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
162611ca73SAndrew Rist * KIND, either express or implied.  See the License for the
172611ca73SAndrew Rist * specific language governing permissions and limitations
182611ca73SAndrew Rist * under the License.
1986ed5973SMatthias Seidel *
202611ca73SAndrew Rist *************************************************************/
212611ca73SAndrew Rist
222611ca73SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#define __RSC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#ifndef UUI_IDS_HRC
27cdf0e10cSrcweir#include "ids.hrc"
28cdf0e10cSrcweir#endif
29cdf0e10cSrcweir
30cdf0e10cSrcweirString RID_KEEP_PASSWORD
31cdf0e10cSrcweir{
3286ed5973SMatthias Seidel	Text [ en-US ] = "~Remember password until end of session" ;
33cdf0e10cSrcweir};
34cdf0e10cSrcweir
35cdf0e10cSrcweirString RID_SAVE_PASSWORD
36cdf0e10cSrcweir{
3786ed5973SMatthias Seidel	Text [ en-US ] = "~Remember password" ;
38cdf0e10cSrcweir};
39cdf0e10cSrcweir
40cdf0e10cSrcweir
41cdf0e10cSrcweirString STR_WARNING_BROKENSIGNATURE_TITLE
42cdf0e10cSrcweir{
4386ed5973SMatthias Seidel	Text [ en-US ] = "Invalid Document Signature" ;
44cdf0e10cSrcweir};
45cdf0e10cSrcweir
46cdf0e10cSrcweirString STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE
47cdf0e10cSrcweir{
4886ed5973SMatthias Seidel	Text [ en-US ] = "Non-Encrypted Streams" ;
49cdf0e10cSrcweir};
50cdf0e10cSrcweir
51cdf0e10cSrcweirResource RID_UUI_ERRHDL
52cdf0e10cSrcweir{
5386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_ABORT & ERRCODE_RES_MASK)
5486ed5973SMatthias Seidel	{
5586ed5973SMatthias Seidel		Text [ en-US ] = "The operation executed on $(ARG1) was aborted." ;
5686ed5973SMatthias Seidel	};
5786ed5973SMatthias Seidel
5886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_ACCESSDENIED & ERRCODE_RES_MASK)
5986ed5973SMatthias Seidel	{
6086ed5973SMatthias Seidel		Text [ en-US ] = "Access to $(ARG1) was denied." ;
6186ed5973SMatthias Seidel	};
6286ed5973SMatthias Seidel
6386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_ALREADYEXISTS & ERRCODE_RES_MASK)
6486ed5973SMatthias Seidel	{
6586ed5973SMatthias Seidel		Text [ en-US ] = "$(ARG1) already exists." ;
6686ed5973SMatthias Seidel	};
6786ed5973SMatthias Seidel
6886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_TARGETALREADYEXISTS & ERRCODE_RES_MASK)
6986ed5973SMatthias Seidel	{
7086ed5973SMatthias Seidel		Text [ en-US ] = "Target already exists." ;
7186ed5973SMatthias Seidel	};
7286ed5973SMatthias Seidel
7386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_MODULESIZEEXCEEDED & ERRCODE_RES_MASK)
7486ed5973SMatthias Seidel	{
75*e3a0043bSmseidel		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?" ;
7686ed5973SMatthias Seidel	};
7786ed5973SMatthias Seidel
7886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)
7986ed5973SMatthias Seidel	{
8086ed5973SMatthias Seidel		Text [ en-US ] = "The data from $(ARG1) has an incorrect checksum." ;
8186ed5973SMatthias Seidel	};
8286ed5973SMatthias Seidel
8386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_CANTCREATE & ERRCODE_RES_MASK)
8486ed5973SMatthias Seidel	{
8586ed5973SMatthias Seidel		Text [ en-US ] = "The object $(ARG1) cannot be created in directory $(ARG2)." ;
8686ed5973SMatthias Seidel	};
8786ed5973SMatthias Seidel
8886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_CANTREAD & ERRCODE_RES_MASK)
8986ed5973SMatthias Seidel	{
9086ed5973SMatthias Seidel		Text [ en-US ] = "Data of $(ARG1) could not be read." ;
9186ed5973SMatthias Seidel	};
9286ed5973SMatthias Seidel
9386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_CANTSEEK & ERRCODE_RES_MASK)
9486ed5973SMatthias Seidel	{
9586ed5973SMatthias Seidel		Text [ en-US ] = "The seek operation on $(ARG1) could not be performed." ;
9686ed5973SMatthias Seidel	};
9786ed5973SMatthias Seidel
9886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_CANTTELL & ERRCODE_RES_MASK)
9986ed5973SMatthias Seidel	{
10086ed5973SMatthias Seidel		Text [ en-US ] = "The tell operation on $(ARG1) could not be performed." ;
10186ed5973SMatthias Seidel	};
10286ed5973SMatthias Seidel
10386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_CANTWRITE & ERRCODE_RES_MASK)
10486ed5973SMatthias Seidel	{
10586ed5973SMatthias Seidel		Text [ en-US ] = "Data for $(ARG1) could not be written." ;
10686ed5973SMatthias Seidel	};
10786ed5973SMatthias Seidel
10886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_CURRENTDIR & ERRCODE_RES_MASK)
10986ed5973SMatthias Seidel	{
11086ed5973SMatthias Seidel		Text [ en-US ] = "Action impossible: $(ARG1) is the current directory." ;
11186ed5973SMatthias Seidel	};
11286ed5973SMatthias Seidel
11386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_NOTREADY & ERRCODE_RES_MASK)
11486ed5973SMatthias Seidel	{
11586ed5973SMatthias Seidel		Text [ en-US ] = "$(ARG1) is not ready." ;
11686ed5973SMatthias Seidel	};
11786ed5973SMatthias Seidel
11886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_NOTSAMEDEVICE & ERRCODE_RES_MASK)
11986ed5973SMatthias Seidel	{
12086ed5973SMatthias Seidel		Text [ en-US ] = "Action impossible: $(ARG1) and $(ARG2) are different devices (drives)." ;
12186ed5973SMatthias Seidel	};
12286ed5973SMatthias Seidel
12386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_GENERAL & ERRCODE_RES_MASK)
12486ed5973SMatthias Seidel	{
12586ed5973SMatthias Seidel		Text [ en-US ] = "General input/output error while accessing $(ARG1)." ;
12686ed5973SMatthias Seidel	};
12786ed5973SMatthias Seidel
12886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_INVALIDACCESS & ERRCODE_RES_MASK)
12986ed5973SMatthias Seidel	{
13086ed5973SMatthias Seidel		Text [ en-US ] = "An attempt was made to access $(ARG1) in an invalid way." ;
13186ed5973SMatthias Seidel	};
13286ed5973SMatthias Seidel
13386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_INVALIDCHAR & ERRCODE_RES_MASK)
13486ed5973SMatthias Seidel	{
13586ed5973SMatthias Seidel		Text [ en-US ] = "$(ARG1) contains invalid characters." ;
13686ed5973SMatthias Seidel	};
13786ed5973SMatthias Seidel
13886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_INVALIDDEVICE & ERRCODE_RES_MASK)
13986ed5973SMatthias Seidel	{
14086ed5973SMatthias Seidel		Text [ en-US ] = "The device (drive) $(ARG1) is invalid." ;
14186ed5973SMatthias Seidel	};
14286ed5973SMatthias Seidel
14386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_INVALIDLENGTH & ERRCODE_RES_MASK)
14486ed5973SMatthias Seidel	{
14586ed5973SMatthias Seidel		Text [ en-US ] = "The data from $(ARG1) has an invalid length." ;
14686ed5973SMatthias Seidel	};
14786ed5973SMatthias Seidel
14886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_INVALIDPARAMETER & ERRCODE_RES_MASK)
14986ed5973SMatthias Seidel	{
15086ed5973SMatthias Seidel		Text [ en-US ] = "The operation on $(ARG1) was started with an invalid parameter." ;
15186ed5973SMatthias Seidel	};
15286ed5973SMatthias Seidel
15386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_ISWILDCARD & ERRCODE_RES_MASK)
15486ed5973SMatthias Seidel	{
15586ed5973SMatthias Seidel		Text [ en-US ] = "The operation cannot be performed because $(ARG1) contains wildcards." ;
15686ed5973SMatthias Seidel	};
15786ed5973SMatthias Seidel
15886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_LOCKVIOLATION & ERRCODE_RES_MASK)
15986ed5973SMatthias Seidel	{
16086ed5973SMatthias Seidel		Text [ en-US ] = "Error during shared access to $(ARG1)." ;
16186ed5973SMatthias Seidel	};
16286ed5973SMatthias Seidel
16386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_MISPLACEDCHAR & ERRCODE_RES_MASK)
16486ed5973SMatthias Seidel	{
16586ed5973SMatthias Seidel		Text [ en-US ] = "$(ARG1) contains misplaced characters." ;
16686ed5973SMatthias Seidel	};
16786ed5973SMatthias Seidel
16886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_NAMETOOLONG & ERRCODE_RES_MASK)
16986ed5973SMatthias Seidel	{
17086ed5973SMatthias Seidel		Text [ en-US ] = "The name $(ARG1) contains too many characters." ;
17186ed5973SMatthias Seidel	};
17286ed5973SMatthias Seidel
17386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_NOTEXISTS & ERRCODE_RES_MASK)
17486ed5973SMatthias Seidel	{
17586ed5973SMatthias Seidel		Text [ en-US ] = "$(ARG1) does not exist." ;
17686ed5973SMatthias Seidel	};
17786ed5973SMatthias Seidel
17886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_NOTEXISTSPATH & ERRCODE_RES_MASK)
17986ed5973SMatthias Seidel	{
18086ed5973SMatthias Seidel		Text [ en-US ] = "The path $(ARG1) does not exist." ;
18186ed5973SMatthias Seidel	};
18286ed5973SMatthias Seidel
18386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_NOTSUPPORTED & ERRCODE_RES_MASK)
18486ed5973SMatthias Seidel	{
18586ed5973SMatthias Seidel		Text [ en-US ] = "The operation on $(ARG1) is not supported on this operating system." ;
18686ed5973SMatthias Seidel	};
18786ed5973SMatthias Seidel
18886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_NOTADIRECTORY & ERRCODE_RES_MASK)
18986ed5973SMatthias Seidel	{
19086ed5973SMatthias Seidel		Text [ en-US ] = "$(ARG1) is not a directory." ;
19186ed5973SMatthias Seidel	};
19286ed5973SMatthias Seidel
19386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_NOTAFILE & ERRCODE_RES_MASK)
19486ed5973SMatthias Seidel	{
19586ed5973SMatthias Seidel		Text [ en-US ] = "$(ARG1) is not a file." ;
19686ed5973SMatthias Seidel	};
19786ed5973SMatthias Seidel
19886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_OUTOFSPACE & ERRCODE_RES_MASK)
19986ed5973SMatthias Seidel	{
20086ed5973SMatthias Seidel		Text [ en-US ] = "There is no space left on device $(ARG1)." ;
20186ed5973SMatthias Seidel	};
20286ed5973SMatthias Seidel
20386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_TOOMANYOPENFILES & ERRCODE_RES_MASK)
20486ed5973SMatthias Seidel	{
20586ed5973SMatthias Seidel		Text [ en-US ] = "The operation on $(ARG1) cannot be performed because too many files are already open." ;
20686ed5973SMatthias Seidel	};
20786ed5973SMatthias Seidel
20886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_OUTOFMEMORY & ERRCODE_RES_MASK)
20986ed5973SMatthias Seidel	{
21086ed5973SMatthias Seidel		Text [ en-US ] = "The operation on $(ARG1) cannot be performed because there is no more memory available." ;
21186ed5973SMatthias Seidel	};
21286ed5973SMatthias Seidel
21386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_PENDING & ERRCODE_RES_MASK)
21486ed5973SMatthias Seidel	{
21586ed5973SMatthias Seidel		Text [ en-US ] = "The operation on $(ARG1) cannot continue because more data is pending." ;
21686ed5973SMatthias Seidel	};
21786ed5973SMatthias Seidel
21886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_RECURSIVE & ERRCODE_RES_MASK)
21986ed5973SMatthias Seidel	{
22086ed5973SMatthias Seidel		Text [ en-US ] = "$(ARG1) cannot be copied into itself." ;
22186ed5973SMatthias Seidel	};
22286ed5973SMatthias Seidel
22386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_UNKNOWN & ERRCODE_RES_MASK)
22486ed5973SMatthias Seidel	{
22586ed5973SMatthias Seidel		Text [ en-US ] = "Unknown input/output error while accessing $(ARG1)." ;
22686ed5973SMatthias Seidel	};
22786ed5973SMatthias Seidel
22886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_WRITEPROTECTED & ERRCODE_RES_MASK)
22986ed5973SMatthias Seidel	{
23086ed5973SMatthias Seidel		Text [ en-US ] = "$(ARG1) is write protected." ;
23186ed5973SMatthias Seidel	};
23286ed5973SMatthias Seidel
23386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_WRONGFORMAT & ERRCODE_RES_MASK)
23486ed5973SMatthias Seidel	{
23586ed5973SMatthias Seidel		Text [ en-US ] = "$(ARG1) is not in the correct format." ;
23686ed5973SMatthias Seidel	};
23786ed5973SMatthias Seidel
23886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_WRONGVERSION & ERRCODE_RES_MASK)
23986ed5973SMatthias Seidel	{
24086ed5973SMatthias Seidel		Text [ en-US ] = "The version of $(ARG1) is not correct." ;
24186ed5973SMatthias Seidel	};
24286ed5973SMatthias Seidel
24386ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_NOTEXISTS_VOLUME & ERRCODE_RES_MASK)
24486ed5973SMatthias Seidel	{
24586ed5973SMatthias Seidel		Text [ en-US ] = "Drive $(ARG1) does not exist." ;
24686ed5973SMatthias Seidel	};
24786ed5973SMatthias Seidel
24886ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_NOTEXISTS_FOLDER & ERRCODE_RES_MASK)
24986ed5973SMatthias Seidel	{
25086ed5973SMatthias Seidel		Text [ en-US ] = "Folder $(ARG1) does not exist." ;
25186ed5973SMatthias Seidel	};
25286ed5973SMatthias Seidel
25386ed5973SMatthias Seidel	String (ERRCODE_UUI_WRONGJAVA & ERRCODE_RES_MASK)
25486ed5973SMatthias Seidel	{
25586ed5973SMatthias Seidel		Text [ en-US ] = "The installed Java version is not supported." ;
25686ed5973SMatthias Seidel	};
25786ed5973SMatthias Seidel
25886ed5973SMatthias Seidel	String (ERRCODE_UUI_WRONGJAVA_VERSION & ERRCODE_RES_MASK)
25986ed5973SMatthias Seidel	{
26086ed5973SMatthias Seidel		Text [ en-US ] = "The installed Java version $(ARG1) is not supported." ;
26186ed5973SMatthias Seidel	};
26286ed5973SMatthias Seidel	String (ERRCODE_UUI_WRONGJAVA_MIN & ERRCODE_RES_MASK)
26386ed5973SMatthias Seidel	{
26486ed5973SMatthias Seidel		Text [ en-US ] = "The installed Java version is not supported, at least version $(ARG1) is required." ;
26586ed5973SMatthias Seidel	};
26686ed5973SMatthias Seidel
26786ed5973SMatthias Seidel	String (ERRCODE_UUI_WRONGJAVA_VERSION_MIN & ERRCODE_RES_MASK)
26886ed5973SMatthias Seidel	{
26986ed5973SMatthias Seidel		Text [ en-US ] = "The installed Java version $(ARG1) is not supported, at least version $(ARG2) is required." ;
27086ed5973SMatthias Seidel	};
27186ed5973SMatthias Seidel
27286ed5973SMatthias Seidel	String (ERRCODE_UUI_BADPARTNERSHIP & ERRCODE_RES_MASK)
27386ed5973SMatthias Seidel	{
27486ed5973SMatthias Seidel		Text [ en-US ] = "The data associated with the partnership is corrupted." ;
27586ed5973SMatthias Seidel	};
27686ed5973SMatthias Seidel
27786ed5973SMatthias Seidel	String (ERRCODE_UUI_BADPARTNERSHIP_NAME & ERRCODE_RES_MASK)
27886ed5973SMatthias Seidel	{
27986ed5973SMatthias Seidel		Text [ en-US ] = "The data associated with the partnership $(ARG1) is corrupted." ;
28086ed5973SMatthias Seidel	};
28186ed5973SMatthias Seidel
28286ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_NOTREADY_VOLUME & ERRCODE_RES_MASK)
28386ed5973SMatthias Seidel	{
28486ed5973SMatthias Seidel		Text [ en-US ] = "Volume $(ARG1) is not ready." ;
28586ed5973SMatthias Seidel	};
28686ed5973SMatthias Seidel
28786ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_NOTREADY_REMOVABLE & ERRCODE_RES_MASK)
28886ed5973SMatthias Seidel	{
28986ed5973SMatthias Seidel		Text [ en-US ] = "$(ARG1) is not ready; please insert a storage medium." ;
29086ed5973SMatthias Seidel	};
29186ed5973SMatthias Seidel
29286ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_NOTREADY_VOLUME_REMOVABLE & ERRCODE_RES_MASK)
29386ed5973SMatthias Seidel	{
29486ed5973SMatthias Seidel		Text [ en-US ] = "Volume $(ARG1) is not ready; please insert a storage medium." ;
29586ed5973SMatthias Seidel	};
29686ed5973SMatthias Seidel
29786ed5973SMatthias Seidel	String (ERRCODE_UUI_WRONGMEDIUM & ERRCODE_RES_MASK)
29886ed5973SMatthias Seidel	{
29986ed5973SMatthias Seidel		Text [ en-US ] = "Please insert disk $(ARG1)." ;
30086ed5973SMatthias Seidel	};
30186ed5973SMatthias Seidel
30286ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_CANTCREATE_NONAME & ERRCODE_RES_MASK)
30386ed5973SMatthias Seidel	{
30486ed5973SMatthias Seidel		Text [ en-US ] = "The object cannot be created in directory $(ARG1)." ;
30586ed5973SMatthias Seidel	};
30686ed5973SMatthias Seidel
30786ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_UNSUPPORTEDOVERWRITE & ERRCODE_RES_MASK)
30886ed5973SMatthias Seidel	{
30986ed5973SMatthias Seidel		Text [ en-US ] = "%PRODUCTNAME cannot keep files from being overwritten when this transmission protocol is used. Do you want to continue anyway?" ;
31086ed5973SMatthias Seidel	};
31186ed5973SMatthias Seidel
31286ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_BROKENPACKAGE & ERRCODE_RES_MASK)
31386ed5973SMatthias Seidel	{
31486ed5973SMatthias Seidel		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" ;
31586ed5973SMatthias Seidel	};
31686ed5973SMatthias Seidel
31786ed5973SMatthias Seidel	String (ERRCODE_UUI_IO_BROKENPACKAGE_CANTREPAIR & ERRCODE_RES_MASK)
31886ed5973SMatthias Seidel	{
31986ed5973SMatthias Seidel		Text [ en-US ] = "The file '$(ARG1)' could not be repaired and therefore cannot be opened." ;
32086ed5973SMatthias Seidel	};
32186ed5973SMatthias Seidel
32286ed5973SMatthias Seidel	String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_NOREMOVE & ERRCODE_RES_MASK)
32386ed5973SMatthias Seidel	{
32486ed5973SMatthias Seidel		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?" ;
32586ed5973SMatthias Seidel	};
32686ed5973SMatthias Seidel
32786ed5973SMatthias Seidel	String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_WITHREMOVE & ERRCODE_RES_MASK)
32886ed5973SMatthias Seidel	{
32986ed5973SMatthias Seidel		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?" ;
33086ed5973SMatthias Seidel	};
33186ed5973SMatthias Seidel
33286ed5973SMatthias Seidel	String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING & ERRCODE_RES_MASK)
33386ed5973SMatthias Seidel	{
33486ed5973SMatthias Seidel		Text [ en-US ] = "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly." ;
33586ed5973SMatthias Seidel	};
33686ed5973SMatthias Seidel
33786ed5973SMatthias Seidel	String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING_WITHRECOVER & ERRCODE_RES_MASK)
33886ed5973SMatthias Seidel	{
33986ed5973SMatthias Seidel		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?" ;
34086ed5973SMatthias Seidel	};
34186ed5973SMatthias Seidel
34286ed5973SMatthias Seidel	STRING (ERRCODE_UUI_INVALID_XFORMS_SUBMISSION_DATA & ERRCODE_RES_MASK)
34386ed5973SMatthias Seidel	{
34486ed5973SMatthias Seidel		Text [ en-US ] = "The form contains invalid data. Do you still want to continue?" ;
34586ed5973SMatthias Seidel	};
34686ed5973SMatthias Seidel
34786ed5973SMatthias Seidel	String (ERRCODE_UUI_LOCKING_LOCKED & ERRCODE_RES_MASK)
34886ed5973SMatthias Seidel	{
34986ed5973SMatthias Seidel		Text [ en-US ] = "The file $(ARG1) is locked by another user. Currently, another write access to this file cannot be granted." ;
35086ed5973SMatthias Seidel
35186ed5973SMatthias Seidel	};
35286ed5973SMatthias Seidel
35386ed5973SMatthias Seidel	String (ERRCODE_UUI_LOCKING_LOCKED_SELF & ERRCODE_RES_MASK)
35486ed5973SMatthias Seidel	{
35586ed5973SMatthias Seidel		Text [ en-US ] = "The file $(ARG1) is locked by yourself. Currently, another write access to this file cannot be granted." ;
35686ed5973SMatthias Seidel	};
35786ed5973SMatthias Seidel
35886ed5973SMatthias Seidel	String (ERRCODE_UUI_LOCKING_NOT_LOCKED & ERRCODE_RES_MASK)
35986ed5973SMatthias Seidel	{
36086ed5973SMatthias Seidel		Text [ en-US ] = "The file $(ARG1) is currently not locked by yourself." ;
36186ed5973SMatthias Seidel	};
36286ed5973SMatthias Seidel
36386ed5973SMatthias Seidel	String (ERRCODE_UUI_LOCKING_LOCK_EXPIRED & ERRCODE_RES_MASK)
36486ed5973SMatthias Seidel	{
36586ed5973SMatthias Seidel		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!" ;
36686ed5973SMatthias Seidel	};
36786ed5973SMatthias Seidel
36886ed5973SMatthias Seidel	STRING (ERRCODE_UUI_UNKNOWNAUTH_UNTRUSTED)
36986ed5973SMatthias Seidel	{
37086ed5973SMatthias Seidel		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)?" ;
37186ed5973SMatthias Seidel	};
37286ed5973SMatthias Seidel
37386ed5973SMatthias Seidel	STRING (ERRCODE_UUI_SSLWARN_EXPIRED_1)
37486ed5973SMatthias Seidel	{
37586ed5973SMatthias Seidel		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." ;
37686ed5973SMatthias Seidel	};
37786ed5973SMatthias Seidel
37886ed5973SMatthias Seidel	STRING (ERRCODE_UUI_SSLWARN_DOMAINMISMATCH_1)
37986ed5973SMatthias Seidel	{
38086ed5973SMatthias Seidel		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?" ;
38186ed5973SMatthias Seidel	};
38286ed5973SMatthias Seidel
38386ed5973SMatthias Seidel	STRING (ERRCODE_UUI_SSLWARN_INVALID_1)
38486ed5973SMatthias Seidel	{
38586ed5973SMatthias Seidel		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." ;
38686ed5973SMatthias Seidel	};
38786ed5973SMatthias Seidel	STRING (TITLE_UUI_SSLWARN_DOMAINMISMATCH)
38886ed5973SMatthias Seidel	{
38986ed5973SMatthias Seidel		Text [ en-US ] = "Security Warning: Domain Name Mismatch" ;
39086ed5973SMatthias Seidel	};
39186ed5973SMatthias Seidel
39286ed5973SMatthias Seidel	STRING (TITLE_UUI_SSLWARN_EXPIRED)
39386ed5973SMatthias Seidel	{
39486ed5973SMatthias Seidel		Text [ en-US ] = "Security Warning: Server Certificate Expired" ;
39586ed5973SMatthias Seidel	};
39686ed5973SMatthias Seidel
39786ed5973SMatthias Seidel	STRING (TITLE_UUI_SSLWARN_INVALID)
39886ed5973SMatthias Seidel	{
39986ed5973SMatthias Seidel		Text [ en-US ] = "Security Warning: Server Certificate Invalid" ;
40086ed5973SMatthias Seidel	};
401cdf0e10cSrcweir};
402cdf0e10cSrcweir
40386ed5973SMatthias Seidel// ********************************************************************** EOF
404