summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--avmedia/source/viewer/mediawindow.src2
-rw-r--r--sd/source/ui/app/strings.src4
-rw-r--r--uui/source/ids.src16
3 files changed, 11 insertions, 11 deletions
diff --git a/avmedia/source/viewer/mediawindow.src b/avmedia/source/viewer/mediawindow.src
index 368dee1425df..0e66f04252ca 100644
--- a/avmedia/source/viewer/mediawindow.src
+++ b/avmedia/source/viewer/mediawindow.src
@@ -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";
};
diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src
index 38c372580605..e1b977acceb0 100644
--- a/sd/source/ui/app/strings.src
+++ b/sd/source/ui/app/strings.src
@@ -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...";
};
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";
};