Kaydet (Commit) e50bcaf7 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

STRING -> String

Change-Id: I084d99fdd1a34842178b59c17ab108750f7bd11d
üst bf866b0a
......@@ -24,7 +24,7 @@ String AVMEDIA_STR_INSERTMEDIA_DLG
Text[en-US] = "Insert Movie and Sound";
};
STRING AVMEDIA_STR_OPENMEDIA_DLG
String AVMEDIA_STR_OPENMEDIA_DLG
{
Text[en-US] = "Open Movie and Sound";
};
......
......@@ -952,12 +952,12 @@ String STR_PRES_PAUSE
Text [ en-US ] = "Pause..." ;
};
STRING STR_WIZARD_ORIGINAL
String STR_WIZARD_ORIGINAL
{
Text [ en-US ] = "<Original>";
};
STRING STR_ISLOADING
String STR_ISLOADING
{
Text [ en-US ] = "Loading...";
};
......
......@@ -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";
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment