summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/app.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-25 08:54:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-25 12:27:52 +0100
commit702b981d9a9bd079a98660153747aee7337424fa (patch)
treed04bcd66371518641b02403c6ac44122015ac6e2 /sfx2/source/appl/app.src
parentQueryBox RID_QRY_REMOVE_* -> MessageDialog + string (diff)
downloadcore-702b981d9a9bd079a98660153747aee7337424fa.tar.gz
core-702b981d9a9bd079a98660153747aee7337424fa.zip
QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + string
Change-Id: I031a145ca62e3bf7e74b9d447ff8bb041974daa6
Diffstat (limited to 'sfx2/source/appl/app.src')
-rw-r--r--sfx2/source/appl/app.src24
1 files changed, 8 insertions, 16 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 66f22b6310e0..a18b076c4d39 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -53,11 +53,9 @@ String STR_GB
{
Text [ en-US ] = "GB" ;
};
-QueryBox MSG_QUERY_LASTVERSION
+String STR_QUERY_LASTVERSION
{
- Buttons = WB_YES_NO ;
- DefButton = WB_DEF_NO ;
- Message [ en-US ] = "Cancel all changes?" ;
+ Text [ en-US ] = "Cancel all changes?" ;
};
String STR_NO_WEBBROWSER_FOUND
@@ -345,25 +343,19 @@ String RID_DESKTOP
Text = "%PRODUCTNAME" ;
};
-QueryBox RID_XMLSEC_QUERY_LOSINGSIGNATURE
+String RID_SVXSTR_XMLSEC_QUERY_LOSINGSIGNATURE
{
- Buttons = WB_YES_NO ;
- DefButton = WB_DEF_NO ;
- Message [ en-US ] = "Saving will remove all existing signatures.\nDo you want to continue saving the document?" ;
+ Text [ en-US ] = "Saving will remove all existing signatures.\nDo you want to continue saving the document?" ;
};
-QueryBox RID_XMLSEC_QUERY_SAVEBEFORESIGN
+String RID_SVXSTR_XMLSEC_QUERY_SAVEBEFORESIGN
{
- Buttons = WB_YES_NO ;
- DefButton = WB_DEF_YES ;
- Message [ en-US ] = "The document has to be saved before it can be signed.\nDo you want to save the document?" ;
+ Text [ en-US ] = "The document has to be saved before it can be signed.\nDo you want to save the document?" ;
};
-QueryBox RID_QUERY_CANCELCHECKOUT
+String STR_QUERY_CANCELCHECKOUT
{
- Buttons = WB_YES_NO ;
- DefButton = WB_DEF_YES ;
- Message [ en-US ] = "This will discard all changes on the server since check-out.\nDo you want to proceed?" ;
+ Text [ en-US ] = "This will discard all changes on the server since check-out.\nDo you want to proceed?" ;
};
String STR_INFO_WRONGDOCFORMAT