summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-12-06 16:34:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-12-06 19:30:22 +0000
commit54f74923644c427f5d5c1aaf307be866d1991816 (patch)
tree85794757f22385e0947385468c941dd386c6d48b /officecfg
parent1710de70aa6d6522e009b7ac00b1fa5dfe4d7705 (diff)
weld InformationDialog info dialog
Change-Id: I6a3631fe06a1b46164f01d706ecefd7252509382 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143740 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu22
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs32
2 files changed, 27 insertions, 27 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu b/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu
index f1ac8d8f1891..f9a9ea5e3546 100644
--- a/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu
@@ -47,9 +47,6 @@ The current presentation contains no OLE objects.</value>
<prop oor:name="STR_SUMMARY">
<value xml:lang="en-US">Summary</value>
</prop>
- <prop oor:name="STR_AUTOMATICALLY_OPEN">
- <value xml:lang="en-US">~Open newly created presentation</value>
- </prop>
<prop oor:name="STR_DELETE_SLIDES">
<value xml:lang="en-US">Delete %SLIDES slides.</value>
</prop>
@@ -65,17 +62,20 @@ The current presentation contains no OLE objects.</value>
<prop oor:name="STR_OK">
<value xml:lang="en-US">OK</value>
</prop>
- <prop oor:name="STR_INFO_1">
- <value xml:lang="en-US">The Presentation Minimizer has successfully updated the presentation '%TITLE'. The file size has changed from %OLDFILESIZE MB to %NEWFILESIZE MB.</value>
+ <prop oor:name="STR_INFO_PRIMARY">
+ <value xml:lang="en-US">Successfully updated the presentation '%TITLE'.</value>
+ </prop>
+ <prop oor:name="STR_INFO_SECONDARY_1">
+ <value xml:lang="en-US">The file size has changed from %OLDFILESIZE MB to %NEWFILESIZE MB.</value>
</prop>
- <prop oor:name="STR_INFO_2">
- <value xml:lang="en-US">The Presentation Minimizer has successfully updated the presentation '%TITLE'. The file size has changed from %OLDFILESIZE MB to approximated %NEWFILESIZE MB.</value>
+ <prop oor:name="STR_INFO_SECONDARY_2">
+ <value xml:lang="en-US">The file size has changed from %OLDFILESIZE MB to approximated %NEWFILESIZE MB.</value>
</prop>
- <prop oor:name="STR_INFO_3">
- <value xml:lang="en-US">The Presentation Minimizer has successfully updated the presentation '%TITLE'. The file size has changed to %NEWFILESIZE MB.</value>
+ <prop oor:name="STR_INFO_SECONDARY_3">
+ <value xml:lang="en-US">The file size has changed to %NEWFILESIZE MB.</value>
</prop>
- <prop oor:name="STR_INFO_4">
- <value xml:lang="en-US">The Presentation Minimizer has successfully updated the presentation '%TITLE'. The file size has changed to approximated %NEWFILESIZE MB.</value>
+ <prop oor:name="STR_INFO_SECONDARY_4">
+ <value xml:lang="en-US">The file size has changed to approximated %NEWFILESIZE MB.</value>
</prop>
<prop oor:name="STR_DUPLICATING_PRESENTATION">
<value xml:lang="en-US">Duplicating presentation...</value>
diff --git a/officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs b/officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs
index d2148807ca01..8a6eadb7c3a8 100644
--- a/officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs
@@ -161,10 +161,6 @@ The current presentation contains no OLE objects.</value>
<info><desc>String STR_SUMMARY.</desc></info>
<value>Summary</value>
</prop>
- <prop oor:name="STR_AUTOMATICALLY_OPEN" oor:type="xs:string" oor:localized="true">
- <info><desc>String STR_AUTOMATICALLY_OPEN.</desc></info>
- <value>~Open newly created presentation</value>
- </prop>
<prop oor:name="STR_DELETE_SLIDES" oor:type="xs:string" oor:localized="true">
<info><desc>String STR_DELETE_SLIDES.</desc></info>
<value>Delete %SLIDES slides</value>
@@ -187,21 +183,25 @@ The current presentation contains no OLE objects.</value>
<info><desc>String STR_OK.</desc></info>
<value>OK</value>
</prop>
- <prop oor:name="STR_INFO_1" oor:type="xs:string" oor:localized="true">
- <info><desc>String STR_INFO_1.</desc></info>
- <value>The Presentation Minimizer has successfully updated the presentation '%TITLE'. The file size has changed from %OLDFILESIZE MB to %NEWFILESIZE MB.</value>
+ <prop oor:name="STR_INFO_PRIMARY" oor:type="xs:string" oor:localized="true">
+ <info><desc>String STR_INFO_SECONDARY_1.</desc></info>
+ <value>The Presentation Minimizer has successfully updated the presentation '%TITLE'.</value>
+ </prop>
+ <prop oor:name="STR_INFO_SECONDARY_1" oor:type="xs:string" oor:localized="true">
+ <info><desc>String STR_INFO_SECONDARY_1.</desc></info>
+ <value>The file size has changed from %OLDFILESIZE MB to %NEWFILESIZE MB.</value>
</prop>
- <prop oor:name="STR_INFO_2" oor:type="xs:string" oor:localized="true">
- <info><desc>String STR_INFO_2.</desc></info>
- <value>The Presentation Minimizer has successfully updated the presentation '%TITLE'. The file size has changed from %OLDFILESIZE MB to approximated %NEWFILESIZE MB.</value>
+ <prop oor:name="STR_INFO_SECONDARY_2" oor:type="xs:string" oor:localized="true">
+ <info><desc>String STR_INFO_SECONDARY_2.</desc></info>
+ <value>The file size has changed from %OLDFILESIZE MB to approximated %NEWFILESIZE MB.</value>
</prop>
- <prop oor:name="STR_INFO_3" oor:type="xs:string" oor:localized="true">
- <info><desc>String STR_INFO_3.</desc></info>
- <value>The Presentation Minimizer has successfully updated the presentation '%TITLE'. The file size has changed to %NEWFILESIZE MB.</value>
+ <prop oor:name="STR_INFO_SECONDARY_3" oor:type="xs:string" oor:localized="true">
+ <info><desc>String STR_INFO_SECONDARY_3.</desc></info>
+ <value>The file size has changed to %NEWFILESIZE MB.</value>
</prop>
- <prop oor:name="STR_INFO_4" oor:type="xs:string" oor:localized="true">
- <info><desc>String STR_INFO_4.</desc></info>
- <value>The Presentation Minimizer has successfully updated the presentation '%TITLE'. The file size has changed to approximated %NEWFILESIZE MB.</value>
+ <prop oor:name="STR_INFO_SECONDARY_4" oor:type="xs:string" oor:localized="true">
+ <info><desc>String STR_INFO_SECONDARY_4.</desc></info>
+ <value>The file size has changed to approximated %NEWFILESIZE MB.</value>
</prop>
<prop oor:name="STR_DUPLICATING_PRESENTATION" oor:type="xs:string" oor:localized="true">
<info><desc>String STR_DUPLICATING_PRESENTATION.</desc></info>