summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-18 04:31:05 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-18 04:31:05 +0200
commite50bcaf729eed26b0fe0f19d4b6839f67b6ca619 (patch)
treeb2c8c1f20499f35a76c31b460ce48ba8502b6d31 /uui
parentbf866b0ad6c57a44616e762d7c9781d2078bc6e6 (diff)
STRING -> String
Change-Id: I084d99fdd1a34842178b59c17ab108750f7bd11d
Diffstat (limited to 'uui')
-rw-r--r--uui/source/ids.src16
1 files changed, 8 insertions, 8 deletions
diff --git a/uui/source/ids.src b/uui/source/ids.src
index 26fe73be7be8..13e2bab2b6ed 100644
--- a/uui/source/ids.src
+++ b/uui/source/ids.src
@@ -332,7 +332,7 @@ Resource RID_UUI_ERRHDL
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)
+ String (ERRCODE_UUI_INVALID_XFORMS_SUBMISSION_DATA & ERRCODE_RES_MASK)
{
Text [ en-US ] = "The form contains invalid data. Do you still want to continue?";
};
@@ -358,36 +358,36 @@ Resource RID_UUI_ERRHDL
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!";
};
- STRING (ERRCODE_UUI_UNKNOWNAUTH_UNTRUSTED)
+ String (ERRCODE_UUI_UNKNOWNAUTH_UNTRUSTED)
{
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)?";
};
- STRING (ERRCODE_UUI_SSLWARN_EXPIRED_1)
+ String (ERRCODE_UUI_SSLWARN_EXPIRED_1)
{
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.";
};
- STRING (ERRCODE_UUI_SSLWARN_DOMAINMISMATCH_1)
+ String (ERRCODE_UUI_SSLWARN_DOMAINMISMATCH_1)
{
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?";
};
- STRING (ERRCODE_UUI_SSLWARN_INVALID_1)
+ String (ERRCODE_UUI_SSLWARN_INVALID_1)
{
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.";
};
- STRING (TITLE_UUI_SSLWARN_DOMAINMISMATCH)
+ String (TITLE_UUI_SSLWARN_DOMAINMISMATCH)
{
Text [ en-US ] = "Security Warning: Domain Name Mismatch";
};
- STRING (TITLE_UUI_SSLWARN_EXPIRED)
+ String (TITLE_UUI_SSLWARN_EXPIRED)
{
Text [ en-US ] = "Security Warning: Server Certificate Expired";
};
- STRING (TITLE_UUI_SSLWARN_INVALID)
+ String (TITLE_UUI_SSLWARN_INVALID)
{
Text [ en-US ] = "Security Warning: Server Certificate Invalid";
};