summaryrefslogtreecommitdiff
path: root/sd/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-06-11 20:56:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-07-21 08:20:50 +0100
commit00657aef09d854c74fb426a935a3e8b1fc390bb0 (patch)
treefd1a9bb264fe15dcc129498e62060ecd256b1ee7 /sd/uiconfig
parentfa987cbb813cfd729fe490f2f1258b7c8d7fb174 (diff)
migrate to boost::gettext
* all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string") * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching MODULE .mo files * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui goes from l10n target to normal one, so the res/lang.zips of UI files go away * translation via Translation::get(hrc-define-key, imbued-std::locale) * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there to keep finding the .hrc file uniform) so magic numbers can go away there * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation mechanism * en-US res files go away, their strings are now the .hrc keys in the source code * remaining .res files are replaced by .mo files * in .res/.ui-lang-zip files, the old scheme missing translations of strings results in inserting the english original so something can be found, now the standard fallback of using the english original from the source key is used, so partial translations shrink dramatically in size * extract .hrc strings with hrcex which backs onto xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap * extract .ui strings with uiex which backs onto xgettext --add-comments --no-wrap * qtz for gettext translations is generated at runtime as ascii-ified crc32 of content + "|" + msgid * [API CHANGE] remove deprecated binary .res resouce loader related uno apis com::sun::star::resource::OfficeResourceLoader com::sun::star::resource::XResourceBundleLoader com::sun::star::resource::XResourceBundle when translating strings via uno apis com.sun.star.resource.StringResourceWithLocation can continue to be used Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
Diffstat (limited to 'sd/uiconfig')
-rw-r--r--sd/uiconfig/sdraw/ui/breakdialog.ui10
-rw-r--r--sd/uiconfig/sdraw/ui/bulletsandnumbering.ui16
-rw-r--r--sd/uiconfig/sdraw/ui/copydlg.ui32
-rw-r--r--sd/uiconfig/sdraw/ui/crossfadedialog.ui12
-rw-r--r--sd/uiconfig/sdraw/ui/dlgsnap.ui18
-rw-r--r--sd/uiconfig/sdraw/ui/drawchardialog.ui12
-rw-r--r--sd/uiconfig/sdraw/ui/drawpagedialog.ui10
-rw-r--r--sd/uiconfig/sdraw/ui/drawparadialog.ui14
-rw-r--r--sd/uiconfig/sdraw/ui/drawprtldialog.ui36
-rw-r--r--sd/uiconfig/sdraw/ui/insertlayer.ui16
-rw-r--r--sd/uiconfig/sdraw/ui/insertslidesdialog.ui8
-rw-r--r--sd/uiconfig/sdraw/ui/namedesign.ui4
-rw-r--r--sd/uiconfig/sdraw/ui/paranumberingtab.ui8
-rw-r--r--sd/uiconfig/sdraw/ui/printeroptions.ui26
-rw-r--r--sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui8
-rw-r--r--sd/uiconfig/sdraw/ui/tabledesigndialog.ui16
-rw-r--r--sd/uiconfig/sdraw/ui/vectorize.ui18
-rw-r--r--sd/uiconfig/simpress/ui/annotationmenu.ui22
-rw-r--r--sd/uiconfig/simpress/ui/annotationtagmenu.ui10
-rw-r--r--sd/uiconfig/simpress/ui/currentmastermenu.ui14
-rw-r--r--sd/uiconfig/simpress/ui/customanimationeffecttab.ui36
-rw-r--r--sd/uiconfig/simpress/ui/customanimationproperties.ui10
-rw-r--r--sd/uiconfig/simpress/ui/customanimationspanel.ui52
-rw-r--r--sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui46
-rw-r--r--sd/uiconfig/simpress/ui/customanimationtexttab.ui24
-rw-r--r--sd/uiconfig/simpress/ui/customanimationtimingtab.ui26
-rw-r--r--sd/uiconfig/simpress/ui/customslideshows.ui10
-rw-r--r--sd/uiconfig/simpress/ui/definecustomslideshow.ui14
-rw-r--r--sd/uiconfig/simpress/ui/dlgfield.ui14
-rw-r--r--sd/uiconfig/simpress/ui/dockinganimation.ui64
-rw-r--r--sd/uiconfig/simpress/ui/effectmenu.ui14
-rw-r--r--sd/uiconfig/simpress/ui/fontsizemenu.ui10
-rw-r--r--sd/uiconfig/simpress/ui/fontstylemenu.ui8
-rw-r--r--sd/uiconfig/simpress/ui/headerfooterdialog.ui10
-rw-r--r--sd/uiconfig/simpress/ui/headerfootertab.ui30
-rw-r--r--sd/uiconfig/simpress/ui/insertslides.ui10
-rw-r--r--sd/uiconfig/simpress/ui/interactiondialog.ui4
-rw-r--r--sd/uiconfig/simpress/ui/interactionpage.ui14
-rw-r--r--sd/uiconfig/simpress/ui/layoutmenu.ui6
-rw-r--r--sd/uiconfig/simpress/ui/masterlayoutdlg.ui16
-rw-r--r--sd/uiconfig/simpress/ui/mastermenu.ui10
-rw-r--r--sd/uiconfig/simpress/ui/navigatorpanel.ui18
-rw-r--r--sd/uiconfig/simpress/ui/notebookbar.ui42
-rw-r--r--sd/uiconfig/simpress/ui/notebookbar_groups.ui92
-rw-r--r--sd/uiconfig/simpress/ui/optimpressgeneralpage.ui46
-rw-r--r--sd/uiconfig/simpress/ui/photoalbum.ui30
-rw-r--r--sd/uiconfig/simpress/ui/presentationdialog.ui54
-rw-r--r--sd/uiconfig/simpress/ui/printeroptions.ui28
-rw-r--r--sd/uiconfig/simpress/ui/prntopts.ui46
-rw-r--r--sd/uiconfig/simpress/ui/publishingdialog.ui118
-rw-r--r--sd/uiconfig/simpress/ui/remotedialog.ui6
-rw-r--r--sd/uiconfig/simpress/ui/rotatemenu.ui14
-rw-r--r--sd/uiconfig/simpress/ui/scalemenu.ui16
-rw-r--r--sd/uiconfig/simpress/ui/sdviewpage.ui12
-rw-r--r--sd/uiconfig/simpress/ui/sidebarslidebackground.ui30
-rw-r--r--sd/uiconfig/simpress/ui/slidecontextmenu.ui40
-rw-r--r--sd/uiconfig/simpress/ui/slidedesigndialog.ui12
-rw-r--r--sd/uiconfig/simpress/ui/slidetransitionspanel.ui32
-rw-r--r--sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui28
-rw-r--r--sd/uiconfig/simpress/ui/tabledesignpanel.ui14
-rw-r--r--sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui14
-rw-r--r--sd/uiconfig/simpress/ui/templatedialog.ui36
62 files changed, 733 insertions, 733 deletions
diff --git a/sd/uiconfig/sdraw/ui/breakdialog.ui b/sd/uiconfig/sdraw/ui/breakdialog.ui
index 8ae980ae4a77..63d4744475a3 100644
--- a/sd/uiconfig/sdraw/ui/breakdialog.ui
+++ b/sd/uiconfig/sdraw/ui/breakdialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sd">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="BreakDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Break</property>
+ <property name="title" translatable="yes" context="breakdialog|BreakDialog">Break</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -48,7 +48,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Processing metafile:</property>
+ <property name="label" translatable="yes" context="breakdialog|label1">Processing metafile:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -62,7 +62,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Broken down metaobjects:</property>
+ <property name="label" translatable="yes" context="breakdialog|label2">Broken down metaobjects:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -76,7 +76,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Inserted drawing objects:</property>
+ <property name="label" translatable="yes" context="breakdialog|label3">Inserted drawing objects:</property>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/sd/uiconfig/sdraw/ui/bulletsandnumbering.ui b/sd/uiconfig/sdraw/ui/bulletsandnumbering.ui
index dba01c0e8f9a..38bd8f5654ec 100644
--- a/sd/uiconfig/sdraw/ui/bulletsandnumbering.ui
+++ b/sd/uiconfig/sdraw/ui/bulletsandnumbering.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="BulletsAndNumberingDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Bullets and Numbering</property>
+ <property name="title" translatable="yes" context="bulletsandnumbering|BulletsAndNumberingDialog">Bullets and Numbering</property>
<property name="window_position">mouse</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -64,7 +64,7 @@
</child>
<child>
<object class="GtkButton" id="reset">
- <property name="label" translatable="yes">Reset</property>
+ <property name="label" translatable="yes" context="bulletsandnumbering|reset">Reset</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -96,7 +96,7 @@
<object class="GtkLabel" id="bullets">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Bullets</property>
+ <property name="label" translatable="yes" context="bulletsandnumbering|bullets">Bullets</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -109,7 +109,7 @@
<object class="GtkLabel" id="singlenum">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Numbering</property>
+ <property name="label" translatable="yes" context="bulletsandnumbering|singlenum">Numbering</property>
</object>
<packing>
<property name="position">1</property>
@@ -123,7 +123,7 @@
<object class="GtkLabel" id="graphics">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Image</property>
+ <property name="label" translatable="yes" context="bulletsandnumbering|graphics">Image</property>
</object>
<packing>
<property name="position">2</property>
@@ -137,7 +137,7 @@
<object class="GtkLabel" id="position">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position</property>
+ <property name="label" translatable="yes" context="bulletsandnumbering|position">Position</property>
</object>
<packing>
<property name="position">3</property>
@@ -151,7 +151,7 @@
<object class="GtkLabel" id="customize">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Customize</property>
+ <property name="label" translatable="yes" context="bulletsandnumbering|customize">Customize</property>
</object>
<packing>
<property name="position">4</property>
diff --git a/sd/uiconfig/sdraw/ui/copydlg.ui b/sd/uiconfig/sdraw/ui/copydlg.ui
index 07c1a506afda..87baa25e17ae 100644
--- a/sd/uiconfig/sdraw/ui/copydlg.ui
+++ b/sd/uiconfig/sdraw/ui/copydlg.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -29,7 +29,7 @@
<object class="GtkDialog" id="DuplicateDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Duplicate</property>
+ <property name="title" translatable="yes" context="copydlg|DuplicateDialog">Duplicate</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -72,7 +72,7 @@
</child>
<child>
<object class="GtkButton" id="default">
- <property name="label" translatable="yes">_Default</property>
+ <property name="label" translatable="yes" context="copydlg|default">_Default</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Number of _copies:</property>
+ <property name="label" translatable="yes" context="copydlg|label4">Number of _copies:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">copies</property>
</object>
@@ -154,11 +154,11 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Values from Selection</property>
+ <property name="tooltip_text" translatable="yes" context="copydlg|viewdata|tooltip_text">Values from Selection</property>
<property name="image">image1</property>
<child internal-child="accessible">
<object class="AtkObject" id="viewdata-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Values from Selection</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="copydlg|viewdata-atkobject">Values from Selection</property>
</object>
</child>
</object>
@@ -200,7 +200,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_X axis:</property>
+ <property name="label" translatable="yes" context="copydlg|label5">_X axis:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">x:0.00cm</property>
<property name="xalign">0</property>
@@ -214,7 +214,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Y axis:</property>
+ <property name="label" translatable="yes" context="copydlg|label6">_Y axis:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">y:0.00cm</property>
<property name="xalign">0</property>
@@ -228,7 +228,7 @@
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Angle:</property>
+ <property name="label" translatable="yes" context="copydlg|label7">_Angle:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">angle:0degrees</property>
<property name="xalign">0</property>
@@ -288,7 +288,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Placement</property>
+ <property name="label" translatable="yes" context="copydlg|label1">Placement</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -326,7 +326,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Width:</property>
+ <property name="label" translatable="yes" context="copydlg|label8">_Width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">width:0.00cm</property>
<property name="xalign">0</property>
@@ -340,7 +340,7 @@
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Height:</property>
+ <property name="label" translatable="yes" context="copydlg|label9">_Height:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">height:0.00cm</property>
<property name="xalign">0</property>
@@ -386,7 +386,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Enlargement</property>
+ <property name="label" translatable="yes" context="copydlg|label2">Enlargement</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -424,7 +424,7 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Start:</property>
+ <property name="label" translatable="yes" context="copydlg|label10">_Start:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">start</property>
<property name="xalign">0</property>
@@ -438,7 +438,7 @@
<object class="GtkLabel" id="endlabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_End:</property>
+ <property name="label" translatable="yes" context="copydlg|endlabel">_End:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">end</property>
<property name="xalign">0</property>
@@ -478,7 +478,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Colors</property>
+ <property name="label" translatable="yes" context="copydlg|label3">Colors</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/sdraw/ui/crossfadedialog.ui b/sd/uiconfig/sdraw/ui/crossfadedialog.ui
index bb7715cab0ca..93b64006e200 100644
--- a/sd/uiconfig/sdraw/ui/crossfadedialog.ui
+++ b/sd/uiconfig/sdraw/ui/crossfadedialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -12,7 +12,7 @@
<object class="GtkDialog" id="CrossFadeDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Cross-fading</property>
+ <property name="title" translatable="yes" context="crossfadedialog|CrossFadeDialog">Cross-fading</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -99,7 +99,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="orientation">
- <property name="label" translatable="yes">Same orientation</property>
+ <property name="label" translatable="yes" context="crossfadedialog|orientation">Same orientation</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -115,7 +115,7 @@
</child>
<child>
<object class="GtkCheckButton" id="attributes">
- <property name="label" translatable="yes">Cross-fade attributes</property>
+ <property name="label" translatable="yes" context="crossfadedialog|attributes">Cross-fade attributes</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -134,7 +134,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Increments:</property>
+ <property name="label" translatable="yes" context="crossfadedialog|label2">Increments:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">increments</property>
</object>
@@ -163,7 +163,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Settings</property>
+ <property name="label" translatable="yes" context="crossfadedialog|label1">Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/sdraw/ui/dlgsnap.ui b/sd/uiconfig/sdraw/ui/dlgsnap.ui
index c03169e322ec..b66b879199ab 100644
--- a/sd/uiconfig/sdraw/ui/dlgsnap.ui
+++ b/sd/uiconfig/sdraw/ui/dlgsnap.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">-5000000</property>
@@ -32,7 +32,7 @@
<object class="GtkDialog" id="SnapObjectDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">New Snap Object</property>
+ <property name="title" translatable="yes" context="dlgsnap|SnapObjectDialog">New Snap Object</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -167,7 +167,7 @@
<object class="GtkLabel" id="xlabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_X:</property>
+ <property name="label" translatable="yes" context="dlgsnap|xlabel">_X:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">x:0.00cm</property>
</object>
@@ -180,7 +180,7 @@
<object class="GtkLabel" id="ylabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Y:</property>
+ <property name="label" translatable="yes" context="dlgsnap|ylabel">_Y:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">y:0.00cm</property>
</object>
@@ -197,7 +197,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position</property>
+ <property name="label" translatable="yes" context="dlgsnap|label1">Position</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -230,7 +230,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkRadioButton" id="point">
- <property name="label" translatable="yes">_Point</property>
+ <property name="label" translatable="yes" context="dlgsnap|point">_Point</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -249,7 +249,7 @@
</child>
<child>
<object class="GtkRadioButton" id="vert">
- <property name="label" translatable="yes">_Vertical</property>
+ <property name="label" translatable="yes" context="dlgsnap|vert">_Vertical</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -267,7 +267,7 @@
</child>
<child>
<object class="GtkRadioButton" id="horz">
- <property name="label" translatable="yes">Hori_zontal</property>
+ <property name="label" translatable="yes" context="dlgsnap|horz">Hori_zontal</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -291,7 +291,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Type</property>
+ <property name="label" translatable="yes" context="dlgsnap|label2">Type</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/sdraw/ui/drawchardialog.ui b/sd/uiconfig/sdraw/ui/drawchardialog.ui
index 7b763d84a944..763ffa3991cf 100644
--- a/sd/uiconfig/sdraw/ui/drawchardialog.ui
+++ b/sd/uiconfig/sdraw/ui/drawchardialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="DrawCharDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Character</property>
+ <property name="title" translatable="yes" context="drawchardialog|DrawCharDialog">Character</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -96,7 +96,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_CHAR_NAME">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Fonts</property>
+ <property name="label" translatable="yes" context="drawchardialog|RID_SVXPAGE_CHAR_NAME">Fonts</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -109,7 +109,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_CHAR_EFFECTS">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Font Effects</property>
+ <property name="label" translatable="yes" context="drawchardialog|RID_SVXPAGE_CHAR_EFFECTS">Font Effects</property>
</object>
<packing>
<property name="position">1</property>
@@ -123,7 +123,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_CHAR_POSITION">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position</property>
+ <property name="label" translatable="yes" context="drawchardialog|RID_SVXPAGE_CHAR_POSITION">Position</property>
</object>
<packing>
<property name="position">2</property>
@@ -137,7 +137,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_BACKGROUND">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Highlighting</property>
+ <property name="label" translatable="yes" context="drawchardialog|RID_SVXPAGE_BACKGROUND">Highlighting</property>
</object>
<packing>
<property name="position">3</property>
diff --git a/sd/uiconfig/sdraw/ui/drawpagedialog.ui b/sd/uiconfig/sdraw/ui/drawpagedialog.ui
index 087cc4b63c44..e126d52fe413 100644
--- a/sd/uiconfig/sdraw/ui/drawpagedialog.ui
+++ b/sd/uiconfig/sdraw/ui/drawpagedialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="DrawPageDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Page Setup</property>
+ <property name="title" translatable="yes" context="drawpagedialog|DrawPageDialog">Page Setup</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -96,7 +96,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_PAGE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Page</property>
+ <property name="label" translatable="yes" context="drawpagedialog|RID_SVXPAGE_PAGE">Page</property>
</object>
<packing>
<property name="position">0</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_AREA">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Background</property>
+ <property name="label" translatable="yes" context="drawpagedialog|RID_SVXPAGE_AREA">Background</property>
</object>
<packing>
<property name="position">1</property>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_TRANSPARENCE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Transparency</property>
+ <property name="label" translatable="yes" context="drawpagedialog|RID_SVXPAGE_TRANSPARENCE">Transparency</property>
</object>
<packing>
<property name="position">2</property>
diff --git a/sd/uiconfig/sdraw/ui/drawparadialog.ui b/sd/uiconfig/sdraw/ui/drawparadialog.ui
index 019958c5298b..b9ab7f223cd1 100644
--- a/sd/uiconfig/sdraw/ui/drawparadialog.ui
+++ b/sd/uiconfig/sdraw/ui/drawparadialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="DrawParagraphPropertiesDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Paragraph</property>
+ <property name="title" translatable="yes" context="drawparadialog|DrawParagraphPropertiesDialog">Paragraph</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -96,7 +96,7 @@
<object class="GtkLabel" id="labelTP_PARA_STD">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Indents &amp; Spacing</property>
+ <property name="label" translatable="yes" context="drawparadialog|labelTP_PARA_STD">Indents &amp; Spacing</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -109,7 +109,7 @@
<object class="GtkLabel" id="labelTP_PARA_ASIAN">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Asian Typography</property>
+ <property name="label" translatable="yes" context="drawparadialog|labelTP_PARA_ASIAN">Asian Typography</property>
</object>
<packing>
<property name="position">1</property>
@@ -123,7 +123,7 @@
<object class="GtkLabel" id="labelTP_TABULATOR">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Tabs</property>
+ <property name="label" translatable="yes" context="drawparadialog|labelTP_TABULATOR">Tabs</property>
</object>
<packing>
<property name="position">2</property>
@@ -138,7 +138,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0.4699999988079071</property>
- <property name="label" translatable="yes">Alignment</property>
+ <property name="label" translatable="yes" context="drawparadialog|labelTP_PARA_ALIGN">Alignment</property>
</object>
<packing>
<property name="position">3</property>
@@ -152,7 +152,7 @@
<object class="GtkLabel" id="labelNUMBERING">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Numbering</property>
+ <property name="label" translatable="yes" context="drawparadialog|labelNUMBERING">Numbering</property>
</object>
<packing>
<property name="position">4</property>
diff --git a/sd/uiconfig/sdraw/ui/drawprtldialog.ui b/sd/uiconfig/sdraw/ui/drawprtldialog.ui
index 561f63000965..8508220870b6 100644
--- a/sd/uiconfig/sdraw/ui/drawprtldialog.ui
+++ b/sd/uiconfig/sdraw/ui/drawprtldialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="DrawPRTLDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Presentation Layout</property>
+ <property name="title" translatable="yes" context="drawprtldialog|DrawPRTLDialog">Presentation Layout</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -96,7 +96,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_LINE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Line</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_LINE">Line</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -109,7 +109,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_AREA">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Area</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_AREA">Area</property>
</object>
<packing>
<property name="position">1</property>
@@ -123,7 +123,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_SHADOW">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Shadow</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_SHADOW">Shadow</property>
</object>
<packing>
<property name="position">2</property>
@@ -137,7 +137,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_TRANSPARENCE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Transparency</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_TRANSPARENCE">Transparency</property>
</object>
<packing>
<property name="position">3</property>
@@ -151,7 +151,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_CHAR_NAME">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Font</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_CHAR_NAME">Font</property>
</object>
<packing>
<property name="position">4</property>
@@ -165,7 +165,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_CHAR_EFFECTS">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Font Effects</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_CHAR_EFFECTS">Font Effects</property>
</object>
<packing>
<property name="position">5</property>
@@ -179,7 +179,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_STD_PARAGRAPH">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Indents &amp; Spacing</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_STD_PARAGRAPH">Indents &amp; Spacing</property>
</object>
<packing>
<property name="position">6</property>
@@ -193,7 +193,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_TEXTATTR">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_TEXTATTR">Text</property>
</object>
<packing>
<property name="position">7</property>
@@ -207,7 +207,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_PICK_BULLET">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Bullets</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_PICK_BULLET">Bullets</property>
</object>
<packing>
<property name="position">8</property>
@@ -221,7 +221,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_PICK_SINGLE_NUM">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Numbering</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_PICK_SINGLE_NUM">Numbering</property>
</object>
<packing>
<property name="position">9</property>
@@ -235,7 +235,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_PICK_BMP">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Image</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_PICK_BMP">Image</property>
</object>
<packing>
<property name="position">10</property>
@@ -249,7 +249,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_NUM_OPTIONS">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Customize</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_NUM_OPTIONS">Customize</property>
</object>
<packing>
<property name="position">11</property>
@@ -263,7 +263,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_ALIGN_PARAGRAPH">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Alignment</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_ALIGN_PARAGRAPH">Alignment</property>
</object>
<packing>
<property name="position">12</property>
@@ -277,7 +277,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_PARA_ASIAN">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Asian Typography</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_PARA_ASIAN">Asian Typography</property>
</object>
<packing>
<property name="position">13</property>
@@ -291,7 +291,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_TABULATOR">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Tabs</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_TABULATOR">Tabs</property>
</object>
<packing>
<property name="position">14</property>
@@ -305,7 +305,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_BACKGROUND">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Highlighting</property>
+ <property name="label" translatable="yes" context="drawprtldialog|RID_SVXPAGE_BACKGROUND">Highlighting</property>
</object>
<packing>
<property name="position">15</property>
diff --git a/sd/uiconfig/sdraw/ui/insertlayer.ui b/sd/uiconfig/sdraw/ui/insertlayer.ui
index 6fe8870d178d..3eab93e53e45 100644
--- a/sd/uiconfig/sdraw/ui/insertlayer.ui
+++ b/sd/uiconfig/sdraw/ui/insertlayer.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="InsertLayerDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Layer</property>
+ <property name="title" translatable="yes" context="insertlayer|InsertLayerDialog">Insert Layer</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox4">
@@ -103,7 +103,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Name</property>
+ <property name="label" translatable="yes" context="insertlayer|label4">_Name</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -143,7 +143,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Title</property>
+ <property name="label" translatable="yes" context="insertlayer|label5">_Title</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -194,7 +194,7 @@
<object class="GtkLabel" id="description">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Description</property>
+ <property name="label" translatable="yes" context="insertlayer|description">_Description</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -210,7 +210,7 @@
</child>
<child>
<object class="GtkCheckButton" id="visible">
- <property name="label" translatable="yes">_Visible</property>
+ <property name="label" translatable="yes" context="insertlayer|visible">_Visible</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -226,7 +226,7 @@
</child>
<child>
<object class="GtkCheckButton" id="printable">
- <property name="label" translatable="yes">_Printable</property>
+ <property name="label" translatable="yes" context="insertlayer|printable">_Printable</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -242,7 +242,7 @@
</child>
<child>
<object class="GtkCheckButton" id="locked">
- <property name="label" translatable="yes">_Locked</property>
+ <property name="label" translatable="yes" context="insertlayer|locked">_Locked</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/sd/uiconfig/sdraw/ui/insertslidesdialog.ui b/sd/uiconfig/sdraw/ui/insertslidesdialog.ui
index 4586900fb5a8..c2dfea0298cb 100644
--- a/sd/uiconfig/sdraw/ui/insertslidesdialog.ui
+++ b/sd/uiconfig/sdraw/ui/insertslidesdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="InsertSlidesDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Slides/Objects</property>
+ <property name="title" translatable="yes" context="insertslidesdialog|InsertSlidesDialog">Insert Slides/Objects</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -80,7 +80,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="backgrounds">
- <property name="label" translatable="yes">Delete unused backg_rounds</property>
+ <property name="label" translatable="yes" context="insertslidesdialog|backgrounds">Delete unused backg_rounds</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -95,7 +95,7 @@
</child>
<child>
<object class="GtkCheckButton" id="links">
- <property name="label" translatable="yes">_Link</property>
+ <property name="label" translatable="yes" context="insertslidesdialog|links">_Link</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/sd/uiconfig/sdraw/ui/namedesign.ui b/sd/uiconfig/sdraw/ui/namedesign.ui
index 6ab4730ed368..5d58dad3fe20 100644
--- a/sd/uiconfig/sdraw/ui/namedesign.ui
+++ b/sd/uiconfig/sdraw/ui/namedesign.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="NameDesignDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Name HTML Design</property>
+ <property name="title" translatable="yes" context="namedesign|NameDesignDialog">Name HTML Design</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
diff --git a/sd/uiconfig/sdraw/ui/paranumberingtab.ui b/sd/uiconfig/sdraw/ui/paranumberingtab.ui
index f6ededb0a9e0..1fcd6cea9f97 100644
--- a/sd/uiconfig/sdraw/ui/paranumberingtab.ui
+++ b/sd/uiconfig/sdraw/ui/paranumberingtab.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">9999</property>
@@ -27,7 +27,7 @@
<property name="column_spacing">6</property>
<child>
<object class="GtkCheckButton" id="checkbuttonCB_NEW_START">
- <property name="label" translatable="yes">R_estart at this paragraph</property>
+ <property name="label" translatable="yes" context="paranumberingtab|checkbuttonCB_NEW_START">R_estart at this paragraph</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -57,7 +57,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkbuttonCB_NUMBER_NEW_START">
- <property name="label" translatable="yes">S_tart with:</property>
+ <property name="label" translatable="yes" context="paranumberingtab|checkbuttonCB_NUMBER_NEW_START">S_tart with:</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">False</property>
@@ -82,7 +82,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Paragraph Numbering</property>
+ <property name="label" translatable="yes" context="paranumberingtab|label1">Paragraph Numbering</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/sdraw/ui/printeroptions.ui b/sd/uiconfig/sdraw/ui/printeroptions.ui
index 1c2f33002196..38edf40a5c73 100644
--- a/sd/uiconfig/sdraw/ui/printeroptions.ui
+++ b/sd/uiconfig/sdraw/ui/printeroptions.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="box">
<property name="visible">True</property>
@@ -29,7 +29,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="printname">
- <property name="label" translatable="yes">Page name</property>
+ <property name="label" translatable="yes" context="printeroptions|printname">Page name</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -45,7 +45,7 @@
</child>
<child>
<object class="GtkCheckButton" id="printdatetime">
- <property name="label" translatable="yes">Date and time</property>
+ <property name="label" translatable="yes" context="printeroptions|printdatetime">Date and time</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -67,7 +67,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Contents</property>
+ <property name="label" translatable="yes" context="printeroptions|label4">Contents</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -100,7 +100,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="originalcolors">
- <property name="label" translatable="yes">Original size</property>
+ <property name="label" translatable="yes" context="printeroptions|originalcolors">Original size</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -118,7 +118,7 @@
</child>
<child>
<object class="GtkRadioButton" id="grayscale">
- <property name="label" translatable="yes">Grayscale</property>
+ <property name="label" translatable="yes" context="printeroptions|grayscale">Grayscale</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -136,7 +136,7 @@
</child>
<child>
<object class="GtkRadioButton" id="blackandwhite">
- <property name="label" translatable="yes">Black &amp; white</property>
+ <property name="label" translatable="yes" context="printeroptions|blackandwhite">Black &amp; white</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -160,7 +160,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Color</property>
+ <property name="label" translatable="yes" context="printeroptions|label5">Color</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -193,7 +193,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="originalsize">
- <property name="label" translatable="yes">Original size</property>
+ <property name="label" translatable="yes" context="printeroptions|originalsize">Original size</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -211,7 +211,7 @@
</child>
<child>
<object class="GtkRadioButton" id="fittoprintable">
- <property name="label" translatable="yes">Fit to printable page</property>
+ <property name="label" translatable="yes" context="printeroptions|fittoprintable">Fit to printable page</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -229,7 +229,7 @@
</child>
<child>
<object class="GtkRadioButton" id="distributeonmultiple">
- <property name="label" translatable="yes">Distribute on multiple sheets of paper</property>
+ <property name="label" translatable="yes" context="printeroptions|distributeonmultiple">Distribute on multiple sheets of paper</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -247,7 +247,7 @@
</child>
<child>
<object class="GtkRadioButton" id="tilesheet">
- <property name="label" translatable="yes">Tile sheet of paper with repeated pages</property>
+ <property name="label" translatable="yes" context="printeroptions|tilesheet">Tile sheet of paper with repeated pages</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -271,7 +271,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Size</property>
+ <property name="label" translatable="yes" context="printeroptions|label6">Size</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui b/sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui
index 77238491d241..ad01ff617e81 100644
--- a/sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui
+++ b/sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="QueryUnlinkImageDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Release image's link?</property>
+ <property name="title" translatable="yes" context="queryunlinkimagedialog|QueryUnlinkImageDialog">Release image's link?</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="message_type">question</property>
<property name="buttons">yes-no</property>
- <property name="text" translatable="yes">This image is linked to a document.</property>
- <property name="secondary_text" translatable="yes">Do you want to unlink the image in order to edit it?</property>
+ <property name="text" translatable="yes" context="queryunlinkimagedialog|QueryUnlinkImageDialog">This image is linked to a document.</property>
+ <property name="secondary_text" translatable="yes" context="queryunlinkimagedialog|QueryUnlinkImageDialog">Do you want to unlink the image in order to edit it?</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox4">
<property name="can_focus">False</property>
diff --git a/sd/uiconfig/sdraw/ui/tabledesigndialog.ui b/sd/uiconfig/sdraw/ui/tabledesigndialog.ui
index d7572202c31e..1932b4886e31 100644
--- a/sd/uiconfig/sdraw/ui/tabledesigndialog.ui
+++ b/sd/uiconfig/sdraw/ui/tabledesigndialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="TableDesignDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Table Design</property>
+ <property name="title" translatable="yes" context="tabledesigndialog|TableDesignDialog">Table Design</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -82,7 +82,7 @@
<property name="column_homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="UseFirstRowStyle">
- <property name="label" translatable="yes">_Header row</property>
+ <property name="label" translatable="yes" context="tabledesigndialog|UseFirstRowStyle">_Header row</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -97,7 +97,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseLastRowStyle">
- <property name="label" translatable="yes">Tot_al row</property>
+ <property name="label" translatable="yes" context="tabledesigndialog|UseLastRowStyle">Tot_al row</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -112,7 +112,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseBandingRowStyle">
- <property name="label" translatable="yes">_Banded rows</property>
+ <property name="label" translatable="yes" context="tabledesigndialog|UseBandingRowStyle">_Banded rows</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -127,7 +127,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseFirstColumnStyle">
- <property name="label" translatable="yes">Fi_rst column</property>
+ <property name="label" translatable="yes" context="tabledesigndialog|UseFirstColumnStyle">Fi_rst column</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -142,7 +142,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseLastColumnStyle">
- <property name="label" translatable="yes">_Last column</property>
+ <property name="label" translatable="yes" context="tabledesigndialog|UseLastColumnStyle">_Last column</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -157,7 +157,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseBandingColumnStyle">
- <property name="label" translatable="yes">Ba_nded columns</property>
+ <property name="label" translatable="yes" context="tabledesigndialog|UseBandingColumnStyle">Ba_nded columns</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/sd/uiconfig/sdraw/ui/vectorize.ui b/sd/uiconfig/sdraw/ui/vectorize.ui
index 683c810c2855..2ce3b6586b59 100644
--- a/sd/uiconfig/sdraw/ui/vectorize.ui
+++ b/sd/uiconfig/sdraw/ui/vectorize.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">8</property>
@@ -24,7 +24,7 @@
<object class="GtkDialog" id="VectorizeDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Convert to Polygon</property>
+ <property name="title" translatable="yes" context="vectorize|VectorizeDialog">Convert to Polygon</property>
<property name="resizable">False</property>
<property name="window_position">mouse</property>
<property name="type_hint">dialog</property>
@@ -69,7 +69,7 @@
</child>
<child>
<object class="GtkButton" id="preview">
- <property name="label" translatable="yes">Preview</property>
+ <property name="label" translatable="yes" context="vectorize|preview">Preview</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -115,7 +115,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Number of colors:</property>
+ <property name="label" translatable="yes" context="vectorize|label2">Number of colors:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">colors</property>
</object>
@@ -141,7 +141,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Point reduction:</property>
+ <property name="label" translatable="yes" context="vectorize|label3">Point reduction:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">points:0px</property>
</object>
@@ -169,7 +169,7 @@
<property name="margin_left">12</property>
<property name="xalign">0</property>
<property name="xpad">12</property>
- <property name="label" translatable="yes">Tile size:</property>
+ <property name="label" translatable="yes" context="vectorize|tilesft">Tile size:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">tiles:0px</property>
</object>
@@ -192,7 +192,7 @@
</child>
<child>
<object class="GtkCheckButton" id="fillholes">
- <property name="label" translatable="yes">_Fill holes</property>
+ <property name="label" translatable="yes" context="vectorize|fillholes">_Fill holes</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -226,7 +226,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Source image:</property>
+ <property name="label" translatable="yes" context="vectorize|label5">Source image:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">tiles:0px</property>
</object>
@@ -240,7 +240,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Vectorized image:</property>
+ <property name="label" translatable="yes" context="vectorize|label6">Vectorized image:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">tiles:0px</property>
</object>
diff --git a/sd/uiconfig/simpress/ui/annotationmenu.ui b/sd/uiconfig/simpress/ui/annotationmenu.ui
index 0e8ba5f39645..6235c0172b05 100644
--- a/sd/uiconfig/simpress/ui/annotationmenu.ui
+++ b/sd/uiconfig/simpress/ui/annotationmenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -10,7 +10,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:ReplyToAnnotation</property>
- <property name="label" translatable="yes">_Reply</property>
+ <property name="label" translatable="yes" context="annotationmenu|reply">_Reply</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -25,7 +25,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:Bold</property>
- <property name="label" translatable="yes">_Bold</property>
+ <property name="label" translatable="yes" context="annotationmenu|bold">_Bold</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -34,7 +34,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:Italic</property>
- <property name="label" translatable="yes">_Italic</property>
+ <property name="label" translatable="yes" context="annotationmenu|italic">_Italic</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -43,7 +43,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:Underline</property>
- <property name="label" translatable="yes">_Underline</property>
+ <property name="label" translatable="yes" context="annotationmenu|underline">_Underline</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -52,7 +52,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:Strikeout</property>
- <property name="label" translatable="yes">_Strikethrough</property>
+ <property name="label" translatable="yes" context="annotationmenu|strike">_Strikethrough</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -67,7 +67,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:Copy</property>
- <property name="label" translatable="yes">_Copy</property>
+ <property name="label" translatable="yes" context="annotationmenu|copy">_Copy</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -76,7 +76,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:Paste</property>
- <property name="label" translatable="yes">_Paste</property>
+ <property name="label" translatable="yes" context="annotationmenu|paste">_Paste</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -91,7 +91,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:DeleteAnnotation</property>
- <property name="label" translatable="yes">_Delete Comment</property>
+ <property name="label" translatable="yes" context="annotationmenu|delete">_Delete Comment</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -100,7 +100,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:DeleteAllAnnotationByAuthor</property>
- <property name="label" translatable="yes">Delete All Comments b_y %1</property>
+ <property name="label" translatable="yes" context="annotationmenu|deleteby">Delete All Comments b_y %1</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -109,7 +109,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:DeleteAllAnnotation</property>
- <property name="label" translatable="yes">Delete _All Comments</property>
+ <property name="label" translatable="yes" context="annotationmenu|deleteall">Delete _All Comments</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sd/uiconfig/simpress/ui/annotationtagmenu.ui b/sd/uiconfig/simpress/ui/annotationtagmenu.ui
index f65dea877a7e..71d2b910d9ef 100644
--- a/sd/uiconfig/simpress/ui/annotationtagmenu.ui
+++ b/sd/uiconfig/simpress/ui/annotationtagmenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkMenuItem" id="reply">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Reply</property>
+ <property name="label" translatable="yes" context="annotationtagmenu|reply">_Reply</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -23,7 +23,7 @@
<object class="GtkMenuItem" id="delete">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Delete Comment</property>
+ <property name="label" translatable="yes" context="annotationtagmenu|delete">_Delete Comment</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -31,7 +31,7 @@
<object class="GtkMenuItem" id="deleteby">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Delete All Comments b_y %1</property>
+ <property name="label" translatable="yes" context="annotationtagmenu|deleteby">Delete All Comments b_y %1</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -39,7 +39,7 @@
<object class="GtkMenuItem" id="deleteall">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Delete _All Comments</property>
+ <property name="label" translatable="yes" context="annotationtagmenu|deleteall">Delete _All Comments</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sd/uiconfig/simpress/ui/currentmastermenu.ui b/sd/uiconfig/simpress/ui/currentmastermenu.ui
index 21db41224bee..f0ee0aedfc98 100644
--- a/sd/uiconfig/simpress/ui/currentmastermenu.ui
+++ b/sd/uiconfig/simpress/ui/currentmastermenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkMenuItem" id="applyall">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Apply to All Slides</property>
+ <property name="label" translatable="yes" context="currentmastermenu|applyall">_Apply to All Slides</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -17,7 +17,7 @@
<object class="GtkMenuItem" id="applyselect">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Apply to _Selected Slides</property>
+ <property name="label" translatable="yes" context="currentmastermenu|applyselect">Apply to _Selected Slides</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -31,7 +31,7 @@
<object class="GtkMenuItem" id="edit">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Edit Master...</property>
+ <property name="label" translatable="yes" context="currentmastermenu|edit">_Edit Master...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -39,7 +39,7 @@
<object class="GtkMenuItem" id="delete">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">D_elete Master</property>
+ <property name="label" translatable="yes" context="currentmastermenu|delete">D_elete Master</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -53,14 +53,14 @@
<object class="GtkMenuItem" id="large">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Show _Large Preview</property>
+ <property name="label" translatable="yes" context="currentmastermenu|large">Show _Large Preview</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="small">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Show S_mall Preview</property>
+ <property name="label" translatable="yes" context="currentmastermenu|small">Show S_mall Preview</property>
</object>
</child>
</object>
diff --git a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui
index 0ae1fbcd335f..f2d6c2f35681 100644
--- a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui
+++ b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkImage" id="image1">
@@ -41,7 +41,7 @@
<object class="GtkLabel" id="prop_label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Direction:</property>
+ <property name="label" translatable="yes" context="customanimationeffecttab|prop_label1">_Direction:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prop_list1</property>
</object>
@@ -87,7 +87,7 @@
<property name="spacing">18</property>
<child>
<object class="GtkCheckButton" id="smooth_start">
- <property name="label" translatable="yes">Accelerated start</property>
+ <property name="label" translatable="yes" context="customanimationeffecttab|smooth_start">Accelerated start</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
@@ -101,7 +101,7 @@
</child>
<child>
<object class="GtkCheckButton" id="smooth_end">
- <property name="label" translatable="yes">Decelerated end</property>
+ <property name="label" translatable="yes" context="customanimationeffecttab|smooth_end">Decelerated end</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
@@ -128,7 +128,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Settings</property>
+ <property name="label" translatable="yes" context="customanimationeffecttab|label3">Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -166,7 +166,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">A_fter animation:</property>
+ <property name="label" translatable="yes" context="customanimationeffecttab|aeffect_label">A_fter animation:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">aeffect_list</property>
</object>
@@ -180,7 +180,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Sound:</property>
+ <property name="label" translatable="yes" context="customanimationeffecttab|sound_label">_Sound:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">sound_list</property>
</object>
@@ -194,7 +194,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Text animation:</property>
+ <property name="label" translatable="yes" context="customanimationeffecttab|text_animation_label">_Text animation:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">text_animation_list</property>
</object>
@@ -208,7 +208,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Di_m color:</property>
+ <property name="label" translatable="yes" context="customanimationeffecttab|dim_color_label">Di_m color:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">dim_color_list</property>
</object>
@@ -285,7 +285,7 @@
<object class="GtkLabel" id="text_delay_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">delay between characters</property>
+ <property name="label" translatable="yes" context="customanimationeffecttab|text_delay_label">delay between characters</property>
</object>
<packing>
<property name="expand">False</property>
@@ -304,10 +304,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Don't dim</item>
- <item translatable="yes">Dim with color</item>
- <item translatable="yes">Hide after animation</item>
- <item translatable="yes">Hide on next animation</item>
+ <item translatable="yes" context="customanimationeffecttab|aeffect_list">Don't dim</item>
+ <item translatable="yes" context="customanimationeffecttab|aeffect_list">Dim with color</item>
+ <item translatable="yes" context="customanimationeffecttab|aeffect_list">Hide after animation</item>
+ <item translatable="yes" context="customanimationeffecttab|aeffect_list">Hide on next animation</item>
</items>
</object>
<packing>
@@ -320,9 +320,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">All at once</item>
- <item translatable="yes">Word by word</item>
- <item translatable="yes">Letter by letter</item>
+ <item translatable="yes" context="customanimationeffecttab|text_animation_list">All at once</item>
+ <item translatable="yes" context="customanimationeffecttab|text_animation_list">Word by word</item>
+ <item translatable="yes" context="customanimationeffecttab|text_animation_list">Letter by letter</item>
</items>
</object>
<packing>
@@ -341,7 +341,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Enhancement</property>
+ <property name="label" translatable="yes" context="customanimationeffecttab|label4">Enhancement</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/simpress/ui/customanimationproperties.ui b/sd/uiconfig/simpress/ui/customanimationproperties.ui
index 2b5130c37a9b..59d293e2560c 100644
--- a/sd/uiconfig/simpress/ui/customanimationproperties.ui
+++ b/sd/uiconfig/simpress/ui/customanimationproperties.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="CustomAnimationProperties">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Effect Options</property>
+ <property name="title" translatable="yes" context="customanimationproperties|CustomAnimationProperties">Effect Options</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -82,7 +82,7 @@
<object class="GtkLabel" id="effect">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Effect</property>
+ <property name="label" translatable="yes" context="customanimationproperties|effect">Effect</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -95,7 +95,7 @@
<object class="GtkLabel" id="timing">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Timing</property>
+ <property name="label" translatable="yes" context="customanimationproperties|timing">Timing</property>
</object>
<packing>
<property name="position">1</property>
@@ -109,7 +109,7 @@
<object class="GtkLabel" id="textanim">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text Animation</property>
+ <property name="label" translatable="yes" context="customanimationproperties|textanim">Text Animation</property>
</object>
<packing>
<property name="position">2</property>
diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui
index 06b845f76568..9daa53d7a06b 100644
--- a/sd/uiconfig/simpress/ui/customanimationspanel.ui
+++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -88,7 +88,7 @@
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Add Effect</property>
+ <property name="tooltip_text" translatable="yes" context="customanimationspanel|add_effect|tooltip_text">Add Effect</property>
<property name="image">image_add</property>
</object>
<packing>
@@ -103,7 +103,7 @@
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Remove Effect</property>
+ <property name="tooltip_text" translatable="yes" context="customanimationspanel|remove_effect|tooltip_text">Remove Effect</property>
<property name="image">image_remove</property>
</object>
<packing>
@@ -118,7 +118,7 @@
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Move Up</property>
+ <property name="tooltip_text" translatable="yes" context="customanimationspanel|move_up|tooltip_text">Move Up</property>
<property name="image">image_up</property>
</object>
<packing>
@@ -133,7 +133,7 @@
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Move Down</property>
+ <property name="tooltip_text" translatable="yes" context="customanimationspanel|move_down|tooltip_text">Move Down</property>
<property name="image">image_down</property>
</object>
<packing>
@@ -161,7 +161,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Category:</property>
+ <property name="label" translatable="yes" context="customanimationspanel|categorylabel">Category:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">categorylb</property>
</object>
@@ -175,7 +175,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Effect:</property>
+ <property name="label" translatable="yes" context="customanimationspanel|effectlabel">Effect:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">effect_list</property>
</object>
@@ -190,11 +190,11 @@
<property name="can_focus">False</property>
<property name="popup_fixed_width">False</property>
<items>
- <item translatable="yes">Entrance</item>
- <item translatable="yes">Emphasis</item>
- <item translatable="yes">Exit</item>
- <item translatable="yes">Motion Paths</item>
- <item translatable="yes">Misc Effects</item>
+ <item translatable="yes" context="customanimationspanel|categorylb">Entrance</item>
+ <item translatable="yes" context="customanimationspanel|categorylb">Emphasis</item>
+ <item translatable="yes" context="customanimationspanel|categorylb">Exit</item>
+ <item translatable="yes" context="customanimationspanel|categorylb">Motion Paths</item>
+ <item translatable="yes" context="customanimationspanel|categorylb">Misc Effects</item>
</items>
</object>
<packing>
@@ -239,7 +239,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Start:</property>
+ <property name="label" translatable="yes" context="customanimationspanel|start_effect">_Start:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">start_effect_list</property>
</object>
@@ -253,7 +253,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Direction:</property>
+ <property name="label" translatable="yes" context="customanimationspanel|effect_property">_Direction:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">placeholder</property>
</object>
@@ -267,7 +267,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">D_uration:</property>
+ <property name="label" translatable="yes" context="customanimationspanel|effect_duration">D_uration:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">anim_duration:0.00sec</property>
</object>
@@ -282,9 +282,9 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">On click</item>
- <item translatable="yes">With previous</item>
- <item translatable="yes">After previous</item>
+ <item translatable="yes" context="customanimationspanel|start_effect_list">On click</item>
+ <item translatable="yes" context="customanimationspanel|start_effect_list">With previous</item>
+ <item translatable="yes" context="customanimationspanel|start_effect_list">After previous</item>
</items>
</object>
<packing>
@@ -321,7 +321,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Options</property>
+ <property name="tooltip_text" translatable="yes" context="customanimationspanel|more_properties|tooltip_text">Options</property>
<property name="image">image1</property>
<property name="always_show_image">True</property>
</object>
@@ -347,7 +347,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Delay:</property>
+ <property name="label" translatable="yes" context="customanimationspanel|delay_label">_Delay:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -384,7 +384,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Effect</property>
+ <property name="label" translatable="yes" context="customanimationspanel|effect_label">Effect</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -426,7 +426,7 @@
<property name="spacing">18</property>
<child>
<object class="GtkCheckButton" id="auto_preview">
- <property name="label" translatable="yes">Automatic Preview</property>
+ <property name="label" translatable="yes" context="customanimationspanel|auto_preview">Automatic Preview</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -443,12 +443,12 @@
</child>
<child>
<object class="GtkButton" id="play">
- <property name="label" translatable="yes">Play</property>
+ <property name="label" translatable="yes" context="customanimationspanel|play">Play</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Preview Effect</property>
+ <property name="tooltip_text" translatable="yes" context="customanimationspanel|play|tooltip_text">Preview Effect</property>
<property name="image">image_play</property>
<property name="image_position">right</property>
<property name="always_show_image">True</property>
@@ -476,7 +476,7 @@
<child>
<object class="GtkLabel" id="box1_label">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Animation Deck</property>
+ <property name="label" translatable="yes" context="customanimationspanel|box1_label">Animation Deck</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">box1</property>
</object>
@@ -489,7 +489,7 @@
<child>
<object class="GtkLabel" id="custom_animation_list_label">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Animation List</property>
+ <property name="label" translatable="yes" context="customanimationspanel|custom_animation_list_label">Animation List</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">custom_animation_list</property>
</object>
diff --git a/sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui b/sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui
index 9f76e6d12d5a..b91a51209230 100644
--- a/sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui
+++ b/sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkImage" id="image1">
@@ -93,7 +93,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Add Effect</property>
+ <property name="tooltip_text" translatable="yes" context="customanimationspanelhorizontal|add_effect|tooltip_text">Add Effect</property>
<property name="image">image_add1</property>
</object>
<packing>
@@ -107,7 +107,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Remove Effect</property>
+ <property name="tooltip_text" translatable="yes" context="customanimationspanelhorizontal|remove_effect|tooltip_text">Remove Effect</property>
<property name="image">image_remove1</property>
</object>
<packing>
@@ -121,7 +121,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Move Up</property>
+ <property name="tooltip_text" translatable="yes" context="customanimationspanelhorizontal|move_up|tooltip_text">Move Up</property>
<property name="image">image_up</property>
</object>
<packing>
@@ -135,7 +135,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Move Down</property>
+ <property name="tooltip_text" translatable="yes" context="customanimationspanelhorizontal|move_down|tooltip_text">Move Down</property>
<property name="image">image_down</property>
</object>
<packing>
@@ -163,7 +163,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Start:</property>
+ <property name="label" translatable="yes" context="customanimationspanelhorizontal|start_effect">_Start:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -176,7 +176,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Direction:</property>
+ <property name="label" translatable="yes" context="customanimationspanelhorizontal|effect_property">_Direction:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -190,9 +190,9 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">On click</item>
- <item translatable="yes">With previous</item>
- <item translatable="yes">After previous</item>
+ <item translatable="yes" context="customanimationspanelhorizontal|start_effect_list">On click</item>
+ <item translatable="yes" context="customanimationspanelhorizontal|start_effect_list">With previous</item>
+ <item translatable="yes" context="customanimationspanelhorizontal|start_effect_list">After previous</item>
</items>
</object>
<packing>
@@ -244,7 +244,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Category:</property>
+ <property name="label" translatable="yes" context="customanimationspanelhorizontal|categorylabel">Category:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -257,11 +257,11 @@
<property name="can_focus">False</property>
<property name="popup_fixed_width">False</property>
<items>
- <item translatable="yes">Entrance</item>
- <item translatable="yes">Emphasis</item>
- <item translatable="yes">Exit</item>
- <item translatable="yes">Motion Paths</item>
- <item translatable="yes">Misc Effects</item>
+ <item translatable="yes" context="customanimationspanelhorizontal|categorylb">Entrance</item>
+ <item translatable="yes" context="customanimationspanelhorizontal|categorylb">Emphasis</item>
+ <item translatable="yes" context="customanimationspanelhorizontal|categorylb">Exit</item>
+ <item translatable="yes" context="customanimationspanelhorizontal|categorylb">Motion Paths</item>
+ <item translatable="yes" context="customanimationspanelhorizontal|categorylb">Misc Effects</item>
</items>
</object>
<packing>
@@ -274,7 +274,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">D_uration:</property>
+ <property name="label" translatable="yes" context="customanimationspanelhorizontal|effect_duration">D_uration:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -287,7 +287,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Select the speed of the Animation.</property>
+ <property name="tooltip_text" translatable="yes" context="customanimationspanelhorizontal|anim_duration|tooltip_text">Select the speed of the Animation.</property>
<property name="hexpand">True</property>
</object>
<packing>
@@ -299,7 +299,7 @@
<object class="GtkLabel" id="delay_label">
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Delay:</property>
+ <property name="label" translatable="yes" context="customanimationspanelhorizontal|delay_label">_Delay:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -337,7 +337,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Effect:</property>
+ <property name="label" translatable="yes" context="customanimationspanelhorizontal|effectlabel">Effect:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -375,7 +375,7 @@
<property name="valign">center</property>
<child>
<object class="GtkCheckButton" id="auto_preview">
- <property name="label" translatable="yes">Automatic Preview</property>
+ <property name="label" translatable="yes" context="customanimationspanelhorizontal|auto_preview">Automatic Preview</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -404,12 +404,12 @@
</child>
<child>
<object class="GtkButton" id="play">
- <property name="label" translatable="yes">Play</property>
+ <property name="label" translatable="yes" context="customanimationspanelhorizontal|play">Play</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Preview Effect</property>
+ <property name="tooltip_text" translatable="yes" context="customanimationspanelhorizontal|play|tooltip_text">Preview Effect</property>
<property name="image">image_play</property>
<property name="image_position">right</property>
<property name="always_show_image">True</property>
diff --git a/sd/uiconfig/simpress/ui/customanimationtexttab.ui b/sd/uiconfig/simpress/ui/customanimationtexttab.ui
index ef297d0ad187..1ba5cbf494ec 100644
--- a/sd/uiconfig/simpress/ui/customanimationtexttab.ui
+++ b/sd/uiconfig/simpress/ui/customanimationtexttab.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sd">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">999.99000000000001</property>
@@ -23,7 +23,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">_Group text:</property>
+ <property name="label" translatable="yes" context="customanimationtexttab|group_text_label">_Group text:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">group_text_list</property>
</object>
@@ -53,7 +53,7 @@
</child>
<child>
<object class="GtkCheckButton" id="auto_after">
- <property name="label" translatable="yes">_Automatically after:</property>
+ <property name="label" translatable="yes" context="customanimationtexttab|auto_after">_Automatically after:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -75,13 +75,13 @@
<property name="entry_text_column">0</property>
<property name="id_column">1</property>
<items>
- <item translatable="yes">As one object</item>
- <item translatable="yes">All paragraphs at once</item>
- <item translatable="yes">By 1st level paragraphs</item>
- <item translatable="yes">By 2nd level paragraphs</item>
- <item translatable="yes">By 3rd level paragraphs</item>
- <item translatable="yes">By 4th level paragraphs</item>
- <item translatable="yes">By 5th level paragraphs</item>
+ <item translatable="yes" context="customanimationtexttab|group_text_list">As one object</item>
+ <item translatable="yes" context="customanimationtexttab|group_text_list">All paragraphs at once</item>
+ <item translatable="yes" context="customanimationtexttab|group_text_list">By 1st level paragraphs</item>
+ <item translatable="yes" context="customanimationtexttab|group_text_list">By 2nd level paragraphs</item>
+ <item translatable="yes" context="customanimationtexttab|group_text_list">By 3rd level paragraphs</item>
+ <item translatable="yes" context="customanimationtexttab|group_text_list">By 4th level paragraphs</item>
+ <item translatable="yes" context="customanimationtexttab|group_text_list">By 5th level paragraphs</item>
</items>
</object>
<packing>
@@ -100,7 +100,7 @@
</child>
<child>
<object class="GtkCheckButton" id="animate_shape">
- <property name="label" translatable="yes">Animate attached _shape</property>
+ <property name="label" translatable="yes" context="customanimationtexttab|animate_shape">Animate attached _shape</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -116,7 +116,7 @@
</child>
<child>
<object class="GtkCheckButton" id="reverse_order">
- <property name="label" translatable="yes">_In reverse order</property>
+ <property name="label" translatable="yes" context="customanimationtexttab|reverse_order">_In reverse order</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/sd/uiconfig/simpress/ui/customanimationtimingtab.ui b/sd/uiconfig/simpress/ui/customanimationtimingtab.ui
index 4b2c298a4981..cc3775b33893 100644
--- a/sd/uiconfig/simpress/ui/customanimationtimingtab.ui
+++ b/sd/uiconfig/simpress/ui/customanimationtimingtab.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">999.99000000000001</property>
@@ -26,7 +26,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Start:</property>
+ <property name="label" translatable="yes" context="customanimationtimingtab|start_label">_Start:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -39,7 +39,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Delay:</property>
+ <property name="label" translatable="yes" context="customanimationtimingtab|delay_label">_Delay:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -52,7 +52,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">D_uration:</property>
+ <property name="label" translatable="yes" context="customanimationtimingtab|duration_label">D_uration:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -65,7 +65,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Repeat:</property>
+ <property name="label" translatable="yes" context="customanimationtimingtab|repeat_label">_Repeat:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -79,9 +79,9 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">On click</item>
- <item translatable="yes">With previous</item>
- <item translatable="yes">After previous</item>
+ <item translatable="yes" context="customanimationtimingtab|start_list">On click</item>
+ <item translatable="yes" context="customanimationtimingtab|start_list">With previous</item>
+ <item translatable="yes" context="customanimationtimingtab|start_list">After previous</item>
</items>
</object>
<packing>
@@ -108,7 +108,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Select the speed of the Animation.</property>
+ <property name="tooltip_text" translatable="yes" context="customanimationtimingtab|anim_duration|tooltip_text">Select the speed of the Animation.</property>
<property name="hexpand">True</property>
<property name="adjustment">adjustment1</property>
</object>
@@ -130,7 +130,7 @@
</child>
<child>
<object class="GtkCheckButton" id="rewind">
- <property name="label" translatable="yes">Rewind _when done playing</property>
+ <property name="label" translatable="yes" context="customanimationtimingtab|rewind">Rewind _when done playing</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -171,7 +171,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="rb_click_sequence">
- <property name="label" translatable="yes">_Animate as part of click sequence</property>
+ <property name="label" translatable="yes" context="customanimationtimingtab|rb_click_sequence">_Animate as part of click sequence</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -189,7 +189,7 @@
</child>
<child>
<object class="GtkRadioButton" id="rb_interactive">
- <property name="label" translatable="yes">Start _effect on click of:</property>
+ <property name="label" translatable="yes" context="customanimationtimingtab|rb_interactive">Start _effect on click of:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -225,7 +225,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Trigger</property>
+ <property name="label" translatable="yes" context="customanimationtimingtab|label11">Trigger</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/simpress/ui/customslideshows.ui b/sd/uiconfig/simpress/ui/customslideshows.ui
index 08ffa9625e0c..79aefc00e832 100644
--- a/sd/uiconfig/simpress/ui/customslideshows.ui
+++ b/sd/uiconfig/simpress/ui/customslideshows.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="CustomSlideShows">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Custom Slide Shows</property>
+ <property name="title" translatable="yes" context="customslideshows|CustomSlideShows">Custom Slide Shows</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -65,7 +65,7 @@
</child>
<child>
<object class="GtkButton" id="copy">
- <property name="label" translatable="yes">Cop_y</property>
+ <property name="label" translatable="yes" context="customslideshows|copy">Cop_y</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -94,7 +94,7 @@
</child>
<child>
<object class="GtkButton" id="startshow">
- <property name="label" translatable="yes">_Start</property>
+ <property name="label" translatable="yes" context="customslideshows|startshow">_Start</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -155,7 +155,7 @@
</child>
<child>
<object class="GtkCheckButton" id="usecustomshows">
- <property name="label" translatable="yes">_Use custom slide show</property>
+ <property name="label" translatable="yes" context="customslideshows|usecustomshows">_Use custom slide show</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/sd/uiconfig/simpress/ui/definecustomslideshow.ui b/sd/uiconfig/simpress/ui/definecustomslideshow.ui
index 6efa011ff564..cbff44c0d535 100644
--- a/sd/uiconfig/simpress/ui/definecustomslideshow.ui
+++ b/sd/uiconfig/simpress/ui/definecustomslideshow.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.2"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="DefineCustomSlideShow">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Define Custom Slide Show</property>
+ <property name="title" translatable="yes" context="definecustomslideshow|DefineCustomSlideShow">Define Custom Slide Show</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -88,7 +88,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Name:</property>
+ <property name="label" translatable="yes" context="definecustomslideshow|label1">_Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">customname</property>
</object>
@@ -131,7 +131,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">_Existing slides:</property>
+ <property name="label" translatable="yes" context="definecustomslideshow|label2">_Existing slides:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">pages:border</property>
</object>
@@ -145,7 +145,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">_Selected slides:</property>
+ <property name="label" translatable="yes" context="definecustomslideshow|label3">_Selected slides:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">custompages:border</property>
</object>
@@ -195,7 +195,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkButton" id="add">
- <property name="label" translatable="yes">&gt;&gt;</property>
+ <property name="label" translatable="yes" context="definecustomslideshow|add">&gt;&gt;</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -208,7 +208,7 @@
</child>
<child>
<object class="GtkButton" id="remove">
- <property name="label" translatable="yes">&lt;&lt;</property>
+ <property name="label" translatable="yes" context="definecustomslideshow|remove">&lt;&lt;</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/sd/uiconfig/simpress/ui/dlgfield.ui b/sd/uiconfig/simpress/ui/dlgfield.ui
index 5a2144e40454..05fc144a7998 100644
--- a/sd/uiconfig/simpress/ui/dlgfield.ui
+++ b/sd/uiconfig/simpress/ui/dlgfield.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="EditFieldsDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Edit Field</property>
+ <property name="title" translatable="yes" context="dlgfield|EditFieldsDialog">Edit Field</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -97,7 +97,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="fixedRB">
- <property name="label" translatable="yes">_Fixed</property>
+ <property name="label" translatable="yes" context="dlgfield|fixedRB">_Fixed</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -115,7 +115,7 @@
</child>
<child>
<object class="GtkRadioButton" id="varRB">
- <property name="label" translatable="yes">_Variable</property>
+ <property name="label" translatable="yes" context="dlgfield|varRB">_Variable</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -139,7 +139,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Field Type</property>
+ <property name="label" translatable="yes" context="dlgfield|label1">Field Type</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -161,7 +161,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Language:</property>
+ <property name="label" translatable="yes" context="dlgfield|label2">_Language:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">languageLB</property>
</object>
@@ -213,7 +213,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">F_ormat</property>
+ <property name="label" translatable="yes" context="dlgfield|label3">F_ormat</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
diff --git a/sd/uiconfig/simpress/ui/dockinganimation.ui b/sd/uiconfig/simpress/ui/dockinganimation.ui
index 31f169ba987d..9fc5a1fea4c9 100644
--- a/sd/uiconfig/simpress/ui/dockinganimation.ui
+++ b/sd/uiconfig/simpress/ui/dockinganimation.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -60,7 +60,7 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Animation</property>
+ <property name="title" translatable="yes" context="dockinganimation|DockingAnimation">Animation</property>
<property name="type_hint">dock</property>
<child>
<object class="GtkBox" id="box1">
@@ -88,7 +88,7 @@
<object class="GtkBox" id="box">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Preview</property>
+ <property name="tooltip_text" translatable="yes" context="dockinganimation|box|tooltip_text">Preview</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="orientation">vertical</property>
@@ -113,7 +113,7 @@
<object class="GtkComboBoxText" id="loopcount">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Loop Count</property>
+ <property name="tooltip_text" translatable="yes" context="dockinganimation|loopcount|tooltip_text">Loop Count</property>
<items>
<item translatable="no">1</item>
<item translatable="no">2</item>
@@ -133,7 +133,7 @@
<item translatable="no">100</item>
<item translatable="no">500</item>
<item translatable="no">1000</item>
- <item translatable="yes">Max.</item>
+ <item translatable="yes" context="dockinganimation|loopcount">Max.</item>
</items>
</object>
<packing>
@@ -147,7 +147,7 @@
<object class="GtkSpinButton" id="duration:hh:mm">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="tooltip_text" translatable="yes">Duration</property>
+ <property name="tooltip_text" translatable="yes" context="dockinganimation|duration|tooltip_text">Duration</property>
<property name="digits">2</property>
</object>
<packing>
@@ -161,7 +161,7 @@
<object class="GtkSpinButton" id="numbitmap">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="tooltip_text" translatable="yes">Image Number</property>
+ <property name="tooltip_text" translatable="yes" context="dockinganimation|numbitmap|tooltip_text">Image Number</property>
<property name="text" translatable="no">1</property>
<property name="adjustment">adjustment1</property>
<property name="value">1</property>
@@ -184,7 +184,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">First Image</property>
+ <property name="tooltip_text" translatable="yes" context="dockinganimation|first|tooltip_text">First Image</property>
<property name="image">image5</property>
</object>
<packing>
@@ -199,7 +199,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Backwards</property>
+ <property name="tooltip_text" translatable="yes" context="dockinganimation|prev|tooltip_text">Backwards</property>
<property name="image">image6</property>
</object>
<packing>
@@ -214,7 +214,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Stop</property>
+ <property name="tooltip_text" translatable="yes" context="dockinganimation|stop|tooltip_text">Stop</property>
<property name="image">image7</property>
</object>
<packing>
@@ -229,7 +229,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Play</property>
+ <property name="tooltip_text" translatable="yes" context="dockinganimation|next|tooltip_text">Play</property>
<property name="image">image8</property>
</object>
<packing>
@@ -244,7 +244,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Last Image</property>
+ <property name="tooltip_text" translatable="yes" context="dockinganimation|last|tooltip_text">Last Image</property>
<property name="image">image9</property>
</object>
<packing>
@@ -297,7 +297,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="group">
- <property name="label" translatable="yes">Group object</property>
+ <property name="label" translatable="yes" context="dockinganimation|group">Group object</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -315,7 +315,7 @@
</child>
<child>
<object class="GtkRadioButton" id="bitmap">
- <property name="label" translatable="yes">Bitmap object</property>
+ <property name="label" translatable="yes" context="dockinganimation|bitmap">Bitmap object</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -338,7 +338,7 @@
<child>
<object class="GtkLabel" id="alignmentft">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Alignment</property>
+ <property name="label" translatable="yes" context="dockinganimation|alignmentft">Alignment</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">alignment</property>
</object>
@@ -353,15 +353,15 @@
<object class="GtkComboBoxText" id="alignment">
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Top Left</item>
- <item translatable="yes">Left</item>
- <item translatable="yes">Bottom Left</item>
- <item translatable="yes">Top</item>
- <item translatable="yes">Centered</item>
- <item translatable="yes">Bottom</item>
- <item translatable="yes">Top Right</item>
- <item translatable="yes">Right</item>
- <item translatable="yes">Bottom Right</item>
+ <item translatable="yes" context="dockinganimation|alignment">Top Left</item>
+ <item translatable="yes" context="dockinganimation|alignment">Left</item>
+ <item translatable="yes" context="dockinganimation|alignment">Bottom Left</item>
+ <item translatable="yes" context="dockinganimation|alignment">Top</item>
+ <item translatable="yes" context="dockinganimation|alignment">Centered</item>
+ <item translatable="yes" context="dockinganimation|alignment">Bottom</item>
+ <item translatable="yes" context="dockinganimation|alignment">Top Right</item>
+ <item translatable="yes" context="dockinganimation|alignment">Right</item>
+ <item translatable="yes" context="dockinganimation|alignment">Bottom Right</item>
</items>
</object>
<packing>
@@ -387,7 +387,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Animation group</property>
+ <property name="label" translatable="yes" context="dockinganimation|label1">Animation group</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -431,7 +431,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Apply Object</property>
+ <property name="tooltip_text" translatable="yes" context="dockinganimation|getone|tooltip_text">Apply Object</property>
<property name="image">image1</property>
</object>
<packing>
@@ -446,7 +446,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Apply Objects Individually</property>
+ <property name="tooltip_text" translatable="yes" context="dockinganimation|getall|tooltip_text">Apply Objects Individually</property>
<property name="image">image2</property>
</object>
<packing>
@@ -476,7 +476,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Number</property>
+ <property name="label" translatable="yes" context="dockinganimation|label3">Number</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -519,7 +519,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Delete Current Image</property>
+ <property name="tooltip_text" translatable="yes" context="dockinganimation|delone|tooltip_text">Delete Current Image</property>
<property name="image">image3</property>
</object>
<packing>
@@ -534,7 +534,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Delete All Images</property>
+ <property name="tooltip_text" translatable="yes" context="dockinganimation|delall|tooltip_text">Delete All Images</property>
<property name="image">image4</property>
</object>
<packing>
@@ -560,7 +560,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Image</property>
+ <property name="label" translatable="yes" context="dockinganimation|label2">Image</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -603,7 +603,7 @@
</child>
<child>
<object class="GtkButton" id="create">
- <property name="label" translatable="yes">Create</property>
+ <property name="label" translatable="yes" context="dockinganimation|create">Create</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
diff --git a/sd/uiconfig/simpress/ui/effectmenu.ui b/sd/uiconfig/simpress/ui/effectmenu.ui
index 7971047a8f4d..991b80326540 100644
--- a/sd/uiconfig/simpress/ui/effectmenu.ui
+++ b/sd/uiconfig/simpress/ui/effectmenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkRadioMenuItem" id="onclick">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Start On _Click</property>
+ <property name="label" translatable="yes" context="effectmenu|onclick">Start On _Click</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -17,7 +17,7 @@
<object class="GtkRadioMenuItem" id="withprev">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Start _With Previous</property>
+ <property name="label" translatable="yes" context="effectmenu|withprev">Start _With Previous</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -25,7 +25,7 @@
<object class="GtkRadioMenuItem" id="afterprev">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Start _After Previous</property>
+ <property name="label" translatable="yes" context="effectmenu|afterprev">Start _After Previous</property>
</object>
</child>
<child>
@@ -38,7 +38,7 @@
<object class="GtkMenuItem" id="options">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Effect Options...</property>
+ <property name="label" translatable="yes" context="effectmenu|options">_Effect Options...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -46,7 +46,7 @@
<object class="GtkMenuItem" id="timing">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Timing...</property>
+ <property name="label" translatable="yes" context="effectmenu|timing">_Timing...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -54,7 +54,7 @@
<object class="GtkMenuItem" id="remove">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Remove</property>
+ <property name="label" translatable="yes" context="effectmenu|remove">_Remove</property>
</object>
</child>
</object>
diff --git a/sd/uiconfig/simpress/ui/fontsizemenu.ui b/sd/uiconfig/simpress/ui/fontsizemenu.ui
index 05f563f4058e..53fb0ff1273f 100644
--- a/sd/uiconfig/simpress/ui/fontsizemenu.ui
+++ b/sd/uiconfig/simpress/ui/fontsizemenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkMenuItem" id="25">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Tiny</property>
+ <property name="label" translatable="yes" context="fontsizemenu|25">Tiny</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -17,7 +17,7 @@
<object class="GtkMenuItem" id="50">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Smaller</property>
+ <property name="label" translatable="yes" context="fontsizemenu|50">Smaller</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -25,7 +25,7 @@
<object class="GtkMenuItem" id="150">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Larger</property>
+ <property name="label" translatable="yes" context="fontsizemenu|150">Larger</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -33,7 +33,7 @@
<object class="GtkMenuItem" id="400">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Extra Large</property>
+ <property name="label" translatable="yes" context="fontsizemenu|400">Extra Large</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sd/uiconfig/simpress/ui/fontstylemenu.ui b/sd/uiconfig/simpress/ui/fontstylemenu.ui
index 191f41d5b2d0..b7e40288236c 100644
--- a/sd/uiconfig/simpress/ui/fontstylemenu.ui
+++ b/sd/uiconfig/simpress/ui/fontstylemenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkCheckMenuItem" id="bold">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Bold</property>
+ <property name="label" translatable="yes" context="fontstylemenu|bold">Bold</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -17,7 +17,7 @@
<object class="GtkCheckMenuItem" id="italic">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Italic</property>
+ <property name="label" translatable="yes" context="fontstylemenu|italic">Italic</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -25,7 +25,7 @@
<object class="GtkCheckMenuItem" id="underline">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Underlined</property>
+ <property name="label" translatable="yes" context="fontstylemenu|underline">Underlined</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sd/uiconfig/simpress/ui/headerfooterdialog.ui b/sd/uiconfig/simpress/ui/headerfooterdialog.ui
index dfef7e11d123..b60db1046aba 100644
--- a/sd/uiconfig/simpress/ui/headerfooterdialog.ui
+++ b/sd/uiconfig/simpress/ui/headerfooterdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="HeaderFooterDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Header and Footer</property>
+ <property name="title" translatable="yes" context="headerfooterdialog|HeaderFooterDialog">Header and Footer</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -18,7 +18,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="apply_all">
- <property name="label" translatable="yes">Appl_y to All</property>
+ <property name="label" translatable="yes" context="headerfooterdialog|apply_all">Appl_y to All</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_default">True</property>
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="slides">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Slides</property>
+ <property name="label" translatable="yes" context="headerfooterdialog|slides">Slides</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="notes">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Notes and Handouts</property>
+ <property name="label" translatable="yes" context="headerfooterdialog|notes">Notes and Handouts</property>
</object>
<packing>
<property name="position">1</property>
diff --git a/sd/uiconfig/simpress/ui/headerfootertab.ui b/sd/uiconfig/simpress/ui/headerfootertab.ui
index 6568483abf34..0803ec61dbb0 100644
--- a/sd/uiconfig/simpress/ui/headerfootertab.ui
+++ b/sd/uiconfig/simpress/ui/headerfootertab.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkBox" id="HeaderFooterTab">
@@ -37,7 +37,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkCheckButton" id="header_cb">
- <property name="label" translatable="yes">Heade_r</property>
+ <property name="label" translatable="yes" context="headerfootertab|header_cb">Heade_r</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -64,7 +64,7 @@
<object class="GtkLabel" id="header_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Header _text:</property>
+ <property name="label" translatable="yes" context="headerfootertab|header_label">Header _text:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">header_text</property>
</object>
@@ -98,7 +98,7 @@
</child>
<child>
<object class="GtkCheckButton" id="datetime_cb">
- <property name="label" translatable="yes">_Date and time</property>
+ <property name="label" translatable="yes" context="headerfootertab|datetime_cb">_Date and time</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -129,7 +129,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkRadioButton" id="rb_fixed">
- <property name="label" translatable="yes">Fi_xed</property>
+ <property name="label" translatable="yes" context="headerfootertab|rb_fixed">Fi_xed</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -177,7 +177,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="rb_auto">
- <property name="label" translatable="yes">_Variable</property>
+ <property name="label" translatable="yes" context="headerfootertab|rb_auto">_Variable</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -220,7 +220,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">_Language:</property>
+ <property name="label" translatable="yes" context="headerfootertab|language_label">_Language:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">language_list</property>
</object>
@@ -244,7 +244,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">_Format:</property>
+ <property name="label" translatable="yes" context="headerfootertab|language_label1">_Format:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">datetime_format_list</property>
</object>
@@ -289,7 +289,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkCheckButton" id="footer_cb">
- <property name="label" translatable="yes">_Footer</property>
+ <property name="label" translatable="yes" context="headerfootertab|footer_cb">_Footer</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -316,7 +316,7 @@
<object class="GtkLabel" id="footer_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">F_ooter text:</property>
+ <property name="label" translatable="yes" context="headerfootertab|footer_label">F_ooter text:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">footer_text</property>
</object>
@@ -357,7 +357,7 @@
</child>
<child>
<object class="GtkCheckButton" id="slide_number">
- <property name="label" translatable="yes">_Slide number</property>
+ <property name="label" translatable="yes" context="headerfootertab|slide_number">_Slide number</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -379,7 +379,7 @@
<object class="GtkLabel" id="include_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Include on Slide</property>
+ <property name="label" translatable="yes" context="headerfootertab|include_label">Include on Slide</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -394,7 +394,7 @@
</child>
<child>
<object class="GtkCheckButton" id="not_on_title">
- <property name="label" translatable="yes">Do _not show on the first slide</property>
+ <property name="label" translatable="yes" context="headerfootertab|not_on_title">Do _not show on the first slide</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -413,7 +413,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Page Number</property>
+ <property name="label" translatable="yes" context="headerfootertab|replacement_a">_Page Number</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -427,7 +427,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Include on page</property>
+ <property name="label" translatable="yes" context="headerfootertab|replacement_b">Include on page</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/sd/uiconfig/simpress/ui/insertslides.ui b/sd/uiconfig/simpress/ui/insertslides.ui
index aaefa1c277f4..3926811fe9c6 100644
--- a/sd/uiconfig/simpress/ui/insertslides.ui
+++ b/sd/uiconfig/simpress/ui/insertslides.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="InsertSlidesDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Slides</property>
+ <property name="title" translatable="yes" context="insertslides|InsertSlidesDialog">Insert Slides</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -89,7 +89,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="before">
- <property name="label" translatable="yes">_Before</property>
+ <property name="label" translatable="yes" context="insertslides|before">_Before</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -108,7 +108,7 @@
</child>
<child>
<object class="GtkRadioButton" id="after">
- <property name="label" translatable="yes">A_fter</property>
+ <property name="label" translatable="yes" context="insertslides|after">A_fter</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -134,7 +134,7 @@
<property name="can_focus">False</property>
<property name="yalign">0.55000001192092896</property>
<property name="xpad">1</property>
- <property name="label" translatable="yes">Position</property>
+ <property name="label" translatable="yes" context="insertslides|label1">Position</property>
<property name="justify">center</property>
<attributes>
<attribute name="weight" value="bold"/>
diff --git a/sd/uiconfig/simpress/ui/interactiondialog.ui b/sd/uiconfig/simpress/ui/interactiondialog.ui
index 39eec0683c79..23694571d46c 100644
--- a/sd/uiconfig/simpress/ui/interactiondialog.ui
+++ b/sd/uiconfig/simpress/ui/interactiondialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="InteractionDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Interaction</property>
+ <property name="title" translatable="yes" context="interactiondialog|InteractionDialog">Interaction</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
diff --git a/sd/uiconfig/simpress/ui/interactionpage.ui b/sd/uiconfig/simpress/ui/interactionpage.ui
index 936393cf73be..f7323ece7fab 100644
--- a/sd/uiconfig/simpress/ui/interactionpage.ui
+++ b/sd/uiconfig/simpress/ui/interactionpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="InteractionPage">
@@ -37,7 +37,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Action at mouse click:</property>
+ <property name="label" translatable="yes" context="interactionpage|label2">Action at mouse click:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">listbox</property>
</object>
@@ -62,7 +62,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">Target:</property>
+ <property name="label" translatable="yes" context="interactionpage|fttree">Target:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">box3</property>
</object>
@@ -140,7 +140,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Interaction</property>
+ <property name="label" translatable="yes" context="interactionpage|label1">Interaction</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -180,7 +180,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkButton" id="browse">
- <property name="label" translatable="yes">_Browse...</property>
+ <property name="label" translatable="yes" context="interactionpage|browse">_Browse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -194,7 +194,7 @@
</child>
<child>
<object class="GtkButton" id="find">
- <property name="label" translatable="yes">_Find</property>
+ <property name="label" translatable="yes" context="interactionpage|find">_Find</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -226,7 +226,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="sound-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Path Name</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="interactionpage|sound-atkobject">Path Name</property>
</object>
</child>
</object>
diff --git a/sd/uiconfig/simpress/ui/layoutmenu.ui b/sd/uiconfig/simpress/ui/layoutmenu.ui
index f91b74d70e0f..8cf4406c33f7 100644
--- a/sd/uiconfig/simpress/ui/layoutmenu.ui
+++ b/sd/uiconfig/simpress/ui/layoutmenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkMenuItem" id="apply">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Apply to _Selected Slides</property>
+ <property name="label" translatable="yes" context="layoutmenu|apply">Apply to _Selected Slides</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -23,7 +23,7 @@
<object class="GtkMenuItem" id="insert">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Insert Slide</property>
+ <property name="label" translatable="yes" context="layoutmenu|insert">_Insert Slide</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sd/uiconfig/simpress/ui/masterlayoutdlg.ui b/sd/uiconfig/simpress/ui/masterlayoutdlg.ui
index a5679db4162e..eb1484fc1329 100644
--- a/sd/uiconfig/simpress/ui/masterlayoutdlg.ui
+++ b/sd/uiconfig/simpress/ui/masterlayoutdlg.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="MasterLayoutDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Master Elements</property>
+ <property name="title" translatable="yes" context="masterlayoutdlg|MasterLayoutDialog">Master Elements</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -89,7 +89,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="header">
- <property name="label" translatable="yes">_Header</property>
+ <property name="label" translatable="yes" context="masterlayoutdlg|header">_Header</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -105,7 +105,7 @@
</child>
<child>
<object class="GtkCheckButton" id="datetime">
- <property name="label" translatable="yes">_Date/time</property>
+ <property name="label" translatable="yes" context="masterlayoutdlg|datetime">_Date/time</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -121,7 +121,7 @@
</child>
<child>
<object class="GtkCheckButton" id="footer">
- <property name="label" translatable="yes">_Footer</property>
+ <property name="label" translatable="yes" context="masterlayoutdlg|footer">_Footer</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -137,7 +137,7 @@
</child>
<child>
<object class="GtkCheckButton" id="pagenumber">
- <property name="label" translatable="yes">_Page number</property>
+ <property name="label" translatable="yes" context="masterlayoutdlg|pagenumber">_Page number</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -153,7 +153,7 @@
</child>
<child>
<object class="GtkCheckButton" id="slidenumber">
- <property name="label" translatable="yes">_Slide number</property>
+ <property name="label" translatable="yes" context="masterlayoutdlg|slidenumber">_Slide number</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -175,7 +175,7 @@
<object class="GtkLabel" id="Placeholders">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Placeholders</property>
+ <property name="label" translatable="yes" context="masterlayoutdlg|Placeholders">Placeholders</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/simpress/ui/mastermenu.ui b/sd/uiconfig/simpress/ui/mastermenu.ui
index 29a9acd09b38..7ac6eed806ae 100644
--- a/sd/uiconfig/simpress/ui/mastermenu.ui
+++ b/sd/uiconfig/simpress/ui/mastermenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkMenuItem" id="applyall">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Apply to All Slides</property>
+ <property name="label" translatable="yes" context="mastermenu|applyall">_Apply to All Slides</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -17,7 +17,7 @@
<object class="GtkMenuItem" id="applyselect">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Apply to _Selected Slides</property>
+ <property name="label" translatable="yes" context="mastermenu|applyselect">Apply to _Selected Slides</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -31,7 +31,7 @@
<object class="GtkMenuItem" id="large">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Show _Large Preview</property>
+ <property name="label" translatable="yes" context="mastermenu|large">Show _Large Preview</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -39,7 +39,7 @@
<object class="GtkMenuItem" id="small">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Show S_mall Preview</property>
+ <property name="label" translatable="yes" context="mastermenu|small">Show S_mall Preview</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sd/uiconfig/simpress/ui/navigatorpanel.ui b/sd/uiconfig/simpress/ui/navigatorpanel.ui
index 732bd8ac005d..f738f930b27c 100644
--- a/sd/uiconfig/simpress/ui/navigatorpanel.ui
+++ b/sd/uiconfig/simpress/ui/navigatorpanel.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkGrid" id="NavigatorPanel">
<property name="visible">True</property>
@@ -19,10 +19,10 @@
<object class="GtkComboBox" id="documents">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Document</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|documents|tooltip_text">Document</property>
<child internal-child="accessible">
<object class="AtkObject" id="documents-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Active Window</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="navigatorpanel|documents-atkobject">Active Window</property>
</object>
</child>
</object>
@@ -55,7 +55,7 @@
<object class="GtkToolButton" id="first">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">First Slide</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|first|tooltip_text">First Slide</property>
<property name="action_name">first</property>
<property name="icon_name">sd/res/nv03.png</property>
</object>
@@ -68,7 +68,7 @@
<object class="GtkToolButton" id="previous">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Previous Slide</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|previous|tooltip_text">Previous Slide</property>
<property name="action_name">previous</property>
<property name="icon_name">sd/res/nv04.png</property>
</object>
@@ -81,7 +81,7 @@
<object class="GtkToolButton" id="next">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Next Slide</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|next|tooltip_text">Next Slide</property>
<property name="action_name">next</property>
<property name="icon_name">sd/res/nv05.png</property>
</object>
@@ -94,7 +94,7 @@
<object class="GtkToolButton" id="last">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Last Slide</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|last|tooltip_text">Last Slide</property>
<property name="action_name">last</property>
<property name="icon_name">sd/res/nv06.png</property>
</object>
@@ -117,7 +117,7 @@
<object class="GtkMenuToolButton" id="dragmode">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Drag Mode</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|dragmode|tooltip_text">Drag Mode</property>
<property name="action_name">dragmode</property>
<property name="icon_name">sd/res/nv09.png</property>
</object>
@@ -130,7 +130,7 @@
<object class="GtkMenuToolButton" id="shapes">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Show Shapes</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|shapes|tooltip_text">Show Shapes</property>
<property name="action_name">shapes</property>
<property name="icon_name">sd/res/graphic.png</property>
</object>
diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui
index 0f2cb20f3f54..196d98656e78 100644
--- a/sd/uiconfig/simpress/ui/notebookbar.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.12"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkImage" id="BringToFrontImg">
@@ -331,7 +331,7 @@
<object class="GtkLabel" id="FileLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">File</property>
+ <property name="label" translatable="yes" context="notebookbar|FileLabel">File</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -412,7 +412,7 @@
</child>
<child>
<object class="vcllo-SmallButton" id="FormatPaintbrush">
- <property name="label" translatable="yes">Clone</property>
+ <property name="label" translatable="yes" context="notebookbar|FormatPaintbrush">Clone</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -909,7 +909,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Bullets and Numbering</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|numberbullet|tooltip_text">Bullets and Numbering</property>
<property name="show_arrow">False</property>
<child>
<object class="GtkMenuToolButton" id="bullet">
@@ -949,14 +949,14 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Indent</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|indent|tooltip_text">Indent</property>
<child>
<object class="GtkToolButton" id="increaseindent">
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Increase Indent</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|increaseindent|tooltip_text">Increase Indent</property>
<property name="is_important">True</property>
<property name="action_name">.uno:IncrementIndent</property>
<property name="use_underline">True</property>
@@ -972,7 +972,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Decrease Indent</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|decreaseindent|tooltip_text">Decrease Indent</property>
<property name="is_important">True</property>
<property name="action_name">.uno:DecrementIndent</property>
<property name="use_underline">True</property>
@@ -1006,7 +1006,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Horizontal Alignment</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|horizontalalignment|tooltip_text">Horizontal Alignment</property>
<property name="halign">start</property>
<property name="show_arrow">False</property>
<child>
@@ -1482,7 +1482,7 @@
<object class="GtkLabel" id="ImpressLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Home</property>
+ <property name="label" translatable="yes" context="notebookbar|ImpressLabel">Home</property>
<property name="use_underline">True</property>
<style>
<class name="context-default"/>
@@ -1601,7 +1601,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Insert Audio or Video</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|InsertAVMedia|tooltip_text">Insert Audio or Video</property>
<property name="action_name">.uno:InsertAVMedia</property>
<property name="relief">none</property>
<property name="xalign">0</property>
@@ -1915,7 +1915,7 @@
<property name="can_focus">False</property>
<child>
<object class="vcllo-SmallButton" id="InsertSymbol">
- <property name="label" translatable="yes">Symbol</property>
+ <property name="label" translatable="yes" context="notebookbar|InsertSymbol">Symbol</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -1990,7 +1990,7 @@
<object class="GtkLabel" id="InsertLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Insert</property>
+ <property name="label" translatable="yes" context="notebookbar|InsertLabel">Insert</property>
</object>
<packing>
<property name="position">2</property>
@@ -2012,7 +2012,7 @@
<object class="GtkLabel" id="TransitionsLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Transitions</property>
+ <property name="label" translatable="yes" context="notebookbar|TransitionsLabel">Transitions</property>
</object>
<packing>
<property name="position">3</property>
@@ -2032,7 +2032,7 @@
<object class="GtkLabel" id="AnimationLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Animation</property>
+ <property name="label" translatable="yes" context="notebookbar|AnimationLabel">Animation</property>
</object>
<packing>
<property name="position">4</property>
@@ -2195,7 +2195,7 @@
<object class="GtkLabel" id="SlideShowLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Slide Show</property>
+ <property name="label" translatable="yes" context="notebookbar|SlideShowLabel">Slide Show</property>
</object>
<packing>
<property name="position">5</property>
@@ -2229,7 +2229,7 @@
</child>
<child>
<object class="vcllo-SmallButton" id="SpellOnline">
- <property name="label" translatable="yes">Auto Spellcheck</property>
+ <property name="label" translatable="yes" context="notebookbar|SpellOnline">Auto Spellcheck</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -2330,7 +2330,7 @@
<object class="GtkLabel" id="ReviewLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Review</property>
+ <property name="label" translatable="yes" context="notebookbar|ReviewLabel">Review</property>
</object>
<packing>
<property name="position">6</property>
@@ -2522,7 +2522,7 @@
</child>
<child>
<object class="GtkButton" id="GridVisible">
- <property name="label" translatable="yes">Grid</property>
+ <property name="label" translatable="yes" context="notebookbar|GridVisible">Grid</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -2710,7 +2710,7 @@
<object class="GtkLabel" id="ViewLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">View</property>
+ <property name="label" translatable="yes" context="notebookbar|ViewLabel">View</property>
</object>
<packing>
<property name="position">7</property>
@@ -2730,7 +2730,7 @@
<object class="GtkLabel" id="TableLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Table</property>
+ <property name="label" translatable="yes" context="notebookbar|TableLabel">Table</property>
<style>
<class name="context-Table"/>
</style>
@@ -3246,7 +3246,7 @@
<object class="GtkLabel" id="ImageLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Image</property>
+ <property name="label" translatable="yes" context="notebookbar|ImageLabel">Image</property>
<property name="use_underline">True</property>
<style>
<class name="context-Graphic"/>
diff --git a/sd/uiconfig/simpress/ui/notebookbar_groups.ui b/sd/uiconfig/simpress/ui/notebookbar_groups.ui
index 4cd9e4383bdd..1ceb60b0a4aa 100644
--- a/sd/uiconfig/simpress/ui/notebookbar_groups.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar_groups.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.12"/>
<requires lib="LibreOffice" version="1.0"/>
<!-- interface-local-resource-path ../../../icon-themes/galaxy/cmd/ -->
@@ -46,7 +46,7 @@
<object class="GtkMenuItem" id="layout01">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Blank</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|layout01">Blank</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -54,7 +54,7 @@
<object class="GtkMenuItem" id="layout02">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Title Slide</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|layout02">Title Slide</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -62,7 +62,7 @@
<object class="GtkMenuItem" id="layout03">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Title, Text</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|layout03">Title, Text</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -70,7 +70,7 @@
<object class="GtkMenuItem" id="layout04">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Title, Content</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|layout04">Title, Content</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -78,7 +78,7 @@
<object class="GtkMenuItem" id="layout05">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Centered Text</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|layout05">Centered Text</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -101,7 +101,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:HyperlinkDialog</property>
- <property name="label" translatable="yes">Hyperlink</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|hyperlink">Hyperlink</property>
</object>
</child>
<child>
@@ -115,7 +115,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:InsertFootnote</property>
- <property name="label" translatable="yes">Footnote</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|footnote">Footnote</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -124,7 +124,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:InsertEndnote</property>
- <property name="label" translatable="yes">Endnote</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|endnote">Endnote</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -139,7 +139,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:InsertBookmark</property>
- <property name="label" translatable="yes">Bookmark</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|bookmark">Bookmark</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -148,7 +148,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:InsertReferenceField</property>
- <property name="label" translatable="yes">Cross-Reference</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|crossreference">Cross-Reference</property>
</object>
</child>
</object>
@@ -165,7 +165,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:InsertRowsBefore</property>
- <property name="label" translatable="yes">Master 1</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|master01">Master 1</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -174,7 +174,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:InsertRowsAfter</property>
- <property name="label" translatable="yes">Master 2</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|master02">Master 2</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -254,7 +254,7 @@
<object class="GtkMenuItem" id="shapestyledefault">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Default</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|shapestyledefault">Default</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -262,7 +262,7 @@
<object class="GtkMenuItem" id="shapestylenofill">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">No Fill</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|shapestylenofill">No Fill</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -270,7 +270,7 @@
<object class="GtkMenuItem" id="shapestyleshadow">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">With Shadow</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|shapestyleshadow">With Shadow</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -284,7 +284,7 @@
<object class="GtkMenuItem" id="shapestyletitle1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Title 1</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|shapestyletitle1">Title 1</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -292,7 +292,7 @@
<object class="GtkMenuItem" id="shapestyletitle2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Title 2</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|shapestyletitle2">Title 2</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -486,7 +486,7 @@
<property name="height_request">15</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">File</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|filegrouplabel">File</property>
<attributes>
<attribute name="font-desc" value="Noto Sans 9"/>
<attribute name="style" value="italic"/>
@@ -639,7 +639,7 @@
<property name="height_request">15</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Clipboard</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|clipboardgrouplabel">Clipboard</property>
<attributes>
<attribute name="font-desc" value="Noto Sans 9"/>
<attribute name="style" value="italic"/>
@@ -685,7 +685,7 @@
<property name="spacing">3</property>
<child>
<object class="GtkButton" id="shapestyleb:stylemenu">
- <property name="label" translatable="yes">Style</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|shapestyleb">Style</property>
<property name="width_request">70</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -846,7 +846,7 @@
</child>
<child>
<object class="GtkButton" id="growb">
- <property name="label" translatable="yes"> </property>
+ <property name="label" translatable="yes" context="notebookbar_groups|growb"> </property>
<property name="width_request">35</property>
<property name="height_request">30</property>
<property name="visible">True</property>
@@ -868,7 +868,7 @@
</child>
<child>
<object class="GtkButton" id="shrinkb">
- <property name="label" translatable="yes"> </property>
+ <property name="label" translatable="yes" context="notebookbar_groups|shrinkb"> </property>
<property name="width_request">35</property>
<property name="height_request">30</property>
<property name="visible">True</property>
@@ -1198,7 +1198,7 @@
<property name="height_request">15</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|formatgrouplabel">Text</property>
<attributes>
<attribute name="font-desc" value="Noto Sans 9"/>
<attribute name="style" value="italic"/>
@@ -1248,7 +1248,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkButton" id="startshowb">
- <property name="label" translatable="yes">Start</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|startshowb">Start</property>
<property name="width_request">70</property>
<property name="height_request">78</property>
<property name="visible">True</property>
@@ -1272,7 +1272,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkButton" id="masterb:mastermenu">
- <property name="label" translatable="yes">Master</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|masterb">Master</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -1290,7 +1290,7 @@
</child>
<child>
<object class="GtkButton" id="layoutb:layoutmenu">
- <property name="label" translatable="yes">Layout</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|layoutb">Layout</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -1320,7 +1320,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkButton" id="animationb:animenu">
- <property name="label" translatable="yes">Animation</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|animationb">Animation</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -1337,7 +1337,7 @@
</child>
<child>
<object class="GtkButton" id="transitionb:transmenu">
- <property name="label" translatable="yes">Transition</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|transitionb">Transition</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -1383,7 +1383,7 @@
<property name="height_request">15</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Slide</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|slidegrouplabel">Slide</property>
<attributes>
<attribute name="font-desc" value="Noto Sans 9"/>
<attribute name="style" value="italic"/>
@@ -1457,7 +1457,7 @@
<property name="can_focus">False</property>
<property name="is_important">True</property>
<property name="action_name">.uno:BasicShapes</property>
- <property name="label" translatable="yes">Shapes</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|shapesb">Shapes</property>
</object>
<packing>
<property name="expand">True</property>
@@ -1473,7 +1473,7 @@
</child>
<child>
<object class="GtkButton" id="linksb:linksmenu">
- <property name="label" translatable="yes">Links</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|linksb">Links</property>
<property name="height_request">26</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1581,7 +1581,7 @@
<property name="height_request">15</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Insert</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|insertgrouplabel">Insert</property>
<attributes>
<attribute name="font-desc" value="Noto Sans 9"/>
<attribute name="style" value="italic"/>
@@ -1617,7 +1617,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkButton" id="imagestyleb">
- <property name="label" translatable="yes">Style</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestyleb">Style</property>
<property name="height_request">78</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1656,7 +1656,7 @@
</child>
<child>
<object class="GtkButton" id="resetb">
- <property name="label" translatable="yes">Reset</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|resetb">Reset</property>
<property name="height_request">36</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1700,7 +1700,7 @@
</child>
<child>
<object class="GtkButton" id="wrapb:wrapmenu">
- <property name="label" translatable="yes">Wrap</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|wrapb">Wrap</property>
<property name="height_request">24</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1715,7 +1715,7 @@
</child>
<child>
<object class="GtkButton" id="lockb">
- <property name="label" translatable="yes">Lock</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|lockb">Lock</property>
<property name="height_request">24</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1759,7 +1759,7 @@
<property name="height_request">15</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Image</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagegrouplabel">Image</property>
<attributes>
<attribute name="font-desc" value="Noto Sans 9"/>
<attribute name="style" value="italic"/>
@@ -1815,7 +1815,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:WrapOff</property>
- <property name="label" translatable="yes">None</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|wrapoff">None</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -1824,7 +1824,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:WrapIdeal</property>
- <property name="label" translatable="yes">Optimal</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|wrapideal">Optimal</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -1833,7 +1833,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:WrapOn</property>
- <property name="label" translatable="yes">Parallel</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|wrapon">Parallel</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -1842,7 +1842,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:WrapLeft</property>
- <property name="label" translatable="yes">Before</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|wrapleft">Before</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -1851,7 +1851,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:WrapRight</property>
- <property name="label" translatable="yes">After</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|wrapright">After</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -1860,7 +1860,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:WrapThrough</property>
- <property name="label" translatable="yes">Through</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|wrapthrough">Through</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -1875,7 +1875,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:WrapContour</property>
- <property name="label" translatable="yes">Contour</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|wrapcontour">Contour</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -1884,7 +1884,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:ContourDialog</property>
- <property name="label" translatable="yes">Edit Contour</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|contourdialog">Edit Contour</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui
index 13733be89fa9..057f9877a511 100644
--- a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui
+++ b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">5</property>
@@ -37,7 +37,7 @@
<property name="column_homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="qickedit">
- <property name="label" translatable="yes">Allow quick editing</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|qickedit">Allow quick editing</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -53,7 +53,7 @@
</child>
<child>
<object class="GtkCheckButton" id="textselected">
- <property name="label" translatable="yes">Only text area selected</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|textselected">Only text area selected</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -76,7 +76,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text Objects</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|label2">Text Objects</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -110,7 +110,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="startwithwizard">
- <property name="label" translatable="yes">Start with _Template Selection</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|startwithwizard">Start with _Template Selection</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -131,7 +131,7 @@
<object class="GtkLabel" id="newdoclbl">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">New Document</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|newdoclbl">New Document</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -167,7 +167,7 @@
<property name="column_homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="copywhenmove">
- <property name="label" translatable="yes">Copy when moving</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|copywhenmove">Copy when moving</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -190,7 +190,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Unit of _measurement:</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|label6">Unit of _measurement:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">units</property>
</object>
@@ -227,7 +227,7 @@
<property name="can_focus">False</property>
<property name="double_buffered">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Ta_b stops:</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|tapstoplabel">Ta_b stops:</property>
<property name="use_underline">True</property>
<property name="justify">fill</property>
<property name="mnemonic_widget">metricFields:0.00mm</property>
@@ -259,7 +259,7 @@
</child>
<child>
<object class="GtkCheckButton" id="objalwymov">
- <property name="label" translatable="yes">Objects always moveable</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|objalwymov">Objects always moveable</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -274,7 +274,7 @@
</child>
<child>
<object class="GtkCheckButton" id="distrotcb">
- <property name="label" translatable="yes">Do not distort objects in curve</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|distrotcb">Do not distort objects in curve</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -290,7 +290,7 @@
</child>
<child>
<object class="GtkCheckButton" id="backgroundback">
- <property name="label" translatable="yes">Use background cache</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|backgroundback">Use background cache</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -312,7 +312,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_bottom">3</property>
- <property name="label" translatable="yes">Settings</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|label4">Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -347,7 +347,7 @@
<property name="column_homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="enremotcont">
- <property name="label" translatable="yes">Enable remote control</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|enremotcont">Enable remote control</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -362,7 +362,7 @@
</child>
<child>
<object class="GtkCheckButton" id="enprsntcons">
- <property name="label" translatable="yes">Enable Presenter Console</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|enprsntcons">Enable Presenter Console</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -383,7 +383,7 @@
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Presentation</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|label7">Presentation</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -422,7 +422,7 @@
<property name="double_buffered">False</property>
<property name="margin_right">3</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Drawing scale:</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|label8">_Drawing scale:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">scaleBox</property>
</object>
@@ -436,7 +436,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Page _width:</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|widthlbl">Page _width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">metricWidthFields:0.00mm</property>
</object>
@@ -450,7 +450,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Page _height:</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|heightlbl">Page _height:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">metricHeightFields:0.00mm</property>
</object>
@@ -572,7 +572,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Scale</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|label5">Scale</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -604,7 +604,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="printermetrics">
- <property name="label" translatable="yes">Us_e printer metrics for document formatting</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|printermetrics">Us_e printer metrics for document formatting</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -619,7 +619,7 @@
</child>
<child>
<object class="GtkCheckButton" id="cbCompatibility">
- <property name="label" translatable="yes">Add _spacing between paragraphs and tables (in current document)</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|cbCompatibility">Add _spacing between paragraphs and tables (in current document)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -642,7 +642,7 @@
<property name="can_focus">False</property>
<property name="xalign">0.49000000953674316</property>
<property name="yalign">0.49000000953674316</property>
- <property name="label" translatable="yes">Compatibility</property>
+ <property name="label" translatable="yes" context="optimpressgeneralpage|label1">Compatibility</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/simpress/ui/photoalbum.ui b/sd/uiconfig/simpress/ui/photoalbum.ui
index a76df350297c..9e12348c05e0 100644
--- a/sd/uiconfig/simpress/ui/photoalbum.ui
+++ b/sd/uiconfig/simpress/ui/photoalbum.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkListStore" id="liststore1">
<columns>
@@ -15,20 +15,20 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">1 Image</col>
+ <col id="0" translatable="yes" context="photoalbum|liststore2">1 Image</col>
</row>
<row>
- <col id="0" translatable="yes">2 Images</col>
+ <col id="0" translatable="yes" context="photoalbum|liststore2">2 Images</col>
</row>
<row>
- <col id="0" translatable="yes">4 Images</col>
+ <col id="0" translatable="yes" context="photoalbum|liststore2">4 Images</col>
</row>
</data>
</object>
<object class="GtkDialog" id="PhotoAlbumCreatorDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Create Photo Album</property>
+ <property name="title" translatable="yes" context="photoalbum|PhotoAlbumCreatorDialog">Create Photo Album</property>
<property name="window_position">center</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -57,7 +57,7 @@
</child>
<child>
<object class="GtkButton" id="create_btn">
- <property name="label" translatable="yes">Insert Slides</property>
+ <property name="label" translatable="yes" context="photoalbum|create_btn">Insert Slides</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -166,7 +166,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Remove Image from List</property>
+ <property name="tooltip_text" translatable="yes" context="photoalbum|rem_btn|tooltip_text">Remove Image from List</property>
<property name="use_stock">True</property>
</object>
<packing>
@@ -182,7 +182,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Move Image Up</property>
+ <property name="tooltip_text" translatable="yes" context="photoalbum|up_btn|tooltip_text">Move Image Up</property>
<property name="use_stock">True</property>
</object>
<packing>
@@ -198,7 +198,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Move Image Down</property>
+ <property name="tooltip_text" translatable="yes" context="photoalbum|down_btn|tooltip_text">Move Image Down</property>
<property name="use_stock">True</property>
</object>
<packing>
@@ -274,7 +274,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_bottom">6</property>
- <property name="label" translatable="yes">Preview</property>
+ <property name="label" translatable="yes" context="photoalbum|label2">Preview</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -303,7 +303,7 @@
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Slide layout:</property>
+ <property name="label" translatable="yes" context="photoalbum|label7">Slide layout:</property>
<property name="mnemonic_widget">opt_combo</property>
</object>
<packing>
@@ -341,7 +341,7 @@
</child>
<child>
<object class="GtkCheckButton" id="cap_check">
- <property name="label" translatable="yes">Add caption to each slide</property>
+ <property name="label" translatable="yes" context="photoalbum|cap_check">Add caption to each slide</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -356,7 +356,7 @@
</child>
<child>
<object class="GtkCheckButton" id="asr_check">
- <property name="label" translatable="yes">Keep aspect ratio</property>
+ <property name="label" translatable="yes" context="photoalbum|asr_check">Keep aspect ratio</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -372,7 +372,7 @@
</child>
<child>
<object class="GtkCheckButton" id="asr_check_crop">
- <property name="label" translatable="yes">Fill Screen</property>
+ <property name="label" translatable="yes" context="photoalbum|asr_check_crop">Fill Screen</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -387,7 +387,7 @@
</child>
<child>
<object class="GtkCheckButton" id="insert_as_link_check">
- <property name="label" translatable="yes">Link images</property>
+ <property name="label" translatable="yes" context="photoalbum|insert_as_link_check">Link images</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/sd/uiconfig/simpress/ui/presentationdialog.ui b/sd/uiconfig/simpress/ui/presentationdialog.ui
index 732683ddad58..7fcc7f2b03b8 100644
--- a/sd/uiconfig/simpress/ui/presentationdialog.ui
+++ b/sd/uiconfig/simpress/ui/presentationdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="PresentationDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Slide Show Settings</property>
+ <property name="title" translatable="yes" context="presentationdialog|PresentationDialog">Slide Show Settings</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -46,7 +46,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="from">
- <property name="label" translatable="yes">_From:</property>
+ <property name="label" translatable="yes" context="presentationdialog|from">_From:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -73,7 +73,7 @@
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="from_cb-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Starting slide</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="presentationdialog|from_cb-atkobject">Starting slide</property>
</object>
</child>
</object>
@@ -90,7 +90,7 @@
</child>
<child>
<object class="GtkRadioButton" id="allslides">
- <property name="label" translatable="yes">All _slides</property>
+ <property name="label" translatable="yes" context="presentationdialog|allslides">All _slides</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -107,7 +107,7 @@
</child>
<child>
<object class="GtkRadioButton" id="customslideshow">
- <property name="label" translatable="yes">_Custom slide show:</property>
+ <property name="label" translatable="yes" context="presentationdialog|customslideshow">_Custom slide show:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -147,7 +147,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Range</property>
+ <property name="label" translatable="yes" context="presentationdialog|label1">Range</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -202,7 +202,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">P_resentation display:</property>
+ <property name="label" translatable="yes" context="presentationdialog|presdisplay_label">P_resentation display:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">presdisplay_cb</property>
</object>
@@ -223,7 +223,7 @@
<child>
<object class="GtkLabel" id="externalmonitor_str">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Display %1 (external)</property>
+ <property name="label" translatable="yes" context="presentationdialog|externalmonitor_str">Display %1 (external)</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -233,7 +233,7 @@
<child>
<object class="GtkLabel" id="monitor_str">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Display %1</property>
+ <property name="label" translatable="yes" context="presentationdialog|monitor_str">Display %1</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -243,7 +243,7 @@
<child>
<object class="GtkLabel" id="allmonitors_str">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">All displays</property>
+ <property name="label" translatable="yes" context="presentationdialog|allmonitors_str">All displays</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -253,7 +253,7 @@
<child>
<object class="GtkLabel" id="external_str">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Auto External (Display %1)</property>
+ <property name="label" translatable="yes" context="presentationdialog|external_str">Auto External (Display %1)</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -274,7 +274,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Multiple Displays</property>
+ <property name="label" translatable="yes" context="presentationdialog|label3">Multiple Displays</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -314,7 +314,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="default">
- <property name="label" translatable="yes">F_ull screen</property>
+ <property name="label" translatable="yes" context="presentationdialog|default">F_ull screen</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -331,7 +331,7 @@
</child>
<child>
<object class="GtkRadioButton" id="window">
- <property name="label" translatable="yes">In a _window</property>
+ <property name="label" translatable="yes" context="presentationdialog|window">In a _window</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -347,7 +347,7 @@
</child>
<child>
<object class="GtkRadioButton" id="auto">
- <property name="label" translatable="yes">_Loop and repeat after:</property>
+ <property name="label" translatable="yes" context="presentationdialog|auto">_Loop and repeat after:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -366,7 +366,7 @@
</child>
<child>
<object class="GtkCheckButton" id="showlogo">
- <property name="label" translatable="yes">Show _logo</property>
+ <property name="label" translatable="yes" context="presentationdialog|showlogo">Show _logo</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -385,14 +385,14 @@
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
- <property name="tooltip_text" translatable="yes">Duration of pause</property>
+ <property name="tooltip_text" translatable="yes" context="presentationdialog|pauseduration|tooltip_text">Duration of pause</property>
<property name="margin_left">12</property>
<accessibility>
<relation type="labelled-by" target="auto"/>
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="pauseduration:hh:mm-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Pause Duration</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="presentationdialog|pauseduration-atkobject">Pause Duration</property>
</object>
</child>
</object>
@@ -409,7 +409,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Presentation Mode</property>
+ <property name="label" translatable="yes" context="presentationdialog|label2">Presentation Mode</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -444,7 +444,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="manualslides">
- <property name="label" translatable="yes">Change slides _manually</property>
+ <property name="label" translatable="yes" context="presentationdialog|manualslides">Change slides _manually</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -459,7 +459,7 @@
</child>
<child>
<object class="GtkCheckButton" id="pointervisible">
- <property name="label" translatable="yes">Mouse pointer _visible</property>
+ <property name="label" translatable="yes" context="presentationdialog|pointervisible">Mouse pointer _visible</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -474,7 +474,7 @@
</child>
<child>
<object class="GtkCheckButton" id="pointeraspen">
- <property name="label" translatable="yes">Mouse pointer as _pen</property>
+ <property name="label" translatable="yes" context="presentationdialog|pointeraspen">Mouse pointer as _pen</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -489,7 +489,7 @@
</child>
<child>
<object class="GtkCheckButton" id="animationsallowed">
- <property name="label" translatable="yes">_Animations allowed</property>
+ <property name="label" translatable="yes" context="presentationdialog|animationsallowed">_Animations allowed</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -504,7 +504,7 @@
</child>
<child>
<object class="GtkCheckButton" id="changeslidesbyclick">
- <property name="label" translatable="yes">Change slides by clic_king on background</property>
+ <property name="label" translatable="yes" context="presentationdialog|changeslidesbyclick">Change slides by clic_king on background</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -519,7 +519,7 @@
</child>
<child>
<object class="GtkCheckButton" id="alwaysontop">
- <property name="label" translatable="yes">Presentation always _on top</property>
+ <property name="label" translatable="yes" context="presentationdialog|alwaysontop">Presentation always _on top</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -540,7 +540,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="presentationdialog|label4">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/simpress/ui/printeroptions.ui b/sd/uiconfig/simpress/ui/printeroptions.ui
index 59673664f8a2..cf43d767d8cd 100644
--- a/sd/uiconfig/simpress/ui/printeroptions.ui
+++ b/sd/uiconfig/simpress/ui/printeroptions.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="box">
<property name="visible">True</property>
@@ -29,7 +29,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="printname">
- <property name="label" translatable="yes">Slide name</property>
+ <property name="label" translatable="yes" context="printeroptions|printname">Slide name</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -45,7 +45,7 @@
</child>
<child>
<object class="GtkCheckButton" id="printdatetime">
- <property name="label" translatable="yes">Date and time</property>
+ <property name="label" translatable="yes" context="printeroptions|printdatetime">Date and time</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -61,7 +61,7 @@
</child>
<child>
<object class="GtkCheckButton" id="printhidden">
- <property name="label" translatable="yes">Hidden pages</property>
+ <property name="label" translatable="yes" context="printeroptions|printhidden">Hidden pages</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -83,7 +83,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Contents</property>
+ <property name="label" translatable="yes" context="printeroptions|label4">Contents</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -116,7 +116,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="originalcolors">
- <property name="label" translatable="yes">Original size</property>
+ <property name="label" translatable="yes" context="printeroptions|originalcolors">Original size</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -134,7 +134,7 @@
</child>
<child>
<object class="GtkRadioButton" id="grayscale">
- <property name="label" translatable="yes">Grayscale</property>
+ <property name="label" translatable="yes" context="printeroptions|grayscale">Grayscale</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -152,7 +152,7 @@
</child>
<child>
<object class="GtkRadioButton" id="blackandwhite">
- <property name="label" translatable="yes">Black &amp; white</property>
+ <property name="label" translatable="yes" context="printeroptions|blackandwhite">Black &amp; white</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -176,7 +176,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Color</property>
+ <property name="label" translatable="yes" context="printeroptions|label5">Color</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -209,7 +209,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="originalsize">
- <property name="label" translatable="yes">Original size</property>
+ <property name="label" translatable="yes" context="printeroptions|originalsize">Original size</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -227,7 +227,7 @@
</child>
<child>
<object class="GtkRadioButton" id="fittoprintable">
- <property name="label" translatable="yes">Fit to printable page</property>
+ <property name="label" translatable="yes" context="printeroptions|fittoprintable">Fit to printable page</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -245,7 +245,7 @@
</child>
<child>
<object class="GtkRadioButton" id="distributeonmultiple">
- <property name="label" translatable="yes">Distribute on multiple sheets of paper</property>
+ <property name="label" translatable="yes" context="printeroptions|distributeonmultiple">Distribute on multiple sheets of paper</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -263,7 +263,7 @@
</child>
<child>
<object class="GtkRadioButton" id="tilesheet">
- <property name="label" translatable="yes">Tile sheet of paper with repeated slides</property>
+ <property name="label" translatable="yes" context="printeroptions|tilesheet">Tile sheet of paper with repeated slides</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -287,7 +287,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Size</property>
+ <property name="label" translatable="yes" context="printeroptions|label6">Size</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/simpress/ui/prntopts.ui b/sd/uiconfig/simpress/ui/prntopts.ui
index 1d3b9fd34ac1..708a11026c29 100644
--- a/sd/uiconfig/simpress/ui/prntopts.ui
+++ b/sd/uiconfig/simpress/ui/prntopts.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="prntopts">
<property name="visible">True</property>
@@ -34,7 +34,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="pagenmcb">
- <property name="label" translatable="yes">_Page name</property>
+ <property name="label" translatable="yes" context="prntopts|pagenmcb">_Page name</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -51,7 +51,7 @@
</child>
<child>
<object class="GtkCheckButton" id="datecb">
- <property name="label" translatable="yes">D_ate</property>
+ <property name="label" translatable="yes" context="prntopts|datecb">D_ate</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -68,7 +68,7 @@
</child>
<child>
<object class="GtkCheckButton" id="timecb">
- <property name="label" translatable="yes">Ti_me</property>
+ <property name="label" translatable="yes" context="prntopts|timecb">Ti_me</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -85,7 +85,7 @@
</child>
<child>
<object class="GtkCheckButton" id="hiddenpgcb">
- <property name="label" translatable="yes">H_idden pages</property>
+ <property name="label" translatable="yes" context="prntopts|hiddenpgcb">H_idden pages</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -108,7 +108,7 @@
<object class="GtkLabel" id="printlbl">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Print</property>
+ <property name="label" translatable="yes" context="prntopts|printlbl">Print</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -142,7 +142,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="pagedefaultrb">
- <property name="label" translatable="yes">Default</property>
+ <property name="label" translatable="yes" context="prntopts|pagedefaultrb">Default</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -160,7 +160,7 @@
</child>
<child>
<object class="GtkRadioButton" id="fittopgrb">
- <property name="label" translatable="yes">_Fit to page</property>
+ <property name="label" translatable="yes" context="prntopts|fittopgrb">_Fit to page</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -178,7 +178,7 @@
</child>
<child>
<object class="GtkRadioButton" id="tilepgrb">
- <property name="label" translatable="yes">_Tile pages</property>
+ <property name="label" translatable="yes" context="prntopts|tilepgrb">_Tile pages</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -196,7 +196,7 @@
</child>
<child>
<object class="GtkRadioButton" id="brouchrb">
- <property name="label" translatable="yes">B_rochure</property>
+ <property name="label" translatable="yes" context="prntopts|brouchrb">B_rochure</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -214,7 +214,7 @@
</child>
<child>
<object class="GtkCheckButton" id="papertryfrmprntrcb">
- <property name="label" translatable="yes">Paper tray from printer s_ettings</property>
+ <property name="label" translatable="yes" context="prntopts|papertryfrmprntrcb">Paper tray from printer s_ettings</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -237,7 +237,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkCheckButton" id="frontcb">
- <property name="label" translatable="yes">Fr_ont</property>
+ <property name="label" translatable="yes" context="prntopts|frontcb">Fr_ont</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -256,7 +256,7 @@
</child>
<child>
<object class="GtkCheckButton" id="backcb">
- <property name="label" translatable="yes">Ba_ck</property>
+ <property name="label" translatable="yes" context="prntopts|backcb">Ba_ck</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -290,7 +290,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Page Options</property>
+ <property name="label" translatable="yes" context="prntopts|label3">Page Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -336,7 +336,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="drawingcb">
- <property name="label" translatable="yes">Drawing</property>
+ <property name="label" translatable="yes" context="prntopts|drawingcb">Drawing</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -352,7 +352,7 @@
</child>
<child>
<object class="GtkCheckButton" id="notecb">
- <property name="label" translatable="yes">Notes</property>
+ <property name="label" translatable="yes" context="prntopts|notecb">Notes</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -368,7 +368,7 @@
</child>
<child>
<object class="GtkCheckButton" id="handoutcb">
- <property name="label" translatable="yes">Handouts</property>
+ <property name="label" translatable="yes" context="prntopts|handoutcb">Handouts</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -384,7 +384,7 @@
</child>
<child>
<object class="GtkCheckButton" id="outlinecb">
- <property name="label" translatable="yes">Outline</property>
+ <property name="label" translatable="yes" context="prntopts|outlinecb">Outline</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -406,7 +406,7 @@
<object class="GtkLabel" id="contentlbl">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Content</property>
+ <property name="label" translatable="yes" context="prntopts|contentlbl">Content</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -439,7 +439,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="defaultrb">
- <property name="label" translatable="yes">Default</property>
+ <property name="label" translatable="yes" context="prntopts|defaultrb">Default</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -456,7 +456,7 @@
</child>
<child>
<object class="GtkRadioButton" id="grayscalerb">
- <property name="label" translatable="yes">Gra_yscale</property>
+ <property name="label" translatable="yes" context="prntopts|grayscalerb">Gra_yscale</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -474,7 +474,7 @@
</child>
<child>
<object class="GtkRadioButton" id="blackwhiterb">
- <property name="label" translatable="yes">Black &amp; _white</property>
+ <property name="label" translatable="yes" context="prntopts|blackwhiterb">Black &amp; _white</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -498,7 +498,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Quality</property>
+ <property name="label" translatable="yes" context="prntopts|label2">Quality</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
diff --git a/sd/uiconfig/simpress/ui/publishingdialog.ui b/sd/uiconfig/simpress/ui/publishingdialog.ui
index 849423e03580..496bedf9f0db 100644
--- a/sd/uiconfig/simpress/ui/publishingdialog.ui
+++ b/sd/uiconfig/simpress/ui/publishingdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="PublishingDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">HTML Export</property>
+ <property name="title" translatable="yes" context="publishingdialog|PublishingDialog">HTML Export</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -39,7 +39,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="newDesignRadiobutton">
- <property name="label" translatable="yes">New _design</property>
+ <property name="label" translatable="yes" context="publishingdialog|newDesignRadiobutton">New _design</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -58,7 +58,7 @@
</child>
<child>
<object class="GtkRadioButton" id="oldDesignRadiobutton">
- <property name="label" translatable="yes">Existing design</property>
+ <property name="label" translatable="yes" context="publishingdialog|oldDesignRadiobutton">Existing design</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -106,7 +106,7 @@
</child>
<child>
<object class="GtkButton" id="delDesingButton">
- <property name="label" translatable="yes">Delete Selected Design</property>
+ <property name="label" translatable="yes" context="publishingdialog|delDesingButton">Delete Selected Design</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -133,7 +133,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Select an existing design or create a new one</property>
+ <property name="label" translatable="yes" context="publishingdialog|descLabel">Select an existing design or create a new one</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">designsTreeview:border</property>
</object>
@@ -152,7 +152,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="yalign">0.47999998927116394</property>
- <property name="label" translatable="yes">Assign Design</property>
+ <property name="label" translatable="yes" context="publishingdialog|assignLabel">Assign Design</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -197,7 +197,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="ASPRadiobutton">
- <property name="label" translatable="yes">_Active Server Pages (ASP)</property>
+ <property name="label" translatable="yes" context="publishingdialog|ASPRadiobutton">_Active Server Pages (ASP)</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -215,7 +215,7 @@
</child>
<child>
<object class="GtkRadioButton" id="perlRadiobutton">
- <property name="label" translatable="yes">Perl</property>
+ <property name="label" translatable="yes" context="publishingdialog|perlRadiobutton">Perl</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -247,7 +247,7 @@
<property name="halign">start</property>
<property name="valign">start</property>
<property name="xalign">0.49000000953674316</property>
- <property name="label" translatable="yes">_URL for listeners:</property>
+ <property name="label" translatable="yes" context="publishingdialog|indexTxtLabel">_URL for listeners:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">indexEntry</property>
</object>
@@ -273,7 +273,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">URL for _presentation:</property>
+ <property name="label" translatable="yes" context="publishingdialog|URLTxtLabel">URL for _presentation:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">URLEntry</property>
</object>
@@ -299,7 +299,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">URL for _Perl scripts:</property>
+ <property name="label" translatable="yes" context="publishingdialog|CGITxtLabel">URL for _Perl scripts:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">CGIEntry</property>
</object>
@@ -338,7 +338,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0.49000000953674316</property>
- <property name="label" translatable="yes">Webcast</property>
+ <property name="label" translatable="yes" context="publishingdialog|webCastLabel">Webcast</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -373,7 +373,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="chgDefaultRadiobutton">
- <property name="label" translatable="yes">_As stated in document</property>
+ <property name="label" translatable="yes" context="publishingdialog|chgDefaultRadiobutton">_As stated in document</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -391,7 +391,7 @@
</child>
<child>
<object class="GtkRadioButton" id="chgAutoRadiobutton">
- <property name="label" translatable="yes">_Automatic</property>
+ <property name="label" translatable="yes" context="publishingdialog|chgAutoRadiobutton">_Automatic</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -428,7 +428,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0.50999999046325684</property>
- <property name="label" translatable="yes">_Slide view time:</property>
+ <property name="label" translatable="yes" context="publishingdialog|durationTxtLabel">_Slide view time:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">durationSpinbutton:hh:mm</property>
</object>
@@ -458,7 +458,7 @@
</child>
<child>
<object class="GtkCheckButton" id="endlessCheckbutton">
- <property name="label" translatable="yes">_Endless</property>
+ <property name="label" translatable="yes" context="publishingdialog|endlessCheckbutton">_Endless</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -491,7 +491,7 @@
<object class="GtkLabel" id="kioskLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Advance Slides</property>
+ <property name="label" translatable="yes" context="publishingdialog|kioskLabel">Advance Slides</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -529,7 +529,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="contentCheckbutton">
- <property name="label" translatable="yes">Create title page</property>
+ <property name="label" translatable="yes" context="publishingdialog|contentCheckbutton">Create title page</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -546,7 +546,7 @@
</child>
<child>
<object class="GtkCheckButton" id="notesCheckbutton">
- <property name="label" translatable="yes">Show notes</property>
+ <property name="label" translatable="yes" context="publishingdialog|notesCheckbutton">Show notes</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -569,7 +569,7 @@
<object class="GtkLabel" id="htmlOptionsLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="publishingdialog|htmlOptionsLabel">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -660,7 +660,7 @@
</child>
<child>
<object class="GtkRadioButton" id="webCastRadiobutton">
- <property name="label" translatable="yes">_WebCast</property>
+ <property name="label" translatable="yes" context="publishingdialog|webCastRadiobutton">_WebCast</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -677,7 +677,7 @@
</child>
<child>
<object class="GtkRadioButton" id="kioskRadiobutton">
- <property name="label" translatable="yes">_Automatic</property>
+ <property name="label" translatable="yes" context="publishingdialog|kioskRadiobutton">_Automatic</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -694,7 +694,7 @@
</child>
<child>
<object class="GtkRadioButton" id="singleDocumentRadiobutton">
- <property name="label" translatable="yes">_Single-document HTML</property>
+ <property name="label" translatable="yes" context="publishingdialog|singleDocumentRadiobutton">_Single-document HTML</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -711,7 +711,7 @@
</child>
<child>
<object class="GtkRadioButton" id="framesRadiobutton">
- <property name="label" translatable="yes">Standard HTML with _frames</property>
+ <property name="label" translatable="yes" context="publishingdialog|framesRadiobutton">Standard HTML with _frames</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -728,7 +728,7 @@
</child>
<child>
<object class="GtkRadioButton" id="standardRadiobutton">
- <property name="label" translatable="yes">Standard H_TML format</property>
+ <property name="label" translatable="yes" context="publishingdialog|standardRadiobutton">Standard H_TML format</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -751,7 +751,7 @@
<object class="GtkLabel" id="publicationLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Publication Type</property>
+ <property name="label" translatable="yes" context="publishingdialog|publicationLabel">Publication Type</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -809,7 +809,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="pngRadiobutton">
- <property name="label" translatable="yes">_PNG</property>
+ <property name="label" translatable="yes" context="publishingdialog|pngRadiobutton">_PNG</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -828,7 +828,7 @@
</child>
<child>
<object class="GtkRadioButton" id="gifRadiobutton">
- <property name="label" translatable="yes">_GIF</property>
+ <property name="label" translatable="yes" context="publishingdialog|gifRadiobutton">_GIF</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -846,7 +846,7 @@
</child>
<child>
<object class="GtkRadioButton" id="jpgRadiobutton">
- <property name="label" translatable="yes">_JPG</property>
+ <property name="label" translatable="yes" context="publishingdialog|jpgRadiobutton">_JPG</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -873,7 +873,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">_Quality:</property>
+ <property name="label" translatable="yes" context="publishingdialog|qualityTxtLabel">_Quality:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">qualityCombobox</property>
</object>
@@ -915,7 +915,7 @@
<object class="GtkLabel" id="saveImgAsLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Save Images As</property>
+ <property name="label" translatable="yes" context="publishingdialog|saveImgAsLabel">Save Images As</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -950,7 +950,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="resolution1Radiobutton">
- <property name="label" translatable="yes">Low (_640 × 480 pixels)</property>
+ <property name="label" translatable="yes" context="publishingdialog|resolution1Radiobutton">Low (_640 × 480 pixels)</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -969,7 +969,7 @@
</child>
<child>
<object class="GtkRadioButton" id="resolution2Radiobutton">
- <property name="label" translatable="yes">Medium (_800 × 600 pixels)</property>
+ <property name="label" translatable="yes" context="publishingdialog|resolution2Radiobutton">Medium (_800 × 600 pixels)</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -987,7 +987,7 @@
</child>
<child>
<object class="GtkRadioButton" id="resolution3Radiobutton">
- <property name="label" translatable="yes">High (_1024 × 768 pixels)</property>
+ <property name="label" translatable="yes" context="publishingdialog|resolution3Radiobutton">High (_1024 × 768 pixels)</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1012,7 +1012,7 @@
<object class="GtkLabel" id="monitorResolutionLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Monitor Resolution</property>
+ <property name="label" translatable="yes" context="publishingdialog|monitorResolutionLabel">Monitor Resolution</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -1052,7 +1052,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="sldSoundCheckbutton">
- <property name="label" translatable="yes">_Export sounds when slide advances</property>
+ <property name="label" translatable="yes" context="publishingdialog|sldSoundCheckbutton">_Export sounds when slide advances</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1070,7 +1070,7 @@
</child>
<child>
<object class="GtkCheckButton" id="hiddenSlidesCheckbutton">
- <property name="label" translatable="yes">Export _hidden slides</property>
+ <property name="label" translatable="yes" context="publishingdialog|hiddenSlidesCheckbutton">Export _hidden slides</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1093,7 +1093,7 @@
<object class="GtkLabel" id="effectsLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Effects</property>
+ <property name="label" translatable="yes" context="publishingdialog|effectsLabel">Effects</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -1141,7 +1141,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">_Author:</property>
+ <property name="label" translatable="yes" context="publishingdialog|authorTxtLabel">_Author:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">authorEntry</property>
</object>
@@ -1166,7 +1166,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">E-_mail address:</property>
+ <property name="label" translatable="yes" context="publishingdialog|emailTxtLabel">E-_mail address:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">emailEntry</property>
</object>
@@ -1180,7 +1180,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Your hom_epage:</property>
+ <property name="label" translatable="yes" context="publishingdialog|wwwTxtLabel">Your hom_epage:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">wwwEntry</property>
</object>
@@ -1195,7 +1195,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="valign">start</property>
- <property name="label" translatable="yes">Additional _information:</property>
+ <property name="label" translatable="yes" context="publishingdialog|addInformLabel">Additional _information:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">miscTextview:border</property>
</object>
@@ -1240,7 +1240,7 @@
</child>
<child>
<object class="GtkCheckButton" id="downloadCheckbutton">
- <property name="label" translatable="yes">Link to a copy of the _original presentation</property>
+ <property name="label" translatable="yes" context="publishingdialog|downloadCheckbutton">Link to a copy of the _original presentation</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1263,7 +1263,7 @@
<object class="GtkLabel" id="infTitlePageLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Information for the Title Page</property>
+ <property name="label" translatable="yes" context="publishingdialog|infTitlePageLabel">Information for the Title Page</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -1301,7 +1301,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="textOnlyCheckbutton">
- <property name="label" translatable="yes">_Text only</property>
+ <property name="label" translatable="yes" context="publishingdialog|textOnlyCheckbutton">_Text only</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1340,7 +1340,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0.49000000953674316</property>
- <property name="label" translatable="yes">Select Button Style</property>
+ <property name="label" translatable="yes" context="publishingdialog|buttonStyleLabel">Select Button Style</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -1378,7 +1378,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="docColorsRadiobutton">
- <property name="label" translatable="yes">_Apply color scheme from document</property>
+ <property name="label" translatable="yes" context="publishingdialog|docColorsRadiobutton">_Apply color scheme from document</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1397,7 +1397,7 @@
</child>
<child>
<object class="GtkRadioButton" id="defaultRadiobutton">
- <property name="label" translatable="yes">Use _browser colors</property>
+ <property name="label" translatable="yes" context="publishingdialog|defaultRadiobutton">Use _browser colors</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1415,7 +1415,7 @@
</child>
<child>
<object class="GtkRadioButton" id="userRadiobutton">
- <property name="label" translatable="yes">_Use custom color scheme</property>
+ <property name="label" translatable="yes" context="publishingdialog|userRadiobutton">_Use custom color scheme</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1450,7 +1450,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkButton" id="vLinkButton">
- <property name="label" translatable="yes">_Visited Link</property>
+ <property name="label" translatable="yes" context="publishingdialog|vLinkButton">_Visited Link</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1464,7 +1464,7 @@
</child>
<child>
<object class="GtkButton" id="aLinkButton">
- <property name="label" translatable="yes">Active Li_nk</property>
+ <property name="label" translatable="yes" context="publishingdialog|aLinkButton">Active Li_nk</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1478,7 +1478,7 @@
</child>
<child>
<object class="GtkButton" id="linkButton">
- <property name="label" translatable="yes">Hyper_link</property>
+ <property name="label" translatable="yes" context="publishingdialog|linkButton">Hyper_link</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1492,7 +1492,7 @@
</child>
<child>
<object class="GtkButton" id="textButton">
- <property name="label" translatable="yes">Text</property>
+ <property name="label" translatable="yes" context="publishingdialog|textButton">Text</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1525,7 +1525,7 @@
</child>
<child>
<object class="GtkButton" id="backButton">
- <property name="label" translatable="yes">Bac_kground</property>
+ <property name="label" translatable="yes" context="publishingdialog|backButton">Bac_kground</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1556,7 +1556,7 @@
<object class="GtkLabel" id="selectColorLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Select Color Scheme</property>
+ <property name="label" translatable="yes" context="publishingdialog|selectColorLabel">Select Color Scheme</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -1604,7 +1604,7 @@
</child>
<child>
<object class="GtkButton" id="lastPageButton">
- <property name="label" translatable="yes">&lt;&lt; Back</property>
+ <property name="label" translatable="yes" context="publishingdialog|lastPageButton">&lt;&lt; Back</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1618,7 +1618,7 @@
</child>
<child>
<object class="GtkButton" id="nextPageButton">
- <property name="label" translatable="yes">Ne_xt &gt;&gt;</property>
+ <property name="label" translatable="yes" context="publishingdialog|nextPageButton">Ne_xt &gt;&gt;</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1635,7 +1635,7 @@
</child>
<child>
<object class="GtkButton" id="finishButton">
- <property name="label" translatable="yes">_Create</property>
+ <property name="label" translatable="yes" context="publishingdialog|finishButton">_Create</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
diff --git a/sd/uiconfig/simpress/ui/remotedialog.ui b/sd/uiconfig/simpress/ui/remotedialog.ui
index 58bd47831fd0..0b93b65b5527 100644
--- a/sd/uiconfig/simpress/ui/remotedialog.ui
+++ b/sd/uiconfig/simpress/ui/remotedialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="RemoteDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Impress Remote</property>
+ <property name="title" translatable="yes" context="remotedialog|RemoteDialog">Impress Remote</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -99,7 +99,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Connections</property>
+ <property name="label" translatable="yes" context="remotedialog|label1">Connections</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/simpress/ui/rotatemenu.ui b/sd/uiconfig/simpress/ui/rotatemenu.ui
index b5ac2f060875..b40fba865668 100644
--- a/sd/uiconfig/simpress/ui/rotatemenu.ui
+++ b/sd/uiconfig/simpress/ui/rotatemenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkMenuItem" id="90">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Quarter Spin</property>
+ <property name="label" translatable="yes" context="rotatemenu|90">Quarter Spin</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -17,7 +17,7 @@
<object class="GtkMenuItem" id="180">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Half Spin</property>
+ <property name="label" translatable="yes" context="rotatemenu|180">Half Spin</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -25,7 +25,7 @@
<object class="GtkMenuItem" id="360">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Full Spin</property>
+ <property name="label" translatable="yes" context="rotatemenu|360">Full Spin</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -33,7 +33,7 @@
<object class="GtkMenuItem" id="720">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Two Spins</property>
+ <property name="label" translatable="yes" context="rotatemenu|720">Two Spins</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -47,7 +47,7 @@
<object class="GtkMenuItem" id="clockwise">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Clockwise</property>
+ <property name="label" translatable="yes" context="rotatemenu|clockwise">Clockwise</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -55,7 +55,7 @@
<object class="GtkMenuItem" id="counterclock">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Counter-clockwise</property>
+ <property name="label" translatable="yes" context="rotatemenu|counterclock">Counter-clockwise</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sd/uiconfig/simpress/ui/scalemenu.ui b/sd/uiconfig/simpress/ui/scalemenu.ui
index b0978fc35fa1..ae2d1b767c54 100644
--- a/sd/uiconfig/simpress/ui/scalemenu.ui
+++ b/sd/uiconfig/simpress/ui/scalemenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkMenuItem" id="25">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Tiny</property>
+ <property name="label" translatable="yes" context="scalemenu|25">Tiny</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -17,7 +17,7 @@
<object class="GtkMenuItem" id="50">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Smaller</property>
+ <property name="label" translatable="yes" context="scalemenu|50">Smaller</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -25,7 +25,7 @@
<object class="GtkMenuItem" id="150">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Larger</property>
+ <property name="label" translatable="yes" context="scalemenu|150">Larger</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -33,7 +33,7 @@
<object class="GtkMenuItem" id="400">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Extra Large</property>
+ <property name="label" translatable="yes" context="scalemenu|400">Extra Large</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -47,7 +47,7 @@
<object class="GtkMenuItem" id="hori">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Horizontal</property>
+ <property name="label" translatable="yes" context="scalemenu|hori">Horizontal</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -55,7 +55,7 @@
<object class="GtkMenuItem" id="vert">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Vertical</property>
+ <property name="label" translatable="yes" context="scalemenu|vert">Vertical</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -63,7 +63,7 @@
<object class="GtkMenuItem" id="both">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Both</property>
+ <property name="label" translatable="yes" context="scalemenu|both">Both</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sd/uiconfig/simpress/ui/sdviewpage.ui b/sd/uiconfig/simpress/ui/sdviewpage.ui
index 8848a667b920..89fb9785c41b 100644
--- a/sd/uiconfig/simpress/ui/sdviewpage.ui
+++ b/sd/uiconfig/simpress/ui/sdviewpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkFrame" id="SdViewPage">
<property name="visible">True</property>
@@ -23,7 +23,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="ruler">
- <property name="label" translatable="yes">_Rulers visible</property>
+ <property name="label" translatable="yes" context="sdviewpage|ruler">_Rulers visible</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -39,7 +39,7 @@
</child>
<child>
<object class="GtkCheckButton" id="dragstripes">
- <property name="label" translatable="yes">_Snap Lines when moving</property>
+ <property name="label" translatable="yes" context="sdviewpage|dragstripes">_Snap Lines when moving</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -55,7 +55,7 @@
</child>
<child>
<object class="GtkCheckButton" id="handlesbezier">
- <property name="label" translatable="yes">_All control points in Bézier editor</property>
+ <property name="label" translatable="yes" context="sdviewpage|handlesbezier">_All control points in Bézier editor</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -71,7 +71,7 @@
</child>
<child>
<object class="GtkCheckButton" id="moveoutline">
- <property name="label" translatable="yes">_Contour of each individual object</property>
+ <property name="label" translatable="yes" context="sdviewpage|moveoutline">_Contour of each individual object</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -93,7 +93,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Display</property>
+ <property name="label" translatable="yes" context="sdviewpage|label1">Display</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
index b9d07ab29ce9..73cb4a331b5b 100644
--- a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
+++ b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -28,7 +28,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Format:</property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|label2">_Format:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -41,7 +41,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Background:</property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|label3">Background:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -54,8 +54,8 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">Landscape</item>
- <item translatable="yes">Portrait</item>
+ <item translatable="yes" context="sidebarslidebackground|orientation">Landscape</item>
+ <item translatable="yes" context="sidebarslidebackground|orientation">Portrait</item>
</items>
</object>
<packing>
@@ -88,7 +88,7 @@
</child>
<child>
<object class="GtkCheckButton" id="displaymasterobjects">
- <property name="label" translatable="yes">Display Objects</property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|displaymasterobjects">Display Objects</property>
<property name="use_action_appearance">True</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -127,7 +127,7 @@
</child>
<child>
<object class="GtkButton" id="button2">
- <property name="label" translatable="yes">Insert Image</property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|button2">Insert Image</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -165,7 +165,7 @@
</child>
<child>
<object class="GtkCheckButton" id="displaymasterbackground">
- <property name="label" translatable="yes">Display Background</property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|displaymasterbackground">Display Background</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -194,7 +194,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Orientation: </property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|label4">Orientation: </property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -209,7 +209,7 @@
<property name="homogeneous">True</property>
<child>
<object class="GtkButton" id="masterslidebutton">
- <property name="label" translatable="yes">Master Slide</property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|masterslidebutton">Master Slide</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -223,7 +223,7 @@
</child>
<child>
<object class="GtkButton" id="closemasterslide">
- <property name="label" translatable="yes">Close Master View</property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|closemasterslide">Close Master View</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -245,7 +245,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Top: </property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|labeltop">Top: </property>
<property name="mnemonic_widget">top:0.00cm</property>
</object>
<packing>
@@ -271,7 +271,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Bottom: </property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|labelbottom">Bottom: </property>
<property name="mnemonic_widget">bottom:0.00cm</property>
</object>
<packing>
@@ -297,7 +297,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Left: </property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|labelleft">Left: </property>
<property name="mnemonic_widget">left:0.00cm</property>
</object>
<packing>
@@ -323,7 +323,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Right: </property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|labelright">Right: </property>
<property name="mnemonic_widget">right:0.00cm</property>
</object>
<packing>
diff --git a/sd/uiconfig/simpress/ui/slidecontextmenu.ui b/sd/uiconfig/simpress/ui/slidecontextmenu.ui
index 36fac2f08e5d..e2aa0b9df98e 100644
--- a/sd/uiconfig/simpress/ui/slidecontextmenu.ui
+++ b/sd/uiconfig/simpress/ui/slidecontextmenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkMenuItem" id="next">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Next</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|next">_Next</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -17,7 +17,7 @@
<object class="GtkMenuItem" id="prev">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Previous</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|prev">_Previous</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -25,7 +25,7 @@
<object class="GtkMenuItem" id="goto">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Go to Slide</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|goto">_Go to Slide</property>
<property name="use_underline">True</property>
<child type="submenu">
<object class="GtkMenu">
@@ -35,7 +35,7 @@
<object class="GtkMenuItem" id="first">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_First Slide</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|first">_First Slide</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -43,7 +43,7 @@
<object class="GtkMenuItem" id="last">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Last Slide</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|last">_Last Slide</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -67,7 +67,7 @@
<object class="GtkCheckMenuItem" id="pen">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Mouse Pointer as ~Pen</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|pen">Mouse Pointer as ~Pen</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -75,7 +75,7 @@
<object class="GtkMenuItem" id="width">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Pen Width</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|width">_Pen Width</property>
<property name="use_underline">True</property>
<child type="submenu">
<object class="GtkMenu">
@@ -85,7 +85,7 @@
<object class="GtkRadioMenuItem" id="4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Very Thin</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|4">_Very Thin</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -93,7 +93,7 @@
<object class="GtkRadioMenuItem" id="100">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Thin</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|100">_Thin</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -101,7 +101,7 @@
<object class="GtkRadioMenuItem" id="150">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Normal</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|150">_Normal</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -109,7 +109,7 @@
<object class="GtkRadioMenuItem" id="200">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Thick</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|200">_Thick</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -117,7 +117,7 @@
<object class="GtkRadioMenuItem" id="400">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Very Thick</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|400">_Very Thick</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -129,7 +129,7 @@
<object class="GtkMenuItem" id="color">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Change Pen Color...</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|color">_Change Pen Color...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -137,7 +137,7 @@
<object class="GtkMenuItem" id="erase">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Erase All Ink on Slide</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|erase">_Erase All Ink on Slide</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -151,7 +151,7 @@
<object class="GtkMenuItem" id="screen">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Screen</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|screen">_Screen</property>
<property name="use_underline">True</property>
<child type="submenu">
<object class="GtkMenu">
@@ -161,7 +161,7 @@
<object class="GtkMenuItem" id="black">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Black</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|black">_Black</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -169,7 +169,7 @@
<object class="GtkMenuItem" id="white">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_White</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|white">_White</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -181,7 +181,7 @@
<object class="GtkMenuItem" id="edit">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">E_dit Presentation</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|edit">E_dit Presentation</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -189,7 +189,7 @@
<object class="GtkMenuItem" id="end">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_End Show</property>
+ <property name="label" translatable="yes" context="slidecontextmenu|end">_End Show</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sd/uiconfig/simpress/ui/slidedesigndialog.ui b/sd/uiconfig/simpress/ui/slidedesigndialog.ui
index a959f6f1368c..093d9e33bbef 100644
--- a/sd/uiconfig/simpress/ui/slidedesigndialog.ui
+++ b/sd/uiconfig/simpress/ui/slidedesigndialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="SlideDesignDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Slide Design</property>
+ <property name="title" translatable="yes" context="slidedesigndialog|SlideDesignDialog">Slide Design</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -66,7 +66,7 @@
</child>
<child>
<object class="GtkButton" id="load">
- <property name="label" translatable="yes">_Load...</property>
+ <property name="label" translatable="yes" context="slidedesigndialog|load">_Load...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -107,7 +107,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="masterpage">
- <property name="label" translatable="yes">_Exchange background page</property>
+ <property name="label" translatable="yes" context="slidedesigndialog|masterpage">_Exchange background page</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -122,7 +122,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkmasters">
- <property name="label" translatable="yes">_Delete unused backgrounds</property>
+ <property name="label" translatable="yes" context="slidedesigndialog|checkmasters">_Delete unused backgrounds</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -155,7 +155,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Select a Slide Design</property>
+ <property name="label" translatable="yes" context="slidedesigndialog|label1">Select a Slide Design</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sd/uiconfig/simpress/ui/slidetransitionspanel.ui b/sd/uiconfig/simpress/ui/slidetransitionspanel.ui
index cbdcced781ca..75a38cb89cc3 100644
--- a/sd/uiconfig/simpress/ui/slidetransitionspanel.ui
+++ b/sd/uiconfig/simpress/ui/slidetransitionspanel.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
@@ -68,7 +68,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Duration:</property>
+ <property name="label" translatable="yes" context="slidetransitionspanel|duration_label">Duration:</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -81,7 +81,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Select the speed of Slide Transition.</property>
+ <property name="tooltip_text" translatable="yes" context="slidetransitionspanel|transition_duration|tooltip_text">Select the speed of Slide Transition.</property>
<property name="hexpand">True</property>
<property name="adjustment">adjustment1</property>
</object>
@@ -95,7 +95,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Sound:</property>
+ <property name="label" translatable="yes" context="slidetransitionspanel|sound_label">Sound:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -108,9 +108,9 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">No sound</item>
- <item translatable="yes">Stop previous sound</item>
- <item translatable="yes">Other sound...</item>
+ <item translatable="yes" context="slidetransitionspanel|sound_list">No sound</item>
+ <item translatable="yes" context="slidetransitionspanel|sound_list">Stop previous sound</item>
+ <item translatable="yes" context="slidetransitionspanel|sound_list">Other sound...</item>
</items>
</object>
<packing>
@@ -120,7 +120,7 @@
</child>
<child>
<object class="GtkCheckButton" id="loop_sound">
- <property name="label" translatable="yes">Loop until next sound</property>
+ <property name="label" translatable="yes" context="slidetransitionspanel|loop_sound">Loop until next sound</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -136,7 +136,7 @@
<object class="GtkLabel" id="variant_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Variant:</property>
+ <property name="label" translatable="yes" context="slidetransitionspanel|variant_label">Variant:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -164,7 +164,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Modify Transition</property>
+ <property name="label" translatable="yes" context="slidetransitionspanel|label1">Modify Transition</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -197,7 +197,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="rb_mouse_click">
- <property name="label" translatable="yes">On mouse click</property>
+ <property name="label" translatable="yes" context="slidetransitionspanel|rb_mouse_click">On mouse click</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -213,7 +213,7 @@
</child>
<child>
<object class="GtkRadioButton" id="rb_auto_after">
- <property name="label" translatable="yes">Automatically after:</property>
+ <property name="label" translatable="yes" context="slidetransitionspanel|rb_auto_after">Automatically after:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -246,7 +246,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Advance Slide</property>
+ <property name="label" translatable="yes" context="slidetransitionspanel|label2">Advance Slide</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -271,7 +271,7 @@
<property name="layout_style">center</property>
<child>
<object class="GtkButton" id="apply_to_all">
- <property name="label" translatable="yes">Apply Transition to All Slides</property>
+ <property name="label" translatable="yes" context="slidetransitionspanel|apply_to_all">Apply Transition to All Slides</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -309,7 +309,7 @@
<property name="spacing">18</property>
<child>
<object class="GtkCheckButton" id="auto_preview">
- <property name="label" translatable="yes">Automatic Preview</property>
+ <property name="label" translatable="yes" context="slidetransitionspanel|auto_preview">Automatic Preview</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -324,7 +324,7 @@
</child>
<child>
<object class="GtkButton" id="play">
- <property name="label" translatable="yes">Play</property>
+ <property name="label" translatable="yes" context="slidetransitionspanel|play">Play</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui b/sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui
index 7339b63dfdfc..6ba124aaf023 100644
--- a/sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui
+++ b/sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkBox" id="SlideTransitionsPanel">
@@ -53,7 +53,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Duration:</property>
+ <property name="label" translatable="yes" context="slidetransitionspanelhorizontal|duration_label">Duration:</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -66,7 +66,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Select the speed of Slide Transition.</property>
+ <property name="tooltip_text" translatable="yes" context="slidetransitionspanelhorizontal|transition_duration|tooltip_text">Select the speed of Slide Transition.</property>
<property name="hexpand">True</property>
</object>
<packing>
@@ -78,7 +78,7 @@
<object class="GtkLabel" id="variant_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Variant:</property>
+ <property name="label" translatable="yes" context="slidetransitionspanelhorizontal|variant_label">Variant:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -100,7 +100,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Sound:</property>
+ <property name="label" translatable="yes" context="slidetransitionspanelhorizontal|sound_label">Sound:</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -113,9 +113,9 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">No sound</item>
- <item translatable="yes">Stop previous sound</item>
- <item translatable="yes">Other sound...</item>
+ <item translatable="yes" context="slidetransitionspanelhorizontal|sound_list">No sound</item>
+ <item translatable="yes" context="slidetransitionspanelhorizontal|sound_list">Stop previous sound</item>
+ <item translatable="yes" context="slidetransitionspanelhorizontal|sound_list">Other sound...</item>
</items>
</object>
<packing>
@@ -125,7 +125,7 @@
</child>
<child>
<object class="GtkCheckButton" id="loop_sound">
- <property name="label" translatable="yes">Loop until next sound</property>
+ <property name="label" translatable="yes" context="slidetransitionspanelhorizontal|loop_sound">Loop until next sound</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -139,7 +139,7 @@
</child>
<child>
<object class="GtkRadioButton" id="rb_mouse_click">
- <property name="label" translatable="yes">On mouse click</property>
+ <property name="label" translatable="yes" context="slidetransitionspanelhorizontal|rb_mouse_click">On mouse click</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -156,7 +156,7 @@
</child>
<child>
<object class="GtkRadioButton" id="rb_auto_after">
- <property name="label" translatable="yes">Automatically after:</property>
+ <property name="label" translatable="yes" context="slidetransitionspanelhorizontal|rb_auto_after">Automatically after:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -183,7 +183,7 @@
</child>
<child>
<object class="GtkCheckButton" id="auto_preview">
- <property name="label" translatable="yes">Automatic Preview</property>
+ <property name="label" translatable="yes" context="slidetransitionspanelhorizontal|auto_preview">Automatic Preview</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -202,7 +202,7 @@
<property name="layout_style">center</property>
<child>
<object class="GtkButton" id="apply_to_all">
- <property name="label" translatable="yes">Apply Transition to All Slides</property>
+ <property name="label" translatable="yes" context="slidetransitionspanelhorizontal|apply_to_all">Apply Transition to All Slides</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -223,7 +223,7 @@
</child>
<child>
<object class="GtkButton" id="play">
- <property name="label" translatable="yes">Play</property>
+ <property name="label" translatable="yes" context="slidetransitionspanelhorizontal|play">Play</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/sd/uiconfig/simpress/ui/tabledesignpanel.ui b/sd/uiconfig/simpress/ui/tabledesignpanel.ui
index 1ba59bba2255..909c08755763 100644
--- a/sd/uiconfig/simpress/ui/tabledesignpanel.ui
+++ b/sd/uiconfig/simpress/ui/tabledesignpanel.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkBox" id="TableDesignPanel">
@@ -19,7 +19,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="UseFirstRowStyle">
- <property name="label" translatable="yes">_Header row</property>
+ <property name="label" translatable="yes" context="tabledesignpanel|UseFirstRowStyle">_Header row</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -34,7 +34,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseLastRowStyle">
- <property name="label" translatable="yes">Tot_al row</property>
+ <property name="label" translatable="yes" context="tabledesignpanel|UseLastRowStyle">Tot_al row</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -49,7 +49,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseBandingRowStyle">
- <property name="label" translatable="yes">_Banded rows</property>
+ <property name="label" translatable="yes" context="tabledesignpanel|UseBandingRowStyle">_Banded rows</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -64,7 +64,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseFirstColumnStyle">
- <property name="label" translatable="yes">Fi_rst column</property>
+ <property name="label" translatable="yes" context="tabledesignpanel|UseFirstColumnStyle">Fi_rst column</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -79,7 +79,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseLastColumnStyle">
- <property name="label" translatable="yes">_Last column</property>
+ <property name="label" translatable="yes" context="tabledesignpanel|UseLastColumnStyle">_Last column</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -94,7 +94,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseBandingColumnStyle">
- <property name="label" translatable="yes">Ba_nded columns</property>
+ <property name="label" translatable="yes" context="tabledesignpanel|UseBandingColumnStyle">Ba_nded columns</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui b/sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui
index 72847b263efc..304558700ce3 100644
--- a/sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui
+++ b/sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkBox" id="TableDesignPanel">
@@ -36,7 +36,7 @@
<property name="row_homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="UseFirstRowStyle">
- <property name="label" translatable="yes">_Header row</property>
+ <property name="label" translatable="yes" context="tabledesignpanelhorizontal|UseFirstRowStyle">_Header row</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -51,7 +51,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseLastRowStyle">
- <property name="label" translatable="yes">Tot_al row</property>
+ <property name="label" translatable="yes" context="tabledesignpanelhorizontal|UseLastRowStyle">Tot_al row</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -66,7 +66,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseBandingRowStyle">
- <property name="label" translatable="yes">_Banded rows</property>
+ <property name="label" translatable="yes" context="tabledesignpanelhorizontal|UseBandingRowStyle">_Banded rows</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -81,7 +81,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseBandingColumnStyle">
- <property name="label" translatable="yes">Ba_nded columns</property>
+ <property name="label" translatable="yes" context="tabledesignpanelhorizontal|UseBandingColumnStyle">Ba_nded columns</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -96,7 +96,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseFirstColumnStyle">
- <property name="label" translatable="yes">Fi_rst column</property>
+ <property name="label" translatable="yes" context="tabledesignpanelhorizontal|UseFirstColumnStyle">Fi_rst column</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -111,7 +111,7 @@
</child>
<child>
<object class="GtkCheckButton" id="UseLastColumnStyle">
- <property name="label" translatable="yes">_Last column</property>
+ <property name="label" translatable="yes" context="tabledesignpanelhorizontal|UseLastColumnStyle">_Last column</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/sd/uiconfig/simpress/ui/templatedialog.ui b/sd/uiconfig/simpress/ui/templatedialog.ui
index 961a0bb14d5e..550c0042ff90 100644
--- a/sd/uiconfig/simpress/ui/templatedialog.ui
+++ b/sd/uiconfig/simpress/ui/templatedialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="TemplateDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Graphic Styles</property>
+ <property name="title" translatable="yes" context="templatedialog|TemplateDialog">Graphic Styles</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -77,7 +77,7 @@
</child>
<child>
<object class="GtkButton" id="standard">
- <property name="label" translatable="yes">_Standard</property>
+ <property name="label" translatable="yes" context="templatedialog|standard">_Standard</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="organizer">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Organizer</property>
+ <property name="label" translatable="yes" context="templatedialog|organizer">Organizer</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -123,7 +123,7 @@
<object class="GtkLabel" id="line">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Line</property>
+ <property name="label" translatable="yes" context="templatedialog|line">Line</property>
</object>
<packing>
<property name="position">1</property>
@@ -137,7 +137,7 @@
<object class="GtkLabel" id="area">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Area</property>
+ <property name="label" translatable="yes" context="templatedialog|area">Area</property>
</object>
<packing>
<property name="position">2</property>
@@ -151,7 +151,7 @@
<object class="GtkLabel" id="shadowing">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Shadowing</property>
+ <property name="label" translatable="yes" context="templatedialog|shadowing">Shadowing</property>
</object>
<packing>
<property name="position">3</property>
@@ -165,7 +165,7 @@
<object class="GtkLabel" id="transparency">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Transparency</property>
+ <property name="label" translatable="yes" context="templatedialog|transparency">Transparency</property>
</object>
<packing>
<property name="position">4</property>
@@ -179,7 +179,7 @@
<object class="GtkLabel" id="font">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Font</property>
+ <property name="label" translatable="yes" context="templatedialog|font">Font</property>
</object>
<packing>
<property name="position">5</property>
@@ -193,7 +193,7 @@
<object class="GtkLabel" id="fonteffect">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Font Effects</property>
+ <property name="label" translatable="yes" context="templatedialog|fonteffect">Font Effects</property>
</object>
<packing>
<property name="position">6</property>
@@ -207,7 +207,7 @@
<object class="GtkLabel" id="indents">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Indents &amp; Spacing</property>
+ <property name="label" translatable="yes" context="templatedialog|indents">Indents &amp; Spacing</property>
</object>
<packing>
<property name="position">7</property>
@@ -221,7 +221,7 @@
<object class="GtkLabel" id="text">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text</property>
+ <property name="label" translatable="yes" context="templatedialog|text">Text</property>
</object>
<packing>
<property name="position">8</property>
@@ -235,7 +235,7 @@
<object class="GtkLabel" id="animation">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text Animation</property>
+ <property name="label" translatable="yes" context="templatedialog|animation">Text Animation</property>
</object>
<packing>
<property name="position">9</property>
@@ -249,7 +249,7 @@
<object class="GtkLabel" id="dimensioning">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Dimensioning</property>
+ <property name="label" translatable="yes" context="templatedialog|dimensioning">Dimensioning</property>
</object>
<packing>
<property name="position">10</property>
@@ -263,7 +263,7 @@
<object class="GtkLabel" id="connector">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Connector</property>
+ <property name="label" translatable="yes" context="templatedialog|connector">Connector</property>
</object>
<packing>
<property name="position">11</property>
@@ -277,7 +277,7 @@
<object class="GtkLabel" id="alignment">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Alignment</property>
+ <property name="label" translatable="yes" context="templatedialog|alignment">Alignment</property>
</object>
<packing>
<property name="position">12</property>
@@ -291,7 +291,7 @@
<object class="GtkLabel" id="asiantypo">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Asian Typography</property>
+ <property name="label" translatable="yes" context="templatedialog|asiantypo">Asian Typography</property>
</object>
<packing>
<property name="position">13</property>
@@ -305,7 +305,7 @@
<object class="GtkLabel" id="tabs">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Tabs</property>
+ <property name="label" translatable="yes" context="templatedialog|tabs">Tabs</property>
</object>
<packing>
<property name="position">14</property>