summaryrefslogtreecommitdiff
path: root/sw/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 /sw/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 'sw/uiconfig')
-rw-r--r--sw/uiconfig/swriter/ui/abstractdialog.ui12
-rw-r--r--sw/uiconfig/swriter/ui/addentrydialog.ui6
-rw-r--r--sw/uiconfig/swriter/ui/addressblockdialog.ui24
-rw-r--r--sw/uiconfig/swriter/ui/alreadyexistsdialog.ui10
-rw-r--r--sw/uiconfig/swriter/ui/annotationmenu.ui12
-rw-r--r--sw/uiconfig/swriter/ui/asciifilterdialog.ui20
-rw-r--r--sw/uiconfig/swriter/ui/asksearchdialog.ui4
-rw-r--r--sw/uiconfig/swriter/ui/assignfieldsdialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/assignstylesdialog.ui12
-rw-r--r--sw/uiconfig/swriter/ui/attachnamedialog.ui10
-rw-r--r--sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui32
-rw-r--r--sw/uiconfig/swriter/ui/autoformattable.ui20
-rw-r--r--sw/uiconfig/swriter/ui/autotext.ui46
-rw-r--r--sw/uiconfig/swriter/ui/bibliographyentry.ui20
-rw-r--r--sw/uiconfig/swriter/ui/bulletsandnumbering.ui20
-rw-r--r--sw/uiconfig/swriter/ui/businessdatapage.ui46
-rw-r--r--sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/captiondialog.ui4
-rw-r--r--sw/uiconfig/swriter/ui/captionoptions.ui24
-rw-r--r--sw/uiconfig/swriter/ui/cardformatpage.ui6
-rw-r--r--sw/uiconfig/swriter/ui/cardmediumpage.ui26
-rw-r--r--sw/uiconfig/swriter/ui/ccdialog.ui12
-rw-r--r--sw/uiconfig/swriter/ui/characterproperties.ui18
-rw-r--r--sw/uiconfig/swriter/ui/charurlpage.ui22
-rw-r--r--sw/uiconfig/swriter/ui/columndialog.ui4
-rw-r--r--sw/uiconfig/swriter/ui/columnpage.ui56
-rw-r--r--sw/uiconfig/swriter/ui/columnwidth.ui10
-rw-r--r--sw/uiconfig/swriter/ui/conditionpage.ui68
-rw-r--r--sw/uiconfig/swriter/ui/converttexttable.ui36
-rw-r--r--sw/uiconfig/swriter/ui/createaddresslist.ui24
-rw-r--r--sw/uiconfig/swriter/ui/createauthorentry.ui6
-rw-r--r--sw/uiconfig/swriter/ui/createautomarkdialog.ui24
-rw-r--r--sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui10
-rw-r--r--sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/dropcapspage.ui20
-rw-r--r--sw/uiconfig/swriter/ui/dropdownfielddialog.ui6
-rw-r--r--sw/uiconfig/swriter/ui/editcategories.ui14
-rw-r--r--sw/uiconfig/swriter/ui/editfielddialog.ui6
-rw-r--r--sw/uiconfig/swriter/ui/editsectiondialog.ui40
-rw-r--r--sw/uiconfig/swriter/ui/endnotepage.ui24
-rw-r--r--sw/uiconfig/swriter/ui/envaddresspage.ui16
-rw-r--r--sw/uiconfig/swriter/ui/envdialog.ui16
-rw-r--r--sw/uiconfig/swriter/ui/envformatpage.ui40
-rw-r--r--sw/uiconfig/swriter/ui/envprinterpage.ui42
-rw-r--r--sw/uiconfig/swriter/ui/exchangedatabases.ui18
-rw-r--r--sw/uiconfig/swriter/ui/fielddialog.ui18
-rw-r--r--sw/uiconfig/swriter/ui/findentrydialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/flddbpage.ui20
-rw-r--r--sw/uiconfig/swriter/ui/flddocinfopage.ui18
-rw-r--r--sw/uiconfig/swriter/ui/flddocumentpage.ui18
-rw-r--r--sw/uiconfig/swriter/ui/fldfuncpage.ui36
-rw-r--r--sw/uiconfig/swriter/ui/fldrefpage.ui26
-rw-r--r--sw/uiconfig/swriter/ui/fldvarpage.ui36
-rw-r--r--sw/uiconfig/swriter/ui/floatingnavigation.ui4
-rw-r--r--sw/uiconfig/swriter/ui/floatingsync.ui6
-rw-r--r--sw/uiconfig/swriter/ui/footendnotedialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/footnoteareapage.ui30
-rw-r--r--sw/uiconfig/swriter/ui/footnotepage.ui44
-rw-r--r--sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui30
-rw-r--r--sw/uiconfig/swriter/ui/formatsectiondialog.ui12
-rw-r--r--sw/uiconfig/swriter/ui/formattablepage.ui44
-rw-r--r--sw/uiconfig/swriter/ui/framedialog.ui22
-rw-r--r--sw/uiconfig/swriter/ui/frmaddpage.ui54
-rw-r--r--sw/uiconfig/swriter/ui/frmtypepage.ui54
-rw-r--r--sw/uiconfig/swriter/ui/frmurlpage.ui18
-rw-r--r--sw/uiconfig/swriter/ui/gotopagedialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/headerfootermenu.ui4
-rw-r--r--sw/uiconfig/swriter/ui/indentpage.ui10
-rw-r--r--sw/uiconfig/swriter/ui/indexentry.ui36
-rw-r--r--sw/uiconfig/swriter/ui/infonotfounddialog.ui6
-rw-r--r--sw/uiconfig/swriter/ui/inforeadonlydialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/inputfielddialog.ui6
-rw-r--r--sw/uiconfig/swriter/ui/inputwinmenu.ui58
-rw-r--r--sw/uiconfig/swriter/ui/insertautotextdialog.ui6
-rw-r--r--sw/uiconfig/swriter/ui/insertbookmark.ui12
-rw-r--r--sw/uiconfig/swriter/ui/insertbreak.ui20
-rw-r--r--sw/uiconfig/swriter/ui/insertcaption.ui30
-rw-r--r--sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui34
-rw-r--r--sw/uiconfig/swriter/ui/insertfootnote.ui20
-rw-r--r--sw/uiconfig/swriter/ui/insertscript.ui14
-rw-r--r--sw/uiconfig/swriter/ui/insertsectiondialog.ui16
-rw-r--r--sw/uiconfig/swriter/ui/inserttable.ui28
-rw-r--r--sw/uiconfig/swriter/ui/labeldialog.ui20
-rw-r--r--sw/uiconfig/swriter/ui/labelformatpage.ui24
-rw-r--r--sw/uiconfig/swriter/ui/labeloptionspage.ui20
-rw-r--r--sw/uiconfig/swriter/ui/linenumbering.ui46
-rw-r--r--sw/uiconfig/swriter/ui/mailconfigpage.ui24
-rw-r--r--sw/uiconfig/swriter/ui/mailmerge.ui50
-rw-r--r--sw/uiconfig/swriter/ui/mailmergedialog.ui10
-rw-r--r--sw/uiconfig/swriter/ui/managechangessidebar.ui24
-rw-r--r--sw/uiconfig/swriter/ui/mergeconnectdialog.ui12
-rw-r--r--sw/uiconfig/swriter/ui/mergetabledialog.ui10
-rw-r--r--sw/uiconfig/swriter/ui/mmaddressblockpage.ui38
-rw-r--r--sw/uiconfig/swriter/ui/mmcreatingdialog.ui12
-rw-r--r--sw/uiconfig/swriter/ui/mmlayoutpage.ui28
-rw-r--r--sw/uiconfig/swriter/ui/mmmailbody.ui26
-rw-r--r--sw/uiconfig/swriter/ui/mmoutputtypepage.ui12
-rw-r--r--sw/uiconfig/swriter/ui/mmresultemaildialog.ui38
-rw-r--r--sw/uiconfig/swriter/ui/mmresultprintdialog.ui20
-rw-r--r--sw/uiconfig/swriter/ui/mmresultsavedialog.ui16
-rw-r--r--sw/uiconfig/swriter/ui/mmsalutationpage.ui34
-rw-r--r--sw/uiconfig/swriter/ui/mmselectpage.ui18
-rw-r--r--sw/uiconfig/swriter/ui/mmsendmails.ui20
-rw-r--r--sw/uiconfig/swriter/ui/navigatorpanel.ui52
-rw-r--r--sw/uiconfig/swriter/ui/newuserindexdialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar.ui104
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui90
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui98
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar_groups.ui132
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar_single.ui8
-rw-r--r--sw/uiconfig/swriter/ui/numberingnamedialog.ui24
-rw-r--r--sw/uiconfig/swriter/ui/numparapage.ui48
-rw-r--r--sw/uiconfig/swriter/ui/objectdialog.ui20
-rw-r--r--sw/uiconfig/swriter/ui/optcaptionpage.ui40
-rw-r--r--sw/uiconfig/swriter/ui/optcomparison.ui18
-rw-r--r--sw/uiconfig/swriter/ui/optcompatpage.ui36
-rw-r--r--sw/uiconfig/swriter/ui/optfonttabpage.ui20
-rw-r--r--sw/uiconfig/swriter/ui/optformataidspage.ui46
-rw-r--r--sw/uiconfig/swriter/ui/optgeneralpage.ui34
-rw-r--r--sw/uiconfig/swriter/ui/optredlinepage.ui72
-rw-r--r--sw/uiconfig/swriter/ui/opttablepage.ui48
-rw-r--r--sw/uiconfig/swriter/ui/opttestpage.ui2
-rw-r--r--sw/uiconfig/swriter/ui/outlinenumbering.ui30
-rw-r--r--sw/uiconfig/swriter/ui/outlinenumberingpage.ui22
-rw-r--r--sw/uiconfig/swriter/ui/outlinepositionpage.ui40
-rw-r--r--sw/uiconfig/swriter/ui/pagebreakmenu.ui6
-rw-r--r--sw/uiconfig/swriter/ui/pagecolumncontrol.ui26
-rw-r--r--sw/uiconfig/swriter/ui/pagefooterpanel.ui10
-rw-r--r--sw/uiconfig/swriter/ui/pageformatpanel.ui38
-rw-r--r--sw/uiconfig/swriter/ui/pageheaderpanel.ui10
-rw-r--r--sw/uiconfig/swriter/ui/pagemargincontrol.ui36
-rw-r--r--sw/uiconfig/swriter/ui/pageorientationcontrol.ui6
-rw-r--r--sw/uiconfig/swriter/ui/pagesizecontrol.ui6
-rw-r--r--sw/uiconfig/swriter/ui/pagestylespanel.ui30
-rw-r--r--sw/uiconfig/swriter/ui/paradialog.ui24
-rw-r--r--sw/uiconfig/swriter/ui/picturedialog.ui24
-rw-r--r--sw/uiconfig/swriter/ui/picturepage.ui20
-rw-r--r--sw/uiconfig/swriter/ui/previewzoomdialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/printeroptions.ui22
-rw-r--r--sw/uiconfig/swriter/ui/printmergedialog.ui4
-rw-r--r--sw/uiconfig/swriter/ui/printmonitordialog.ui10
-rw-r--r--sw/uiconfig/swriter/ui/printoptionspage.ui46
-rw-r--r--sw/uiconfig/swriter/ui/privateuserpage.ui54
-rw-r--r--sw/uiconfig/swriter/ui/querycontinuebegindialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/querycontinueenddialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui6
-rw-r--r--sw/uiconfig/swriter/ui/querysavelabeldialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/queryshowchangesdialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/readonlymenu.ui42
-rw-r--r--sw/uiconfig/swriter/ui/renameautotextdialog.ui12
-rw-r--r--sw/uiconfig/swriter/ui/renameentrydialog.ui6
-rw-r--r--sw/uiconfig/swriter/ui/renameobjectdialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/rowheight.ui8
-rw-r--r--sw/uiconfig/swriter/ui/saveashtmldialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/savelabeldialog.ui10
-rw-r--r--sw/uiconfig/swriter/ui/sectionpage.ui36
-rw-r--r--sw/uiconfig/swriter/ui/selectaddressdialog.ui24
-rw-r--r--sw/uiconfig/swriter/ui/selectautotextdialog.ui6
-rw-r--r--sw/uiconfig/swriter/ui/selectblockdialog.ui20
-rw-r--r--sw/uiconfig/swriter/ui/selectindexdialog.ui6
-rw-r--r--sw/uiconfig/swriter/ui/selecttabledialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/sidebarpage.ui10
-rw-r--r--sw/uiconfig/swriter/ui/sidebarstylepresets.ui2
-rw-r--r--sw/uiconfig/swriter/ui/sidebartheme.ui6
-rw-r--r--sw/uiconfig/swriter/ui/sidebarwrap.ui40
-rw-r--r--sw/uiconfig/swriter/ui/sortdialog.ui56
-rw-r--r--sw/uiconfig/swriter/ui/spellmenu.ui22
-rw-r--r--sw/uiconfig/swriter/ui/splittable.ui14
-rw-r--r--sw/uiconfig/swriter/ui/statisticsinfopage.ui22
-rw-r--r--sw/uiconfig/swriter/ui/stringinput.ui4
-rw-r--r--sw/uiconfig/swriter/ui/subjectdialog.ui10
-rw-r--r--sw/uiconfig/swriter/ui/tablecolumnpage.ui22
-rw-r--r--sw/uiconfig/swriter/ui/tablepreviewdialog.ui6
-rw-r--r--sw/uiconfig/swriter/ui/tableproperties.ui14
-rw-r--r--sw/uiconfig/swriter/ui/tabletextflowpage.ui50
-rw-r--r--sw/uiconfig/swriter/ui/templatedialog1.ui20
-rw-r--r--sw/uiconfig/swriter/ui/templatedialog16.ui18
-rw-r--r--sw/uiconfig/swriter/ui/templatedialog2.ui40
-rw-r--r--sw/uiconfig/swriter/ui/templatedialog4.ui24
-rw-r--r--sw/uiconfig/swriter/ui/templatedialog8.ui24
-rw-r--r--sw/uiconfig/swriter/ui/testmailsettings.ui18
-rw-r--r--sw/uiconfig/swriter/ui/textgridpage.ui38
-rw-r--r--sw/uiconfig/swriter/ui/titlepage.ui34
-rw-r--r--sw/uiconfig/swriter/ui/tocdialog.ui18
-rw-r--r--sw/uiconfig/swriter/ui/tocentriespage.ui90
-rw-r--r--sw/uiconfig/swriter/ui/tocindexpage.ui118
-rw-r--r--sw/uiconfig/swriter/ui/tocstylespage.ui12
-rw-r--r--sw/uiconfig/swriter/ui/tokenwidget.ui2
-rw-r--r--sw/uiconfig/swriter/ui/viewoptionspage.ui32
-rw-r--r--sw/uiconfig/swriter/ui/warndatasourcedialog.ui10
-rw-r--r--sw/uiconfig/swriter/ui/warnemaildialog.ui8
-rw-r--r--sw/uiconfig/swriter/ui/watermarkdialog.ui14
-rw-r--r--sw/uiconfig/swriter/ui/wordcount.ui18
-rw-r--r--sw/uiconfig/swriter/ui/wrapdialog.ui4
-rw-r--r--sw/uiconfig/swriter/ui/wrappage.ui36
196 files changed, 2351 insertions, 2351 deletions
diff --git a/sw/uiconfig/swriter/ui/abstractdialog.ui b/sw/uiconfig/swriter/ui/abstractdialog.ui
index b3b4ea64c588..5a217d02091b 100644
--- a/sw/uiconfig/swriter/ui/abstractdialog.ui
+++ b/sw/uiconfig/swriter/ui/abstractdialog.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -18,7 +18,7 @@
<object class="GtkDialog" id="AbstractDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Create AutoAbstract</property>
+ <property name="title" translatable="yes" context="abstractdialog|AbstractDialog">Create AutoAbstract</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -111,7 +111,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Included outline levels</property>
+ <property name="label" translatable="yes" context="abstractdialog|label2">Included outline levels</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -127,7 +127,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Paragraphs per level</property>
+ <property name="label" translatable="yes" context="abstractdialog|label3">Paragraphs per level</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -143,7 +143,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">The abstract contains the selected number of paragraphs from the included outline levels.</property>
+ <property name="label" translatable="yes" context="abstractdialog|label4">The abstract contains the selected number of paragraphs from the included outline levels.</property>
<property name="use_underline">True</property>
<property name="wrap">True</property>
<property name="max_width_chars">52</property>
@@ -194,7 +194,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="abstractdialog|label1">Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/addentrydialog.ui b/sw/uiconfig/swriter/ui/addentrydialog.ui
index 44f68ca951e4..993e4625f94c 100644
--- a/sw/uiconfig/swriter/ui/addentrydialog.ui
+++ b/sw/uiconfig/swriter/ui/addentrydialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.6"/>
<object class="GtkDialog" id="AddEntryDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Add Element</property>
+ <property name="title" translatable="yes" context="addentrydialog|AddEntryDialog">Add Element</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="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Element Name</property>
+ <property name="label" translatable="yes" context="addentrydialog|label1">Element Name</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/addressblockdialog.ui b/sw/uiconfig/swriter/ui/addressblockdialog.ui
index 1de46e6afb5e..6a1dd4f0a4e6 100644
--- a/sw/uiconfig/swriter/ui/addressblockdialog.ui
+++ b/sw/uiconfig/swriter/ui/addressblockdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkDialog" id="AddressBlockDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">New Address Block</property>
+ <property name="title" translatable="yes" context="addressblockdialog|AddressBlockDialog">New Address Block</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -81,7 +81,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Address _elements</property>
+ <property name="label" translatable="yes" context="addressblockdialog|addressesft">Address _elements</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">addresses:border</property>
</object>
@@ -112,7 +112,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">1. Drag address elements here</property>
+ <property name="label" translatable="yes" context="addressblockdialog|addressdestft">1. Drag address elements here</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">addressdest:border</property>
</object>
@@ -136,7 +136,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Move up</property>
+ <property name="tooltip_text" translatable="yes" context="addressblockdialog|up|tooltip_text">Move up</property>
<property name="image">image3</property>
</object>
<packing>
@@ -151,7 +151,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Move left</property>
+ <property name="tooltip_text" translatable="yes" context="addressblockdialog|left|tooltip_text">Move left</property>
<property name="image">image2</property>
</object>
<packing>
@@ -166,7 +166,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Move right</property>
+ <property name="tooltip_text" translatable="yes" context="addressblockdialog|right|tooltip_text">Move right</property>
<property name="image">image1</property>
</object>
<packing>
@@ -181,7 +181,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Move down</property>
+ <property name="tooltip_text" translatable="yes" context="addressblockdialog|down|tooltip_text">Move down</property>
<property name="image">image4</property>
</object>
<packing>
@@ -219,7 +219,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Preview</property>
+ <property name="label" translatable="yes" context="addressblockdialog|label3">Preview</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">addrpreview:border</property>
</object>
@@ -235,7 +235,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">2. Customi_ze salutation</property>
+ <property name="label" translatable="yes" context="addressblockdialog|customft">2. Customi_ze salutation</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">custom</property>
</object>
@@ -307,7 +307,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 from address</property>
+ <property name="tooltip_text" translatable="yes" context="addressblockdialog|fromaddr|tooltip_text">Remove from address</property>
<property name="image">image6</property>
</object>
<packing>
@@ -407,7 +407,7 @@
<object class="GtkImage" id="image5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Add to address</property>
+ <property name="tooltip_text" translatable="yes" context="addressblockdialog|image5|tooltip_text">Add to address</property>
<property name="stock">gtk-go-forward</property>
</object>
<object class="GtkImage" id="image6">
diff --git a/sw/uiconfig/swriter/ui/alreadyexistsdialog.ui b/sw/uiconfig/swriter/ui/alreadyexistsdialog.ui
index 91025162d2c5..2aef2237f140 100644
--- a/sw/uiconfig/swriter/ui/alreadyexistsdialog.ui
+++ b/sw/uiconfig/swriter/ui/alreadyexistsdialog.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkTextBuffer" id="textbuffer1">
- <property name="text" translatable="yes">A document with the name '%1' already exists.</property>
+ <property name="text" translatable="yes" context="alreadyexistsdialog|textbuffer1">A document with the name '%1' already exists.</property>
</object>
<object class="GtkTextBuffer" id="textbuffer2">
- <property name="text" translatable="yes">Please save this document under a different name.</property>
+ <property name="text" translatable="yes" context="alreadyexistsdialog|textbuffer2">Please save this document under a different name.</property>
</object>
<object class="GtkDialog" id="AlreadyExistsDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">File already exists</property>
+ <property name="title" translatable="yes" context="alreadyexistsdialog|AlreadyExistsDialog">File already exists</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -123,7 +123,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">New document name:</property>
+ <property name="label" translatable="yes" context="alreadyexistsdialog|label1">New document name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">edit</property>
</object>
diff --git a/sw/uiconfig/swriter/ui/annotationmenu.ui b/sw/uiconfig/swriter/ui/annotationmenu.ui
index 0f8cc62e89fe..900dbc49148e 100644
--- a/sw/uiconfig/swriter/ui/annotationmenu.ui
+++ b/sw/uiconfig/swriter/ui/annotationmenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<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="annotationmenu|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="annotationmenu|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 by $1</property>
+ <property name="label" translatable="yes" context="annotationmenu|deleteby">Delete _All Comments by $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="annotationmenu|deleteall">_Delete All Comments</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -47,7 +47,7 @@
<object class="GtkMenuItem" id="formatall">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Format All Comments...</property>
+ <property name="label" translatable="yes" context="annotationmenu|formatall">Format All Comments...</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sw/uiconfig/swriter/ui/asciifilterdialog.ui b/sw/uiconfig/swriter/ui/asciifilterdialog.ui
index 7230cae7fedb..806e561fdcfc 100644
--- a/sw/uiconfig/swriter/ui/asciifilterdialog.ui
+++ b/sw/uiconfig/swriter/ui/asciifilterdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkDialog" id="AsciiFilterDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">ASCII Filter Options</property>
+ <property name="title" translatable="yes" context="asciifilterdialog|AsciiFilterDialog">ASCII Filter Options</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -94,7 +94,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Character set</property>
+ <property name="label" translatable="yes" context="asciifilterdialog|label2">_Character set</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">charset</property>
</object>
@@ -110,7 +110,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Default fonts</property>
+ <property name="label" translatable="yes" context="asciifilterdialog|fontft">Default fonts</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">font</property>
</object>
@@ -126,7 +126,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Lan_guage</property>
+ <property name="label" translatable="yes" context="asciifilterdialog|languageft">Lan_guage</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">language</property>
</object>
@@ -142,7 +142,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Paragraph break</property>
+ <property name="label" translatable="yes" context="asciifilterdialog|label5">_Paragraph break</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -201,7 +201,7 @@
<property name="homogeneous">True</property>
<child>
<object class="GtkRadioButton" id="crlf">
- <property name="label" translatable="yes">_CR &amp; LF</property>
+ <property name="label" translatable="yes" context="asciifilterdialog|crlf">_CR &amp; LF</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -219,7 +219,7 @@
</child>
<child>
<object class="GtkRadioButton" id="cr">
- <property name="label" translatable="yes">C_R</property>
+ <property name="label" translatable="yes" context="asciifilterdialog|cr">C_R</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -237,7 +237,7 @@
</child>
<child>
<object class="GtkRadioButton" id="lf">
- <property name="label" translatable="yes">_LF</property>
+ <property name="label" translatable="yes" context="asciifilterdialog|lf">_LF</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -269,7 +269,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="asciifilterdialog|label1">Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/asksearchdialog.ui b/sw/uiconfig/swriter/ui/asksearchdialog.ui
index 2fc387aa84f7..acde35107de1 100644
--- a/sw/uiconfig/swriter/ui/asksearchdialog.ui
+++ b/sw/uiconfig/swriter/ui/asksearchdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="AskSearchDialog">
<property name="can_focus">False</property>
@@ -9,7 +9,7 @@
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="message_type">question</property>
- <property name="text" translatable="yes">To proceed with this action, you must first turn off the "undo" function. Do you want to turn off the "undo" function?</property>
+ <property name="text" translatable="yes" context="asksearchdialog|AskSearchDialog">To proceed with this action, you must first turn off the "undo" function. Do you want to turn off the "undo" function?</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/assignfieldsdialog.ui b/sw/uiconfig/swriter/ui/assignfieldsdialog.ui
index 0362569a66bd..a5803eb11b9a 100644
--- a/sw/uiconfig/swriter/ui/assignfieldsdialog.ui
+++ b/sw/uiconfig/swriter/ui/assignfieldsdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<!-- interface-requires LibreOffice 1.0 -->
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="AssignFieldsDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Match Fields</property>
+ <property name="title" translatable="yes" context="assignfieldsdialog|AssignFieldsDialog">Match Fields</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -82,7 +82,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Assign the fields from your data source to match the address elements.</property>
+ <property name="label" translatable="yes" context="assignfieldsdialog|MATCHING_LABEL">Assign the fields from your data source to match the address elements.</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">FIELDS:border</property>
</object>
@@ -108,7 +108,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Address block preview</property>
+ <property name="label" translatable="yes" context="assignfieldsdialog|PREVIEW_LABEL">Address block preview</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">PREVIEW:border</property>
</object>
diff --git a/sw/uiconfig/swriter/ui/assignstylesdialog.ui b/sw/uiconfig/swriter/ui/assignstylesdialog.ui
index 9eda33c9fd1e..4164aec11b35 100644
--- a/sw/uiconfig/swriter/ui/assignstylesdialog.ui
+++ b/sw/uiconfig/swriter/ui/assignstylesdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkImage" id="image1">
@@ -16,7 +16,7 @@
<object class="GtkDialog" id="AssignStylesDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Assign Styles</property>
+ <property name="title" translatable="yes" context="assignstylesdialog|AssignStylesDialog">Assign Styles</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -121,7 +121,7 @@
<property name="image">image1</property>
<child internal-child="accessible">
<object class="AtkObject" id="left-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Left</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="assignstylesdialog|left-atkobject">Left</property>
</object>
</child>
</object>
@@ -139,7 +139,7 @@
<property name="image">image2</property>
<child internal-child="accessible">
<object class="AtkObject" id="right-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Right</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="assignstylesdialog|right-atkobject">Right</property>
</object>
</child>
</object>
@@ -187,7 +187,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Not applied</property>
+ <property name="label" translatable="yes" context="assignstylesdialog|notapplied">Not applied</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -204,7 +204,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Styles</property>
+ <property name="label" translatable="yes" context="assignstylesdialog|label3">Styles</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/attachnamedialog.ui b/sw/uiconfig/swriter/ui/attachnamedialog.ui
index 164f247b135a..7cbe758f548c 100644
--- a/sw/uiconfig/swriter/ui/attachnamedialog.ui
+++ b/sw/uiconfig/swriter/ui/attachnamedialog.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkTextBuffer" id="textbuffer1">
- <property name="text" translatable="yes">You did not specify a new name for the attachment.</property>
+ <property name="text" translatable="yes" context="attachnamedialog|textbuffer1">You did not specify a new name for the attachment.</property>
</object>
<object class="GtkTextBuffer" id="textbuffer2">
- <property name="text" translatable="yes">If you would like to provide one, please type it now.</property>
+ <property name="text" translatable="yes" context="attachnamedialog|textbuffer2">If you would like to provide one, please type it now.</property>
</object>
<object class="GtkDialog" id="AttachNameDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">No Attachment Name</property>
+ <property name="title" translatable="yes" context="attachnamedialog|AttachNameDialog">No Attachment Name</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -135,7 +135,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Name:</property>
+ <property name="label" translatable="yes" context="attachnamedialog|label1">Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">edit</property>
</object>
diff --git a/sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui b/sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui
index 207a2710ccb8..d4ccd9a66071 100644
--- a/sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui
+++ b/sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -11,7 +11,7 @@
<object class="GtkDialog" id="AuthenticationSettingsDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Server Authentication</property>
+ <property name="title" translatable="yes" context="authenticationsettingsdialog|AuthenticationSettingsDialog">Server Authentication</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -85,7 +85,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="authentication">
- <property name="label" translatable="yes">The outgoing mail server (SMTP) requires au_thentication</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|authentication">The outgoing mail server (SMTP) requires au_thentication</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -101,7 +101,7 @@
</child>
<child>
<object class="GtkRadioButton" id="separateauthentication:wrap">
- <property name="label" translatable="yes">The outgoing mail server (SMTP) requires _separate authentication</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|separateauthentication">The outgoing mail server (SMTP) requires _separate authentication</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -124,7 +124,7 @@
<property name="can_focus">False</property>
<property name="margin_left">24</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Outgoing mail server:</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|label1">Outgoing mail server:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -151,7 +151,7 @@
<property name="can_focus">False</property>
<property name="margin_left">24</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_User name:</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|username_label">_User name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">username</property>
</object>
@@ -180,7 +180,7 @@
<property name="can_focus">False</property>
<property name="margin_left">24</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Password:</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|outpassword_label">_Password:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">outpassword</property>
</object>
@@ -191,7 +191,7 @@
</child>
<child>
<object class="GtkRadioButton" id="smtpafterpop:wrap">
- <property name="label" translatable="yes">The outgoing mail server uses the same authentication as the _incoming mail server</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|smtpafterpop">The outgoing mail server uses the same authentication as the _incoming mail server</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -214,7 +214,7 @@
<property name="can_focus">False</property>
<property name="margin_left">24</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Incoming mail server:</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|label2">Incoming mail server:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -241,7 +241,7 @@
<property name="can_focus">False</property>
<property name="margin_left">24</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Server _name:</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|server_label">Server _name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">server</property>
</object>
@@ -268,7 +268,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">P_ort:</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|port_label">P_ort:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">port</property>
</object>
@@ -283,7 +283,7 @@
<property name="can_focus">False</property>
<property name="margin_left">24</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Type:</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|label3">Type:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -292,7 +292,7 @@
</child>
<child>
<object class="GtkRadioButton" id="pop3">
- <property name="label" translatable="yes">_POP3</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|pop3">_POP3</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -309,7 +309,7 @@
</child>
<child>
<object class="GtkRadioButton" id="imap">
- <property name="label" translatable="yes">_IMAP</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|imap">_IMAP</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -357,7 +357,7 @@
<property name="can_focus">False</property>
<property name="margin_left">24</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Us_er name:</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|inusername_label">Us_er name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">inusername</property>
</object>
@@ -372,7 +372,7 @@
<property name="can_focus">False</property>
<property name="margin_left">24</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Pass_word:</property>
+ <property name="label" translatable="yes" context="authenticationsettingsdialog|inpassword_label">Pass_word:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">inpassword</property>
</object>
diff --git a/sw/uiconfig/swriter/ui/autoformattable.ui b/sw/uiconfig/swriter/ui/autoformattable.ui
index ee7cf04593bd..8c048f163319 100644
--- a/sw/uiconfig/swriter/ui/autoformattable.ui
+++ b/sw/uiconfig/swriter/ui/autoformattable.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="AutoFormatTableDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">AutoFormat</property>
+ <property name="title" translatable="yes" context="autoformattable|AutoFormatTableDialog">AutoFormat</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -92,7 +92,7 @@
</child>
<child>
<object class="GtkButton" id="rename">
- <property name="label" translatable="yes">Rename</property>
+ <property name="label" translatable="yes" context="autoformattable|rename">Rename</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -184,7 +184,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Format</property>
+ <property name="label" translatable="yes" context="autoformattable|label1">Format</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -217,7 +217,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="numformatcb">
- <property name="label" translatable="yes">Number format</property>
+ <property name="label" translatable="yes" context="autoformattable|numformatcb">Number format</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -234,7 +234,7 @@
</child>
<child>
<object class="GtkCheckButton" id="bordercb">
- <property name="label" translatable="yes">Borders</property>
+ <property name="label" translatable="yes" context="autoformattable|bordercb">Borders</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -251,7 +251,7 @@
</child>
<child>
<object class="GtkCheckButton" id="fontcb">
- <property name="label" translatable="yes">Font</property>
+ <property name="label" translatable="yes" context="autoformattable|fontcb">Font</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -268,7 +268,7 @@
</child>
<child>
<object class="GtkCheckButton" id="patterncb">
- <property name="label" translatable="yes">Pattern</property>
+ <property name="label" translatable="yes" context="autoformattable|patterncb">Pattern</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -285,7 +285,7 @@
</child>
<child>
<object class="GtkCheckButton" id="alignmentcb">
- <property name="label" translatable="yes">Alignment</property>
+ <property name="label" translatable="yes" context="autoformattable|alignmentcb">Alignment</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -311,7 +311,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Formatting</property>
+ <property name="label" translatable="yes" context="autoformattable|label2">Formatting</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/autotext.ui b/sw/uiconfig/swriter/ui/autotext.ui
index d62ddb636511..95d675252965 100644
--- a/sw/uiconfig/swriter/ui/autotext.ui
+++ b/sw/uiconfig/swriter/ui/autotext.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="AutoTextDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">AutoText</property>
+ <property name="title" translatable="yes" context="autotext|AutoTextDialog">AutoText</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -19,7 +19,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="insert">
- <property name="label" translatable="yes">_Insert</property>
+ <property name="label" translatable="yes" context="autotext|insert">_Insert</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -64,7 +64,7 @@
</child>
<child>
<object class="GtkButton" id="autotext:editmenu">
- <property name="label" translatable="yes">AutoTe_xt</property>
+ <property name="label" translatable="yes" context="autotext|autotext">AutoTe_xt</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -78,7 +78,7 @@
</child>
<child>
<object class="GtkButton" id="categories">
- <property name="label" translatable="yes">Cat_egories...</property>
+ <property name="label" translatable="yes" context="autotext|categories">Cat_egories...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -92,7 +92,7 @@
</child>
<child>
<object class="GtkButton" id="path">
- <property name="label" translatable="yes">_Path...</property>
+ <property name="label" translatable="yes" context="autotext|path">_Path...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -139,7 +139,7 @@
<property name="column_spacing">18</property>
<child>
<object class="GtkCheckButton" id="relfile">
- <property name="label" translatable="yes">_File system</property>
+ <property name="label" translatable="yes" context="autotext|relfile">_File system</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -154,7 +154,7 @@
</child>
<child>
<object class="GtkCheckButton" id="relnet">
- <property name="label" translatable="yes">Inter_net</property>
+ <property name="label" translatable="yes" context="autotext|relnet">Inter_net</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -175,7 +175,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Save Links Relative To</property>
+ <property name="label" translatable="yes" context="autotext|label1">Save Links Relative To</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -202,7 +202,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="inserttip">
- <property name="label" translatable="yes">_Display remainder of name as suggestion while typing</property>
+ <property name="label" translatable="yes" context="autotext|inserttip">_Display remainder of name as suggestion while typing</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -227,7 +227,7 @@
<object class="GtkLabel" id="nameft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Name:</property>
+ <property name="label" translatable="yes" context="autotext|nameft">Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">name</property>
</object>
@@ -240,7 +240,7 @@
<object class="GtkLabel" id="shortnameft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Shortcut:</property>
+ <property name="label" translatable="yes" context="autotext|shortnameft">Shortcut:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">shortname</property>
</object>
@@ -295,7 +295,7 @@
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="category-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Category</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="autotext|category-atkobject">Category</property>
</object>
</child>
</object>
@@ -380,7 +380,7 @@
<object class="GtkMenuItem" id="new">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_New</property>
+ <property name="label" translatable="yes" context="autotext|new">_New</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -388,7 +388,7 @@
<object class="GtkMenuItem" id="newtext">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">New (text only)</property>
+ <property name="label" translatable="yes" context="autotext|newtext">New (text only)</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -396,7 +396,7 @@
<object class="GtkMenuItem" id="copy">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Copy</property>
+ <property name="label" translatable="yes" context="autotext|copy">_Copy</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -404,7 +404,7 @@
<object class="GtkMenuItem" id="replace">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Replace</property>
+ <property name="label" translatable="yes" context="autotext|replace">Replace</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -412,7 +412,7 @@
<object class="GtkMenuItem" id="replacetext">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Rep_lace (text only)</property>
+ <property name="label" translatable="yes" context="autotext|replacetext">Rep_lace (text only)</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -420,7 +420,7 @@
<object class="GtkMenuItem" id="rename">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Rename...</property>
+ <property name="label" translatable="yes" context="autotext|rename">Rename...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -428,7 +428,7 @@
<object class="GtkMenuItem" id="delete">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Delete</property>
+ <property name="label" translatable="yes" context="autotext|delete">_Delete</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -442,7 +442,7 @@
<object class="GtkMenuItem" id="edit">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Edit</property>
+ <property name="label" translatable="yes" context="autotext|edit">_Edit</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -456,7 +456,7 @@
<object class="GtkMenuItem" id="macro">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Macro...</property>
+ <property name="label" translatable="yes" context="autotext|macro">_Macro...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -470,7 +470,7 @@
<object class="GtkMenuItem" id="import">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Import...</property>
+ <property name="label" translatable="yes" context="autotext|import">_Import...</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sw/uiconfig/swriter/ui/bibliographyentry.ui b/sw/uiconfig/swriter/ui/bibliographyentry.ui
index 685f148626a2..eb41a50a02fa 100644
--- a/sw/uiconfig/swriter/ui/bibliographyentry.ui
+++ b/sw/uiconfig/swriter/ui/bibliographyentry.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="BibliographyEntryDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Bibliography Entry</property>
+ <property name="title" translatable="yes" context="bibliographyentry|BibliographyEntryDialog">Insert Bibliography Entry</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -17,7 +17,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="insert">
- <property name="label" translatable="yes">Insert</property>
+ <property name="label" translatable="yes" context="bibliographyentry|insert">Insert</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
@@ -32,7 +32,7 @@
</child>
<child>
<object class="GtkButton" id="modify">
- <property name="label" translatable="yes">Apply</property>
+ <property name="label" translatable="yes" context="bibliographyentry|modify">Apply</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
@@ -134,7 +134,7 @@
<property name="can_focus">False</property>
<property name="margin_top">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Author</property>
+ <property name="label" translatable="yes" context="bibliographyentry|label2">Author</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -151,7 +151,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Title</property>
+ <property name="label" translatable="yes" context="bibliographyentry|label3">Title</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -182,7 +182,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Short name</property>
+ <property name="label" translatable="yes" context="bibliographyentry|label5">Short name</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entrylb</property>
</object>
@@ -221,7 +221,7 @@
</child>
<child>
<object class="GtkRadioButton" id="frombibliography">
- <property name="label" translatable="yes">From bibliography database</property>
+ <property name="label" translatable="yes" context="bibliographyentry|frombibliography">From bibliography database</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -239,7 +239,7 @@
</child>
<child>
<object class="GtkRadioButton" id="fromdocument">
- <property name="label" translatable="yes">From document content</property>
+ <property name="label" translatable="yes" context="bibliographyentry|fromdocument">From document content</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -276,7 +276,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Entry</property>
+ <property name="label" translatable="yes" context="bibliographyentry|label1">Entry</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/bulletsandnumbering.ui b/sw/uiconfig/swriter/ui/bulletsandnumbering.ui
index 8d37037fbe1f..d9ed93e13136 100644
--- a/sw/uiconfig/swriter/ui/bulletsandnumbering.ui
+++ b/sw/uiconfig/swriter/ui/bulletsandnumbering.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<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="resizable">False</property>
<property name="window_position">mouse</property>
<property name="type_hint">dialog</property>
@@ -36,7 +36,7 @@
</child>
<child>
<object class="GtkButton" id="user">
- <property name="label" translatable="yes">_Remove</property>
+ <property name="label" translatable="yes" context="bulletsandnumbering|user">_Remove</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -79,7 +79,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>
@@ -111,7 +111,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>
@@ -124,7 +124,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>
@@ -138,7 +138,7 @@
<object class="GtkLabel" id="outlinenum">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Outline</property>
+ <property name="label" translatable="yes" context="bulletsandnumbering|outlinenum">Outline</property>
</object>
<packing>
<property name="position">2</property>
@@ -152,7 +152,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">3</property>
@@ -166,7 +166,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">4</property>
@@ -180,7 +180,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">5</property>
diff --git a/sw/uiconfig/swriter/ui/businessdatapage.ui b/sw/uiconfig/swriter/ui/businessdatapage.ui
index 7b03005c983f..ca0bf788a508 100644
--- a/sw/uiconfig/swriter/ui/businessdatapage.ui
+++ b/sw/uiconfig/swriter/ui/businessdatapage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkFrame" id="BusinessDataPage">
<property name="visible">True</property>
@@ -25,7 +25,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Company:</property>
+ <property name="label" translatable="yes" context="businessdatapage|label5">Company:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">company</property>
</object>
@@ -39,7 +39,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Slogan:</property>
+ <property name="label" translatable="yes" context="businessdatapage|streetft">Slogan:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">slogan</property>
</object>
@@ -53,7 +53,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Co_untry/state:</property>
+ <property name="label" translatable="yes" context="businessdatapage|countryft">Co_untry/state:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">country</property>
</object>
@@ -67,7 +67,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Position:</property>
+ <property name="label" translatable="yes" context="businessdatapage|label8">Position:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">position</property>
</object>
@@ -81,12 +81,12 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Fa_x:</property>
+ <property name="label" translatable="yes" context="businessdatapage|phoneft">Fa_x:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">fax</property>
<child internal-child="accessible">
<object class="AtkObject" id="phoneft-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes">Home telephone number</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="businessdatapage|phoneft-atkobject">Home telephone number</property>
</object>
</child>
</object>
@@ -100,7 +100,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Homepage/e-mail:</property>
+ <property name="label" translatable="yes" context="businessdatapage|faxft">Homepage/e-mail:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">url</property>
</object>
@@ -123,7 +123,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="company-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">First name</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|company-atkobject">First name</property>
</object>
</child>
</object>
@@ -153,7 +153,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="position-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Title</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|position-atkobject">Title</property>
</object>
</child>
</object>
@@ -182,7 +182,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="fax-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Home telephone number</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|fax-atkobject">Home telephone number</property>
</object>
</child>
</object>
@@ -213,7 +213,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="url-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">FAX number</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|url-atkobject">FAX number</property>
</object>
</child>
</object>
@@ -231,7 +231,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="email-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">email address</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|email-atkobject">email address</property>
</object>
</child>
</object>
@@ -251,7 +251,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Company 2nd line:</property>
+ <property name="label" translatable="yes" context="businessdatapage|eastnameft">Company 2nd line:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">company2</property>
</object>
@@ -274,7 +274,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="company2-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Last name</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|company2-atkobject">Last name</property>
</object>
</child>
</object>
@@ -294,7 +294,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Zip/city:</property>
+ <property name="label" translatable="yes" context="businessdatapage|icityft">_Zip/city:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">izip</property>
</object>
@@ -317,7 +317,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="icity-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">City</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|icity-atkobject">City</property>
</object>
</child>
</object>
@@ -335,7 +335,7 @@
<property name="width_chars">15</property>
<child internal-child="accessible">
<object class="AtkObject" id="izip-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Zip code</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|izip-atkobject">Zip code</property>
</object>
</child>
</object>
@@ -417,7 +417,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Phone/mobile:</property>
+ <property name="label" translatable="yes" context="businessdatapage|titleft1">Phone/mobile:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">position</property>
</object>
@@ -441,7 +441,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="phone-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Title</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|phone-atkobject">Title</property>
</object>
</child>
</object>
@@ -459,7 +459,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="mobile-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Position</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|mobile-atkobject">Position</property>
</object>
</child>
</object>
@@ -479,7 +479,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Street:</property>
+ <property name="label" translatable="yes" context="businessdatapage|streetft1">Street:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">street</property>
</object>
@@ -520,7 +520,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Business Data</property>
+ <property name="label" translatable="yes" context="businessdatapage|label1">Business Data</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui b/sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui
index 8a30a7d4462d..bce632b6d45e 100644
--- a/sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui
+++ b/sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="CannotSaveLabelDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Cannot Add Label</property>
+ <property name="title" translatable="yes" context="cannotsavelabeldialog|CannotSaveLabelDialog">Cannot Add Label</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="message_type">error</property>
<property name="buttons">ok</property>
- <property name="text" translatable="yes">Cannot add label</property>
- <property name="secondary_text" translatable="yes">Predefined labels cannot be overwritten, use another name.</property>
+ <property name="text" translatable="yes" context="cannotsavelabeldialog|CannotSaveLabelDialog">Cannot add label</property>
+ <property name="secondary_text" translatable="yes" context="cannotsavelabeldialog|CannotSaveLabelDialog">Predefined labels cannot be overwritten, use another name.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/captiondialog.ui b/sw/uiconfig/swriter/ui/captiondialog.ui
index 24a6b70740cb..2e9786f1b92d 100644
--- a/sw/uiconfig/swriter/ui/captiondialog.ui
+++ b/sw/uiconfig/swriter/ui/captiondialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="CaptionDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Caption</property>
+ <property name="title" translatable="yes" context="captiondialog|CaptionDialog">Caption</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
diff --git a/sw/uiconfig/swriter/ui/captionoptions.ui b/sw/uiconfig/swriter/ui/captionoptions.ui
index de50adc0cce5..93b22a42ff31 100644
--- a/sw/uiconfig/swriter/ui/captionoptions.ui
+++ b/sw/uiconfig/swriter/ui/captionoptions.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkListStore" id="liststore1">
<columns>
@@ -9,17 +9,17 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Category first</col>
+ <col id="0" translatable="yes" context="captionoptions|liststore1">Category first</col>
</row>
<row>
- <col id="0" translatable="yes">Numbering first</col>
+ <col id="0" translatable="yes" context="captionoptions|liststore1">Numbering first</col>
</row>
</data>
</object>
<object class="GtkDialog" id="CaptionOptionsDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Caption Options</property>
+ <property name="title" translatable="yes" context="captionoptions|CaptionOptionsDialog">Caption Options</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -82,7 +82,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Level:</property>
+ <property name="label" translatable="yes" context="captionoptions|label5">_Level:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">level</property>
</object>
@@ -96,7 +96,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Separator:</property>
+ <property name="label" translatable="yes" context="captionoptions|label6">_Separator:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">separator</property>
</object>
@@ -113,7 +113,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Numbering Captions by Chapter</property>
+ <property name="label" translatable="yes" context="captionoptions|label1">Numbering Captions by Chapter</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -151,7 +151,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Character style:</property>
+ <property name="label" translatable="yes" context="captionoptions|label4">Character style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">style</property>
</object>
@@ -173,7 +173,7 @@
</child>
<child>
<object class="GtkCheckButton" id="border_and_shadow">
- <property name="label" translatable="yes">_Apply border and shadow</property>
+ <property name="label" translatable="yes" context="captionoptions|border_and_shadow">_Apply border and shadow</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -196,7 +196,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Category and Frame Format</property>
+ <property name="label" translatable="yes" context="captionoptions|label2">Category and Frame Format</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -234,7 +234,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Caption order:</property>
+ <property name="label" translatable="yes" context="captionoptions|label7">Caption order:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">caption_order</property>
</object>
@@ -263,7 +263,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Caption</property>
+ <property name="label" translatable="yes" context="captionoptions|label3">Caption</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/cardformatpage.ui b/sw/uiconfig/swriter/ui/cardformatpage.ui
index 2f5752f40ee0..15dbf1d26735 100644
--- a/sw/uiconfig/swriter/ui/cardformatpage.ui
+++ b/sw/uiconfig/swriter/ui/cardformatpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkFrame" id="CardFormatPage">
@@ -35,7 +35,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">AutoText - Section</property>
+ <property name="label" translatable="yes" context="cardformatpage|label2">AutoText - Section</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">autotext</property>
</object>
@@ -119,7 +119,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Content</property>
+ <property name="label" translatable="yes" context="cardformatpage|label1">Content</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/cardmediumpage.ui b/sw/uiconfig/swriter/ui/cardmediumpage.ui
index eb4df8baf9c2..306c82c079bf 100644
--- a/sw/uiconfig/swriter/ui/cardmediumpage.ui
+++ b/sw/uiconfig/swriter/ui/cardmediumpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -60,7 +60,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="address">
- <property name="label" translatable="yes">Address</property>
+ <property name="label" translatable="yes" context="cardmediumpage|address">Address</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -79,7 +79,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Label text:</property>
+ <property name="label" translatable="yes" context="cardmediumpage|label2">Label text:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">textview:border</property>
</object>
@@ -139,7 +139,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Database:</property>
+ <property name="label" translatable="yes" context="cardmediumpage|label4">Database:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">database</property>
</object>
@@ -177,7 +177,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Table:</property>
+ <property name="label" translatable="yes" context="cardmediumpage|label7">Table:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">table</property>
</object>
@@ -215,7 +215,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Database field:</property>
+ <property name="label" translatable="yes" context="cardmediumpage|label8">Database field:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">field</property>
</object>
@@ -252,7 +252,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</property>
+ <property name="tooltip_text" translatable="yes" context="cardmediumpage|insert|tooltip_text">Insert</property>
<property name="valign">center</property>
<property name="image">image1</property>
</object>
@@ -269,7 +269,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Inscription</property>
+ <property name="label" translatable="yes" context="cardmediumpage|label6">Inscription</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -316,7 +316,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="continuous">
- <property name="label" translatable="yes">_Continuous</property>
+ <property name="label" translatable="yes" context="cardmediumpage|continuous">_Continuous</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -332,7 +332,7 @@
</child>
<child>
<object class="GtkRadioButton" id="sheet">
- <property name="label" translatable="yes">_Sheet</property>
+ <property name="label" translatable="yes" context="cardmediumpage|sheet">_Sheet</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -365,7 +365,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Brand:</property>
+ <property name="label" translatable="yes" context="cardmediumpage|label5">Brand:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">brand</property>
</object>
@@ -379,7 +379,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Type:</property>
+ <property name="label" translatable="yes" context="cardmediumpage|label3">_Type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">type</property>
</object>
@@ -453,7 +453,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Format</property>
+ <property name="label" translatable="yes" context="cardmediumpage|label1">Format</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/ccdialog.ui b/sw/uiconfig/swriter/ui/ccdialog.ui
index e75de2ad03ac..bc3af681da8b 100644
--- a/sw/uiconfig/swriter/ui/ccdialog.ui
+++ b/sw/uiconfig/swriter/ui/ccdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="CCDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Copy To</property>
+ <property name="title" translatable="yes" context="ccdialog|CCDialog">Copy To</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -97,7 +97,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Cc:</property>
+ <property name="label" translatable="yes" context="ccdialog|label2">_Cc:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">cc</property>
</object>
@@ -111,7 +111,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Bcc:</property>
+ <property name="label" translatable="yes" context="ccdialog|label3">_Bcc:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">bcc</property>
</object>
@@ -125,7 +125,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Note: Separate e-mail addresses with a semicolon (;).</property>
+ <property name="label" translatable="yes" context="ccdialog|label4">Note: Separate e-mail addresses with a semicolon (;).</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -166,7 +166,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Send a Copy of This Mail To...</property>
+ <property name="label" translatable="yes" context="ccdialog|label1">Send a Copy of This Mail To...</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/characterproperties.ui b/sw/uiconfig/swriter/ui/characterproperties.ui
index 0efad8cc3f91..d77f5dfb9094 100644
--- a/sw/uiconfig/swriter/ui/characterproperties.ui
+++ b/sw/uiconfig/swriter/ui/characterproperties.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="CharacterPropertiesDialog">
<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="characterproperties|CharacterPropertiesDialog">Character</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,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="characterproperties|font">Font</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="fonteffects">
<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="characterproperties|fonteffects">Font Effects</property>
</object>
<packing>
<property name="position">1</property>
@@ -124,7 +124,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="characterproperties|position">Position</property>
</object>
<packing>
<property name="position">2</property>
@@ -138,7 +138,7 @@
<object class="GtkLabel" id="asianlayout">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Asian Layout</property>
+ <property name="label" translatable="yes" context="characterproperties|asianlayout">Asian Layout</property>
</object>
<packing>
<property name="position">3</property>
@@ -152,7 +152,7 @@
<object class="GtkLabel" id="hyperlink">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Hyperlink</property>
+ <property name="label" translatable="yes" context="characterproperties|hyperlink">Hyperlink</property>
</object>
<packing>
<property name="position">4</property>
@@ -166,7 +166,7 @@
<object class="GtkLabel" id="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="characterproperties|background">Highlighting</property>
</object>
<packing>
<property name="position">5</property>
@@ -180,7 +180,7 @@
<object class="GtkLabel" id="borders">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Borders</property>
+ <property name="label" translatable="yes" context="characterproperties|borders">Borders</property>
</object>
<packing>
<property name="position">6</property>
diff --git a/sw/uiconfig/swriter/ui/charurlpage.ui b/sw/uiconfig/swriter/ui/charurlpage.ui
index c69e10c31226..6f01366e37f6 100644
--- a/sw/uiconfig/swriter/ui/charurlpage.ui
+++ b/sw/uiconfig/swriter/ui/charurlpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="CharURLPage">
<property name="visible">True</property>
@@ -32,7 +32,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">URL:</property>
+ <property name="label" translatable="yes" context="charurlpage|label36">URL:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">urled</property>
</object>
@@ -46,7 +46,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Name:</property>
+ <property name="label" translatable="yes" context="charurlpage|label37">Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">nameed</property>
</object>
@@ -60,7 +60,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Text:</property>
+ <property name="label" translatable="yes" context="charurlpage|textft">Text:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">texted</property>
</object>
@@ -74,7 +74,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Target frame:</property>
+ <property name="label" translatable="yes" context="charurlpage|label39">Target frame:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">targetfrmlb</property>
</object>
@@ -85,7 +85,7 @@
</child>
<child>
<object class="GtkButton" id="eventpb">
- <property name="label" translatable="yes">Events...</property>
+ <property name="label" translatable="yes" context="charurlpage|eventpb">Events...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -135,7 +135,7 @@
</child>
<child>
<object class="GtkButton" id="urlpb">
- <property name="label" translatable="yes">Browse...</property>
+ <property name="label" translatable="yes" context="charurlpage|urlpb">Browse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -185,7 +185,7 @@
<object class="GtkLabel" id="label32">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Hyperlink</property>
+ <property name="label" translatable="yes" context="charurlpage|label32">Hyperlink</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -221,7 +221,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Visited links:</property>
+ <property name="label" translatable="yes" context="charurlpage|label34">Visited links:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">visitedlb</property>
</object>
@@ -235,7 +235,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Unvisited links:</property>
+ <property name="label" translatable="yes" context="charurlpage|label10">Unvisited links:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">unvisitedlb</property>
</object>
@@ -272,7 +272,7 @@
<object class="GtkLabel" id="label33">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Character Styles</property>
+ <property name="label" translatable="yes" context="charurlpage|label33">Character Styles</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/columndialog.ui b/sw/uiconfig/swriter/ui/columndialog.ui
index 62f964254849..3de459d5a0c7 100644
--- a/sw/uiconfig/swriter/ui/columndialog.ui
+++ b/sw/uiconfig/swriter/ui/columndialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="ColumnDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Columns</property>
+ <property name="title" translatable="yes" context="columndialog|ColumnDialog">Columns</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
diff --git a/sw/uiconfig/swriter/ui/columnpage.ui b/sw/uiconfig/swriter/ui/columnpage.ui
index 9ff9a5f8bf67..bd701dddb4a7 100644
--- a/sw/uiconfig/swriter/ui/columnpage.ui
+++ b/sw/uiconfig/swriter/ui/columnpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -56,15 +56,15 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Left-to-right</col>
+ <col id="0" translatable="yes" context="columnpage|liststore1">Left-to-right</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Right-to-left</col>
+ <col id="0" translatable="yes" context="columnpage|liststore1">Right-to-left</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Use superordinate object settings</col>
+ <col id="0" translatable="yes" context="columnpage|liststore1">Use superordinate object settings</col>
<col id="1">4</col>
</row>
</data>
@@ -78,23 +78,23 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Selection</col>
+ <col id="0" translatable="yes" context="columnpage|liststore2">Selection</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Current Section</col>
+ <col id="0" translatable="yes" context="columnpage|liststore2">Current Section</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Selected section</col>
+ <col id="0" translatable="yes" context="columnpage|liststore2">Selected section</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Frame</col>
+ <col id="0" translatable="yes" context="columnpage|liststore2">Frame</col>
<col id="1">4</col>
</row>
<row>
- <col id="0" translatable="yes">Page Style: </col>
+ <col id="0" translatable="yes" context="columnpage|liststore2">Page Style: </col>
<col id="1">3</col>
</row>
</data>
@@ -131,7 +131,7 @@
<object class="GtkLabel" id="columnft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Column:</property>
+ <property name="label" translatable="yes" context="columnpage|columnft">Column:</property>
<property name="xalign">1</property>
<accessibility>
<relation type="label-for" target="back"/>
@@ -192,7 +192,7 @@
<object class="GtkLabel" id="widthft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Width:</property>
+ <property name="label" translatable="yes" context="columnpage|widthft">Width:</property>
<property name="xalign">1</property>
<accessibility>
<relation type="label-for" target="width3mf:0.00cm"/>
@@ -263,7 +263,7 @@
<object class="GtkLabel" id="distft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Spacing:</property>
+ <property name="label" translatable="yes" context="columnpage|distft">Spacing:</property>
<property name="xalign">1</property>
<accessibility>
<relation type="label-for" target="spacing1mf:0.00cm"/>
@@ -324,7 +324,7 @@
</child>
<child>
<object class="GtkCheckButton" id="autowidth">
- <property name="label" translatable="yes">Auto_Width</property>
+ <property name="label" translatable="yes" context="columnpage|autowidth">Auto_Width</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -397,7 +397,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Width and Spacing</property>
+ <property name="label" translatable="yes" context="columnpage|label4">Width and Spacing</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -434,7 +434,7 @@
<object class="GtkLabel" id="linestyleft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">St_yle:</property>
+ <property name="label" translatable="yes" context="columnpage|linestyleft">St_yle:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">linestylelb</property>
<property name="xalign">1</property>
@@ -448,7 +448,7 @@
<object class="GtkLabel" id="linewidthft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Width:</property>
+ <property name="label" translatable="yes" context="columnpage|linewidthft">_Width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">linewidthmf:0.00pt</property>
<property name="xalign">1</property>
@@ -462,7 +462,7 @@
<object class="GtkLabel" id="lineheightft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">H_eight:</property>
+ <property name="label" translatable="yes" context="columnpage|lineheightft">H_eight:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">linewidthmf:0.00pt</property>
<property name="xalign">1</property>
@@ -476,7 +476,7 @@
<object class="GtkLabel" id="lineposft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Position:</property>
+ <property name="label" translatable="yes" context="columnpage|lineposft">_Position:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">lineposlb</property>
<property name="xalign">1</property>
@@ -502,9 +502,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Top</item>
- <item translatable="yes">Centered</item>
- <item translatable="yes">Bottom</item>
+ <item translatable="yes" context="columnpage|lineposlb">Top</item>
+ <item translatable="yes" context="columnpage|lineposlb">Centered</item>
+ <item translatable="yes" context="columnpage|lineposlb">Bottom</item>
</items>
</object>
<packing>
@@ -552,7 +552,7 @@
<object class="GtkLabel" id="linecolorft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Color:</property>
+ <property name="label" translatable="yes" context="columnpage|linecolorft">_Color:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">colorlb</property>
<property name="xalign">1</property>
@@ -576,7 +576,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Separator Line</property>
+ <property name="label" translatable="yes" context="columnpage|label11">Separator Line</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -628,7 +628,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Columns:</property>
+ <property name="label" translatable="yes" context="columnpage|label3">Columns:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">colsnf</property>
<property name="xalign">1</property>
@@ -663,7 +663,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="balance">
- <property name="label" translatable="yes">Evenly distribute contents _to all columns</property>
+ <property name="label" translatable="yes" context="columnpage|balance">Evenly distribute contents _to all columns</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -697,7 +697,7 @@
<object class="GtkLabel" id="applytoft">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">_Apply to:</property>
+ <property name="label" translatable="yes" context="columnpage|applytoft">_Apply to:</property>
<property name="use_underline">True</property>
<property name="xalign">1</property>
</object>
@@ -721,7 +721,7 @@
<object class="GtkLabel" id="textdirectionft">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Text _direction:</property>
+ <property name="label" translatable="yes" context="columnpage|textdirectionft">Text _direction:</property>
<property name="use_underline">True</property>
<property name="xalign">1</property>
</object>
@@ -777,7 +777,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Settings</property>
+ <property name="label" translatable="yes" context="columnpage|label2">Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/columnwidth.ui b/sw/uiconfig/swriter/ui/columnwidth.ui
index 7b0e474b0c48..651c4be61a4c 100644
--- a/sw/uiconfig/swriter/ui/columnwidth.ui
+++ b/sw/uiconfig/swriter/ui/columnwidth.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -12,7 +12,7 @@
<object class="GtkDialog" id="ColumnWidthDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Column Width</property>
+ <property name="title" translatable="yes" context="columnwidth|ColumnWidthDialog">Column Width</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -99,7 +99,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Column:</property>
+ <property name="label" translatable="yes" context="columnwidth|label2">Column:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">column</property>
</object>
@@ -113,7 +113,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Width:</property>
+ <property name="label" translatable="yes" context="columnwidth|label3">Width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">width:0mm</property>
</object>
@@ -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">Width</property>
+ <property name="label" translatable="yes" context="columnwidth|label1">Width</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/conditionpage.ui b/sw/uiconfig/swriter/ui/conditionpage.ui
index f357c89fd69e..188992d424ab 100644
--- a/sw/uiconfig/swriter/ui/conditionpage.ui
+++ b/sw/uiconfig/swriter/ui/conditionpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkGrid" id="ConditionPage">
@@ -36,7 +36,7 @@
<property name="column_homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="condstyle">
- <property name="label" translatable="yes">_Conditional Style</property>
+ <property name="label" translatable="yes" context="conditionpage|condstyle">_Conditional Style</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
@@ -60,7 +60,7 @@
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Conte_xt</property>
+ <property name="label" translatable="yes" context="conditionpage|contextft">Conte_xt</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -75,7 +75,7 @@
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Applied Styles</property>
+ <property name="label" translatable="yes" context="conditionpage|usedft">Applied Styles</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -89,7 +89,7 @@
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Paragraph Styles</property>
+ <property name="label" translatable="yes" context="conditionpage|styleft">_Paragraph Styles</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -196,34 +196,34 @@
<property name="entry_text_column">0</property>
<property name="id_column">1</property>
<items>
- <item translatable="yes">Table Header</item>
- <item translatable="yes">Table</item>
- <item translatable="yes">Frame</item>
- <item translatable="yes">Section</item>
- <item translatable="yes">Footnote</item>
- <item translatable="yes">Endnote</item>
- <item translatable="yes">Header</item>
- <item translatable="yes">Footer</item>
- <item translatable="yes"> 1st Outline Level</item>
- <item translatable="yes"> 2nd Outline Level</item>
- <item translatable="yes"> 3rd Outline Level</item>
- <item translatable="yes"> 4th Outline Level</item>
- <item translatable="yes"> 5th Outline Level</item>
- <item translatable="yes"> 6th Outline Level</item>
- <item translatable="yes"> 7th Outline Level</item>
- <item translatable="yes"> 8th Outline Level</item>
- <item translatable="yes"> 9th Outline Level</item>
- <item translatable="yes">10th Outline Level</item>
- <item translatable="yes"> 1st Numbering Level</item>
- <item translatable="yes"> 2nd Numbering Level</item>
- <item translatable="yes"> 3rd Numbering Level</item>
- <item translatable="yes"> 4th Numbering Level</item>
- <item translatable="yes"> 5th Numbering Level</item>
- <item translatable="yes"> 6th Numbering Level</item>
- <item translatable="yes"> 7th Numbering Level</item>
- <item translatable="yes"> 8th Numbering Level</item>
- <item translatable="yes"> 9th Numbering Level</item>
- <item translatable="yes">10th Numbering Level</item>
+ <item translatable="yes" context="conditionpage|filter">Table Header</item>
+ <item translatable="yes" context="conditionpage|filter">Table</item>
+ <item translatable="yes" context="conditionpage|filter">Frame</item>
+ <item translatable="yes" context="conditionpage|filter">Section</item>
+ <item translatable="yes" context="conditionpage|filter">Footnote</item>
+ <item translatable="yes" context="conditionpage|filter">Endnote</item>
+ <item translatable="yes" context="conditionpage|filter">Header</item>
+ <item translatable="yes" context="conditionpage|filter">Footer</item>
+ <item translatable="yes" context="conditionpage|filter"> 1st Outline Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 2nd Outline Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 3rd Outline Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 4th Outline Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 5th Outline Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 6th Outline Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 7th Outline Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 8th Outline Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 9th Outline Level</item>
+ <item translatable="yes" context="conditionpage|filter">10th Outline Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 1st Numbering Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 2nd Numbering Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 3rd Numbering Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 4th Numbering Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 5th Numbering Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 6th Numbering Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 7th Numbering Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 8th Numbering Level</item>
+ <item translatable="yes" context="conditionpage|filter"> 9th Numbering Level</item>
+ <item translatable="yes" context="conditionpage|filter">10th Numbering Level</item>
</items>
</object>
<packing>
@@ -248,7 +248,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="conditionpage|label11">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/converttexttable.ui b/sw/uiconfig/swriter/ui/converttexttable.ui
index 21379c1b8e67..79802c1d3d5a 100644
--- a/sw/uiconfig/swriter/ui/converttexttable.ui
+++ b/sw/uiconfig/swriter/ui/converttexttable.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -12,7 +12,7 @@
<object class="GtkDialog" id="ConvertTextTableDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Convert Table to Text</property>
+ <property name="title" translatable="yes" context="converttexttable|ConvertTextTableDialog">Convert Table to Text</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -109,13 +109,13 @@
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
<property name="width_chars">1</property>
- <property name="text" translatable="yes">,</property>
+ <property name="text" translatable="yes" context="converttexttable|othered">,</property>
<accessibility>
<relation type="labelled-by" target="other"/>
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="othered-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Symbol</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="converttexttable|othered-atkobject">Symbol</property>
</object>
</child>
</object>
@@ -126,7 +126,7 @@
</child>
<child>
<object class="GtkRadioButton" id="other">
- <property name="label" translatable="yes">Other:</property>
+ <property name="label" translatable="yes" context="converttexttable|other">Other:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -145,7 +145,7 @@
</child>
<child>
<object class="GtkRadioButton" id="semicolons">
- <property name="label" translatable="yes">Semicolons</property>
+ <property name="label" translatable="yes" context="converttexttable|semicolons">Semicolons</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -162,7 +162,7 @@
</child>
<child>
<object class="GtkRadioButton" id="paragraph">
- <property name="label" translatable="yes">Paragraph</property>
+ <property name="label" translatable="yes" context="converttexttable|paragraph">Paragraph</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -178,7 +178,7 @@
</child>
<child>
<object class="GtkRadioButton" id="tabs">
- <property name="label" translatable="yes">Tabs</property>
+ <property name="label" translatable="yes" context="converttexttable|tabs">Tabs</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -197,7 +197,7 @@
</child>
<child>
<object class="GtkCheckButton" id="keepcolumn">
- <property name="label" translatable="yes">Equal width for all columns</property>
+ <property name="label" translatable="yes" context="converttexttable|keepcolumn">Equal width for all columns</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
@@ -218,7 +218,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Separate Text At</property>
+ <property name="label" translatable="yes" context="converttexttable|label1">Separate Text At</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -251,7 +251,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="headingcb">
- <property name="label" translatable="yes">Heading</property>
+ <property name="label" translatable="yes" context="converttexttable|headingcb">Heading</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -265,7 +265,7 @@
</child>
<child>
<object class="GtkCheckButton" id="repeatheading">
- <property name="label" translatable="yes">Repeat heading</property>
+ <property name="label" translatable="yes" context="converttexttable|repeatheading">Repeat heading</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -281,7 +281,7 @@
</child>
<child>
<object class="GtkCheckButton" id="dontsplitcb">
- <property name="label" translatable="yes">Don't split table</property>
+ <property name="label" translatable="yes" context="converttexttable|dontsplitcb">Don't split table</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -295,7 +295,7 @@
</child>
<child>
<object class="GtkCheckButton" id="bordercb">
- <property name="label" translatable="yes">Border</property>
+ <property name="label" translatable="yes" context="converttexttable|bordercb">Border</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -319,7 +319,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">The first </property>
+ <property name="label" translatable="yes" context="converttexttable|label3">The first </property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">repeatheadersb</property>
</object>
@@ -332,7 +332,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">rows</property>
+ <property name="label" translatable="yes" context="converttexttable|label4">rows</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -362,7 +362,7 @@
</child>
<child>
<object class="GtkButton" id="autofmt">
- <property name="label" translatable="yes">AutoFormat...</property>
+ <property name="label" translatable="yes" context="converttexttable|autofmt">AutoFormat...</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
</object>
@@ -379,7 +379,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="converttexttable|label2">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/createaddresslist.ui b/sw/uiconfig/swriter/ui/createaddresslist.ui
index 2b64922d6469..24edb49a12ec 100644
--- a/sw/uiconfig/swriter/ui/createaddresslist.ui
+++ b/sw/uiconfig/swriter/ui/createaddresslist.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="CreateAddressList">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">New Address List</property>
+ <property name="title" translatable="yes" context="createaddresslist|CreateAddressList">New Address List</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -93,7 +93,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Address Information</property>
+ <property name="label" translatable="yes" context="createaddresslist|ADDRESS_INFORMATION">Address Information</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">CONTAINER</property>
</object>
@@ -127,7 +127,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Sho_w entry number</property>
+ <property name="label" translatable="yes" context="createaddresslist|VIEW_ENTRIES">Sho_w entry number</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">grid2</property>
</object>
@@ -146,7 +146,7 @@
<property name="column_spacing">6</property>
<child>
<object class="GtkButton" id="START">
- <property name="label" translatable="yes">|&lt;</property>
+ <property name="label" translatable="yes" context="createaddresslist|START">|&lt;</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -159,7 +159,7 @@
</child>
<child>
<object class="GtkButton" id="PREV">
- <property name="label" translatable="yes">&lt;</property>
+ <property name="label" translatable="yes" context="createaddresslist|PREV">&lt;</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -172,7 +172,7 @@
</child>
<child>
<object class="GtkButton" id="END">
- <property name="label" translatable="yes">&gt;|</property>
+ <property name="label" translatable="yes" context="createaddresslist|END">&gt;|</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -185,7 +185,7 @@
</child>
<child>
<object class="GtkButton" id="NEXT">
- <property name="label" translatable="yes">&gt;</property>
+ <property name="label" translatable="yes" context="createaddresslist|NEXT">&gt;</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -236,7 +236,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="NEW">
- <property name="label" translatable="yes">_New</property>
+ <property name="label" translatable="yes" context="createaddresslist|NEW">_New</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -251,7 +251,7 @@
</child>
<child>
<object class="GtkButton" id="DELETE">
- <property name="label" translatable="yes">_Delete</property>
+ <property name="label" translatable="yes" context="createaddresslist|DELETE">_Delete</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -266,7 +266,7 @@
</child>
<child>
<object class="GtkButton" id="FIND">
- <property name="label" translatable="yes">_Find...</property>
+ <property name="label" translatable="yes" context="createaddresslist|FIND">_Find...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -281,7 +281,7 @@
</child>
<child>
<object class="GtkButton" id="CUSTOMIZE">
- <property name="label" translatable="yes">C_ustomize...</property>
+ <property name="label" translatable="yes" context="createaddresslist|CUSTOMIZE">C_ustomize...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
diff --git a/sw/uiconfig/swriter/ui/createauthorentry.ui b/sw/uiconfig/swriter/ui/createauthorentry.ui
index 196c845a042a..a89a5b5848d2 100644
--- a/sw/uiconfig/swriter/ui/createauthorentry.ui
+++ b/sw/uiconfig/swriter/ui/createauthorentry.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="CreateAuthorEntryDialog">
<property name="can_focus">False</property>
<property name="border_width">5</property>
- <property name="title" translatable="yes">Define Bibliography Entry</property>
+ <property name="title" translatable="yes" context="createauthorentry|CreateAuthorEntryDialog">Define Bibliography Entry</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -186,7 +186,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Entry Data</property>
+ <property name="label" translatable="yes" context="createauthorentry|label1">Entry Data</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/createautomarkdialog.ui b/sw/uiconfig/swriter/ui/createautomarkdialog.ui
index 62fe05f84aea..e672075ba82a 100644
--- a/sw/uiconfig/swriter/ui/createautomarkdialog.ui
+++ b/sw/uiconfig/swriter/ui/createautomarkdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="CreateAutomarkDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Edit Concordance File</property>
+ <property name="title" translatable="yes" context="createautomarkdialog|CreateAutomarkDialog">Edit Concordance File</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -98,7 +98,7 @@
<object class="GtkLabel" id="searchterm">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Search term</property>
+ <property name="label" translatable="yes" context="createautomarkdialog|searchterm">Search term</property>
</object>
<packing>
<property name="expand">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="alternative">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Alternative entry</property>
+ <property name="label" translatable="yes" context="createautomarkdialog|alternative">Alternative entry</property>
</object>
<packing>
<property name="expand">False</property>
@@ -122,7 +122,7 @@
<object class="GtkLabel" id="key1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">1st key</property>
+ <property name="label" translatable="yes" context="createautomarkdialog|key1">1st key</property>
</object>
<packing>
<property name="expand">False</property>
@@ -134,7 +134,7 @@
<object class="GtkLabel" id="key2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">2nd key</property>
+ <property name="label" translatable="yes" context="createautomarkdialog|key2">2nd key</property>
</object>
<packing>
<property name="expand">False</property>
@@ -146,7 +146,7 @@
<object class="GtkLabel" id="comment">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Comment</property>
+ <property name="label" translatable="yes" context="createautomarkdialog|comment">Comment</property>
</object>
<packing>
<property name="expand">False</property>
@@ -158,7 +158,7 @@
<object class="GtkLabel" id="casesensitive">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Match case</property>
+ <property name="label" translatable="yes" context="createautomarkdialog|casesensitive">Match case</property>
</object>
<packing>
<property name="expand">False</property>
@@ -170,7 +170,7 @@
<object class="GtkLabel" id="wordonly">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Word only</property>
+ <property name="label" translatable="yes" context="createautomarkdialog|wordonly">Word only</property>
</object>
<packing>
<property name="expand">False</property>
@@ -182,7 +182,7 @@
<object class="GtkLabel" id="yes">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Yes</property>
+ <property name="label" translatable="yes" context="createautomarkdialog|yes">Yes</property>
</object>
<packing>
<property name="expand">False</property>
@@ -194,7 +194,7 @@
<object class="GtkLabel" id="no">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">No</property>
+ <property name="label" translatable="yes" context="createautomarkdialog|no">No</property>
</object>
<packing>
<property name="expand">False</property>
@@ -220,7 +220,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Entries</property>
+ <property name="label" translatable="yes" context="createautomarkdialog|label1">Entries</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui b/sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui
index e7637dc1e7b9..e2706af2772b 100644
--- a/sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui
+++ b/sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
@@ -15,7 +15,7 @@
<object class="GtkDialog" id="CustomizeAddrListDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Customize Address List</property>
+ <property name="title" translatable="yes" context="customizeaddrlistdialog|CustomizeAddrListDialog">Customize Address List</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="add">
- <property name="label" translatable="yes">_Add...</property>
+ <property name="label" translatable="yes" context="customizeaddrlistdialog|add">_Add...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -125,7 +125,7 @@
</child>
<child>
<object class="GtkButton" id="rename">
- <property name="label" translatable="yes">_Rename...</property>
+ <property name="label" translatable="yes" context="customizeaddrlistdialog|rename">_Rename...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -155,7 +155,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">A_ddress list elements:</property>
+ <property name="label" translatable="yes" context="customizeaddrlistdialog|label1">A_ddress list elements:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">treeview:border</property>
</object>
diff --git a/sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui b/sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui
index 925c3788fc9d..378d919ee2cc 100644
--- a/sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui
+++ b/sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="DataSourcesUnavailableDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Create a New Data Source?</property>
+ <property name="title" translatable="yes" context="datasourcesunavailabledialog|DataSourcesUnavailableDialog">Create a New Data Source?</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">ok-cancel</property>
- <property name="text" translatable="yes">No data sources are available. Create a new one?</property>
- <property name="secondary_text" translatable="yes">No data source has been set up yet. You need a data source, such as a database, to supply data (for example, names and addresses) for the fields.</property>
+ <property name="text" translatable="yes" context="datasourcesunavailabledialog|DataSourcesUnavailableDialog">No data sources are available. Create a new one?</property>
+ <property name="secondary_text" translatable="yes" context="datasourcesunavailabledialog|DataSourcesUnavailableDialog">No data source has been set up yet. You need a data source, such as a database, to supply data (for example, names and addresses) for the fields.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/dropcapspage.ui b/sw/uiconfig/swriter/ui/dropcapspage.ui
index cec9e09e81fe..31d36de81a56 100644
--- a/sw/uiconfig/swriter/ui/dropcapspage.ui
+++ b/sw/uiconfig/swriter/ui/dropcapspage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustmentFLD_DISTANCE">
@@ -53,7 +53,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="checkCB_SWITCH">
- <property name="label" translatable="yes">_Display drop caps</property>
+ <property name="label" translatable="yes" context="dropcapspage|checkCB_SWITCH">_Display drop caps</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -69,7 +69,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkCB_WORD">
- <property name="label" translatable="yes">_Whole word</property>
+ <property name="label" translatable="yes" context="dropcapspage|checkCB_WORD">_Whole word</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -88,7 +88,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Number of _characters:</property>
+ <property name="label" translatable="yes" context="dropcapspage|labelFT_DROPCAPS">Number of _characters:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinFLD_DROPCAPS</property>
</object>
@@ -102,7 +102,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Lines:</property>
+ <property name="label" translatable="yes" context="dropcapspage|labelTXT_LINES">_Lines:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinFLD_LINES</property>
</object>
@@ -116,7 +116,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Space to text:</property>
+ <property name="label" translatable="yes" context="dropcapspage|labelTXT_DISTANCE">_Space to text:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinFLD_DISTANCE:0cm</property>
</object>
@@ -173,7 +173,7 @@
<object class="GtkLabel" id="labelFL_SETTING">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Settings</property>
+ <property name="label" translatable="yes" context="dropcapspage|labelFL_SETTING">Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -208,7 +208,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Text:</property>
+ <property name="label" translatable="yes" context="dropcapspage|labelTXT_TEXT">_Text:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entryEDT_TEXT</property>
</object>
@@ -222,7 +222,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Character st_yle:</property>
+ <property name="label" translatable="yes" context="dropcapspage|labelTXT_TEMPLATE">Character st_yle:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboBOX_TEMPLATE</property>
</object>
@@ -261,7 +261,7 @@
<object class="GtkLabel" id="labelFL_CONTENT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Contents</property>
+ <property name="label" translatable="yes" context="dropcapspage|labelFL_CONTENT">Contents</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/dropdownfielddialog.ui b/sw/uiconfig/swriter/ui/dropdownfielddialog.ui
index e92303f47f6d..5feb9343356c 100644
--- a/sw/uiconfig/swriter/ui/dropdownfielddialog.ui
+++ b/sw/uiconfig/swriter/ui/dropdownfielddialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="DropdownFieldDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Choose Item: </property>
+ <property name="title" translatable="yes" context="dropdownfielddialog|DropdownFieldDialog">Choose Item: </property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -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">Edit</property>
+ <property name="label" translatable="yes" context="dropdownfielddialog|label1">Edit</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/editcategories.ui b/sw/uiconfig/swriter/ui/editcategories.ui
index f630cb4f656d..c756a1d7b88a 100644
--- a/sw/uiconfig/swriter/ui/editcategories.ui
+++ b/sw/uiconfig/swriter/ui/editcategories.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="EditCategoriesDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Edit Categories</property>
+ <property name="title" translatable="yes" context="editcategories|EditCategoriesDialog">Edit Categories</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -90,7 +90,7 @@
</child>
<child>
<object class="GtkButton" id="rename">
- <property name="label" translatable="yes">_Rename</property>
+ <property name="label" translatable="yes" context="editcategories|rename">_Rename</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -124,7 +124,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Selection list</property>
+ <property name="label" translatable="yes" context="editcategories|label3">Selection list</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">group</property>
</object>
@@ -141,7 +141,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
- <property name="label" translatable="yes">label</property>
+ <property name="label" translatable="yes" context="editcategories|group">label</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -168,7 +168,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Path</property>
+ <property name="label" translatable="yes" context="editcategories|label2">Path</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">pathlb</property>
</object>
@@ -184,7 +184,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Category</property>
+ <property name="label" translatable="yes" context="editcategories|label1">Category</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">name</property>
</object>
diff --git a/sw/uiconfig/swriter/ui/editfielddialog.ui b/sw/uiconfig/swriter/ui/editfielddialog.ui
index ca6a041a59e6..d04111f8ab24 100644
--- a/sw/uiconfig/swriter/ui/editfielddialog.ui
+++ b/sw/uiconfig/swriter/ui/editfielddialog.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkImage" id="image3">
<property name="visible">True</property>
@@ -14,7 +14,7 @@
<object class="GtkDialog" id="EditFieldDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Edit Fields</property>
+ <property name="title" translatable="yes" context="editfielddialog|EditFieldDialog">Edit Fields</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -111,7 +111,7 @@
</child>
<child>
<object class="GtkButton" id="edit">
- <property name="label" translatable="yes">_Edit</property>
+ <property name="label" translatable="yes" context="editfielddialog|edit">_Edit</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
diff --git a/sw/uiconfig/swriter/ui/editsectiondialog.ui b/sw/uiconfig/swriter/ui/editsectiondialog.ui
index e95c32499baa..355464d1ff45 100644
--- a/sw/uiconfig/swriter/ui/editsectiondialog.ui
+++ b/sw/uiconfig/swriter/ui/editsectiondialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="EditSectionDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Edit Sections</property>
+ <property name="title" translatable="yes" context="editsectiondialog|EditSectionDialog">Edit Sections</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -50,7 +50,7 @@
</child>
<child>
<object class="GtkButton" id="options">
- <property name="label" translatable="yes">_Options...</property>
+ <property name="label" translatable="yes" context="editsectiondialog|options">_Options...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -165,7 +165,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Section</property>
+ <property name="label" translatable="yes" context="editsectiondialog|label1">Section</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -208,7 +208,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="link">
- <property name="label" translatable="yes">_Link</property>
+ <property name="label" translatable="yes" context="editsectiondialog|link">_Link</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -225,7 +225,7 @@
</child>
<child>
<object class="GtkCheckButton" id="dde">
- <property name="label" translatable="yes">DD_E</property>
+ <property name="label" translatable="yes" context="editsectiondialog|dde">DD_E</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
@@ -255,7 +255,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="file">
- <property name="label" translatable="yes">Browse...</property>
+ <property name="label" translatable="yes" context="editsectiondialog|file">Browse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -283,7 +283,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Section</property>
+ <property name="label" translatable="yes" context="editsectiondialog|sectionft">_Section</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">section</property>
</object>
@@ -321,7 +321,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_File name</property>
+ <property name="label" translatable="yes" context="editsectiondialog|filenameft">_File name</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">filename</property>
</object>
@@ -336,7 +336,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">DDE _Command</property>
+ <property name="label" translatable="yes" context="editsectiondialog|ddeft">DDE _Command</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">filename</property>
</object>
@@ -368,7 +368,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Link</property>
+ <property name="label" translatable="yes" context="editsectiondialog|label8">Link</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -405,7 +405,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="protect">
- <property name="label" translatable="yes">_Protected</property>
+ <property name="label" translatable="yes" context="editsectiondialog|protect">_Protected</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
@@ -433,7 +433,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="withpassword">
- <property name="label" translatable="yes">Wit_h password</property>
+ <property name="label" translatable="yes" context="editsectiondialog|withpassword">Wit_h password</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -452,7 +452,7 @@
</child>
<child>
<object class="GtkButton" id="password">
- <property name="label" translatable="yes">Password...</property>
+ <property name="label" translatable="yes" context="editsectiondialog|password">Password...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -482,7 +482,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Write Protection</property>
+ <property name="label" translatable="yes" context="editsectiondialog|label6">Write Protection</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -519,7 +519,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="hide">
- <property name="label" translatable="yes">Hide</property>
+ <property name="label" translatable="yes" context="editsectiondialog|hide">Hide</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -551,7 +551,7 @@
<property name="sensitive">False</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_With Condition</property>
+ <property name="label" translatable="yes" context="editsectiondialog|conditionft">_With Condition</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">condition</property>
</object>
@@ -589,7 +589,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Hide</property>
+ <property name="label" translatable="yes" context="editsectiondialog|label4">Hide</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -625,7 +625,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="editinro">
- <property name="label" translatable="yes">E_ditable in read-only document</property>
+ <property name="label" translatable="yes" context="editsectiondialog|editinro">E_ditable in read-only document</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -648,7 +648,7 @@
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="editsectiondialog|label9">Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/endnotepage.ui b/sw/uiconfig/swriter/ui/endnotepage.ui
index 28f4af5f24a5..553fd69fd853 100644
--- a/sw/uiconfig/swriter/ui/endnotepage.ui
+++ b/sw/uiconfig/swriter/ui/endnotepage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -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">Numbering</property>
+ <property name="label" translatable="yes" context="endnotepage|label19">Numbering</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -51,7 +51,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Before</property>
+ <property name="label" translatable="yes" context="endnotepage|label22">Before</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -65,7 +65,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Start at</property>
+ <property name="label" translatable="yes" context="endnotepage|offset">Start at</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -79,7 +79,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">After</property>
+ <property name="label" translatable="yes" context="endnotepage|label25">After</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -156,7 +156,7 @@
<object class="GtkLabel" id="label26">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Autonumbering</property>
+ <property name="label" translatable="yes" context="endnotepage|label26">Autonumbering</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -198,7 +198,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Paragraph</property>
+ <property name="label" translatable="yes" context="endnotepage|label20">Paragraph</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -212,7 +212,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Page</property>
+ <property name="label" translatable="yes" context="endnotepage|pagestyleft">Page</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -253,7 +253,7 @@
<object class="GtkLabel" id="label23">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Styles</property>
+ <property name="label" translatable="yes" context="endnotepage|label23">Styles</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -290,7 +290,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Text area</property>
+ <property name="label" translatable="yes" context="endnotepage|label27">Text area</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -304,7 +304,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Endnote area</property>
+ <property name="label" translatable="yes" context="endnotepage|label28">Endnote area</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -345,7 +345,7 @@
<object class="GtkLabel" id="label29">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Character Styles</property>
+ <property name="label" translatable="yes" context="endnotepage|label29">Character Styles</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/envaddresspage.ui b/sw/uiconfig/swriter/ui/envaddresspage.ui
index 75f08f1e814c..e2f9e160dae7 100644
--- a/sw/uiconfig/swriter/ui/envaddresspage.ui
+++ b/sw/uiconfig/swriter/ui/envaddresspage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkImage" id="image1">
@@ -58,7 +58,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Addr_essee</property>
+ <property name="label" translatable="yes" context="envaddresspage|label2">Addr_essee</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">addredit:border</property>
</object>
@@ -95,7 +95,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Database</property>
+ <property name="label" translatable="yes" context="envaddresspage|label4">Database</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">database</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">Table</property>
+ <property name="label" translatable="yes" context="envaddresspage|label7">Table</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">table</property>
</object>
@@ -187,7 +187,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Database field</property>
+ <property name="label" translatable="yes" context="envaddresspage|label8">Database field</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">field</property>
</object>
@@ -234,7 +234,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</property>
+ <property name="tooltip_text" translatable="yes" context="envaddresspage|insert|tooltip_text">Insert</property>
<property name="valign">center</property>
<property name="image">image1</property>
</object>
@@ -294,7 +294,7 @@
</child>
<child>
<object class="GtkCheckButton" id="sender">
- <property name="label" translatable="yes">_Sender</property>
+ <property name="label" translatable="yes" context="envaddresspage|sender">_Sender</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -342,7 +342,7 @@
<property name="can_focus">False</property>
<child internal-child="accessible">
<object class="AtkObject" id="preview-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Preview</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="envaddresspage|preview-atkobject">Preview</property>
</object>
</child>
</object>
diff --git a/sw/uiconfig/swriter/ui/envdialog.ui b/sw/uiconfig/swriter/ui/envdialog.ui
index 0a6a21ca90a2..3e10eabb31c8 100644
--- a/sw/uiconfig/swriter/ui/envdialog.ui
+++ b/sw/uiconfig/swriter/ui/envdialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="EnvDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Envelope</property>
+ <property name="title" translatable="yes" context="envdialog|EnvDialog">Envelope</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -17,7 +17,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="ok">
- <property name="label" translatable="yes">_New Document</property>
+ <property name="label" translatable="yes" context="envdialog|ok">_New Document</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -33,7 +33,7 @@
</child>
<child>
<object class="GtkButton" id="user">
- <property name="label" translatable="yes">_Insert</property>
+ <property name="label" translatable="yes" context="envdialog|user">_Insert</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -47,7 +47,7 @@
</child>
<child>
<object class="GtkButton" id="modify">
- <property name="label" translatable="yes">_Modify</property>
+ <property name="label" translatable="yes" context="envdialog|modify">_Modify</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -122,7 +122,7 @@
<object class="GtkLabel" id="envelope">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Envelope</property>
+ <property name="label" translatable="yes" context="envdialog|envelope">Envelope</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -135,7 +135,7 @@
<object class="GtkLabel" id="format">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Format</property>
+ <property name="label" translatable="yes" context="envdialog|format">Format</property>
</object>
<packing>
<property name="position">1</property>
@@ -149,7 +149,7 @@
<object class="GtkLabel" id="printer">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Printer</property>
+ <property name="label" translatable="yes" context="envdialog|printer">Printer</property>
</object>
<packing>
<property name="position">2</property>
diff --git a/sw/uiconfig/swriter/ui/envformatpage.ui b/sw/uiconfig/swriter/ui/envformatpage.ui
index 9cdb8dac821d..18bd37a693ca 100644
--- a/sw/uiconfig/swriter/ui/envformatpage.ui
+++ b/sw/uiconfig/swriter/ui/envformatpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkGrid" id="EnvFormatPage">
@@ -86,7 +86,7 @@
<property name="can_focus">False</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">from left</property>
+ <property name="label" translatable="yes" context="envformatpage|label5">from left</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">leftaddr:0.00cm</property>
</object>
@@ -115,7 +115,7 @@
<property name="can_focus">False</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">from top</property>
+ <property name="label" translatable="yes" context="envformatpage|label6">from top</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">topaddr:0.00cm</property>
</object>
@@ -152,7 +152,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Format</property>
+ <property name="label" translatable="yes" context="envformatpage|label7">Format</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">addredit:editmenu</property>
</object>
@@ -165,7 +165,7 @@
</child>
<child>
<object class="GtkButton" id="addredit:editmenu">
- <property name="label" translatable="yes">Edit</property>
+ <property name="label" translatable="yes" context="envformatpage|addredit">Edit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -199,7 +199,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position</property>
+ <property name="label" translatable="yes" context="envformatpage|label4">Position</property>
</object>
</child>
</object>
@@ -210,7 +210,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Addressee</property>
+ <property name="label" translatable="yes" context="envformatpage|label1">Addressee</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -305,7 +305,7 @@
<property name="can_focus">False</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">from left</property>
+ <property name="label" translatable="yes" context="envformatpage|label8">from left</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">leftsender:0.00cm</property>
</object>
@@ -334,7 +334,7 @@
<property name="can_focus">False</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">from top</property>
+ <property name="label" translatable="yes" context="envformatpage|label9">from top</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">topsender:0.00cm</property>
</object>
@@ -371,7 +371,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Format</property>
+ <property name="label" translatable="yes" context="envformatpage|label10">Format</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">senderedit:editmenu</property>
</object>
@@ -384,7 +384,7 @@
</child>
<child>
<object class="GtkButton" id="senderedit:editmenu">
- <property name="label" translatable="yes">Edit</property>
+ <property name="label" translatable="yes" context="envformatpage|senderedit">Edit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -418,7 +418,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position</property>
+ <property name="label" translatable="yes" context="envformatpage|label11">Position</property>
</object>
</child>
</object>
@@ -429,7 +429,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Sender</property>
+ <property name="label" translatable="yes" context="envformatpage|label2">Sender</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -475,7 +475,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_ormat</property>
+ <property name="label" translatable="yes" context="envformatpage|label12">F_ormat</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">format</property>
</object>
@@ -491,7 +491,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Width</property>
+ <property name="label" translatable="yes" context="envformatpage|label13">_Width</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">width:0.00cm</property>
</object>
@@ -507,7 +507,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Height</property>
+ <property name="label" translatable="yes" context="envformatpage|label14">_Height</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">height:0.00cm</property>
</object>
@@ -580,7 +580,7 @@
<property name="can_focus">False</property>
<child internal-child="accessible">
<object class="AtkObject" id="preview-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Preview</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="envformatpage|preview-atkobject">Preview</property>
</object>
</child>
</object>
@@ -599,7 +599,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Size</property>
+ <property name="label" translatable="yes" context="envformatpage|label3">Size</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -632,7 +632,7 @@
<object class="GtkMenuItem" id="character">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">C_haracter...</property>
+ <property name="label" translatable="yes" context="envformatpage|character">C_haracter...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -640,7 +640,7 @@
<object class="GtkMenuItem" id="paragraph">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">P_aragraph...</property>
+ <property name="label" translatable="yes" context="envformatpage|paragraph">P_aragraph...</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sw/uiconfig/swriter/ui/envprinterpage.ui b/sw/uiconfig/swriter/ui/envprinterpage.ui
index c86fe107d8b9..938957c7b3fa 100644
--- a/sw/uiconfig/swriter/ui/envprinterpage.ui
+++ b/sw/uiconfig/swriter/ui/envprinterpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">100</property>
@@ -32,7 +32,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="top">
- <property name="label" translatable="yes">_Print from top</property>
+ <property name="label" translatable="yes" context="envprinterpage|top">_Print from top</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="GtkRadioButton" id="bottom">
- <property name="label" translatable="yes">Print from _bottom</property>
+ <property name="label" translatable="yes" context="envprinterpage|bottom">Print from _bottom</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -72,7 +72,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Shift right</property>
+ <property name="label" translatable="yes" context="envprinterpage|label3">_Shift right</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -87,7 +87,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Shift _down</property>
+ <property name="label" translatable="yes" context="envprinterpage|label4">Shift _down</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -135,9 +135,9 @@
<object class="GtkToolButton" id="horileft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Horizontal Left</property>
+ <property name="tooltip_text" translatable="yes" context="envprinterpage|horileft|tooltip_text">Horizontal Left</property>
<property name="action_name">horileft</property>
- <property name="label" translatable="yes">Horizontal Left</property>
+ <property name="label" translatable="yes" context="envprinterpage|horileft">Horizontal Left</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -149,9 +149,9 @@
<object class="GtkToolButton" id="horicenter">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Horizontal Center</property>
+ <property name="tooltip_text" translatable="yes" context="envprinterpage|horicenter|tooltip_text">Horizontal Center</property>
<property name="action_name">horicenter</property>
- <property name="label" translatable="yes">Horizontal Center</property>
+ <property name="label" translatable="yes" context="envprinterpage|horicenter">Horizontal Center</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -163,9 +163,9 @@
<object class="GtkToolButton" id="horiright">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Horizontal Right</property>
+ <property name="tooltip_text" translatable="yes" context="envprinterpage|horiright|tooltip_text">Horizontal Right</property>
<property name="action_name">horiright</property>
- <property name="label" translatable="yes">Horizontal Right</property>
+ <property name="label" translatable="yes" context="envprinterpage|horiright">Horizontal Right</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -177,9 +177,9 @@
<object class="GtkToolButton" id="vertleft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Vertical Left</property>
+ <property name="tooltip_text" translatable="yes" context="envprinterpage|vertleft|tooltip_text">Vertical Left</property>
<property name="action_name">vertleft</property>
- <property name="label" translatable="yes">Vertical Left</property>
+ <property name="label" translatable="yes" context="envprinterpage|vertleft">Vertical Left</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -191,9 +191,9 @@
<object class="GtkToolButton" id="vertcenter">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Vertical Center</property>
+ <property name="tooltip_text" translatable="yes" context="envprinterpage|vertcenter|tooltip_text">Vertical Center</property>
<property name="action_name">vertcenter</property>
- <property name="label" translatable="yes">Vertical Center</property>
+ <property name="label" translatable="yes" context="envprinterpage|vertcenter">Vertical Center</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -205,9 +205,9 @@
<object class="GtkToolButton" id="vertright">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Vertical Right</property>
+ <property name="tooltip_text" translatable="yes" context="envprinterpage|vertright|tooltip_text">Vertical Right</property>
<property name="action_name">vertright</property>
- <property name="label" translatable="yes">Vertical Right</property>
+ <property name="label" translatable="yes" context="envprinterpage|vertright">Vertical Right</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -231,7 +231,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Envelope Orientation</property>
+ <property name="label" translatable="yes" context="envprinterpage|label1">Envelope Orientation</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -266,7 +266,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="setup">
- <property name="label" translatable="yes">Setup...</property>
+ <property name="label" translatable="yes" context="envprinterpage|setup">Setup...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -285,7 +285,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Printer Name</property>
+ <property name="label" translatable="yes" context="envprinterpage|printername">Printer Name</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">setup</property>
</object>
@@ -304,7 +304,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Current Printer</property>
+ <property name="label" translatable="yes" context="envprinterpage|label2">Current Printer</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/exchangedatabases.ui b/sw/uiconfig/swriter/ui/exchangedatabases.ui
index ffa2fc09790d..699494f8a8a6 100644
--- a/sw/uiconfig/swriter/ui/exchangedatabases.ui
+++ b/sw/uiconfig/swriter/ui/exchangedatabases.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="ExchangeDatabasesDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Exchange Databases</property>
+ <property name="title" translatable="yes" context="exchangedatabases|ExchangeDatabasesDialog">Exchange Databases</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="define">
- <property name="label" translatable="yes">Define</property>
+ <property name="label" translatable="yes" context="exchangedatabases|define">Define</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -103,7 +103,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Databases in Use</property>
+ <property name="label" translatable="yes" context="exchangedatabases|label5">Databases in Use</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">inuselb:border</property>
</object>
@@ -119,7 +119,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Available Databases</property>
+ <property name="label" translatable="yes" context="exchangedatabases|label6">_Available Databases</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">availablelb:border</property>
</object>
@@ -132,7 +132,7 @@
</child>
<child>
<object class="GtkButton" id="browse">
- <property name="label" translatable="yes">Browse...</property>
+ <property name="label" translatable="yes" context="exchangedatabases|browse">Browse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -153,7 +153,7 @@
<property name="margin_top">12</property>
<property name="margin_bottom">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Use this dialog to replace the databases you access in your document via database fields, with other databases. You can only make one change at a time. Multiple selection is possible in the list on the left.
+ <property name="label" translatable="yes" context="exchangedatabases|label7">Use this dialog to replace the databases you access in your document via database fields, with other databases. You can only make one change at a time. Multiple selection is possible in the list on the left.
Use the browse button to select a database file.</property>
<property name="wrap">True</property>
<property name="max_width_chars">72</property>
@@ -204,7 +204,7 @@ Use the browse button to select a database file.</property>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Exchange Databases</property>
+ <property name="label" translatable="yes" context="exchangedatabases|label1">Exchange Databases</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -226,7 +226,7 @@ Use the browse button to select a database file.</property>
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Database applied to document:</property>
+ <property name="label" translatable="yes" context="exchangedatabases|label2">Database applied to document:</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/sw/uiconfig/swriter/ui/fielddialog.ui b/sw/uiconfig/swriter/ui/fielddialog.ui
index d495ec11a14e..d8e262f3ce24 100644
--- a/sw/uiconfig/swriter/ui/fielddialog.ui
+++ b/sw/uiconfig/swriter/ui/fielddialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="FieldDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Fields</property>
+ <property name="title" translatable="yes" context="fielddialog|FieldDialog">Fields</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -17,7 +17,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="ok">
- <property name="label" translatable="yes">_Insert</property>
+ <property name="label" translatable="yes" context="fielddialog|ok">_Insert</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -94,7 +94,7 @@
<object class="GtkLabel" id="document">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Document</property>
+ <property name="label" translatable="yes" context="fielddialog|document">Document</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -107,7 +107,7 @@
<object class="GtkLabel" id="ref">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Cross-references</property>
+ <property name="label" translatable="yes" context="fielddialog|ref">Cross-references</property>
</object>
<packing>
<property name="position">1</property>
@@ -121,7 +121,7 @@
<object class="GtkLabel" id="functions">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Functions</property>
+ <property name="label" translatable="yes" context="fielddialog|functions">Functions</property>
</object>
<packing>
<property name="position">2</property>
@@ -135,7 +135,7 @@
<object class="GtkLabel" id="docinfo">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">DocInformation</property>
+ <property name="label" translatable="yes" context="fielddialog|docinfo">DocInformation</property>
</object>
<packing>
<property name="position">3</property>
@@ -149,7 +149,7 @@
<object class="GtkLabel" id="variables">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Variables</property>
+ <property name="label" translatable="yes" context="fielddialog|variables">Variables</property>
</object>
<packing>
<property name="position">4</property>
@@ -163,7 +163,7 @@
<object class="GtkLabel" id="database">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Database</property>
+ <property name="label" translatable="yes" context="fielddialog|database">Database</property>
</object>
<packing>
<property name="position">5</property>
diff --git a/sw/uiconfig/swriter/ui/findentrydialog.ui b/sw/uiconfig/swriter/ui/findentrydialog.ui
index cedcf3841fe5..10752635a563 100644
--- a/sw/uiconfig/swriter/ui/findentrydialog.ui
+++ b/sw/uiconfig/swriter/ui/findentrydialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="FindEntryDialog">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Find Entry</property>
+ <property name="title" translatable="yes" context="findentrydialog|FindEntryDialog">Find Entry</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -88,7 +88,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_ind</property>
+ <property name="label" translatable="yes" context="findentrydialog|label1">F_ind</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry</property>
</object>
@@ -128,7 +128,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="findin">
- <property name="label" translatable="yes">Find _only in</property>
+ <property name="label" translatable="yes" context="findentrydialog|findin">Find _only in</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/sw/uiconfig/swriter/ui/flddbpage.ui b/sw/uiconfig/swriter/ui/flddbpage.ui
index 7261c8f71ce4..2f94d84eb4f9 100644
--- a/sw/uiconfig/swriter/ui/flddbpage.ui
+++ b/sw/uiconfig/swriter/ui/flddbpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="FieldDbPage">
@@ -54,7 +54,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Type</property>
+ <property name="label" translatable="yes" context="flddbpage|label1">_Type</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -83,7 +83,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Condition</property>
+ <property name="label" translatable="yes" context="flddbpage|label5">_Condition</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">condition</property>
</object>
@@ -142,7 +142,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Record number</property>
+ <property name="label" translatable="yes" context="flddbpage|label4">Record number</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">recnumber</property>
</object>
@@ -215,7 +215,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Database s_election</property>
+ <property name="label" translatable="yes" context="flddbpage|label2">Database s_election</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -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">Add database file</property>
+ <property name="label" translatable="yes" context="flddbpage|browseft">Add database file</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">browse</property>
</object>
@@ -253,7 +253,7 @@
</child>
<child>
<object class="GtkButton" id="browse">
- <property name="label" translatable="yes">Browse...</property>
+ <property name="label" translatable="yes" context="flddbpage|browse">Browse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -294,7 +294,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="fromdatabasecb">
- <property name="label" translatable="yes">From database</property>
+ <property name="label" translatable="yes" context="flddbpage|fromdatabasecb">From database</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -312,7 +312,7 @@
</child>
<child>
<object class="GtkRadioButton" id="userdefinedcb">
- <property name="label" translatable="yes">User-defined</property>
+ <property name="label" translatable="yes" context="flddbpage|userdefinedcb">User-defined</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -386,7 +386,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Format</property>
+ <property name="label" translatable="yes" context="flddbpage|label3">Format</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
diff --git a/sw/uiconfig/swriter/ui/flddocinfopage.ui b/sw/uiconfig/swriter/ui/flddocinfopage.ui
index 01311517bf53..3c0f97ba365d 100644
--- a/sw/uiconfig/swriter/ui/flddocinfopage.ui
+++ b/sw/uiconfig/swriter/ui/flddocinfopage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="FieldDocInfoPage">
@@ -39,7 +39,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Type</property>
+ <property name="label" translatable="yes" context="flddocinfopage|label1">_Type</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -85,7 +85,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">S_elect</property>
+ <property name="label" translatable="yes" context="flddocinfopage|label2">S_elect</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -135,7 +135,7 @@
</child>
<child>
<object class="GtkCheckButton" id="fixed">
- <property name="label" translatable="yes">_Fixed content</property>
+ <property name="label" translatable="yes" context="flddocinfopage|fixed">_Fixed content</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -158,7 +158,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_ormat</property>
+ <property name="label" translatable="yes" context="flddocinfopage|label3">F_ormat</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -180,16 +180,16 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Author</col>
+ <col id="0" translatable="yes" context="flddocinfopage|liststore1">Author</col>
</row>
<row>
- <col id="0" translatable="yes">Time</col>
+ <col id="0" translatable="yes" context="flddocinfopage|liststore1">Time</col>
</row>
<row>
- <col id="0" translatable="yes">Date</col>
+ <col id="0" translatable="yes" context="flddocinfopage|liststore1">Date</col>
</row>
<row>
- <col id="0" translatable="yes">Date Time Author</col>
+ <col id="0" translatable="yes" context="flddocinfopage|liststore1">Date Time Author</col>
</row>
</data>
</object>
diff --git a/sw/uiconfig/swriter/ui/flddocumentpage.ui b/sw/uiconfig/swriter/ui/flddocumentpage.ui
index ccef32327f50..997f0ddde355 100644
--- a/sw/uiconfig/swriter/ui/flddocumentpage.ui
+++ b/sw/uiconfig/swriter/ui/flddocumentpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkAdjustment" id="adjustment1">
@@ -47,7 +47,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Type</property>
+ <property name="label" translatable="yes" context="flddocumentpage|label1">_Type</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -92,7 +92,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">S_elect</property>
+ <property name="label" translatable="yes" context="flddocumentpage|label2">S_elect</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -176,7 +176,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_ormat</property>
+ <property name="label" translatable="yes" context="flddocumentpage|label3">F_ormat</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -193,7 +193,7 @@
</child>
<child>
<object class="GtkCheckButton" id="fixed">
- <property name="label" translatable="yes">_Fixed content</property>
+ <property name="label" translatable="yes" context="flddocumentpage|fixed">_Fixed content</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -218,7 +218,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Level</property>
+ <property name="label" translatable="yes" context="flddocumentpage|levelft">Level</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">level</property>
</object>
@@ -263,7 +263,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Offs_et in days</property>
+ <property name="label" translatable="yes" context="flddocumentpage|daysft">Offs_et in days</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">offset</property>
</object>
@@ -279,7 +279,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Offs_et in minutes</property>
+ <property name="label" translatable="yes" context="flddocumentpage|minutesft">Offs_et in minutes</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">offset</property>
</object>
@@ -308,7 +308,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Value</property>
+ <property name="label" translatable="yes" context="flddocumentpage|valueft">_Value</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">value</property>
</object>
diff --git a/sw/uiconfig/swriter/ui/fldfuncpage.ui b/sw/uiconfig/swriter/ui/fldfuncpage.ui
index 6c76662e152c..3891217eff2b 100644
--- a/sw/uiconfig/swriter/ui/fldfuncpage.ui
+++ b/sw/uiconfig/swriter/ui/fldfuncpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="FieldFuncPage">
@@ -39,7 +39,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Type</property>
+ <property name="label" translatable="yes" context="fldfuncpage|label1">_Type</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -86,7 +86,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">S_elect</property>
+ <property name="label" translatable="yes" context="fldfuncpage|label4">S_elect</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -132,7 +132,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_ormat</property>
+ <property name="label" translatable="yes" context="fldfuncpage|label2">F_ormat</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -154,7 +154,7 @@
<property name="hexpand">True</property>
<child>
<object class="GtkButton" id="macro">
- <property name="label" translatable="yes">_Macro...</property>
+ <property name="label" translatable="yes" context="fldfuncpage|macro">_Macro...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -179,7 +179,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Value</property>
+ <property name="label" translatable="yes" context="fldfuncpage|valueft">_Value</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">value</property>
</object>
@@ -223,7 +223,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Na_me</property>
+ <property name="label" translatable="yes" context="fldfuncpage|nameft">Na_me</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">name</property>
</object>
@@ -268,7 +268,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Then</property>
+ <property name="label" translatable="yes" context="fldfuncpage|cond1ft">Then</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">cond1</property>
</object>
@@ -312,7 +312,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Else</property>
+ <property name="label" translatable="yes" context="fldfuncpage|cond2ft">Else</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">cond2</property>
</object>
@@ -362,7 +362,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">It_em</property>
+ <property name="label" translatable="yes" context="fldfuncpage|itemft">It_em</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">item</property>
</object>
@@ -422,7 +422,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Items on _list</property>
+ <property name="label" translatable="yes" context="fldfuncpage|listitemft">Items on _list</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">listitems:border</property>
</object>
@@ -474,7 +474,7 @@
</child>
<child>
<object class="GtkButton" id="up">
- <property name="label" translatable="yes">Move _Up</property>
+ <property name="label" translatable="yes" context="fldfuncpage|up">Move _Up</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -488,7 +488,7 @@
</child>
<child>
<object class="GtkButton" id="down">
- <property name="label" translatable="yes">Move Do_wn</property>
+ <property name="label" translatable="yes" context="fldfuncpage|down">Move Do_wn</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -518,7 +518,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Na_me</property>
+ <property name="label" translatable="yes" context="fldfuncpage|listnameft">Na_me</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">listname</property>
</object>
@@ -583,16 +583,16 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Author</col>
+ <col id="0" translatable="yes" context="fldfuncpage|liststore1">Author</col>
</row>
<row>
- <col id="0" translatable="yes">Time</col>
+ <col id="0" translatable="yes" context="fldfuncpage|liststore1">Time</col>
</row>
<row>
- <col id="0" translatable="yes">Date</col>
+ <col id="0" translatable="yes" context="fldfuncpage|liststore1">Date</col>
</row>
<row>
- <col id="0" translatable="yes">Date Time Author</col>
+ <col id="0" translatable="yes" context="fldfuncpage|liststore1">Date Time Author</col>
</row>
</data>
</object>
diff --git a/sw/uiconfig/swriter/ui/fldrefpage.ui b/sw/uiconfig/swriter/ui/fldrefpage.ui
index 618eecb0127b..0ce297a808a3 100644
--- a/sw/uiconfig/swriter/ui/fldrefpage.ui
+++ b/sw/uiconfig/swriter/ui/fldrefpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkListStore" id="liststore1">
@@ -10,19 +10,19 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Bookmarks</col>
+ <col id="0" translatable="yes" context="fldrefpage|liststore1">Bookmarks</col>
</row>
<row>
- <col id="0" translatable="yes">Footnotes</col>
+ <col id="0" translatable="yes" context="fldrefpage|liststore1">Footnotes</col>
</row>
<row>
- <col id="0" translatable="yes">Endnotes</col>
+ <col id="0" translatable="yes" context="fldrefpage|liststore1">Endnotes</col>
</row>
<row>
- <col id="0" translatable="yes">Headings</col>
+ <col id="0" translatable="yes" context="fldrefpage|liststore1">Headings</col>
</row>
<row>
- <col id="0" translatable="yes">Numbered Paragraphs</col>
+ <col id="0" translatable="yes" context="fldrefpage|liststore1">Numbered Paragraphs</col>
</row>
</data>
</object>
@@ -78,7 +78,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Type</property>
+ <property name="label" translatable="yes" context="fldrefpage|label1">_Type</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -123,7 +123,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Insert _reference to</property>
+ <property name="label" translatable="yes" context="fldrefpage|label3">Insert _reference to</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -166,7 +166,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_right">5</property>
- <property name="label" translatable="yes">Selection</property>
+ <property name="label" translatable="yes" context="fldrefpage|label4">Selection</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -192,7 +192,7 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="shadow_type">out</property>
- <property name="placeholder_text" translatable="yes">Filter Selection</property>
+ <property name="placeholder_text" translatable="yes" context="fldrefpage|filter">Filter Selection</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -266,7 +266,7 @@
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">S_election</property>
+ <property name="label" translatable="yes" context="fldrefpage|label2">S_election</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -293,7 +293,7 @@
<property name="sensitive">False</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Value</property>
+ <property name="label" translatable="yes" context="fldrefpage|valueft">_Value</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">value</property>
</object>
@@ -320,7 +320,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Na_me</property>
+ <property name="label" translatable="yes" context="fldrefpage|nameft">Na_me</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">name</property>
</object>
diff --git a/sw/uiconfig/swriter/ui/fldvarpage.ui b/sw/uiconfig/swriter/ui/fldvarpage.ui
index 7e8dc99344d8..c463621447fc 100644
--- a/sw/uiconfig/swriter/ui/fldvarpage.ui
+++ b/sw/uiconfig/swriter/ui/fldvarpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="FieldVarPage">
@@ -49,7 +49,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Type</property>
+ <property name="label" translatable="yes" context="fldvarpage|label1">_Type</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -74,7 +74,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Na_me</property>
+ <property name="label" translatable="yes" context="fldvarpage|nameft">Na_me</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -151,7 +151,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">S_elect</property>
+ <property name="label" translatable="yes" context="fldvarpage|label2">S_elect</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -176,7 +176,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Value</property>
+ <property name="label" translatable="yes" context="fldvarpage|valueft">_Value</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -294,7 +294,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_ormat</property>
+ <property name="label" translatable="yes" context="fldvarpage|label3">F_ormat</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -310,7 +310,7 @@
</child>
<child>
<object class="GtkCheckButton" id="invisible">
- <property name="label" translatable="yes">Invisi_ble</property>
+ <property name="label" translatable="yes" context="fldvarpage|invisible">Invisi_ble</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -349,7 +349,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Level</property>
+ <property name="label" translatable="yes" context="fldvarpage|label5">_Level</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -364,7 +364,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Separator</property>
+ <property name="label" translatable="yes" context="fldvarpage|separatorft">_Separator</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">separator</property>
</object>
@@ -382,7 +382,7 @@
<property name="entry_text_column">0</property>
<property name="id_column">1</property>
<items>
- <item translatable="yes">None</item>
+ <item translatable="yes" context="fldvarpage|level">None</item>
</items>
</object>
<packing>
@@ -399,7 +399,7 @@
<property name="max_length">1</property>
<property name="invisible_char">•</property>
<property name="width_chars">2</property>
- <property name="text" translatable="yes">.</property>
+ <property name="text" translatable="yes" context="fldvarpage|separator">.</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -417,7 +417,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Numbering by Chapter</property>
+ <property name="label" translatable="yes" context="fldvarpage|label4">Numbering by Chapter</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -455,7 +455,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Apply</property>
+ <property name="tooltip_text" translatable="yes" context="fldvarpage|apply|tooltip_text">Apply</property>
<property name="action_name">apply</property>
<property name="use_underline">True</property>
<property name="icon_name">svx/res/nu01.png</property>
@@ -470,7 +470,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Delete</property>
+ <property name="tooltip_text" translatable="yes" context="fldvarpage|delete|tooltip_text">Delete</property>
<property name="action_name">delete</property>
<property name="use_underline">True</property>
<property name="icon_name">svx/res/nu02.png</property>
@@ -525,16 +525,16 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Author</col>
+ <col id="0" translatable="yes" context="fldvarpage|liststore1">Author</col>
</row>
<row>
- <col id="0" translatable="yes">Time</col>
+ <col id="0" translatable="yes" context="fldvarpage|liststore1">Time</col>
</row>
<row>
- <col id="0" translatable="yes">Date</col>
+ <col id="0" translatable="yes" context="fldvarpage|liststore1">Date</col>
</row>
<row>
- <col id="0" translatable="yes">Date Time Author</col>
+ <col id="0" translatable="yes" context="fldvarpage|liststore1">Date Time Author</col>
</row>
</data>
</object>
diff --git a/sw/uiconfig/swriter/ui/floatingnavigation.ui b/sw/uiconfig/swriter/ui/floatingnavigation.ui
index 0f310a3b1a2e..e62f96cae2ca 100644
--- a/sw/uiconfig/swriter/ui/floatingnavigation.ui
+++ b/sw/uiconfig/swriter/ui/floatingnavigation.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkWindow" id="FloatingNavigation">
<property name="visible">True</property>
@@ -8,7 +8,7 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Navigation</property>
+ <property name="title" translatable="yes" context="floatingnavigation|FloatingNavigation">Navigation</property>
<property name="resizable">False</property>
<property name="type_hint">utility</property>
<child>
diff --git a/sw/uiconfig/swriter/ui/floatingsync.ui b/sw/uiconfig/swriter/ui/floatingsync.ui
index b6b24a5ab21d..709bad962199 100644
--- a/sw/uiconfig/swriter/ui/floatingsync.ui
+++ b/sw/uiconfig/swriter/ui/floatingsync.ui
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkWindow" id="FloatingSync">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Synchronize</property>
+ <property name="title" translatable="yes" context="floatingsync|FloatingSync">Synchronize</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">utility</property>
<property name="deletable">False</property>
@@ -20,7 +20,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkButton" id="sync">
- <property name="label" translatable="yes">Synchronize Labels</property>
+ <property name="label" translatable="yes" context="floatingsync|sync">Synchronize Labels</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/footendnotedialog.ui b/sw/uiconfig/swriter/ui/footendnotedialog.ui
index caaf21287b79..f4c981f35090 100644
--- a/sw/uiconfig/swriter/ui/footendnotedialog.ui
+++ b/sw/uiconfig/swriter/ui/footendnotedialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="FootEndnoteDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Footnotes/Endnotes Settings</property>
+ <property name="title" translatable="yes" context="footendnotedialog|FootEndnoteDialog">Footnotes/Endnotes Settings</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -83,7 +83,7 @@
<object class="GtkLabel" id="footnotes">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Footnotes</property>
+ <property name="label" translatable="yes" context="footendnotedialog|footnotes">Footnotes</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -96,7 +96,7 @@
<object class="GtkLabel" id="endnotes">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Endnotes</property>
+ <property name="label" translatable="yes" context="footendnotedialog|endnotes">Endnotes</property>
</object>
<packing>
<property name="position">1</property>
diff --git a/sw/uiconfig/swriter/ui/footnoteareapage.ui b/sw/uiconfig/swriter/ui/footnoteareapage.ui
index ba212099e4a4..155df780f653 100644
--- a/sw/uiconfig/swriter/ui/footnoteareapage.ui
+++ b/sw/uiconfig/swriter/ui/footnoteareapage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkAdjustment" id="adjustment1">
@@ -63,7 +63,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="maxheightpage">
- <property name="label" translatable="yes">_Not larger than page area</property>
+ <property name="label" translatable="yes" context="footnoteareapage|maxheightpage">_Not larger than page area</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -83,7 +83,7 @@
</child>
<child>
<object class="GtkRadioButton" id="maxheight">
- <property name="label" translatable="yes">Maximum footnote _height</property>
+ <property name="label" translatable="yes" context="footnoteareapage|maxheight">Maximum footnote _height</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -109,7 +109,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Space to text</property>
+ <property name="label" translatable="yes" context="footnoteareapage|label3">Space to text</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spacetotext:0.00cm</property>
</object>
@@ -170,7 +170,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Footnote Area</property>
+ <property name="label" translatable="yes" context="footnoteareapage|label1">Footnote Area</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -210,7 +210,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Position</property>
+ <property name="label" translatable="yes" context="footnoteareapage|label4">_Position</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">position</property>
</object>
@@ -227,7 +227,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Style</property>
+ <property name="label" translatable="yes" context="footnoteareapage|label5">_Style</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">style</property>
</object>
@@ -244,7 +244,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Thickness</property>
+ <property name="label" translatable="yes" context="footnoteareapage|label6">_Thickness</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">thickness:0.00pt</property>
</object>
@@ -261,7 +261,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Color</property>
+ <property name="label" translatable="yes" context="footnoteareapage|label7">_Color</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">color</property>
</object>
@@ -278,7 +278,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Length</property>
+ <property name="label" translatable="yes" context="footnoteareapage|label8">_Length</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">length:0%</property>
</object>
@@ -295,7 +295,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Spacing to footnote contents</property>
+ <property name="label" translatable="yes" context="footnoteareapage|label9">_Spacing to footnote contents</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spacingtocontents:0.00cm</property>
</object>
@@ -315,9 +315,9 @@
<property name="entry_text_column">0</property>
<property name="id_column">1</property>
<items>
- <item translatable="yes">Left</item>
- <item translatable="yes">Centered</item>
- <item translatable="yes">Right</item>
+ <item translatable="yes" context="footnoteareapage|position">Left</item>
+ <item translatable="yes" context="footnoteareapage|position">Centered</item>
+ <item translatable="yes" context="footnoteareapage|position">Right</item>
</items>
</object>
<packing>
@@ -414,7 +414,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Separator Line</property>
+ <property name="label" translatable="yes" context="footnoteareapage|label2">Separator Line</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/footnotepage.ui b/sw/uiconfig/swriter/ui/footnotepage.ui
index 96ce210ef410..12eaed120092 100644
--- a/sw/uiconfig/swriter/ui/footnotepage.ui
+++ b/sw/uiconfig/swriter/ui/footnotepage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -17,13 +17,13 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Per page</col>
+ <col id="0" translatable="yes" context="footnotepage|liststore1">Per page</col>
</row>
<row>
- <col id="0" translatable="yes">Per chapter</col>
+ <col id="0" translatable="yes" context="footnotepage|liststore1">Per chapter</col>
</row>
<row>
- <col id="0" translatable="yes">Per document</col>
+ <col id="0" translatable="yes" context="footnotepage|liststore1">Per document</col>
</row>
</data>
</object>
@@ -55,7 +55,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Numbering</property>
+ <property name="label" translatable="yes" context="footnotepage|label6">Numbering</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -69,7 +69,7 @@
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Counting</property>
+ <property name="label" translatable="yes" context="footnotepage|label7">Counting</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -83,7 +83,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Before</property>
+ <property name="label" translatable="yes" context="footnotepage|label8">Before</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="pos">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position</property>
+ <property name="label" translatable="yes" context="footnotepage|pos">Position</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -111,7 +111,7 @@
<object class="GtkLabel" id="offset">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Start at</property>
+ <property name="label" translatable="yes" context="footnotepage|offset">Start at</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -125,7 +125,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">After</property>
+ <property name="label" translatable="yes" context="footnotepage|label11">After</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -137,7 +137,7 @@
</child>
<child>
<object class="GtkRadioButton" id="pospagecb">
- <property name="label" translatable="yes">End of page</property>
+ <property name="label" translatable="yes" context="footnotepage|pospagecb">End of page</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="GtkRadioButton" id="posdoccb">
- <property name="label" translatable="yes">End of document</property>
+ <property name="label" translatable="yes" context="footnotepage|posdoccb">End of document</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -277,7 +277,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Autonumbering</property>
+ <property name="label" translatable="yes" context="footnotepage|label3">Autonumbering</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -318,7 +318,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Paragraph</property>
+ <property name="label" translatable="yes" context="footnotepage|label4">Paragraph</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -332,7 +332,7 @@
<object class="GtkLabel" id="pagestyleft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Page</property>
+ <property name="label" translatable="yes" context="footnotepage|pagestyleft">Page</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -374,7 +374,7 @@
<object class="GtkLabel" id="label12">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Styles</property>
+ <property name="label" translatable="yes" context="footnotepage|label12">Styles</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -410,7 +410,7 @@
<object class="GtkLabel" id="label15">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text area</property>
+ <property name="label" translatable="yes" context="footnotepage|label15">Text area</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -424,7 +424,7 @@
<object class="GtkLabel" id="label16">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Footnote area</property>
+ <property name="label" translatable="yes" context="footnotepage|label16">Footnote area</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -466,7 +466,7 @@
<object class="GtkLabel" id="label13">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Character Styles</property>
+ <property name="label" translatable="yes" context="footnotepage|label13">Character Styles</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -510,7 +510,7 @@
<object class="GtkLabel" id="label17">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">End of footnote</property>
+ <property name="label" translatable="yes" context="footnotepage|label17">End of footnote</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -524,7 +524,7 @@
<object class="GtkLabel" id="label18">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Start of next page</property>
+ <property name="label" translatable="yes" context="footnotepage|label18">Start of next page</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -574,7 +574,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Continuation Notice</property>
+ <property name="label" translatable="yes" context="footnotepage|label5">Continuation Notice</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui b/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui
index f3b8501af5d7..301a47e21e22 100644
--- a/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui
+++ b/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkAdjustment" id="adjustment1">
@@ -46,7 +46,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="ftnntnum">
- <property name="label" translatable="yes">_Restart numbering</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|ftnntnum">_Restart numbering</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -89,7 +89,7 @@
<property name="can_focus">False</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Start at:</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|ftnoffset_label">_Start at:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">ftnoffset</property>
</object>
@@ -110,7 +110,7 @@
</child>
<child>
<object class="GtkCheckButton" id="ftnntnumfmt">
- <property name="label" translatable="yes">Custom _format</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|ftnntnumfmt">Custom _format</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -154,7 +154,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Aft_er:</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|ftnsuffix_label">Aft_er:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">ftnsuffix</property>
</object>
@@ -199,7 +199,7 @@
<property name="can_focus">False</property>
<property name="margin_left">24</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Be_fore:</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|ftnprefix_label">Be_fore:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">ftnprefix</property>
</object>
@@ -228,7 +228,7 @@
</child>
<child>
<object class="GtkCheckButton" id="ftnntattextend">
- <property name="label" translatable="yes">Collec_t at end of text</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|ftnntattextend">Collec_t at end of text</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -252,7 +252,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Footnotes</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|label1">Footnotes</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -289,7 +289,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="endntattextend">
- <property name="label" translatable="yes">C_ollect at end of section</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|endntattextend">C_ollect at end of section</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -315,7 +315,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="endntnum">
- <property name="label" translatable="yes">_Restart numbering</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|endntnum">_Restart numbering</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -358,7 +358,7 @@
<property name="can_focus">False</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Start at:</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|endoffset_label">_Start at:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">endoffset</property>
</object>
@@ -379,7 +379,7 @@
</child>
<child>
<object class="GtkCheckButton" id="endntnumfmt">
- <property name="label" translatable="yes">_Custom format</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|endntnumfmt">_Custom format</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -423,7 +423,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Aft_er:</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|endsuffix_label">Aft_er:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">endsuffix</property>
</object>
@@ -468,7 +468,7 @@
<property name="can_focus">False</property>
<property name="margin_left">24</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Be_fore:</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|endprefix_label">Be_fore:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">endprefix</property>
</object>
@@ -503,7 +503,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Endnotes</property>
+ <property name="label" translatable="yes" context="footnotesendnotestabpage|label2">Endnotes</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/formatsectiondialog.ui b/sw/uiconfig/swriter/ui/formatsectiondialog.ui
index c0273b4ff3d0..912105d0fa89 100644
--- a/sw/uiconfig/swriter/ui/formatsectiondialog.ui
+++ b/sw/uiconfig/swriter/ui/formatsectiondialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="FormatSectionDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Options</property>
+ <property name="title" translatable="yes" context="formatsectiondialog|FormatSectionDialog">Options</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -98,7 +98,7 @@
<object class="GtkLabel" id="columns">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Columns</property>
+ <property name="label" translatable="yes" context="formatsectiondialog|columns">Columns</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -111,7 +111,7 @@
<object class="GtkLabel" id="indents">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Indents</property>
+ <property name="label" translatable="yes" context="formatsectiondialog|indents">Indents</property>
</object>
<packing>
<property name="position">1</property>
@@ -125,7 +125,7 @@
<object class="GtkLabel" id="background">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Background</property>
+ <property name="label" translatable="yes" context="formatsectiondialog|background">Background</property>
</object>
<packing>
<property name="position">2</property>
@@ -139,7 +139,7 @@
<object class="GtkLabel" id="notes">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Footnotes/Endnotes</property>
+ <property name="label" translatable="yes" context="formatsectiondialog|notes">Footnotes/Endnotes</property>
</object>
<packing>
<property name="position">3</property>
diff --git a/sw/uiconfig/swriter/ui/formattablepage.ui b/sw/uiconfig/swriter/ui/formattablepage.ui
index b1a2abf0b234..cd20025f9545 100644
--- a/sw/uiconfig/swriter/ui/formattablepage.ui
+++ b/sw/uiconfig/swriter/ui/formattablepage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">99.989999999999995</property>
@@ -58,7 +58,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Name</property>
+ <property name="label" translatable="yes" context="formattablepage|nameft">_Name</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">name</property>
</object>
@@ -74,7 +74,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">W_idth</property>
+ <property name="label" translatable="yes" context="formattablepage|widthft">W_idth</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">widthmf:0.00cm</property>
</object>
@@ -105,7 +105,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="relwidth">
- <property name="label" translatable="yes">Relati_ve</property>
+ <property name="label" translatable="yes" context="formattablepage|relwidth">Relati_ve</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -152,7 +152,7 @@
<object class="GtkLabel" id="label45">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="formattablepage|label45">Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -191,7 +191,7 @@
<property name="xalign">0</property>
<property name="yalign">0.50999999046325684</property>
<property name="xpad">1</property>
- <property name="label" translatable="yes">Lef_t</property>
+ <property name="label" translatable="yes" context="formattablepage|leftft">Lef_t</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">leftmf:0.00cm</property>
</object>
@@ -207,7 +207,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Ri_ght</property>
+ <property name="label" translatable="yes" context="formattablepage|rightft">Ri_ght</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">rightmf:0.00cm</property>
</object>
@@ -225,7 +225,7 @@
<property name="xalign">0</property>
<property name="xpad">1</property>
<property name="ypad">1</property>
- <property name="label" translatable="yes">_Above</property>
+ <property name="label" translatable="yes" context="formattablepage|aboveft">_Above</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">abovemf:0.00cm</property>
</object>
@@ -242,7 +242,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="xpad">1</property>
- <property name="label" translatable="yes">_Below</property>
+ <property name="label" translatable="yes" context="formattablepage|belowft">_Below</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">belowmf:0.00cm</property>
</object>
@@ -325,7 +325,7 @@
<object class="GtkLabel" id="label46">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Spacing</property>
+ <property name="label" translatable="yes" context="formattablepage|label46">Spacing</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -367,7 +367,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="full">
- <property name="label" translatable="yes">A_utomatic</property>
+ <property name="label" translatable="yes" context="formattablepage|full">A_utomatic</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -385,7 +385,7 @@
</child>
<child>
<object class="GtkRadioButton" id="left">
- <property name="label" translatable="yes">_Left</property>
+ <property name="label" translatable="yes" context="formattablepage|left">_Left</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -403,7 +403,7 @@
</child>
<child>
<object class="GtkRadioButton" id="fromleft">
- <property name="label" translatable="yes">_From left</property>
+ <property name="label" translatable="yes" context="formattablepage|fromleft">_From left</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -421,7 +421,7 @@
</child>
<child>
<object class="GtkRadioButton" id="right">
- <property name="label" translatable="yes">R_ight</property>
+ <property name="label" translatable="yes" context="formattablepage|right">R_ight</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -440,7 +440,7 @@
</child>
<child>
<object class="GtkRadioButton" id="center">
- <property name="label" translatable="yes">_Center</property>
+ <property name="label" translatable="yes" context="formattablepage|center">_Center</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -458,7 +458,7 @@
</child>
<child>
<object class="GtkRadioButton" id="free">
- <property name="label" translatable="yes">_Manual</property>
+ <property name="label" translatable="yes" context="formattablepage|free">_Manual</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -483,7 +483,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xpad">1</property>
- <property name="label" translatable="yes">Alignment</property>
+ <property name="label" translatable="yes" context="formattablepage|label43">Alignment</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -527,7 +527,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Text _direction</property>
+ <property name="label" translatable="yes" context="formattablepage|label53">Text _direction</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">textdirection</property>
</object>
@@ -559,7 +559,7 @@
<object class="GtkLabel" id="label44">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Properties </property>
+ <property name="label" translatable="yes" context="formattablepage|label44">Properties </property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -583,15 +583,15 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Left-to-right</col>
+ <col id="0" translatable="yes" context="formattablepage|liststore1">Left-to-right</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Right-to-left</col>
+ <col id="0" translatable="yes" context="formattablepage|liststore1">Right-to-left</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Use superordinate object settings</col>
+ <col id="0" translatable="yes" context="formattablepage|liststore1">Use superordinate object settings</col>
<col id="1">4</col>
</row>
</data>
diff --git a/sw/uiconfig/swriter/ui/framedialog.ui b/sw/uiconfig/swriter/ui/framedialog.ui
index b0d5a6b86e38..cbb6932bdb79 100644
--- a/sw/uiconfig/swriter/ui/framedialog.ui
+++ b/sw/uiconfig/swriter/ui/framedialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="FrameDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Frame</property>
+ <property name="title" translatable="yes" context="framedialog|FrameDialog">Frame</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="type">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Type</property>
+ <property name="label" translatable="yes" context="framedialog|type">Type</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="options">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="framedialog|options">Options</property>
</object>
<packing>
<property name="position">1</property>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="wrap">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Wrap</property>
+ <property name="label" translatable="yes" context="framedialog|wrap">Wrap</property>
</object>
<packing>
<property name="position">2</property>
@@ -138,7 +138,7 @@
<object class="GtkLabel" id="hyperlink">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Hyperlink</property>
+ <property name="label" translatable="yes" context="framedialog|hyperlink">Hyperlink</property>
</object>
<packing>
<property name="position">3</property>
@@ -152,7 +152,7 @@
<object class="GtkLabel" id="borders">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Borders</property>
+ <property name="label" translatable="yes" context="framedialog|borders">Borders</property>
</object>
<packing>
<property name="position">4</property>
@@ -166,7 +166,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="framedialog|area">Area</property>
</object>
<packing>
<property name="position">5</property>
@@ -180,7 +180,7 @@
<object class="GtkLabel" id="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="framedialog|transparence">Transparency</property>
</object>
<packing>
<property name="position">6</property>
@@ -194,7 +194,7 @@
<object class="GtkLabel" id="columns">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Columns</property>
+ <property name="label" translatable="yes" context="framedialog|columns">Columns</property>
</object>
<packing>
<property name="position">7</property>
@@ -208,7 +208,7 @@
<object class="GtkLabel" id="macro">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Macro</property>
+ <property name="label" translatable="yes" context="framedialog|macro">Macro</property>
</object>
<packing>
<property name="position">8</property>
diff --git a/sw/uiconfig/swriter/ui/frmaddpage.ui b/sw/uiconfig/swriter/ui/frmaddpage.ui
index ad22ac5563d4..95ea41a1b8c9 100644
--- a/sw/uiconfig/swriter/ui/frmaddpage.ui
+++ b/sw/uiconfig/swriter/ui/frmaddpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkListStore" id="liststore">
<columns>
@@ -11,15 +11,15 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Top</col>
+ <col id="0" translatable="yes" context="frmaddpage|liststore">Top</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Centered</col>
+ <col id="0" translatable="yes" context="frmaddpage|liststore">Centered</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Bottom</col>
+ <col id="0" translatable="yes" context="frmaddpage|liststore">Bottom</col>
<col id="1">2</col>
</row>
</data>
@@ -33,23 +33,23 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Left-to-right</col>
+ <col id="0" translatable="yes" context="frmaddpage|liststore1">Left-to-right</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Right-to-left</col>
+ <col id="0" translatable="yes" context="frmaddpage|liststore1">Right-to-left</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Right-to-left (vertical)</col>
+ <col id="0" translatable="yes" context="frmaddpage|liststore1">Right-to-left (vertical)</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Left-to-right (vertical)</col>
+ <col id="0" translatable="yes" context="frmaddpage|liststore1">Left-to-right (vertical)</col>
<col id="1">3</col>
</row>
<row>
- <col id="0" translatable="yes">Use superordinate object settings</col>
+ <col id="0" translatable="yes" context="frmaddpage|liststore1">Use superordinate object settings</col>
<col id="1">4</col>
</row>
</data>
@@ -119,7 +119,7 @@
<object class="GtkLabel" id="name_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Name:</property>
+ <property name="label" translatable="yes" context="frmaddpage|name_label">_Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">name</property>
<property name="xalign">0</property>
@@ -133,7 +133,7 @@
<object class="GtkLabel" id="altname_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Alternative (Text only):</property>
+ <property name="label" translatable="yes" context="frmaddpage|altname_label">_Alternative (Text only):</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">altname</property>
<property name="xalign">0</property>
@@ -149,7 +149,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<items>
- <item translatable="yes">&lt;None&gt;</item>
+ <item translatable="yes" context="frmaddpage|prev">&lt;None&gt;</item>
</items>
</object>
<packing>
@@ -163,7 +163,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<items>
- <item translatable="yes">&lt;None&gt;</item>
+ <item translatable="yes" context="frmaddpage|next">&lt;None&gt;</item>
</items>
</object>
<packing>
@@ -175,7 +175,7 @@
<object class="GtkLabel" id="prev_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Previous link:</property>
+ <property name="label" translatable="yes" context="frmaddpage|prev_label">_Previous link:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prev</property>
<property name="xalign">0</property>
@@ -189,7 +189,7 @@
<object class="GtkLabel" id="next_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Next link:</property>
+ <property name="label" translatable="yes" context="frmaddpage|next_label">_Next link:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">next</property>
<property name="xalign">0</property>
@@ -203,7 +203,7 @@
<object class="GtkLabel" id="description_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Description:</property>
+ <property name="label" translatable="yes" context="frmaddpage|description_label">_Description:</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
</object>
@@ -239,7 +239,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Names</property>
+ <property name="label" translatable="yes" context="frmaddpage|label1">Names</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -278,7 +278,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Vertical alignment</property>
+ <property name="label" translatable="yes" context="frmaddpage|label2">_Vertical alignment</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -305,7 +305,7 @@
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Content Alignment</property>
+ <property name="label" translatable="yes" context="frmaddpage|label7">Content Alignment</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -341,7 +341,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="protectcontent">
- <property name="label" translatable="yes">_Contents</property>
+ <property name="label" translatable="yes" context="frmaddpage|protectcontent">_Contents</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="protectframe">
- <property name="label" translatable="yes">P_osition</property>
+ <property name="label" translatable="yes" context="frmaddpage|protectframe">P_osition</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -371,7 +371,7 @@
</child>
<child>
<object class="GtkCheckButton" id="protectsize">
- <property name="label" translatable="yes">_Size</property>
+ <property name="label" translatable="yes" context="frmaddpage|protectsize">_Size</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -392,7 +392,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Protect</property>
+ <property name="label" translatable="yes" context="frmaddpage|label8">Protect</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -437,7 +437,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="editinreadonly">
- <property name="label" translatable="yes">_Editable in read-only document</property>
+ <property name="label" translatable="yes" context="frmaddpage|editinreadonly">_Editable in read-only document</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -452,7 +452,7 @@
</child>
<child>
<object class="GtkCheckButton" id="printframe">
- <property name="label" translatable="yes">Prin_t</property>
+ <property name="label" translatable="yes" context="frmaddpage|printframe">Prin_t</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -477,7 +477,7 @@
<object class="GtkLabel" id="textflow_label">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">_Text direction:</property>
+ <property name="label" translatable="yes" context="frmaddpage|textflow_label">_Text direction:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">textflow</property>
<property name="xalign">0</property>
@@ -512,7 +512,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="frmaddpage|label3">Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/frmtypepage.ui b/sw/uiconfig/swriter/ui/frmtypepage.ui
index 405723938d57..6fd3ca326498 100644
--- a/sw/uiconfig/swriter/ui/frmtypepage.ui
+++ b/sw/uiconfig/swriter/ui/frmtypepage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkAdjustment" id="adjustment1">
@@ -72,7 +72,7 @@
</child>
<child>
<object class="GtkCheckButton" id="autowidth">
- <property name="label" translatable="yes">AutoSize</property>
+ <property name="label" translatable="yes" context="frmtypepage|autowidth">AutoSize</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -98,7 +98,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Width (at least)</property>
+ <property name="label" translatable="yes" context="frmtypepage|autowidthft">_Width (at least)</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">width:0.00cm</property>
</object>
@@ -114,7 +114,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Width</property>
+ <property name="label" translatable="yes" context="frmtypepage|widthft">_Width</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">width:0.00cm</property>
</object>
@@ -140,7 +140,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="relwidth">
- <property name="label" translatable="yes">Relat_ive to</property>
+ <property name="label" translatable="yes" context="frmtypepage|relwidth">Relat_ive to</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -207,7 +207,7 @@
</child>
<child>
<object class="GtkCheckButton" id="autoheight">
- <property name="label" translatable="yes">AutoSize</property>
+ <property name="label" translatable="yes" context="frmtypepage|autoheight">AutoSize</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -233,7 +233,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">H_eight (at least)</property>
+ <property name="label" translatable="yes" context="frmtypepage|autoheightft">H_eight (at least)</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">height:0.00cm</property>
</object>
@@ -249,7 +249,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">H_eight</property>
+ <property name="label" translatable="yes" context="frmtypepage|heightft">H_eight</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">height:0.00cm</property>
</object>
@@ -275,7 +275,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="relheight">
- <property name="label" translatable="yes">Re_lative to</property>
+ <property name="label" translatable="yes" context="frmtypepage|relheight">Re_lative to</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -320,7 +320,7 @@
</child>
<child>
<object class="GtkCheckButton" id="ratio">
- <property name="label" translatable="yes">_Keep ratio</property>
+ <property name="label" translatable="yes" context="frmtypepage|ratio">_Keep ratio</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -337,7 +337,7 @@
</child>
<child>
<object class="GtkButton" id="origsize">
- <property name="label" translatable="yes">_Original Size</property>
+ <property name="label" translatable="yes" context="frmtypepage|origsize">_Original Size</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -359,7 +359,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Size</property>
+ <property name="label" translatable="yes" context="frmtypepage|label2">Size</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -421,7 +421,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="topage">
- <property name="label" translatable="yes">To _page</property>
+ <property name="label" translatable="yes" context="frmtypepage|topage">To _page</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -440,7 +440,7 @@
</child>
<child>
<object class="GtkRadioButton" id="topara">
- <property name="label" translatable="yes">To paragrap_h</property>
+ <property name="label" translatable="yes" context="frmtypepage|topara">To paragrap_h</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -458,7 +458,7 @@
</child>
<child>
<object class="GtkRadioButton" id="tochar">
- <property name="label" translatable="yes">To cha_racter</property>
+ <property name="label" translatable="yes" context="frmtypepage|tochar">To cha_racter</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -476,7 +476,7 @@
</child>
<child>
<object class="GtkRadioButton" id="aschar">
- <property name="label" translatable="yes">_As character</property>
+ <property name="label" translatable="yes" context="frmtypepage|aschar">_As character</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -494,7 +494,7 @@
</child>
<child>
<object class="GtkRadioButton" id="toframe">
- <property name="label" translatable="yes">To _frame</property>
+ <property name="label" translatable="yes" context="frmtypepage|toframe">To _frame</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -518,7 +518,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Anchor</property>
+ <property name="label" translatable="yes" context="frmtypepage|label1">Anchor</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -563,7 +563,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Hori_zontal</property>
+ <property name="label" translatable="yes" context="frmtypepage|horiposft">Hori_zontal</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">horipos</property>
</object>
@@ -579,7 +579,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">b_y</property>
+ <property name="label" translatable="yes" context="frmtypepage|horibyft">b_y</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">byhori:0.00cm</property>
</object>
@@ -595,7 +595,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">by</property>
+ <property name="label" translatable="yes" context="frmtypepage|vertbyft">by</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">byvert:0.00cm</property>
</object>
@@ -611,7 +611,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_to</property>
+ <property name="label" translatable="yes" context="frmtypepage|horitoft">_to</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">horianchor</property>
</object>
@@ -671,7 +671,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Vertical</property>
+ <property name="label" translatable="yes" context="frmtypepage|vertposft">_Vertical</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">vertpos</property>
</object>
@@ -717,7 +717,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">t_o</property>
+ <property name="label" translatable="yes" context="frmtypepage|verttoft">t_o</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">vertanchor</property>
</object>
@@ -744,7 +744,7 @@
</child>
<child>
<object class="GtkCheckButton" id="mirror">
- <property name="label" translatable="yes">_Mirror on even pages</property>
+ <property name="label" translatable="yes" context="frmtypepage|mirror">_Mirror on even pages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -762,7 +762,7 @@
</child>
<child>
<object class="GtkCheckButton" id="followtextflow">
- <property name="label" translatable="yes">Follow text flow</property>
+ <property name="label" translatable="yes" context="frmtypepage|followtextflow">Follow text flow</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -786,7 +786,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position</property>
+ <property name="label" translatable="yes" context="frmtypepage|label11">Position</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/frmurlpage.ui b/sw/uiconfig/swriter/ui/frmurlpage.ui
index 761596c896d2..31d798c88b86 100644
--- a/sw/uiconfig/swriter/ui/frmurlpage.ui
+++ b/sw/uiconfig/swriter/ui/frmurlpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkBox" id="FrameURLPage">
<property name="visible">True</property>
@@ -63,7 +63,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_URL:</property>
+ <property name="label" translatable="yes" context="frmurlpage|url_label">_URL:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">url</property>
</object>
@@ -79,7 +79,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Name:</property>
+ <property name="label" translatable="yes" context="frmurlpage|name_label">_Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">name</property>
</object>
@@ -95,7 +95,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Frame:</property>
+ <property name="label" translatable="yes" context="frmurlpage|frame_label">_Frame:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">frame</property>
</object>
@@ -113,7 +113,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="search">
- <property name="label" translatable="yes">_Browse...</property>
+ <property name="label" translatable="yes" context="frmurlpage|search">_Browse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -168,7 +168,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Link to</property>
+ <property name="label" translatable="yes" context="frmurlpage|label1">Link to</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -207,7 +207,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="server">
- <property name="label" translatable="yes">_Server-side image map</property>
+ <property name="label" translatable="yes" context="frmurlpage|server">_Server-side image map</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -225,7 +225,7 @@
</child>
<child>
<object class="GtkCheckButton" id="client">
- <property name="label" translatable="yes">_Client-side image map</property>
+ <property name="label" translatable="yes" context="frmurlpage|client">_Client-side image map</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -249,7 +249,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Image Map</property>
+ <property name="label" translatable="yes" context="frmurlpage|label2">Image Map</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/gotopagedialog.ui b/sw/uiconfig/swriter/ui/gotopagedialog.ui
index 211acaf79816..bdfd2cbd8ef6 100644
--- a/sw/uiconfig/swriter/ui/gotopagedialog.ui
+++ b/sw/uiconfig/swriter/ui/gotopagedialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="GotoPageDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Go to Page</property>
+ <property name="title" translatable="yes" context="gotopagedialog|GotoPageDialog">Go to Page</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -68,7 +68,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">of $1</property>
+ <property name="label" translatable="yes" context="gotopagedialog|page_count">of $1</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -94,7 +94,7 @@
<property name="can_focus">False</property>
<property name="halign">end</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Page:</property>
+ <property name="label" translatable="yes" context="gotopagedialog|page_label">Page:</property>
<property name="use_underline">True</property>
</object>
<packing>
diff --git a/sw/uiconfig/swriter/ui/headerfootermenu.ui b/sw/uiconfig/swriter/ui/headerfootermenu.ui
index 2a775010ff0d..be7661876209 100644
--- a/sw/uiconfig/swriter/ui/headerfootermenu.ui
+++ b/sw/uiconfig/swriter/ui/headerfootermenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -16,7 +16,7 @@
<object class="GtkMenuItem" id="borderback">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Border and Background...</property>
+ <property name="label" translatable="yes" context="headerfootermenu|borderback">Border and Background...</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sw/uiconfig/swriter/ui/indentpage.ui b/sw/uiconfig/swriter/ui/indentpage.ui
index df4079e83c4e..c7da89123e1e 100644
--- a/sw/uiconfig/swriter/ui/indentpage.ui
+++ b/sw/uiconfig/swriter/ui/indentpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkAdjustment" id="adjustment1">
@@ -49,7 +49,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Before section</property>
+ <property name="label" translatable="yes" context="indentpage|label1">_Before section</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -64,7 +64,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_After section</property>
+ <property name="label" translatable="yes" context="indentpage|label3">_After section</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -113,7 +113,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Indent</property>
+ <property name="label" translatable="yes" context="indentpage|label2">Indent</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -142,7 +142,7 @@
<property name="valign">start</property>
<child internal-child="accessible">
<object class="AtkObject" id="preview-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Example</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="indentpage|preview-atkobject">Example</property>
</object>
</child>
</object>
diff --git a/sw/uiconfig/swriter/ui/indexentry.ui b/sw/uiconfig/swriter/ui/indexentry.ui
index ff439e3f7184..4c77aaf66a41 100644
--- a/sw/uiconfig/swriter/ui/indexentry.ui
+++ b/sw/uiconfig/swriter/ui/indexentry.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -43,7 +43,7 @@
<object class="GtkDialog" id="IndexEntryDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Index Entry</property>
+ <property name="title" translatable="yes" context="indexentry|IndexEntryDialog">Insert Index Entry</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -56,7 +56,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="insert">
- <property name="label" translatable="yes">Insert</property>
+ <property name="label" translatable="yes" context="indexentry|insert">Insert</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
@@ -232,7 +232,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_right">6</property>
- <property name="label" translatable="yes">Index</property>
+ <property name="label" translatable="yes" context="indexentry|typeft">Index</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">typecb</property>
<property name="xalign">0</property>
@@ -258,7 +258,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">New User-defined Index</property>
+ <property name="tooltip_text" translatable="yes" context="indexentry|new|tooltip_text">New User-defined Index</property>
<property name="image">image1</property>
<accessibility>
<relation type="member-of" target="label1"/>
@@ -274,7 +274,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_right">6</property>
- <property name="label" translatable="yes">Entry</property>
+ <property name="label" translatable="yes" context="indexentry|label3">Entry</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entryed</property>
<property name="xalign">0</property>
@@ -290,7 +290,7 @@
<property name="sensitive">False</property>
<property name="can_focus">False</property>
<property name="margin_right">6</property>
- <property name="label" translatable="yes">1st key</property>
+ <property name="label" translatable="yes" context="indexentry|key1ft">1st key</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">key1cb</property>
<property name="xalign">0</property>
@@ -306,7 +306,7 @@
<property name="sensitive">False</property>
<property name="can_focus">False</property>
<property name="margin_right">6</property>
- <property name="label" translatable="yes">2nd key</property>
+ <property name="label" translatable="yes" context="indexentry|key2ft">2nd key</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">key2cb</property>
<property name="xalign">0</property>
@@ -321,7 +321,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_right">6</property>
- <property name="label" translatable="yes">Level</property>
+ <property name="label" translatable="yes" context="indexentry|levelft">Level</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">levelnf</property>
<property name="xalign">0</property>
@@ -347,7 +347,7 @@
</child>
<child>
<object class="GtkCheckButton" id="mainentrycb">
- <property name="label" translatable="yes">Main entry</property>
+ <property name="label" translatable="yes" context="indexentry|mainentrycb">Main entry</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="applytoallcb">
- <property name="label" translatable="yes">Apply to all similar texts</property>
+ <property name="label" translatable="yes" context="indexentry|applytoallcb">Apply to all similar texts</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -377,7 +377,7 @@
</child>
<child>
<object class="GtkCheckButton" id="searchcasesensitivecb">
- <property name="label" translatable="yes">Match case</property>
+ <property name="label" translatable="yes" context="indexentry|searchcasesensitivecb">Match case</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -393,7 +393,7 @@
</child>
<child>
<object class="GtkCheckButton" id="searchcasewordonlycb">
- <property name="label" translatable="yes">Whole words only</property>
+ <property name="label" translatable="yes" context="indexentry|searchcasewordonlycb">Whole words only</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -413,7 +413,7 @@
<property name="no_show_all">True</property>
<property name="margin_left">12</property>
<property name="margin_right">6</property>
- <property name="label" translatable="yes">Phonetic reading</property>
+ <property name="label" translatable="yes" context="indexentry|phonetic0ft">Phonetic reading</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">phonetic0ed</property>
<property name="xalign">0</property>
@@ -429,7 +429,7 @@
<property name="no_show_all">True</property>
<property name="margin_left">12</property>
<property name="margin_right">6</property>
- <property name="label" translatable="yes">Phonetic reading</property>
+ <property name="label" translatable="yes" context="indexentry|phonetic1ft">Phonetic reading</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">phonetic1ed</property>
<property name="xalign">0</property>
@@ -445,7 +445,7 @@
<property name="no_show_all">True</property>
<property name="margin_left">12</property>
<property name="margin_right">6</property>
- <property name="label" translatable="yes">Phonetic reading</property>
+ <property name="label" translatable="yes" context="indexentry|phonetic2ft">Phonetic reading</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">phonetic2ed</property>
<property name="xalign">0</property>
@@ -531,7 +531,7 @@
<object class="GtkButton" id="sync">
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Update entry from selection</property>
+ <property name="tooltip_text" translatable="yes" context="indexentry|sync|tooltip_text">Update entry from selection</property>
<property name="image">image6</property>
</object>
<packing>
@@ -594,7 +594,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Selection</property>
+ <property name="label" translatable="yes" context="indexentry|label1">Selection</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/infonotfounddialog.ui b/sw/uiconfig/swriter/ui/infonotfounddialog.ui
index d420d10d0350..d72fa13ea00a 100644
--- a/sw/uiconfig/swriter/ui/infonotfounddialog.ui
+++ b/sw/uiconfig/swriter/ui/infonotfounddialog.ui
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="InfoNotFoundDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Find</property>
+ <property name="title" translatable="yes" context="infonotfounddialog|InfoNotFoundDialog">Find</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="buttons">ok</property>
- <property name="text" translatable="yes">Search key not found.</property>
+ <property name="text" translatable="yes" context="infonotfounddialog|InfoNotFoundDialog">Search key not found.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/inforeadonlydialog.ui b/sw/uiconfig/swriter/ui/inforeadonlydialog.ui
index f94720fd065f..e4aa997f110f 100644
--- a/sw/uiconfig/swriter/ui/inforeadonlydialog.ui
+++ b/sw/uiconfig/swriter/ui/inforeadonlydialog.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="InfoReadonlyDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Read-Only Content</property>
+ <property name="title" translatable="yes" context="inforeadonlydialog|InfoReadonlyDialog">Read-Only Content</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="buttons">ok</property>
- <property name="text" translatable="yes">Write-protected content cannot be changed.</property>
- <property name="secondary_text" translatable="yes">No modifications will be accepted.</property>
+ <property name="text" translatable="yes" context="inforeadonlydialog|InfoReadonlyDialog">Write-protected content cannot be changed.</property>
+ <property name="secondary_text" translatable="yes" context="inforeadonlydialog|InfoReadonlyDialog">No modifications will be accepted.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/inputfielddialog.ui b/sw/uiconfig/swriter/ui/inputfielddialog.ui
index a46bbb9dffe4..fb599676ce36 100644
--- a/sw/uiconfig/swriter/ui/inputfielddialog.ui
+++ b/sw/uiconfig/swriter/ui/inputfielddialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="InputFieldDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Input Field</property>
+ <property name="title" translatable="yes" context="inputfielddialog|InputFieldDialog">Input Field</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -151,7 +151,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Edit</property>
+ <property name="label" translatable="yes" context="inputfielddialog|label1">Edit</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/inputwinmenu.ui b/sw/uiconfig/swriter/ui/inputwinmenu.ui
index 5a1b3080e62a..0dc3c8d8b42f 100644
--- a/sw/uiconfig/swriter/ui/inputwinmenu.ui
+++ b/sw/uiconfig/swriter/ui/inputwinmenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkMenuItem" id="sum">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Sum</property>
+ <property name="label" translatable="yes" context="inputwinmenu|sum">Sum</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -17,7 +17,7 @@
<object class="GtkMenuItem" id="round">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Round</property>
+ <property name="label" translatable="yes" context="inputwinmenu|round">Round</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -25,7 +25,7 @@
<object class="GtkMenuItem" id="phd">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Percent</property>
+ <property name="label" translatable="yes" context="inputwinmenu|phd">Percent</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -33,7 +33,7 @@
<object class="GtkMenuItem" id="sqrt">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Square Root</property>
+ <property name="label" translatable="yes" context="inputwinmenu|sqrt">Square Root</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -41,7 +41,7 @@
<object class="GtkMenuItem" id="pow">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Power</property>
+ <property name="label" translatable="yes" context="inputwinmenu|pow">Power</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -49,7 +49,7 @@
<object class="GtkMenuItem" id="operators">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Operators</property>
+ <property name="label" translatable="yes" context="inputwinmenu|operators">Operators</property>
<property name="use_underline">True</property>
<child type="submenu">
<object class="GtkMenu">
@@ -59,7 +59,7 @@
<object class="GtkMenuItem" id="|">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">List Separator</property>
+ <property name="label" translatable="yes" context="inputwinmenu||">List Separator</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -67,7 +67,7 @@
<object class="GtkMenuItem" id="eq">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Equal</property>
+ <property name="label" translatable="yes" context="inputwinmenu|eq">Equal</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -75,7 +75,7 @@
<object class="GtkMenuItem" id="neq">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Not Equal</property>
+ <property name="label" translatable="yes" context="inputwinmenu|neq">Not Equal</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -83,7 +83,7 @@
<object class="GtkMenuItem" id="leq">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Less Than or Equal</property>
+ <property name="label" translatable="yes" context="inputwinmenu|leq">Less Than or Equal</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -91,7 +91,7 @@
<object class="GtkMenuItem" id="geq">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Greater Than or Equal</property>
+ <property name="label" translatable="yes" context="inputwinmenu|geq">Greater Than or Equal</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -99,7 +99,7 @@
<object class="GtkMenuItem" id="l">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Less</property>
+ <property name="label" translatable="yes" context="inputwinmenu|l">Less</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -107,7 +107,7 @@
<object class="GtkMenuItem" id="g">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Greater</property>
+ <property name="label" translatable="yes" context="inputwinmenu|g">Greater</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -121,7 +121,7 @@
<object class="GtkMenuItem" id="or">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Boolean Or</property>
+ <property name="label" translatable="yes" context="inputwinmenu|or">Boolean Or</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -129,7 +129,7 @@
<object class="GtkMenuItem" id="xor">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Boolean Xor</property>
+ <property name="label" translatable="yes" context="inputwinmenu|xor">Boolean Xor</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -137,7 +137,7 @@
<object class="GtkMenuItem" id="and">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Boolean And</property>
+ <property name="label" translatable="yes" context="inputwinmenu|and">Boolean And</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -145,7 +145,7 @@
<object class="GtkMenuItem" id="not">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Boolean Not</property>
+ <property name="label" translatable="yes" context="inputwinmenu|not">Boolean Not</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -157,7 +157,7 @@
<object class="GtkMenuItem" id="statistics">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Statistical Functions</property>
+ <property name="label" translatable="yes" context="inputwinmenu|statistics">Statistical Functions</property>
<property name="use_underline">True</property>
<child type="submenu">
<object class="GtkMenu">
@@ -167,7 +167,7 @@
<object class="GtkMenuItem" id="mean">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Mean</property>
+ <property name="label" translatable="yes" context="inputwinmenu|mean">Mean</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -175,7 +175,7 @@
<object class="GtkMenuItem" id="min">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Minimum</property>
+ <property name="label" translatable="yes" context="inputwinmenu|min">Minimum</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -183,7 +183,7 @@
<object class="GtkMenuItem" id="max">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Maximum</property>
+ <property name="label" translatable="yes" context="inputwinmenu|max">Maximum</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -195,7 +195,7 @@
<object class="GtkMenuItem" id="functions">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Functions</property>
+ <property name="label" translatable="yes" context="inputwinmenu|functions">Functions</property>
<property name="use_underline">True</property>
<child type="submenu">
<object class="GtkMenu">
@@ -205,7 +205,7 @@
<object class="GtkMenuItem" id="sin">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Sine</property>
+ <property name="label" translatable="yes" context="inputwinmenu|sin">Sine</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -213,7 +213,7 @@
<object class="GtkMenuItem" id="cos">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Cosine</property>
+ <property name="label" translatable="yes" context="inputwinmenu|cos">Cosine</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -221,7 +221,7 @@
<object class="GtkMenuItem" id="tag">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Tangent</property>
+ <property name="label" translatable="yes" context="inputwinmenu|tag">Tangent</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -229,7 +229,7 @@
<object class="GtkMenuItem" id="asin">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Arcsine</property>
+ <property name="label" translatable="yes" context="inputwinmenu|asin">Arcsine</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -237,7 +237,7 @@
<object class="GtkMenuItem" id="acos">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Arccosine</property>
+ <property name="label" translatable="yes" context="inputwinmenu|acos">Arccosine</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -245,7 +245,7 @@
<object class="GtkMenuItem" id="atan">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Arctangent</property>
+ <property name="label" translatable="yes" context="inputwinmenu|atan">Arctangent</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sw/uiconfig/swriter/ui/insertautotextdialog.ui b/sw/uiconfig/swriter/ui/insertautotextdialog.ui
index 9a491e89c412..8c818fc16e13 100644
--- a/sw/uiconfig/swriter/ui/insertautotextdialog.ui
+++ b/sw/uiconfig/swriter/ui/insertautotextdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="InsertAutoTextDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert AutoText</property>
+ <property name="title" translatable="yes" context="insertautotextdialog|InsertAutoTextDialog">Insert AutoText</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -101,7 +101,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Autotexts for Shortcut </property>
+ <property name="label" translatable="yes" context="insertautotextdialog|label1">Autotexts for Shortcut </property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/insertbookmark.ui b/sw/uiconfig/swriter/ui/insertbookmark.ui
index 412dfe620be1..f9b9a7ddb879 100644
--- a/sw/uiconfig/swriter/ui/insertbookmark.ui
+++ b/sw/uiconfig/swriter/ui/insertbookmark.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="InsertBookmarkDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Bookmark</property>
+ <property name="title" translatable="yes" context="insertbookmark|InsertBookmarkDialog">Bookmark</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -37,7 +37,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkButton" id="insert">
- <property name="label" translatable="yes">Insert</property>
+ <property name="label" translatable="yes" context="insertbookmark|insert">Insert</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -119,7 +119,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkButton" id="rename">
- <property name="label" translatable="yes">Rename</property>
+ <property name="label" translatable="yes" context="insertbookmark|rename">Rename</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -132,7 +132,7 @@
</child>
<child>
<object class="GtkButton" id="delete">
- <property name="label" translatable="yes">Delete</property>
+ <property name="label" translatable="yes" context="insertbookmark|delete">Delete</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -145,7 +145,7 @@
</child>
<child>
<object class="GtkButton" id="goto">
- <property name="label" translatable="yes">Go to</property>
+ <property name="label" translatable="yes" context="insertbookmark|goto">Go to</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/insertbreak.ui b/sw/uiconfig/swriter/ui/insertbreak.ui
index 942ca58b0d1d..1a163aa803dc 100644
--- a/sw/uiconfig/swriter/ui/insertbreak.ui
+++ b/sw/uiconfig/swriter/ui/insertbreak.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">9999</property>
@@ -15,14 +15,14 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">[None]</col>
+ <col id="0" translatable="yes" context="insertbreak|liststore1">[None]</col>
</row>
</data>
</object>
<object class="GtkDialog" id="BreakDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Break</property>
+ <property name="title" translatable="yes" context="insertbreak|BreakDialog">Insert Break</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -107,7 +107,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="linerb">
- <property name="label" translatable="yes">Line break</property>
+ <property name="label" translatable="yes" context="insertbreak|linerb">Line break</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -124,7 +124,7 @@
</child>
<child>
<object class="GtkRadioButton" id="columnrb">
- <property name="label" translatable="yes">Column break</property>
+ <property name="label" translatable="yes" context="insertbreak|columnrb">Column break</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -141,7 +141,7 @@
</child>
<child>
<object class="GtkRadioButton" id="pagerb">
- <property name="label" translatable="yes">Page break</property>
+ <property name="label" translatable="yes" context="insertbreak|pagerb">Page break</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -161,7 +161,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_top">6</property>
- <property name="label" translatable="yes">Style:</property>
+ <property name="label" translatable="yes" context="insertbreak|styleft">Style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">stylelb</property>
<property name="xalign">0</property>
@@ -186,7 +186,7 @@
</child>
<child>
<object class="GtkCheckButton" id="pagenumcb">
- <property name="label" translatable="yes">Change page number</property>
+ <property name="label" translatable="yes" context="insertbreak|pagenumcb">Change page number</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -212,7 +212,7 @@
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="pagenumsb-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Change page number</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="insertbreak|pagenumsb-atkobject">Change page number</property>
</object>
</child>
</object>
@@ -230,7 +230,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Type</property>
+ <property name="label" translatable="yes" context="insertbreak|label1">Type</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/insertcaption.ui b/sw/uiconfig/swriter/ui/insertcaption.ui
index 9cdac6abf6de..ceea97277ba4 100644
--- a/sw/uiconfig/swriter/ui/insertcaption.ui
+++ b/sw/uiconfig/swriter/ui/insertcaption.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="InsertCaptionDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Caption</property>
+ <property name="title" translatable="yes" context="insertcaption|InsertCaptionDialog">Insert Caption</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -48,7 +48,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Caption</property>
+ <property name="label" translatable="yes" context="insertcaption|label1">Caption</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -86,7 +86,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Numbering:</property>
+ <property name="label" translatable="yes" context="insertcaption|numbering_label">Numbering:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numbering</property>
</object>
@@ -100,7 +100,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Separator:</property>
+ <property name="label" translatable="yes" context="insertcaption|separator_label">Separator:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">separator_edit</property>
</object>
@@ -114,7 +114,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Position:</property>
+ <property name="label" translatable="yes" context="insertcaption|position_label">Position:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">position</property>
</object>
@@ -140,7 +140,7 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="invisible_char">•</property>
- <property name="text" translatable="yes">: </property>
+ <property name="text" translatable="yes" context="insertcaption|separator_edit">: </property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -152,7 +152,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Numbering separator:</property>
+ <property name="label" translatable="yes" context="insertcaption|num_separator">Numbering separator:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">num_separator_edit</property>
</object>
@@ -167,7 +167,7 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="invisible_char">•</property>
- <property name="text" translatable="yes">. </property>
+ <property name="text" translatable="yes" context="insertcaption|num_separator_edit">. </property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -190,7 +190,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Category:</property>
+ <property name="label" translatable="yes" context="insertcaption|label4">Category:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">category</property>
</object>
@@ -223,7 +223,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="insertcaption|label2">Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -261,7 +261,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Preview</property>
+ <property name="label" translatable="yes" context="insertcaption|label3">Preview</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -332,7 +332,7 @@
</child>
<child>
<object class="GtkButton" id="auto">
- <property name="label" translatable="yes">Auto...</property>
+ <property name="label" translatable="yes" context="insertcaption|auto">Auto...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -345,7 +345,7 @@
</child>
<child>
<object class="GtkButton" id="options">
- <property name="label" translatable="yes">Options...</property>
+ <property name="label" translatable="yes" context="insertcaption|options">Options...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -388,7 +388,7 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">[None]</col>
+ <col id="0" translatable="yes" context="insertcaption|liststore1">[None]</col>
</row>
</data>
</object>
diff --git a/sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui b/sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui
index 59b863b5d0e8..a1fe06e5fcf9 100644
--- a/sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui
+++ b/sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkImage" id="image1">
@@ -31,7 +31,7 @@
<object class="GtkDialog" id="InsertDbColumnsDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Database Columns</property>
+ <property name="title" translatable="yes" context="insertdbcolumnsdialog|InsertDbColumnsDialog">Insert Database Columns</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -113,7 +113,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Insert data as:</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|label1">Insert data as:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">grid3</property>
</object>
@@ -130,7 +130,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="astable">
- <property name="label" translatable="yes">T_able</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|astable">T_able</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -147,7 +147,7 @@
</child>
<child>
<object class="GtkRadioButton" id="asfields">
- <property name="label" translatable="yes">_Fields</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|asfields">_Fields</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -163,7 +163,7 @@
</child>
<child>
<object class="GtkRadioButton" id="astext">
- <property name="label" translatable="yes">_Text</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|astext">_Text</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -216,7 +216,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Database _columns</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|label4">Database _columns</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">box2</property>
</object>
@@ -230,7 +230,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Tab_le column(s)</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|tablecolft">Tab_le column(s)</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">tablecols:border</property>
</object>
@@ -467,7 +467,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="tableheading">
- <property name="label" translatable="yes">Insert table heading</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|tableheading">Insert table heading</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -482,7 +482,7 @@
</child>
<child>
<object class="GtkRadioButton" id="columnname">
- <property name="label" translatable="yes">Apply column _name</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|columnname">Apply column _name</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -499,7 +499,7 @@
</child>
<child>
<object class="GtkRadioButton" id="rowonly">
- <property name="label" translatable="yes">Create row only</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|rowonly">Create row only</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -516,7 +516,7 @@
</child>
<child>
<object class="GtkButton" id="tableformat">
- <property name="label" translatable="yes">Pr_operties...</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|tableformat">Pr_operties...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -529,7 +529,7 @@
</child>
<child>
<object class="GtkButton" id="autoformat">
- <property name="label" translatable="yes">Aut_oFormat...</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|autoformat">Aut_oFormat...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -545,7 +545,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Paragraph _style:</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|parastylelabel">Paragraph _style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">parastyle</property>
</object>
@@ -584,7 +584,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="fromdatabase">
- <property name="label" translatable="yes">From _database</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|fromdatabase">From _database</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -601,7 +601,7 @@
</child>
<child>
<object class="GtkRadioButton" id="userdefined">
- <property name="label" translatable="yes">_User-defined</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|userdefined">_User-defined</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -646,7 +646,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Format</property>
+ <property name="label" translatable="yes" context="insertdbcolumnsdialog|label3">Format</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/insertfootnote.ui b/sw/uiconfig/swriter/ui/insertfootnote.ui
index fb71d0a1b537..8a3979a5a55a 100644
--- a/sw/uiconfig/swriter/ui/insertfootnote.ui
+++ b/sw/uiconfig/swriter/ui/insertfootnote.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
@@ -15,7 +15,7 @@
<object class="GtkDialog" id="InsertFootnoteDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Footnote/Endnote</property>
+ <property name="title" translatable="yes" context="insertfootnote|InsertFootnoteDialog">Insert Footnote/Endnote</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -140,7 +140,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="automatic">
- <property name="label" translatable="yes">Automatic</property>
+ <property name="label" translatable="yes" context="insertfootnote|automatic">Automatic</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -158,7 +158,7 @@
</child>
<child>
<object class="GtkRadioButton" id="character">
- <property name="label" translatable="yes">Character</property>
+ <property name="label" translatable="yes" context="insertfootnote|character">Character</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -190,7 +190,7 @@
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="characterentry-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Character</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="insertfootnote|characterentry-atkobject">Character</property>
</object>
</child>
</object>
@@ -201,7 +201,7 @@
</child>
<child>
<object class="GtkButton" id="choosecharacter">
- <property name="label" translatable="yes">Choose…</property>
+ <property name="label" translatable="yes" context="insertfootnote|choosecharacter">Choose…</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -221,7 +221,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Numbering</property>
+ <property name="label" translatable="yes" context="insertfootnote|label1">Numbering</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -254,7 +254,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="footnote">
- <property name="label" translatable="yes">Footnote</property>
+ <property name="label" translatable="yes" context="insertfootnote|footnote">Footnote</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -272,7 +272,7 @@
</child>
<child>
<object class="GtkRadioButton" id="endnote">
- <property name="label" translatable="yes">Endnote</property>
+ <property name="label" translatable="yes" context="insertfootnote|endnote">Endnote</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -295,7 +295,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="insertfootnote|label2">Type</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/insertscript.ui b/sw/uiconfig/swriter/ui/insertscript.ui
index e609ceea3cdd..8d825ec1c4e7 100644
--- a/sw/uiconfig/swriter/ui/insertscript.ui
+++ b/sw/uiconfig/swriter/ui/insertscript.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
@@ -15,7 +15,7 @@
<object class="GtkDialog" id="InsertScriptDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Script</property>
+ <property name="title" translatable="yes" context="insertscript|InsertScriptDialog">Insert Script</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -33,7 +33,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Script type:</property>
+ <property name="label" translatable="yes" context="insertscript|label1">Script type:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -45,7 +45,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
- <property name="text" translatable="yes">JavaScript</property>
+ <property name="text" translatable="yes" context="insertscript|scripttype">JavaScript</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -55,7 +55,7 @@
</child>
<child>
<object class="GtkRadioButton" id="url">
- <property name="label" translatable="yes">URL:</property>
+ <property name="label" translatable="yes" context="insertscript|url">URL:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -83,7 +83,7 @@
</child>
<child>
<object class="GtkButton" id="browse">
- <property name="label" translatable="yes">Browse…</property>
+ <property name="label" translatable="yes" context="insertscript|browse">Browse…</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -96,7 +96,7 @@
</child>
<child>
<object class="GtkRadioButton" id="text">
- <property name="label" translatable="yes">Text:</property>
+ <property name="label" translatable="yes" context="insertscript|text">Text:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/sw/uiconfig/swriter/ui/insertsectiondialog.ui b/sw/uiconfig/swriter/ui/insertsectiondialog.ui
index c98a5ea9296e..d77039761b31 100644
--- a/sw/uiconfig/swriter/ui/insertsectiondialog.ui
+++ b/sw/uiconfig/swriter/ui/insertsectiondialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="InsertSectionDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Section</property>
+ <property name="title" translatable="yes" context="insertsectiondialog|InsertSectionDialog">Insert Section</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -19,7 +19,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="ok">
- <property name="label" translatable="yes">_Insert</property>
+ <property name="label" translatable="yes" context="insertsectiondialog|ok">_Insert</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="section">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Section</property>
+ <property name="label" translatable="yes" context="insertsectiondialog|section">Section</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="columns">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Columns</property>
+ <property name="label" translatable="yes" context="insertsectiondialog|columns">Columns</property>
</object>
<packing>
<property name="position">1</property>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="indents">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Indents</property>
+ <property name="label" translatable="yes" context="insertsectiondialog|indents">Indents</property>
</object>
<packing>
<property name="position">2</property>
@@ -138,7 +138,7 @@
<object class="GtkLabel" id="background">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Background</property>
+ <property name="label" translatable="yes" context="insertsectiondialog|background">Background</property>
</object>
<packing>
<property name="position">3</property>
@@ -152,7 +152,7 @@
<object class="GtkLabel" id="notes">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Footnotes/Endnotes</property>
+ <property name="label" translatable="yes" context="insertsectiondialog|notes">Footnotes/Endnotes</property>
</object>
<packing>
<property name="position">4</property>
diff --git a/sw/uiconfig/swriter/ui/inserttable.ui b/sw/uiconfig/swriter/ui/inserttable.ui
index b0f6ffb5fd69..f02c02f1d992 100644
--- a/sw/uiconfig/swriter/ui/inserttable.ui
+++ b/sw/uiconfig/swriter/ui/inserttable.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -12,7 +12,7 @@
<object class="GtkDialog" id="InsertTableDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Table</property>
+ <property name="title" translatable="yes" context="inserttable|InsertTableDialog">Insert Table</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -25,7 +25,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="ok">
- <property name="label" translatable="yes">Insert</property>
+ <property name="label" translatable="yes" context="inserttable|ok">Insert</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -120,7 +120,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Name:</property>
+ <property name="label" translatable="yes" context="inserttable|label3">_Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">nameedit</property>
<property name="xalign">0</property>
@@ -134,7 +134,7 @@
<object class="GtkLabel" id="3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Columns:</property>
+ <property name="label" translatable="yes" context="inserttable|3">_Columns:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">colspin</property>
<property name="xalign">0</property>
@@ -163,7 +163,7 @@
<object class="GtkLabel" id="4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Rows:</property>
+ <property name="label" translatable="yes" context="inserttable|4">_Rows:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">rowspin</property>
<property name="xalign">1</property>
@@ -196,7 +196,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">General</property>
+ <property name="label" translatable="yes" context="inserttable|label1">General</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -229,7 +229,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="headercb">
- <property name="label" translatable="yes">Hea_ding</property>
+ <property name="label" translatable="yes" context="inserttable|headercb">Hea_ding</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -244,7 +244,7 @@
</child>
<child>
<object class="GtkCheckButton" id="repeatcb">
- <property name="label" translatable="yes">Repeat heading rows on new _pages</property>
+ <property name="label" translatable="yes" context="inserttable|repeatcb">Repeat heading rows on new _pages</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
@@ -262,7 +262,7 @@
</child>
<child>
<object class="GtkCheckButton" id="bordercb">
- <property name="label" translatable="yes">_Border</property>
+ <property name="label" translatable="yes" context="inserttable|bordercb">_Border</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -278,7 +278,7 @@
</child>
<child>
<object class="GtkCheckButton" id="dontsplitcb">
- <property name="label" translatable="yes">Don’t _split table over pages</property>
+ <property name="label" translatable="yes" context="inserttable|dontsplitcb">Don’t _split table over pages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -317,7 +317,7 @@
<object class="GtkLabel" id="repeatheaderafter">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Heading ro_ws:</property>
+ <property name="label" translatable="yes" context="inserttable|repeatheaderafter">Heading ro_ws:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">repeatheaderspin</property>
</object>
@@ -334,7 +334,7 @@
</child>
<child>
<object class="GtkButton" id="autoformat">
- <property name="label" translatable="yes">Auto_Format</property>
+ <property name="label" translatable="yes" context="inserttable|autoformat">Auto_Format</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -356,7 +356,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="inserttable|label2">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/labeldialog.ui b/sw/uiconfig/swriter/ui/labeldialog.ui
index 5b76b4488068..04d47b715e36 100644
--- a/sw/uiconfig/swriter/ui/labeldialog.ui
+++ b/sw/uiconfig/swriter/ui/labeldialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="LabelDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Labels</property>
+ <property name="title" translatable="yes" context="labeldialog|LabelDialog">Labels</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -19,7 +19,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="ok">
- <property name="label" translatable="yes">_New Document</property>
+ <property name="label" translatable="yes" context="labeldialog|ok">_New Document</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="medium">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Medium</property>
+ <property name="label" translatable="yes" context="labeldialog|medium">Medium</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="labels">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Labels</property>
+ <property name="label" translatable="yes" context="labeldialog|labels">Labels</property>
</object>
<packing>
<property name="position">1</property>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="cards">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Business Cards</property>
+ <property name="label" translatable="yes" context="labeldialog|cards">Business Cards</property>
</object>
<packing>
<property name="position">2</property>
@@ -138,7 +138,7 @@
<object class="GtkLabel" id="private">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Private</property>
+ <property name="label" translatable="yes" context="labeldialog|private">Private</property>
</object>
<packing>
<property name="position">3</property>
@@ -152,7 +152,7 @@
<object class="GtkLabel" id="business">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Business</property>
+ <property name="label" translatable="yes" context="labeldialog|business">Business</property>
</object>
<packing>
<property name="position">4</property>
@@ -166,7 +166,7 @@
<object class="GtkLabel" id="format">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Format</property>
+ <property name="label" translatable="yes" context="labeldialog|format">Format</property>
</object>
<packing>
<property name="position">5</property>
@@ -180,7 +180,7 @@
<object class="GtkLabel" id="options">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="labeldialog|options">Options</property>
</object>
<packing>
<property name="position">6</property>
diff --git a/sw/uiconfig/swriter/ui/labelformatpage.ui b/sw/uiconfig/swriter/ui/labelformatpage.ui
index 2ed1680b0ac2..22d4d1b5569d 100644
--- a/sw/uiconfig/swriter/ui/labelformatpage.ui
+++ b/sw/uiconfig/swriter/ui/labelformatpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -26,7 +26,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Hori_zontal pitch:</property>
+ <property name="label" translatable="yes" context="labelformatpage|label1">Hori_zontal pitch:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">hori:0.00cm</property>
</object>
@@ -40,7 +40,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Vertical pitch:</property>
+ <property name="label" translatable="yes" context="labelformatpage|label2">_Vertical pitch:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">vert:0.00cm</property>
</object>
@@ -54,7 +54,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Width:</property>
+ <property name="label" translatable="yes" context="labelformatpage|label3">_Width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">width:0.00cm</property>
</object>
@@ -68,7 +68,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Height:</property>
+ <property name="label" translatable="yes" context="labelformatpage|label4">_Height:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">height:0.00cm</property>
</object>
@@ -82,7 +82,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Left margin:</property>
+ <property name="label" translatable="yes" context="labelformatpage|label5">_Left margin:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">left:0.00cm</property>
</object>
@@ -96,7 +96,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Top margin:</property>
+ <property name="label" translatable="yes" context="labelformatpage|label6">_Top margin:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">top:0.00cm</property>
</object>
@@ -110,7 +110,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Columns:</property>
+ <property name="label" translatable="yes" context="labelformatpage|label7">_Columns:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">cols</property>
</object>
@@ -124,7 +124,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">R_ows:</property>
+ <property name="label" translatable="yes" context="labelformatpage|label8">R_ows:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">rows</property>
</object>
@@ -138,7 +138,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">P_age width:</property>
+ <property name="label" translatable="yes" context="labelformatpage|label9">P_age width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">pagewidth:0.00cm</property>
</object>
@@ -152,7 +152,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Pa_ge height:</property>
+ <property name="label" translatable="yes" context="labelformatpage|label10">Pa_ge height:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">pageheight:0.00cm</property>
</object>
@@ -163,7 +163,7 @@
</child>
<child>
<object class="GtkButton" id="save">
- <property name="label" translatable="yes">_Save...</property>
+ <property name="label" translatable="yes" context="labelformatpage|save">_Save...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/labeloptionspage.ui b/sw/uiconfig/swriter/ui/labeloptionspage.ui
index bee63612aded..9930e2adcbe5 100644
--- a/sw/uiconfig/swriter/ui/labeloptionspage.ui
+++ b/sw/uiconfig/swriter/ui/labeloptionspage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -34,7 +34,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="entirepage">
- <property name="label" translatable="yes">_Entire page</property>
+ <property name="label" translatable="yes" context="labeloptionspage|entirepage">_Entire page</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="GtkRadioButton" id="singlelabel">
- <property name="label" translatable="yes">_Single label</property>
+ <property name="label" translatable="yes" context="labeloptionspage|singlelabel">_Single label</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -85,7 +85,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Colu_mn</property>
+ <property name="label" translatable="yes" context="labeloptionspage|label4">Colu_mn</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">cols</property>
</object>
@@ -128,7 +128,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Ro_w</property>
+ <property name="label" translatable="yes" context="labeloptionspage|label5">Ro_w</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">rows</property>
</object>
@@ -171,7 +171,7 @@
</child>
<child>
<object class="GtkCheckButton" id="synchronize">
- <property name="label" translatable="yes">Synchroni_ze contents</property>
+ <property name="label" translatable="yes" context="labeloptionspage|synchronize">Synchroni_ze contents</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -194,7 +194,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Distribute</property>
+ <property name="label" translatable="yes" context="labeloptionspage|label1">Distribute</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -229,7 +229,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="setup">
- <property name="label" translatable="yes">Setup...</property>
+ <property name="label" translatable="yes" context="labeloptionspage|setup">Setup...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -248,7 +248,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Printer Name</property>
+ <property name="label" translatable="yes" context="labeloptionspage|printername">Printer Name</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">setup</property>
</object>
@@ -267,7 +267,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Printer</property>
+ <property name="label" translatable="yes" context="labeloptionspage|label2">Printer</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/linenumbering.ui b/sw/uiconfig/swriter/ui/linenumbering.ui
index b37239aa85b3..102ba25c4ccc 100644
--- a/sw/uiconfig/swriter/ui/linenumbering.ui
+++ b/sw/uiconfig/swriter/ui/linenumbering.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="intervaladjustment">
@@ -23,16 +23,16 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Left</col>
+ <col id="0" translatable="yes" context="linenumbering|positionstore">Left</col>
</row>
<row>
- <col id="0" translatable="yes">Right</col>
+ <col id="0" translatable="yes" context="linenumbering|positionstore">Right</col>
</row>
<row>
- <col id="0" translatable="yes">Inner</col>
+ <col id="0" translatable="yes" context="linenumbering|positionstore">Inner</col>
</row>
<row>
- <col id="0" translatable="yes">Outer</col>
+ <col id="0" translatable="yes" context="linenumbering|positionstore">Outer</col>
</row>
</data>
</object>
@@ -45,7 +45,7 @@
<object class="GtkDialog" id="LineNumberingDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Line Numbering</property>
+ <property name="title" translatable="yes" context="linenumbering|LineNumberingDialog">Line Numbering</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -116,7 +116,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="shownumbering">
- <property name="label" translatable="yes">Show numbering</property>
+ <property name="label" translatable="yes" context="linenumbering|shownumbering">Show numbering</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -159,7 +159,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Character style:</property>
+ <property name="label" translatable="yes" context="linenumbering|characterstyle">Character style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">styledropdown</property>
</object>
@@ -173,7 +173,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Format:</property>
+ <property name="label" translatable="yes" context="linenumbering|format">Format:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -185,7 +185,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Position:</property>
+ <property name="label" translatable="yes" context="linenumbering|position">Position:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">positiondropdown</property>
</object>
@@ -199,7 +199,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Spacing:</property>
+ <property name="label" translatable="yes" context="linenumbering|spacing">Spacing:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spacingspin:0.00cm</property>
</object>
@@ -213,7 +213,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Interval:</property>
+ <property name="label" translatable="yes" context="linenumbering|interval">Interval:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">intervalspin</property>
</object>
@@ -298,7 +298,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">lines</property>
+ <property name="label" translatable="yes" context="linenumbering|intervallines">lines</property>
</object>
<packing>
<property name="expand">False</property>
@@ -321,7 +321,7 @@
<object class="GtkLabel" id="view">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">View</property>
+ <property name="label" translatable="yes" context="linenumbering|view">View</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -362,7 +362,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Text:</property>
+ <property name="label" translatable="yes" context="linenumbering|text">Text:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">textentry</property>
</object>
@@ -376,7 +376,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Every:</property>
+ <property name="label" translatable="yes" context="linenumbering|every">Every:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">linesspin</property>
</object>
@@ -403,7 +403,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">lines</property>
+ <property name="label" translatable="yes" context="linenumbering|lines">lines</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -430,7 +430,7 @@
<object class="GtkLabel" id="separator">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Separator</property>
+ <property name="label" translatable="yes" context="linenumbering|separator">Separator</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -463,7 +463,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="blanklines">
- <property name="label" translatable="yes">Blank lines</property>
+ <property name="label" translatable="yes" context="linenumbering|blanklines">Blank lines</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -479,7 +479,7 @@
</child>
<child>
<object class="GtkCheckButton" id="linesintextframes">
- <property name="label" translatable="yes">Lines in text frames</property>
+ <property name="label" translatable="yes" context="linenumbering|linesintextframes">Lines in text frames</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -494,7 +494,7 @@
</child>
<child>
<object class="GtkCheckButton" id="showfooterheadernumbering">
- <property name="label" translatable="yes">Include header and footer</property>
+ <property name="label" translatable="yes" context="linenumbering|showfooterheadernumbering">Include header and footer</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -509,7 +509,7 @@
</child>
<child>
<object class="GtkCheckButton" id="restarteverynewpage">
- <property name="label" translatable="yes">Restart every new page</property>
+ <property name="label" translatable="yes" context="linenumbering|restarteverynewpage">Restart every new page</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -531,7 +531,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="ypad">1</property>
- <property name="label" translatable="yes">Count</property>
+ <property name="label" translatable="yes" context="linenumbering|count">Count</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/mailconfigpage.ui b/sw/uiconfig/swriter/ui/mailconfigpage.ui
index 0d452812f239..2544a7dcf051 100644
--- a/sw/uiconfig/swriter/ui/mailconfigpage.ui
+++ b/sw/uiconfig/swriter/ui/mailconfigpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.19.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.6"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -82,7 +82,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Your name:</property>
+ <property name="label" translatable="yes" context="mailconfigpage|displayname_label">_Your name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">displayname</property>
</object>
@@ -96,7 +96,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_E-mail address:</property>
+ <property name="label" translatable="yes" context="mailconfigpage|address_label">_E-mail address:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">address</property>
</object>
@@ -107,7 +107,7 @@
</child>
<child>
<object class="GtkCheckButton" id="replytocb">
- <property name="label" translatable="yes">Send replies to _different e-mail address</property>
+ <property name="label" translatable="yes" context="mailconfigpage|replytocb">Send replies to _different e-mail address</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -126,7 +126,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Reply address:</property>
+ <property name="label" translatable="yes" context="mailconfigpage|replyto_label">_Reply address:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">replyto</property>
</object>
@@ -143,7 +143,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">User Information</property>
+ <property name="label" translatable="yes" context="mailconfigpage|label1">User Information</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -181,7 +181,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="secure">
- <property name="label" translatable="yes">_Use secure connection (SSL)</property>
+ <property name="label" translatable="yes" context="mailconfigpage|secure">_Use secure connection (SSL)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -219,7 +219,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Server name:</property>
+ <property name="label" translatable="yes" context="mailconfigpage|server_label">_Server name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">server</property>
</object>
@@ -233,7 +233,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Port:</property>
+ <property name="label" translatable="yes" context="mailconfigpage|port_label">_Port:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">port</property>
</object>
@@ -271,7 +271,7 @@
<property name="layout_style">center</property>
<child>
<object class="GtkButton" id="serverauthentication">
- <property name="label" translatable="yes">Ser_ver Authentication…</property>
+ <property name="label" translatable="yes" context="mailconfigpage|serverauthentication">Ser_ver Authentication…</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -297,7 +297,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Outgoing Server (SMTP) Settings</property>
+ <property name="label" translatable="yes" context="mailconfigpage|label2">Outgoing Server (SMTP) Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -319,7 +319,7 @@
<property name="layout_style">center</property>
<child>
<object class="GtkButton" id="test">
- <property name="label" translatable="yes">_Test Settings</property>
+ <property name="label" translatable="yes" context="mailconfigpage|test">_Test Settings</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/mailmerge.ui b/sw/uiconfig/swriter/ui/mailmerge.ui
index 05fce81e1121..bc6bfbd90701 100644
--- a/sw/uiconfig/swriter/ui/mailmerge.ui
+++ b/sw/uiconfig/swriter/ui/mailmerge.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -9,7 +9,7 @@
<object class="GtkDialog" id="MailmergeDialog">
<property name="can_focus">False</property>
<property name="border_width">5</property>
- <property name="title" translatable="yes">Mail Merge</property>
+ <property name="title" translatable="yes" context="mailmerge|MailmergeDialog">Mail Merge</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -128,7 +128,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="all">
- <property name="label" translatable="yes">_All</property>
+ <property name="label" translatable="yes" context="mailmerge|all">_All</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -146,7 +146,7 @@
</child>
<child>
<object class="GtkRadioButton" id="selected">
- <property name="label" translatable="yes">_Selected records</property>
+ <property name="label" translatable="yes" context="mailmerge|selected">_Selected records</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -169,7 +169,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkRadioButton" id="rbfrom">
- <property name="label" translatable="yes">_From:</property>
+ <property name="label" translatable="yes" context="mailmerge|rbfrom">_From:</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -203,7 +203,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_To:</property>
+ <property name="label" translatable="yes" context="mailmerge|label3">_To:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">to</property>
</object>
@@ -242,7 +242,7 @@
<object class="GtkLabel" id="recordslabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Records</property>
+ <property name="label" translatable="yes" context="mailmerge|recordslabel">Records</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -282,7 +282,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="printer">
- <property name="label" translatable="yes">_Printer</property>
+ <property name="label" translatable="yes" context="mailmerge|printer">_Printer</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -300,7 +300,7 @@
</child>
<child>
<object class="GtkRadioButton" id="electronic">
- <property name="label" translatable="yes">_Electronic</property>
+ <property name="label" translatable="yes" context="mailmerge|electronic">_Electronic</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -318,7 +318,7 @@
</child>
<child>
<object class="GtkRadioButton" id="file">
- <property name="label" translatable="yes">File</property>
+ <property name="label" translatable="yes" context="mailmerge|file">File</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -342,7 +342,7 @@
</child>
<child>
<object class="GtkCheckButton" id="singlejobs">
- <property name="label" translatable="yes">_Single print jobs</property>
+ <property name="label" translatable="yes" context="mailmerge|singlejobs">_Single print jobs</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -391,7 +391,7 @@
<property name="column_spacing">6</property>
<child>
<object class="GtkCheckButton" id="generate">
- <property name="label" translatable="yes">Generate file name from _database</property>
+ <property name="label" translatable="yes" context="mailmerge|generate">Generate file name from _database</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -412,7 +412,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Field:</property>
+ <property name="label" translatable="yes" context="mailmerge|fieldlabel">Field:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -425,7 +425,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Path:</property>
+ <property name="label" translatable="yes" context="mailmerge|pathlabel">_Path:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">path</property>
</object>
@@ -440,7 +440,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_ile format:</property>
+ <property name="label" translatable="yes" context="mailmerge|fileformatlabel">F_ile format:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">fileformat</property>
</object>
@@ -503,7 +503,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Subject:</property>
+ <property name="label" translatable="yes" context="mailmerge|subjectlabel">_Subject:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">subject</property>
</object>
@@ -531,7 +531,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Attachments:</property>
+ <property name="label" translatable="yes" context="mailmerge|attachmentslabel">Attachments:</property>
<property name="mnemonic_widget">attachments</property>
</object>
<packing>
@@ -573,7 +573,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Mail format:</property>
+ <property name="label" translatable="yes" context="mailmerge|mailformatlabel">Mail format:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -593,7 +593,7 @@
</child>
<child>
<object class="GtkCheckButton" id="html">
- <property name="label" translatable="yes">HTM_L</property>
+ <property name="label" translatable="yes" context="mailmerge|html">HTM_L</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
@@ -610,7 +610,7 @@
</child>
<child>
<object class="GtkCheckButton" id="rtf">
- <property name="label" translatable="yes">RT_F</property>
+ <property name="label" translatable="yes" context="mailmerge|rtf">RT_F</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
@@ -627,7 +627,7 @@
</child>
<child>
<object class="GtkCheckButton" id="swriter">
- <property name="label" translatable="yes">%PRODUCTNAME Writer</property>
+ <property name="label" translatable="yes" context="mailmerge|swriter">%PRODUCTNAME Writer</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
@@ -677,7 +677,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="singledocument">
- <property name="label" translatable="yes">S_ave as single document</property>
+ <property name="label" translatable="yes" context="mailmerge|singledocument">S_ave as single document</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -695,7 +695,7 @@
</child>
<child>
<object class="GtkRadioButton" id="individualdocuments">
- <property name="label" translatable="yes">Sa_ve as individual documents</property>
+ <property name="label" translatable="yes" context="mailmerge|individualdocuments">Sa_ve as individual documents</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -721,7 +721,7 @@
<object class="GtkLabel" id="savemergeddoclabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Save Merged Document</property>
+ <property name="label" translatable="yes" context="mailmerge|savemergeddoclabel">Save Merged Document</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -742,7 +742,7 @@
<object class="GtkLabel" id="outputlabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Output</property>
+ <property name="label" translatable="yes" context="mailmerge|outputlabel">Output</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/mailmergedialog.ui b/sw/uiconfig/swriter/ui/mailmergedialog.ui
index 2de61acbe95c..8ec1e747630c 100644
--- a/sw/uiconfig/swriter/ui/mailmergedialog.ui
+++ b/sw/uiconfig/swriter/ui/mailmergedialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="MailMergeDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Mail Merge</property>
+ <property name="title" translatable="yes" context="mailmergedialog|MailMergeDialog">Mail Merge</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -90,7 +90,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="document">
- <property name="label" translatable="yes">From this _document</property>
+ <property name="label" translatable="yes" context="mailmergedialog|document">From this _document</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -109,7 +109,7 @@
</child>
<child>
<object class="GtkRadioButton" id="template">
- <property name="label" translatable="yes">From a _template</property>
+ <property name="label" translatable="yes" context="mailmergedialog|template">From a _template</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -133,7 +133,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Create</property>
+ <property name="label" translatable="yes" context="mailmergedialog|label1">Create</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/managechangessidebar.ui b/sw/uiconfig/swriter/ui/managechangessidebar.ui
index 1cb777a04c4a..486cf4f1a1e9 100644
--- a/sw/uiconfig/swriter/ui/managechangessidebar.ui
+++ b/sw/uiconfig/swriter/ui/managechangessidebar.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkGrid" id="ManageChangesPanel">
<property name="visible">True</property>
@@ -45,7 +45,7 @@
<property name="column_spacing">6</property>
<child>
<object class="GtkButton" id="accept">
- <property name="label" translatable="yes">_Accept</property>
+ <property name="label" translatable="yes" context="managechangessidebar|accept">_Accept</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -61,7 +61,7 @@
</child>
<child>
<object class="GtkButton" id="reject">
- <property name="label" translatable="yes">_Reject</property>
+ <property name="label" translatable="yes" context="managechangessidebar|reject">_Reject</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -77,7 +77,7 @@
</child>
<child>
<object class="GtkButton" id="acceptall">
- <property name="label" translatable="yes">A_ccept All</property>
+ <property name="label" translatable="yes" context="managechangessidebar|acceptall">A_ccept All</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -93,7 +93,7 @@
</child>
<child>
<object class="GtkButton" id="rejectall">
- <property name="label" translatable="yes">R_eject All</property>
+ <property name="label" translatable="yes" context="managechangessidebar|rejectall">R_eject All</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -156,14 +156,14 @@
<object class="GtkMenuItem" id="writeredit">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Edit Comment...</property>
+ <property name="label" translatable="yes" context="managechangessidebar|writeredit">Edit Comment...</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="writersort">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Sort By</property>
+ <property name="label" translatable="yes" context="managechangessidebar|writersort">Sort By</property>
<property name="use_underline">True</property>
<child type="submenu">
<object class="GtkMenu">
@@ -173,7 +173,7 @@
<object class="GtkRadioMenuItem" id="writeraction">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Action</property>
+ <property name="label" translatable="yes" context="managechangessidebar|writeraction">Action</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -181,7 +181,7 @@
<object class="GtkRadioMenuItem" id="writerauthor">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Author</property>
+ <property name="label" translatable="yes" context="managechangessidebar|writerauthor">Author</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -189,7 +189,7 @@
<object class="GtkRadioMenuItem" id="writerdate">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Date</property>
+ <property name="label" translatable="yes" context="managechangessidebar|writerdate">Date</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -197,7 +197,7 @@
<object class="GtkRadioMenuItem" id="writerdesc">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Comment</property>
+ <property name="label" translatable="yes" context="managechangessidebar|writerdesc">Comment</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -205,7 +205,7 @@
<object class="GtkRadioMenuItem" id="writerposition">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Document Position</property>
+ <property name="label" translatable="yes" context="managechangessidebar|writerposition">Document Position</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sw/uiconfig/swriter/ui/mergeconnectdialog.ui b/sw/uiconfig/swriter/ui/mergeconnectdialog.ui
index 71a8cc11cadb..da09f324c1d2 100644
--- a/sw/uiconfig/swriter/ui/mergeconnectdialog.ui
+++ b/sw/uiconfig/swriter/ui/mergeconnectdialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="MergeConnectDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Data Source Connection</property>
+ <property name="title" translatable="yes" context="mergeconnectdialog|MergeConnectDialog">Data Source Connection</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -90,7 +90,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="existing">
- <property name="label" translatable="yes">_Use existing</property>
+ <property name="label" translatable="yes" context="mergeconnectdialog|existing">_Use existing</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -109,7 +109,7 @@
</child>
<child>
<object class="GtkRadioButton" id="new">
- <property name="label" translatable="yes">_Create new connection</property>
+ <property name="label" translatable="yes" context="mergeconnectdialog|new">_Create new connection</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -131,7 +131,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">Fields are used to personalize form letters. The fields are placeholders for data from a data source, such as a database. The fields in the form letter must be connected to the data source.</property>
+ <property name="label" translatable="yes" context="mergeconnectdialog|label2">Fields are used to personalize form letters. The fields are placeholders for data from a data source, such as a database. The fields in the form letter must be connected to the data source.</property>
<property name="wrap">True</property>
<property name="max_width_chars">52</property>
</object>
@@ -150,7 +150,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Connect</property>
+ <property name="label" translatable="yes" context="mergeconnectdialog|label1">Connect</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/mergetabledialog.ui b/sw/uiconfig/swriter/ui/mergetabledialog.ui
index 9d5ceacaaea7..b2a066776818 100644
--- a/sw/uiconfig/swriter/ui/mergetabledialog.ui
+++ b/sw/uiconfig/swriter/ui/mergetabledialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="MergeTableDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Merge Tables</property>
+ <property name="title" translatable="yes" context="mergetabledialog|MergeTableDialog">Merge Tables</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -87,7 +87,7 @@
<property name="can_focus">False</property>
<child>
<object class="GtkRadioButton" id="prev">
- <property name="label" translatable="yes">Join with _previous table</property>
+ <property name="label" translatable="yes" context="mergetabledialog|prev">Join with _previous table</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -106,7 +106,7 @@
</child>
<child>
<object class="GtkRadioButton" id="next">
- <property name="label" translatable="yes">Join with _next table</property>
+ <property name="label" translatable="yes" context="mergetabledialog|next">Join with _next table</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -130,7 +130,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Mode</property>
+ <property name="label" translatable="yes" context="mergetabledialog|label1">Mode</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/mmaddressblockpage.ui b/sw/uiconfig/swriter/ui/mmaddressblockpage.ui
index 76d8980b363e..b9dadcae621e 100644
--- a/sw/uiconfig/swriter/ui/mmaddressblockpage.ui
+++ b/sw/uiconfig/swriter/ui/mmaddressblockpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkImage" id="image1">
@@ -59,7 +59,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkButton" id="addresslist">
- <property name="label" translatable="yes">Select A_ddress List...</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|addresslist">Select A_ddress List...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -74,7 +74,7 @@
</child>
<child>
<object class="GtkButton" id="differentlist">
- <property name="label" translatable="yes">Select Different A_ddress List...</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|differentlist">Select Different A_ddress List...</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -100,7 +100,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Current address list: %1</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|currentaddress">Current address list: %1</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -122,7 +122,7 @@
<property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">Select the address list containing the address data you want to use. This data is needed to create the address block.</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|label2">Select the address list containing the address data you want to use. This data is needed to create the address block.</property>
<property name="wrap">True</property>
<property name="max_width_chars">56</property>
</object>
@@ -139,7 +139,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">1.</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|label3">1.</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -172,7 +172,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="assign">
- <property name="label" translatable="yes">Match _Fields...</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|assign">Match _Fields...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -199,7 +199,7 @@
<property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">Match the field name used in the mail merge to the column headers in your data source.</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|label4">Match the field name used in the mail merge to the column headers in your data source.</property>
<property name="wrap">True</property>
<property name="max_width_chars">56</property>
</object>
@@ -216,7 +216,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">3.</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|settingsft1">3.</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -255,7 +255,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">2.</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|settingsft">2.</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -266,7 +266,7 @@
</child>
<child>
<object class="GtkCheckButton" id="address">
- <property name="label" translatable="yes">_This document shall contain an address block</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|address">_This document shall contain an address block</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -304,7 +304,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="settings">
- <property name="label" translatable="yes">_More...</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|settings">_More...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -342,7 +342,7 @@
</child>
<child>
<object class="GtkCheckButton" id="hideempty">
- <property name="label" translatable="yes">_Suppress lines with just empty fields</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|hideempty">_Suppress lines with just empty fields</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -420,7 +420,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Preview Previous Address Block</property>
+ <property name="tooltip_text" translatable="yes" context="mmaddressblockpage|prev|tooltip_text">Preview Previous Address Block</property>
<property name="image">image1</property>
</object>
<packing>
@@ -435,7 +435,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Preview Next Address Block</property>
+ <property name="tooltip_text" translatable="yes" context="mmaddressblockpage|next|tooltip_text">Preview Next Address Block</property>
<property name="image">image2</property>
</object>
<packing>
@@ -451,7 +451,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Document: %1</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|documentindex">Document: %1</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -491,7 +491,7 @@
<property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">Check if the address data matches correctly.</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|label6">Check if the address data matches correctly.</property>
<property name="wrap">True</property>
<property name="max_width_chars">56</property>
</object>
@@ -508,7 +508,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">4.</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|settingsft2">4.</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -541,7 +541,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Insert Address Block</property>
+ <property name="label" translatable="yes" context="mmaddressblockpage|label1">Insert Address Block</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/mmcreatingdialog.ui b/sw/uiconfig/swriter/ui/mmcreatingdialog.ui
index 6572c8ce965c..43cc183b1f66 100644
--- a/sw/uiconfig/swriter/ui/mmcreatingdialog.ui
+++ b/sw/uiconfig/swriter/ui/mmcreatingdialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="MMCreatingDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Mail Merge</property>
+ <property name="title" translatable="yes" context="mmcreatingdialog|MMCreatingDialog">Mail Merge</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -49,7 +49,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Status:</property>
+ <property name="label" translatable="yes" context="mmcreatingdialog|label1">Status:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -63,7 +63,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Progress:</property>
+ <property name="label" translatable="yes" context="mmcreatingdialog|label2">Progress:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -77,7 +77,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Creating documents...</property>
+ <property name="label" translatable="yes" context="mmcreatingdialog|label3">Creating documents...</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -91,7 +91,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">%X of %Y</property>
+ <property name="label" translatable="yes" context="mmcreatingdialog|progress">%X of %Y</property>
</object>
<packing>
<property name="left_attach">1</property>
diff --git a/sw/uiconfig/swriter/ui/mmlayoutpage.ui b/sw/uiconfig/swriter/ui/mmlayoutpage.ui
index 1d7eac2c47dd..cd00c937a249 100644
--- a/sw/uiconfig/swriter/ui/mmlayoutpage.ui
+++ b/sw/uiconfig/swriter/ui/mmlayoutpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">999.99000000000001</property>
@@ -71,7 +71,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_From top</property>
+ <property name="label" translatable="yes" context="mmlayoutpage|label6">_From top</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">top:0.00cm</property>
</object>
@@ -86,7 +86,7 @@
<object class="GtkSpinButton" id="top:0.00cm">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="text" translatable="yes">2.00</property>
+ <property name="text" translatable="yes" context="mmlayoutpage|top">2.00</property>
<property name="adjustment">adjustment1</property>
<property name="digits">2</property>
<property name="value">2</property>
@@ -113,7 +113,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="align">
- <property name="label" translatable="yes">Align to text body</property>
+ <property name="label" translatable="yes" context="mmlayoutpage|align">Align to text body</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -160,7 +160,7 @@
<property name="can_focus">False</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">From _left</property>
+ <property name="label" translatable="yes" context="mmlayoutpage|leftft">From _left</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">left:0.00cm</property>
</object>
@@ -202,7 +202,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Address Block Position</property>
+ <property name="label" translatable="yes" context="mmlayoutpage|label2">Address Block Position</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -239,7 +239,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Move</property>
+ <property name="label" translatable="yes" context="mmlayoutpage|label4">Move</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">up</property>
</object>
@@ -255,7 +255,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Move</property>
+ <property name="label" translatable="yes" context="mmlayoutpage|label5">Move</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">down</property>
</object>
@@ -268,7 +268,7 @@
</child>
<child>
<object class="GtkButton" id="up">
- <property name="label" translatable="yes">_Up</property>
+ <property name="label" translatable="yes" context="mmlayoutpage|up">_Up</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -283,7 +283,7 @@
</child>
<child>
<object class="GtkButton" id="down">
- <property name="label" translatable="yes">_Down</property>
+ <property name="label" translatable="yes" context="mmlayoutpage|down">_Down</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -304,7 +304,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Salutation Position</property>
+ <property name="label" translatable="yes" context="mmlayoutpage|label3">Salutation Position</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -344,7 +344,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Zoom</property>
+ <property name="label" translatable="yes" context="mmlayoutpage|label7">_Zoom</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">zoom</property>
</object>
@@ -360,7 +360,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Entire page</item>
+ <item translatable="yes" context="mmlayoutpage|zoom">Entire page</item>
</items>
</object>
<packing>
@@ -412,7 +412,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Adjust Layout of Address Block and Salutation</property>
+ <property name="label" translatable="yes" context="mmlayoutpage|label1">Adjust Layout of Address Block and Salutation</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/mmmailbody.ui b/sw/uiconfig/swriter/ui/mmmailbody.ui
index 936e09a4521f..fefe074dc481 100644
--- a/sw/uiconfig/swriter/ui/mmmailbody.ui
+++ b/sw/uiconfig/swriter/ui/mmmailbody.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="MailBodyDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">E-Mail Message</property>
+ <property name="title" translatable="yes" context="mmmailbody|MailBodyDialog">E-Mail Message</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -88,7 +88,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Write your message here</property>
+ <property name="label" translatable="yes" context="mmmailbody|bodyft">Write your message here</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">bodymle:border</property>
</object>
@@ -129,7 +129,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="greeting">
- <property name="label" translatable="yes">This e-mail should contain a salutation</property>
+ <property name="label" translatable="yes" context="mmmailbody|greeting">This e-mail should contain a salutation</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -161,7 +161,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">General salutation</property>
+ <property name="label" translatable="yes" context="mmmailbody|generalft">General salutation</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">general</property>
</object>
@@ -216,7 +216,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Address list field indicating a female recipient</property>
+ <property name="label" translatable="yes" context="mmmailbody|femalefi">Address list field indicating a female recipient</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -230,7 +230,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Female</property>
+ <property name="label" translatable="yes" context="mmmailbody|femaleft">_Female</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">female</property>
</object>
@@ -246,7 +246,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Male</property>
+ <property name="label" translatable="yes" context="mmmailbody|maleft">_Male</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">male</property>
</object>
@@ -262,7 +262,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Field name</property>
+ <property name="label" translatable="yes" context="mmmailbody|femalecolft">Field name</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -277,7 +277,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Field value</property>
+ <property name="label" translatable="yes" context="mmmailbody|femalefieldft">Field value</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -289,7 +289,7 @@
</child>
<child>
<object class="GtkButton" id="newfemale">
- <property name="label" translatable="yes">_New...</property>
+ <property name="label" translatable="yes" context="mmmailbody|newfemale">_New...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -306,7 +306,7 @@
</child>
<child>
<object class="GtkButton" id="newmale">
- <property name="label" translatable="yes">N_ew...</property>
+ <property name="label" translatable="yes" context="mmmailbody|newmale">N_ew...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -401,7 +401,7 @@
</child>
<child>
<object class="GtkCheckButton" id="personalized">
- <property name="label" translatable="yes">Insert personalized salutation</property>
+ <property name="label" translatable="yes" context="mmmailbody|personalized">Insert personalized salutation</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
diff --git a/sw/uiconfig/swriter/ui/mmoutputtypepage.ui b/sw/uiconfig/swriter/ui/mmoutputtypepage.ui
index 2f5512bcfcb6..7a92cac91c42 100644
--- a/sw/uiconfig/swriter/ui/mmoutputtypepage.ui
+++ b/sw/uiconfig/swriter/ui/mmoutputtypepage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="MMOutputTypePage">
<property name="visible">True</property>
@@ -42,7 +42,7 @@
<property name="vexpand">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">Send letters to a group of recipients. The letters can contain an address block and a salutation. The letters can be personalized for each recipient.</property>
+ <property name="label" translatable="yes" context="mmoutputtypepage|letterft">Send letters to a group of recipients. The letters can contain an address block and a salutation. The letters can be personalized for each recipient.</property>
<property name="wrap">True</property>
<property name="max_width_chars">72</property>
</object>
@@ -59,7 +59,7 @@
<property name="vexpand">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">Send e-mail messages to a group of recipients. The e-mail messages can contain a salutation. The e-mail messages can be personalized for each recipient.</property>
+ <property name="label" translatable="yes" context="mmoutputtypepage|emailft">Send e-mail messages to a group of recipients. The e-mail messages can contain a salutation. The e-mail messages can be personalized for each recipient.</property>
<property name="wrap">True</property>
<property name="max_width_chars">72</property>
</object>
@@ -75,7 +75,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="letter">
- <property name="label" translatable="yes">_Letter</property>
+ <property name="label" translatable="yes" context="mmoutputtypepage|letter">_Letter</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -91,7 +91,7 @@
</child>
<child>
<object class="GtkRadioButton" id="email">
- <property name="label" translatable="yes">_E-mail message</property>
+ <property name="label" translatable="yes" context="mmoutputtypepage|email">_E-mail message</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="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">What Type of Document Do You Want to Create?</property>
+ <property name="label" translatable="yes" context="mmoutputtypepage|label1">What Type of Document Do You Want to Create?</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/mmresultemaildialog.ui b/sw/uiconfig/swriter/ui/mmresultemaildialog.ui
index 61494dffc87a..f268741b5554 100644
--- a/sw/uiconfig/swriter/ui/mmresultemaildialog.ui
+++ b/sw/uiconfig/swriter/ui/mmresultemaildialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkListStore" id="liststore1">
<columns>
@@ -11,23 +11,23 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">OpenDocument Text</col>
+ <col id="0" translatable="yes" context="mmresultemaildialog|liststore1">OpenDocument Text</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Adobe PDF-Document</col>
+ <col id="0" translatable="yes" context="mmresultemaildialog|liststore1">Adobe PDF-Document</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Microsoft Word Document</col>
+ <col id="0" translatable="yes" context="mmresultemaildialog|liststore1">Microsoft Word Document</col>
<col id="1">3</col>
</row>
<row>
- <col id="0" translatable="yes">HTML Message</col>
+ <col id="0" translatable="yes" context="mmresultemaildialog|liststore1">HTML Message</col>
<col id="1">4</col>
</row>
<row>
- <col id="0" translatable="yes">Plain Text</col>
+ <col id="0" translatable="yes" context="mmresultemaildialog|liststore1">Plain Text</col>
<col id="1">5</col>
</row>
</data>
@@ -35,7 +35,7 @@
<object class="GtkDialog" id="MMResultEmailDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">E-Mail merged document</property>
+ <property name="title" translatable="yes" context="mmresultemaildialog|MMResultEmailDialog">E-Mail merged document</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -48,7 +48,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="ok">
- <property name="label" translatable="yes">Send Documents</property>
+ <property name="label" translatable="yes" context="mmresultemaildialog|ok">Send Documents</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -130,7 +130,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">T_o</property>
+ <property name="label" translatable="yes" context="mmresultemaildialog|mailtoft">T_o</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">mailto</property>
</object>
@@ -152,7 +152,7 @@
</child>
<child>
<object class="GtkButton" id="copyto">
- <property name="label" translatable="yes">_Copy to...</property>
+ <property name="label" translatable="yes" context="mmresultemaildialog|copyto">_Copy to...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -168,7 +168,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">S_ubject</property>
+ <property name="label" translatable="yes" context="mmresultemaildialog|subjectft">S_ubject</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">subject</property>
</object>
@@ -193,7 +193,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Sen_d as</property>
+ <property name="label" translatable="yes" context="mmresultemaildialog|sendasft">Sen_d as</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">sendas</property>
</object>
@@ -216,7 +216,7 @@
</child>
<child>
<object class="GtkButton" id="sendassettings">
- <property name="label" translatable="yes">Pr_operties...</property>
+ <property name="label" translatable="yes" context="mmresultemaildialog|sendassettings">Pr_operties...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -262,7 +262,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Name of the a_ttachment</property>
+ <property name="label" translatable="yes" context="mmresultemaildialog|attachft">Name of the a_ttachment</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">attach</property>
</object>
@@ -281,7 +281,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">E-Mail options</property>
+ <property name="label" translatable="yes" context="mmresultemaildialog|label2">E-Mail options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -313,7 +313,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="sendallrb">
- <property name="label" translatable="yes">S_end all documents</property>
+ <property name="label" translatable="yes" context="mmresultemaildialog|sendallrb">S_end all documents</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -336,7 +336,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="fromrb">
- <property name="label" translatable="yes">_From</property>
+ <property name="label" translatable="yes" context="mmresultemaildialog|fromrb">_From</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -357,7 +357,7 @@
<object class="GtkLabel" id="toft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_To</property>
+ <property name="label" translatable="yes" context="mmresultemaildialog|toft">_To</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">to-nospin</property>
</object>
@@ -406,7 +406,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Send records</property>
+ <property name="label" translatable="yes" context="mmresultemaildialog|label1">Send records</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/mmresultprintdialog.ui b/sw/uiconfig/swriter/ui/mmresultprintdialog.ui
index a19a207e9576..8c7de923923a 100644
--- a/sw/uiconfig/swriter/ui/mmresultprintdialog.ui
+++ b/sw/uiconfig/swriter/ui/mmresultprintdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="MMResultPrintDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Print merged document</property>
+ <property name="title" translatable="yes" context="mmresultprintdialog|MMResultPrintDialog">Print merged document</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="ok">
- <property name="label" translatable="yes">Print Documents</property>
+ <property name="label" translatable="yes" context="mmresultprintdialog|ok">Print Documents</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -94,7 +94,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Printer</property>
+ <property name="label" translatable="yes" context="mmresultprintdialog|printerft">_Printer</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">printers</property>
</object>
@@ -116,7 +116,7 @@
</child>
<child>
<object class="GtkButton" id="printersettings">
- <property name="label" translatable="yes">P_roperties...</property>
+ <property name="label" translatable="yes" context="mmresultprintdialog|printersettings">P_roperties...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -135,7 +135,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Printer options</property>
+ <property name="label" translatable="yes" context="mmresultprintdialog|label2">Printer options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -171,7 +171,7 @@
<property name="can_focus">False</property>
<child>
<object class="GtkRadioButton" id="printallrb">
- <property name="label" translatable="yes">Print _all documents</property>
+ <property name="label" translatable="yes" context="mmresultprintdialog|printallrb">Print _all documents</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -196,7 +196,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="fromrb">
- <property name="label" translatable="yes">_From</property>
+ <property name="label" translatable="yes" context="mmresultprintdialog|fromrb">_From</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -217,7 +217,7 @@
<object class="GtkLabel" id="toft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_To</property>
+ <property name="label" translatable="yes" context="mmresultprintdialog|toft">_To</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">to-nospin</property>
</object>
@@ -268,7 +268,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Print records</property>
+ <property name="label" translatable="yes" context="mmresultprintdialog|label1">Print records</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/mmresultsavedialog.ui b/sw/uiconfig/swriter/ui/mmresultsavedialog.ui
index db75e4846709..82e6028dc093 100644
--- a/sw/uiconfig/swriter/ui/mmresultsavedialog.ui
+++ b/sw/uiconfig/swriter/ui/mmresultsavedialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="MMResultSaveDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Save merged document</property>
+ <property name="title" translatable="yes" context="mmresultsavedialog|MMResultSaveDialog">Save merged document</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="ok">
- <property name="label" translatable="yes">Save Documents</property>
+ <property name="label" translatable="yes" context="mmresultsavedialog|ok">Save Documents</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -91,7 +91,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="singlerb">
- <property name="label" translatable="yes">S_ave as a single large document</property>
+ <property name="label" translatable="yes" context="mmresultsavedialog|singlerb">S_ave as a single large document</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="individualrb">
- <property name="label" translatable="yes">Sa_ve as individual documents</property>
+ <property name="label" translatable="yes" context="mmresultsavedialog|individualrb">Sa_ve as individual documents</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -129,7 +129,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="fromrb">
- <property name="label" translatable="yes">_From</property>
+ <property name="label" translatable="yes" context="mmresultsavedialog|fromrb">_From</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -150,7 +150,7 @@
<object class="GtkLabel" id="toft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_To</property>
+ <property name="label" translatable="yes" context="mmresultsavedialog|toft">_To</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">to-nospin</property>
</object>
@@ -198,7 +198,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Save As options</property>
+ <property name="label" translatable="yes" context="mmresultsavedialog|label2">Save As options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/mmsalutationpage.ui b/sw/uiconfig/swriter/ui/mmsalutationpage.ui
index 265438b5dd3b..30b38a25d335 100644
--- a/sw/uiconfig/swriter/ui/mmsalutationpage.ui
+++ b/sw/uiconfig/swriter/ui/mmsalutationpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="MMSalutationPage">
@@ -46,7 +46,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Preview</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|previewft">Preview</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">preview:border</property>
</object>
@@ -67,7 +67,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="assign">
- <property name="label" translatable="yes">_Match fields...</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|assign">_Match fields...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -105,7 +105,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Preview Previous Address Block</property>
+ <property name="tooltip_text" translatable="yes" context="mmsalutationpage|prev|tooltip_text">Preview Previous Address Block</property>
<property name="image">image1</property>
</object>
<packing>
@@ -120,7 +120,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Preview Next Address Block</property>
+ <property name="tooltip_text" translatable="yes" context="mmsalutationpage|next|tooltip_text">Preview Next Address Block</property>
<property name="image">image2</property>
</object>
<packing>
@@ -136,7 +136,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Document: %1</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|documentindex">Document: %1</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -177,7 +177,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="greeting">
- <property name="label" translatable="yes">This document should contain a salutation</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|greeting">This document should contain a salutation</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -208,7 +208,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">General salutation</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|generalft">General salutation</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">general</property>
</object>
@@ -263,7 +263,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Address list field indicating a female recipient</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|femalefi">Address list field indicating a female recipient</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -277,7 +277,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Female</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|femaleft">_Female</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">female</property>
</object>
@@ -293,7 +293,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Male</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|maleft">_Male</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">male</property>
</object>
@@ -309,7 +309,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Field name</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|femalecolft">Field name</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">femalecol</property>
</object>
@@ -325,7 +325,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Field value</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|femalefieldft">Field value</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">femalefield</property>
</object>
@@ -338,7 +338,7 @@
</child>
<child>
<object class="GtkButton" id="newfemale">
- <property name="label" translatable="yes">_New...</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|newfemale">_New...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -354,7 +354,7 @@
</child>
<child>
<object class="GtkButton" id="newmale">
- <property name="label" translatable="yes">N_ew...</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|newmale">N_ew...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -448,7 +448,7 @@
</child>
<child>
<object class="GtkCheckButton" id="personalized">
- <property name="label" translatable="yes">Insert personalized salutation</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|personalized">Insert personalized salutation</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -496,7 +496,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Create a Salutation</property>
+ <property name="label" translatable="yes" context="mmsalutationpage|label1">Create a Salutation</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/mmselectpage.ui b/sw/uiconfig/swriter/ui/mmselectpage.ui
index 99edd71ebc5f..88ea69bea87a 100644
--- a/sw/uiconfig/swriter/ui/mmselectpage.ui
+++ b/sw/uiconfig/swriter/ui/mmselectpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.19.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="MMSelectPage">
<property name="visible">True</property>
@@ -28,7 +28,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="currentdoc">
- <property name="label" translatable="yes">Use the current _document</property>
+ <property name="label" translatable="yes" context="mmselectpage|currentdoc">Use the current _document</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -45,7 +45,7 @@
</child>
<child>
<object class="GtkRadioButton" id="newdoc">
- <property name="label" translatable="yes">Create a ne_w document</property>
+ <property name="label" translatable="yes" context="mmselectpage|newdoc">Create a ne_w document</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -61,7 +61,7 @@
</child>
<child>
<object class="GtkRadioButton" id="loaddoc">
- <property name="label" translatable="yes">Start from _existing document</property>
+ <property name="label" translatable="yes" context="mmselectpage|loaddoc">Start from _existing document</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -78,7 +78,7 @@
</child>
<child>
<object class="GtkRadioButton" id="template">
- <property name="label" translatable="yes">Start from a t_emplate</property>
+ <property name="label" translatable="yes" context="mmselectpage|template">Start from a t_emplate</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="GtkRadioButton" id="recentdoc">
- <property name="label" translatable="yes">Start fro_m a recently saved starting document</property>
+ <property name="label" translatable="yes" context="mmselectpage|recentdoc">Start fro_m a recently saved starting document</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="GtkButton" id="browsedoc">
- <property name="label" translatable="yes">B_rowse...</property>
+ <property name="label" translatable="yes" context="mmselectpage|browsedoc">B_rowse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -137,7 +137,7 @@
</child>
<child>
<object class="GtkButton" id="browsetemplate">
- <property name="label" translatable="yes">B_rowse...</property>
+ <property name="label" translatable="yes" context="mmselectpage|browsetemplate">B_rowse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -158,7 +158,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Select Starting Document for the Mail Merge</property>
+ <property name="label" translatable="yes" context="mmselectpage|label1">Select Starting Document for the Mail Merge</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/mmsendmails.ui b/sw/uiconfig/swriter/ui/mmsendmails.ui
index 69e62b346f41..d53421211188 100644
--- a/sw/uiconfig/swriter/ui/mmsendmails.ui
+++ b/sw/uiconfig/swriter/ui/mmsendmails.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkDialog" id="SendMailsDialog">
@@ -8,7 +8,7 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Sending E-mail messages</property>
+ <property name="title" translatable="yes" context="mmsendmails|SendMailsDialog">Sending E-mail messages</property>
<property name="type_hint">dock</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -23,7 +23,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="stop">
- <property name="label" translatable="yes">_Stop</property>
+ <property name="label" translatable="yes" context="mmsendmails|stop">_Stop</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -87,7 +87,7 @@
<property name="halign">start</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">The connection to the outgoing mail server has been established</property>
+ <property name="label" translatable="yes" context="mmsendmails|label3">The connection to the outgoing mail server has been established</property>
</object>
</child>
</object>
@@ -96,7 +96,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Connection status</property>
+ <property name="label" translatable="yes" context="mmsendmails|label1">Connection status</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -147,7 +147,7 @@
<property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">%1 of %2 e-mails sent</property>
+ <property name="label" translatable="yes" context="mmsendmails|transferstatus">%1 of %2 e-mails sent</property>
</object>
<packing>
<property name="expand">False</property>
@@ -163,7 +163,7 @@
<property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">Sending paused</property>
+ <property name="label" translatable="yes" context="mmsendmails|paused">Sending paused</property>
</object>
<packing>
<property name="expand">False</property>
@@ -198,7 +198,7 @@
<property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">E-mails not sent: %1</property>
+ <property name="label" translatable="yes" context="mmsendmails|errorstatus">E-mails not sent: %1</property>
</object>
<packing>
<property name="expand">False</property>
@@ -226,7 +226,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Details</property>
+ <property name="label" translatable="yes" context="mmsendmails|label5">Details</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -245,7 +245,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Transfer status</property>
+ <property name="label" translatable="yes" context="mmsendmails|label2">Transfer status</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/navigatorpanel.ui b/sw/uiconfig/swriter/ui/navigatorpanel.ui
index a8810b20748e..599e1eb7798e 100644
--- a/sw/uiconfig/swriter/ui/navigatorpanel.ui
+++ b/sw/uiconfig/swriter/ui/navigatorpanel.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkGrid" id="NavigatorPanel">
<property name="visible">True</property>
@@ -31,7 +31,7 @@
<object class="GtkToolButton" id="contenttoggle">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Toggle Master View</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|contenttoggle|tooltip_text">Toggle Master View</property>
<property name="action_name">toggle</property>
<property name="icon_name">sw/res/sc20244.png</property>
</object>
@@ -44,7 +44,7 @@
<object class="GtkMenuToolButton" id="navigation">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Navigation</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|navigation|tooltip_text">Navigation</property>
<property name="action_name">navigation</property>
<property name="icon_name">sw/res/sc20249.png</property>
</object>
@@ -57,7 +57,7 @@
<object class="GtkToolButton" id="back">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Back</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|back|tooltip_text">Back</property>
<property name="action_name">back</property>
<property name="icon_name">sw/res/sc20186.png</property>
</object>
@@ -70,7 +70,7 @@
<object class="GtkToolButton" id="forward">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Forward</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|forward|tooltip_text">Forward</property>
<property name="action_name">forward</property>
<property name="icon_name">sw/res/sc20175.png</property>
</object>
@@ -83,7 +83,7 @@
<object class="GtkToolButton" 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">sw/res/sc20235.png</property>
</object>
@@ -106,7 +106,7 @@
<object class="GtkToolButton" id="chapterup">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Promote Chapter</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|chapterup|tooltip_text">Promote Chapter</property>
<property name="action_name">up</property>
<property name="icon_name">sw/res/sc20174.png</property>
</object>
@@ -119,7 +119,7 @@
<object class="GtkToolButton" id="chapterdown">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Demote Chapter</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|chapterdown|tooltip_text">Demote Chapter</property>
<property name="action_name">down</property>
<property name="icon_name">sw/res/sc20171.png</property>
</object>
@@ -132,7 +132,7 @@
<object class="GtkToolButton" id="listbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">List Box On/Off</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|listbox|tooltip_text">List Box On/Off</property>
<property name="action_name">listbox</property>
<property name="icon_name">sw/res/sc20233.png</property>
</object>
@@ -145,7 +145,7 @@
<object class="GtkToolButton" id="root">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Content Navigation View</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|root|tooltip_text">Content Navigation View</property>
<property name="action_name">root</property>
<property name="icon_name">sw/res/sc20234.png</property>
</object>
@@ -168,7 +168,7 @@
<object class="GtkToolButton" id="reminder">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Set Reminder</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|reminder|tooltip_text">Set Reminder</property>
<property name="action_name">reminder</property>
<property name="icon_name">sw/res/sc20183.png</property>
</object>
@@ -191,7 +191,7 @@
<object class="GtkToolButton" id="header">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Header</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|header|tooltip_text">Header</property>
<property name="action_name">header</property>
<property name="icon_name">sw/res/sc20179.png</property>
</object>
@@ -204,7 +204,7 @@
<object class="GtkToolButton" id="footer">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Footer</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|footer|tooltip_text">Footer</property>
<property name="action_name">footer</property>
<property name="icon_name">sw/res/sc20177.png</property>
</object>
@@ -217,7 +217,7 @@
<object class="GtkToolButton" id="anchor">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Anchor&lt;-&gt;Text</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|anchor|tooltip_text">Anchor&lt;-&gt;Text</property>
<property name="action_name">anchor</property>
<property name="icon_name">sw/res/sc20182.png</property>
</object>
@@ -240,7 +240,7 @@
<object class="GtkMenuToolButton" id="headings">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Heading Levels Shown</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|headings|tooltip_text">Heading Levels Shown</property>
<property name="action_name">headings</property>
<property name="icon_name">sw/res/sc20236.png</property>
</object>
@@ -263,7 +263,7 @@
<object class="GtkToolButton" id="promote">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Promote Level</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|promote|tooltip_text">Promote Level</property>
<property name="action_name">promote</property>
<property name="icon_name">sw/res/sc20172.png</property>
</object>
@@ -276,7 +276,7 @@
<object class="GtkToolButton" id="demote">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Demote Level</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|demote|tooltip_text">Demote Level</property>
<property name="action_name">demote</property>
<property name="icon_name">sw/res/sc20173.png</property>
</object>
@@ -301,10 +301,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>
@@ -338,7 +338,7 @@
<object class="GtkToolButton" id="globaltoggle">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Toggle Master View</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|globaltoggle|tooltip_text">Toggle Master View</property>
<property name="action_name">toggle</property>
<property name="icon_name">sw/res/sc20244.png</property>
</object>
@@ -361,7 +361,7 @@
<object class="GtkToolButton" id="edit">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Edit</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|edit|tooltip_text">Edit</property>
<property name="action_name">edit</property>
<property name="icon_name">sw/res/sc20245.png</property>
</object>
@@ -374,7 +374,7 @@
<object class="GtkToolButton" id="update">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Update</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|update|tooltip_text">Update</property>
<property name="action_name">update</property>
<property name="icon_name">sw/res/sc20246.png</property>
</object>
@@ -387,7 +387,7 @@
<object class="GtkToolButton" id="insert">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Insert</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|insert|tooltip_text">Insert</property>
<property name="action_name">insert</property>
<property name="icon_name">sw/res/sc20247.png</property>
</object>
@@ -410,7 +410,7 @@
<object class="GtkToolButton" id="save">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Save Contents as well</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|save|tooltip_text">Save Contents as well</property>
<property name="action_name">save</property>
<property name="icon_name">sw/res/sc20248.png</property>
</object>
@@ -433,7 +433,7 @@
<object class="GtkToolButton" id="moveup">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Move Up</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|moveup|tooltip_text">Move Up</property>
<property name="action_name">up</property>
<property name="icon_name">sw/res/sc20174.png</property>
</object>
@@ -446,7 +446,7 @@
<object class="GtkToolButton" id="movedown">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Move Down</property>
+ <property name="tooltip_text" translatable="yes" context="navigatorpanel|movedown|tooltip_text">Move Down</property>
<property name="action_name">down</property>
<property name="icon_name">sw/res/sc20171.png</property>
</object>
diff --git a/sw/uiconfig/swriter/ui/newuserindexdialog.ui b/sw/uiconfig/swriter/ui/newuserindexdialog.ui
index bec0c5dbd8e2..239900e4f744 100644
--- a/sw/uiconfig/swriter/ui/newuserindexdialog.ui
+++ b/sw/uiconfig/swriter/ui/newuserindexdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkDialog" id="NewUserIndexDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Create New User-defined Index</property>
+ <property name="title" translatable="yes" context="newuserindexdialog|NewUserIndexDialog">Create New User-defined Index</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -97,7 +97,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Name</property>
+ <property name="label" translatable="yes" context="newuserindexdialog|label2">_Name</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry</property>
</object>
@@ -129,7 +129,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">New User Index</property>
+ <property name="label" translatable="yes" context="newuserindexdialog|label1">New User Index</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui
index 1ae754d6c47d..8925ff32fb73 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.12"/>
<requires lib="LibreOffice" version="1.0"/>
<!-- interface-local-resource-path ../../../icon-themes/galaxy/cmd/ -->
@@ -448,7 +448,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>
@@ -580,7 +580,7 @@
<object class="sfxlo-DropdownBox" id="FontSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Font</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|FontSection|tooltip_text">Font</property>
<property name="valign">center</property>
<property name="orientation">vertical</property>
<child>
@@ -866,7 +866,7 @@
<object class="sfxlo-DropdownBox" id="FontSection2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Font</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|FontSection2|tooltip_text">Font</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="box77">
@@ -975,7 +975,7 @@
<object class="sfxlo-DropdownBox" id="OutlineSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Outline</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|OutlineSection|tooltip_text">Outline</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="box8">
@@ -1004,7 +1004,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">
@@ -1057,7 +1057,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|level|tooltip_text">Horizontal Alignment</property>
<property name="halign">start</property>
<property name="show_arrow">False</property>
<child>
@@ -1143,7 +1143,7 @@
<object class="sfxlo-DropdownBox" id="AlignmentSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Alignment</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|AlignmentSection|tooltip_text">Alignment</property>
<child>
<object class="GtkBox" id="box5">
<property name="visible">True</property>
@@ -1170,7 +1170,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Vertical Alignment</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|verticalalignment1|tooltip_text">Vertical Alignment</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="show_arrow">False</property>
@@ -1221,7 +1221,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>
@@ -1360,7 +1360,7 @@
<object class="sfxlo-DropdownBox" id="SpacingSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Spacing</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|SpacingSection|tooltip_text">Spacing</property>
<child>
<object class="GtkBox" id="box31">
<property name="visible">True</property>
@@ -1392,14 +1392,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="increaseindent1">
<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|increaseindent1|tooltip_text">Increase Indent</property>
<property name="is_important">True</property>
<property name="action_name">.uno:IncrementIndent</property>
<property name="use_underline">True</property>
@@ -1415,7 +1415,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|decreaseindent1|tooltip_text">Decrease Indent</property>
<property name="is_important">True</property>
<property name="action_name">.uno:DecrementIndent</property>
<property name="use_underline">True</property>
@@ -1437,7 +1437,7 @@
<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|controlcodes|tooltip_text">Indent</property>
<child>
<object class="GtkToolButton" id="ControlCodes">
<property name="use_action_appearance">False</property>
@@ -1545,7 +1545,7 @@
<object class="sfxlo-DropdownBox" id="StyleSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Style</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|StyleSection|tooltip_text">Style</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="box9">
@@ -1676,7 +1676,7 @@
<object class="sfxlo-DropdownBox" id="FindSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Find</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|FindSection|tooltip_text">Find</property>
<child>
<object class="GtkBox" id="box95">
<property name="visible">True</property>
@@ -1731,7 +1731,7 @@
<object class="sfxlo-DropdownBox" id="FindSection1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Find</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|FindSection1|tooltip_text">Find</property>
<child>
<object class="GtkBox" id="box18">
<property name="visible">True</property>
@@ -1796,7 +1796,7 @@
<object class="GtkLabel" id="HomeLabel">
<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|HomeLabel">Home</property>
<property name="use_underline">True</property>
<style>
<class name="context-any"/>
@@ -1817,7 +1817,7 @@
<object class="sfxlo-DropdownBox" id="BreakSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Break</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|BreakSection|tooltip_text">Break</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="box14">
@@ -1976,13 +1976,13 @@
<object class="sfxlo-DropdownBox" id="box70">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Gallery</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|box70|tooltip_text">Gallery</property>
<child>
<object class="vcllo-SmallButton" id="Gallery">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Open Clip Art and Media Gallery</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|Gallery|tooltip_text">Open Clip Art and Media Gallery</property>
<property name="action_name">.uno:Gallery</property>
<property name="image">GalleryImg</property>
<property name="relief">none</property>
@@ -2026,7 +2026,7 @@
<object class="sfxlo-DropdownBox" id="box69">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Symbol</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|box69|tooltip_text">Symbol</property>
<child>
<object class="vcllo-SmallButton" id="InsertSymbol">
<property name="visible">True</property>
@@ -2058,7 +2058,7 @@
<object class="sfxlo-DropdownBox" id="box17">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Basic</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|box17|tooltip_text">Basic</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="box83">
@@ -2086,7 +2086,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>
@@ -2118,7 +2118,7 @@
<object class="sfxlo-DropdownBox" id="ShapesSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Shapes</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|ShapesSection|tooltip_text">Shapes</property>
<child>
<object class="GtkBox" id="box81">
<property name="visible">True</property>
@@ -2412,7 +2412,7 @@
<object class="sfxlo-DropdownBox" id="LinksSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Links</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|LinksSection|tooltip_text">Links</property>
<child>
<object class="GtkBox" id="box200">
<property name="visible">True</property>
@@ -2486,7 +2486,7 @@
<object class="sfxlo-DropdownBox" id="TextSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Text</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|TextSection|tooltip_text">Text</property>
<child>
<object class="GtkBox" id="box109">
<property name="visible">True</property>
@@ -2522,7 +2522,7 @@
</child>
<child>
<object class="vcllo-SmallButton" id="FontWork">
- <property name="label" translatable="yes">Fontwork</property>
+ <property name="label" translatable="yes" context="notebookbar|FontWork">Fontwork</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -2604,7 +2604,7 @@
<object class="sfxlo-DropdownBox" id="FieldsSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Fields</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|FieldsSection|tooltip_text">Fields</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="box82">
@@ -2693,7 +2693,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>
<property name="use_underline">True</property>
</object>
<packing>
@@ -2863,7 +2863,7 @@
<object class="sfxlo-DropdownBox" id="box15">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Setup</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|box15|tooltip_text">Setup</property>
<child>
<object class="GtkBox" id="box29">
<property name="visible">True</property>
@@ -3061,7 +3061,7 @@
<object class="GtkLabel" id="LayoutLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Page layout</property>
+ <property name="label" translatable="yes" context="notebookbar|LayoutLabel">Page layout</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -3439,7 +3439,7 @@
<object class="GtkLabel" id="ReferencesLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">References</property>
+ <property name="label" translatable="yes" context="notebookbar|ReferencesLabel">References</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -3931,7 +3931,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>
<property name="use_underline">True</property>
</object>
<packing>
@@ -3947,7 +3947,7 @@
<object class="sfxlo-DropdownBox" id="PageViewSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Page View</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|PageViewSection|tooltip_text">Page View</property>
<child>
<object class="GtkBox" id="box122">
<property name="visible">True</property>
@@ -4041,7 +4041,7 @@
<object class="sfxlo-DropdownBox" id="DocumentAreaElementsSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Document Area Elements</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|DocumentAreaElementsSection|tooltip_text">Document Area Elements</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="box22">
@@ -4196,7 +4196,7 @@
<object class="sfxlo-DropdownBox" id="ZoomSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Zoom</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|ZoomSection|tooltip_text">Zoom</property>
<child>
<object class="GtkBox" id="box">
<property name="visible">True</property>
@@ -4329,7 +4329,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>
<property name="use_underline">True</property>
</object>
<packing>
@@ -4907,7 +4907,7 @@
<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|formattable|tooltip_text">Indent</property>
<child>
<object class="GtkMenuToolButton" id="FrameLineColor">
<property name="use_action_appearance">False</property>
@@ -4949,7 +4949,7 @@
<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|formattable1|tooltip_text">Indent</property>
<child>
<object class="GtkMenuToolButton" id="SetBorderStyle">
<property name="use_action_appearance">False</property>
@@ -5012,7 +5012,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>
<property name="use_underline">True</property>
<style>
<class name="context-Table"/>
@@ -5031,11 +5031,11 @@
<object class="sfxlo-DropdownBox" id="BasicsSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Basics</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|BasicsSection|tooltip_text">Basics</property>
<property name="orientation">vertical</property>
<child>
<object class="vcllo-SmallButton" id="GraphicDialog">
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="notebookbar|GraphicDialog">Properties</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -5065,11 +5065,11 @@
<object class="sfxlo-DropdownBox" id="SizeSection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Basics</property>
+ <property name="tooltip_text" translatable="yes" context="notebookbar|SizeSection|tooltip_text">Basics</property>
<property name="orientation">vertical</property>
<child>
<object class="vcllo-SmallButton" id="Crop1">
- <property name="label" translatable="yes">Crop</property>
+ <property name="label" translatable="yes" context="notebookbar|Crop1">Crop</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -5697,7 +5697,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"/>
@@ -5714,7 +5714,7 @@
<property name="can_focus">False</property>
<child>
<object class="vcllo-SmallButton" id="LineFormat">
- <property name="label" translatable="yes">Line</property>
+ <property name="label" translatable="yes" context="notebookbar|LineFormat">Line</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -5732,7 +5732,7 @@
</child>
<child>
<object class="vcllo-SmallButton" id="AreaFormat">
- <property name="label" translatable="yes">Area</property>
+ <property name="label" translatable="yes" context="notebookbar|AreaFormat">Area</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -5863,7 +5863,7 @@
<object class="GtkLabel" id="ShapeLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Shape / Textbox</property>
+ <property name="label" translatable="yes" context="notebookbar|ShapeLabel">Shape / Textbox</property>
<style>
<class name="context-Draw"/>
</style>
@@ -5892,7 +5892,7 @@
<property name="can_focus">False</property>
<property name="is_important">True</property>
<property name="action_name">.uno:AnchorMenu</property>
- <property name="label" translatable="yes">Anchor</property>
+ <property name="label" translatable="yes" context="notebookbar|AnchorMenu">Anchor</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -6421,7 +6421,7 @@
<object class="GtkLabel" id="FrameLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Frame / OLE</property>
+ <property name="label" translatable="yes" context="notebookbar|FrameLabel">Frame / OLE</property>
<style>
<class name="context-Frame"/>
<class name="context-OLE"/>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
index e61ac3e21bcd..d03f31bda2dd 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.12"/>
<requires lib="LibreOffice" version="1.0"/>
<!-- interface-local-resource-path ../../../icon-themes/galaxy/cmd/ -->
@@ -1149,7 +1149,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:MenuBar</property>
- <property name="label" translatable="yes">Menubar</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|menubarD1">Menubar</property>
</object>
</child>
<child>
@@ -3090,7 +3090,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:MenuBar</property>
- <property name="label" translatable="yes">Menubar</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|menubarD">Menubar</property>
</object>
</child>
<child>
@@ -3849,7 +3849,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="fileb:MenuFile">
- <property name="label" translatable="yes">_File</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|fileb">_File</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -3988,7 +3988,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="editb:MenuEdit">
- <property name="label" translatable="yes">_Edit</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|editb">_Edit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -4127,7 +4127,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="paragraphstyleb:MenuStyle">
- <property name="label" translatable="yes">_Styles</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|paragraphstyleb">_Styles</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -4302,7 +4302,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="formatb:MenuFormat">
- <property name="label" translatable="yes">F_ormat</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|formatb">F_ormat</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -4552,7 +4552,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="paragraphb:MenuParagraph">
- <property name="label" translatable="yes">_Paragraph</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|paragraphb">_Paragraph</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -4721,7 +4721,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="insertb:MenuInsert">
- <property name="label" translatable="yes">_Insert</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|insertb">_Insert</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -4866,7 +4866,7 @@
</child>
<child>
<object class="svtlo-ManagedMenuButton" id="referenceb:MenuReference">
- <property name="label" translatable="yes">Reference_s</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|referenceb">Reference_s</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -4970,7 +4970,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="reviewb:MenuReview">
- <property name="label" translatable="yes">_Review</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|reviewb">_Review</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -5081,7 +5081,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="viewb:MenuView">
- <property name="label" translatable="yes">_View</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|viewb">_View</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -5181,7 +5181,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="paragraphstylet:MenuStyle">
- <property name="label" translatable="yes">_Styles</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|paragraphstylet">_Styles</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -5356,7 +5356,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="formatt:MenuFormat">
- <property name="label" translatable="yes">F_ormat</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|formatt">F_ormat</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -5571,7 +5571,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="paragrapht:MenuParagraph">
- <property name="label" translatable="yes">_Paragraph</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|paragrapht">_Paragraph</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -5696,7 +5696,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="tableT:MenuTable">
- <property name="label" translatable="yes">T_able</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|tableT">T_able</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -5832,7 +5832,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="merged:MenuMerge">
- <property name="label" translatable="yes">_Merge</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|merged">_Merge</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -5954,7 +5954,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="rowscolumnst:MenuRowsColumns">
- <property name="label" translatable="yes">R_ows</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|rowscolumnst">R_ows</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -6079,7 +6079,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="selectt:MenuSelect">
- <property name="label" translatable="yes">Selec_t</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|selectt">Selec_t</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -6190,7 +6190,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="calculatet:MenuCalculate">
- <property name="label" translatable="yes">_Calc</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|calculatet">_Calc</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -6325,7 +6325,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="graphicB:MenuGraphic">
- <property name="label" translatable="yes">_Graphic</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|graphicB">_Graphic</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -6440,7 +6440,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="colorb:MenuColor">
- <property name="label" translatable="yes">C_olor</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|colorb">C_olor</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -6757,7 +6757,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="arrange:MenuArrange">
- <property name="label" translatable="yes">_Arrange</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|arrange">_Arrange</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -6917,7 +6917,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="GridB:MenuGrid">
- <property name="label" translatable="yes">_Grid</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|GridB">_Grid</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -7037,7 +7037,7 @@
</child>
<child>
<object class="svtlo-ManagedMenuButton" id="languageb:MenuLanguage">
- <property name="label" translatable="yes">_Language</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|languageb">_Language</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -7163,7 +7163,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="revieb:MenuReviews">
- <property name="label" translatable="yes">_Review</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|revieb">_Review</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -7313,7 +7313,7 @@
</child>
<child>
<object class="svtlo-ManagedMenuButton" id="commentsb:MenuComments">
- <property name="label" translatable="yes">_Comments</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|commentsb">_Comments</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -7413,7 +7413,7 @@
</child>
<child>
<object class="svtlo-ManagedMenuButton" id="compareb:MenuCompare">
- <property name="label" translatable="yes">Com_pare</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|compareb">Com_pare</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -7513,7 +7513,7 @@
</child>
<child>
<object class="svtlo-ManagedMenuButton" id="viewA:MenuView">
- <property name="label" translatable="yes">_View</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|viewA">_View</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -7697,7 +7697,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="editdrawb:MenuDrawEdit">
- <property name="label" translatable="yes">_Styles</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|editdrawb">_Styles</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -7913,7 +7913,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="drawb:MenuDraw">
- <property name="label" translatable="yes">D_raw</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|drawb">D_raw</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -8140,7 +8140,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="arrangeD:MenuArrange">
- <property name="label" translatable="yes">_Arrange</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|arrangeD">_Arrange</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -8276,7 +8276,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="Grid:MenuGrid">
- <property name="label" translatable="yes">_Grid</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|Grid">_Grid</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -8385,7 +8385,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="viewDrawb:MenuGroup">
- <property name="label" translatable="yes">Grou_p</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|viewDrawb">Grou_p</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -8493,7 +8493,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="3Db:Menu3D">
- <property name="label" translatable="yes">3_D</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|3Db">3_D</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -8676,7 +8676,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="oleB:MenuOLE">
- <property name="label" translatable="yes">F_rame</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|oleB">F_rame</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -8883,7 +8883,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="arrangeO:MenuArrange">
- <property name="label" translatable="yes">_Arrange</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|arrangeO">_Arrange</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -8992,7 +8992,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="GridO:MenuGrid">
- <property name="label" translatable="yes">_Grid</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|GridO">_Grid</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -9102,7 +9102,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="viewO:MenuView">
- <property name="label" translatable="yes">_View</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|viewO">_View</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -9207,7 +9207,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="paragraphstyles:MenuStyle">
- <property name="label" translatable="yes">_Styles</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|paragraphstyles">_Styles</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -9382,7 +9382,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="formats:MenuFormat">
- <property name="label" translatable="yes">F_ormat</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|formats">F_ormat</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -9643,7 +9643,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="paragraphs:MenuParagraph">
- <property name="label" translatable="yes">_Paragraph</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|paragraphs">_Paragraph</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -9802,7 +9802,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="viewc:MenuView">
- <property name="label" translatable="yes">_View</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|viewc">_View</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -9912,7 +9912,7 @@
</child>
<child>
<object class="svtlo-ManagedMenuButton" id="menub:MenuSettings">
- <property name="label" translatable="yes">_Menu</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|menub">_Menu</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -9967,7 +9967,7 @@
</child>
<child>
<object class="svtlo-ManagedMenuButton" id="toolsb:MenuTools">
- <property name="label" translatable="yes">_Tools</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|toolsb">_Tools</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui
index 6119ee57497c..0fec03e9dde2 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.12"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkMenu" id="Menu3D">
@@ -3047,7 +3047,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:MenuBar</property>
- <property name="label" translatable="yes">Menubar</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|menubarD">Menubar</property>
</object>
</child>
<child>
@@ -3785,7 +3785,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="fileb:MenuFile">
- <property name="label" translatable="yes">_File</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|fileb">_File</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -4007,7 +4007,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="editb:MenuEdit">
- <property name="label" translatable="yes">_Edit</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|editb">_Edit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -4203,7 +4203,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="paragraphstyleb:MenuStyle">
- <property name="label" translatable="yes">_Styles</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|paragraphstyleb">_Styles</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -4487,7 +4487,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="formatb:MenuFormat">
- <property name="label" translatable="yes">F_ormat</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|formatb">F_ormat</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -4838,7 +4838,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="paragraphb:MenuParagraph">
- <property name="label" translatable="yes">_Paragraph</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|paragraphb">_Paragraph</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -5074,7 +5074,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="insertb:MenuInsert">
- <property name="label" translatable="yes">_Insert</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|insertb">_Insert</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -5299,7 +5299,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="referenceb:MenuReference">
- <property name="label" translatable="yes">Referen_ce</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|referenceb">Referen_ce</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -5497,7 +5497,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="reviewb:MenuReview">
- <property name="label" translatable="yes">_Review</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|reviewb">_Review</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -5695,7 +5695,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="viewb:MenuView">
- <property name="label" translatable="yes">_View</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|viewb">_View</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -5953,7 +5953,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="graphicB:MenuGraphic">
- <property name="label" translatable="yes">_Graphic</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|graphicB">_Graphic</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -6383,7 +6383,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="arrange:MenuArrange">
- <property name="label" translatable="yes">_Arrange</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|arrange">_Arrange</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -6556,7 +6556,7 @@
</child>
<child>
<object class="svtlo-ManagedMenuButton" id="colorb:MenuColor">
- <property name="label" translatable="yes">C_olor</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|colorb">C_olor</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -6807,7 +6807,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="GridB:MenuGrid">
- <property name="label" translatable="yes">_Grid</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|GridB">_Grid</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -6981,7 +6981,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="paragraphstylet:MenuStyle">
- <property name="label" translatable="yes">_Styles</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|paragraphstylet">_Styles</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -7265,7 +7265,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="formatt:MenuFormat">
- <property name="label" translatable="yes">F_ormat</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|formatt">F_ormat</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -7616,7 +7616,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="paragrapht:MenuParagraph">
- <property name="label" translatable="yes">_Paragraph</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|paragrapht">_Paragraph</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -7840,7 +7840,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="tabled:MenuTable">
- <property name="label" translatable="yes">T_able</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|tabled">T_able</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -8035,7 +8035,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="rowscolumnst:MenuRowsColumns">
- <property name="label" translatable="yes">R_ows</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|rowscolumnst">R_ows</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -8233,7 +8233,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="merged:MenuMerge">
- <property name="label" translatable="yes">_Merge</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|merged">_Merge</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -8469,7 +8469,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="selectt:MenuSelect">
- <property name="label" translatable="yes">Sele_ct</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|selectt">Sele_ct</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -8695,7 +8695,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="calculatet:MenuCalculate">
- <property name="label" translatable="yes">_Calc</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|calculatet">_Calc</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -8920,7 +8920,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="referencet:MenuReference">
- <property name="label" translatable="yes">Referen_ce</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|referencet">Referen_ce</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -9053,7 +9053,7 @@
</child>
<child>
<object class="svtlo-ManagedMenuButton" id="languageb:MenuLanguage">
- <property name="label" translatable="yes">_Language</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|languageb">_Language</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -9278,7 +9278,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="revieb:MenuReviews">
- <property name="label" translatable="yes">_Review</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|revieb">_Review</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -9490,7 +9490,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="commentsb:MenuComments">
- <property name="label" translatable="yes">_Comments</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|commentsb">_Comments</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -9692,7 +9692,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="compareb:MenuCompare">
- <property name="label" translatable="yes">Com_pare</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|compareb">Com_pare</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -9890,7 +9890,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="viewa:MenuView">
- <property name="label" translatable="yes">_View</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|viewa">_View</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -10332,7 +10332,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="drawb:MenuDraw">
- <property name="label" translatable="yes">D_raw</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|drawb">D_raw</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -10702,7 +10702,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="editdrawb:MenuDrawEdit">
- <property name="label" translatable="yes">_Edit</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|editdrawb">_Edit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -10929,7 +10929,7 @@
<property name="orientation">vertical</property>
<child>
<object class="svtlo-ManagedMenuButton" id="wrapb:MenuWrap">
- <property name="label" translatable="yes">Wrap</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|wrapb">Wrap</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -10943,7 +10943,7 @@
</child>
<child>
<object class="svtlo-ManagedMenuButton" id="alignb:MenuAlign">
- <property name="label" translatable="yes">Align</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|alignb">Align</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -10975,7 +10975,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="arrangedrawb:MenuArrange">
- <property name="label" translatable="yes">_Arrange</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|arrangedrawb">_Arrange</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -11139,7 +11139,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="GridDrawB:MenuGrid">
- <property name="label" translatable="yes">_View</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|GridDrawB">_View</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -11337,7 +11337,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="viewDrawb:MenuGroup">
- <property name="label" translatable="yes">Grou_p</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|viewDrawb">Grou_p</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -11513,7 +11513,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="3Db:Menu3D">
- <property name="label" translatable="yes">3_D</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|3Db">3_D</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -11821,7 +11821,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="formatd:MenuFormat">
- <property name="label" translatable="yes">F_ormat</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|formatd">F_ormat</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -12087,7 +12087,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="paragraphTextb:MenuParagraph">
- <property name="label" translatable="yes">_Paragraph</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|paragraphTextb">_Paragraph</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -12312,7 +12312,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="viewd:MenuView">
- <property name="label" translatable="yes">_View</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|viewd">_View</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -12462,7 +12462,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="insertTextb:MenuInsert">
- <property name="label" translatable="yes">_Insert</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|insertTextb">_Insert</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -12892,7 +12892,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="media:MenuArrange">
- <property name="label" translatable="yes">_Media</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|media">_Media</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -13129,7 +13129,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="oleB:MenuOLE">
- <property name="label" translatable="yes">F_rame</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|oleB">F_rame</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -13559,7 +13559,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="arrageOLE:MenuArrange">
- <property name="label" translatable="yes">_Arrange</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|arrageOLE">_Arrange</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -13722,7 +13722,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="OleGridB:MenuGrid">
- <property name="label" translatable="yes">_Grid</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|OleGridB">_Grid</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -13920,7 +13920,7 @@
<property name="can_focus">False</property>
<child>
<object class="svtlo-ManagedMenuButton" id="viewf:MenuView">
- <property name="label" translatable="yes">_View</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|viewf">_View</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -14067,7 +14067,7 @@
</child>
<child>
<object class="svtlo-ManagedMenuButton" id="menub:MenuSettings">
- <property name="label" translatable="yes">_Menu</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|menub">_Menu</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -14119,7 +14119,7 @@
</child>
<child>
<object class="svtlo-ManagedMenuButton" id="toolsb:MenuTools">
- <property name="label" translatable="yes">_Tools</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|toolsb">_Tools</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -14173,7 +14173,7 @@
</child>
<child>
<object class="svtlo-ManagedMenuButton" id="helpb:MenuHelp">
- <property name="label" translatable="yes">_Help</property>
+ <property name="label" translatable="yes" context="notebookbar_groupedbar_full|helpb">_Help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groups.ui b/sw/uiconfig/swriter/ui/notebookbar_groups.ui
index fb41e3de7e96..1834d35de197 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groups.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groups.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.12"/>
<!-- interface-requires LibreOffice 1.0 -->
<!-- interface-local-resource-path ../../../icon-themes/galaxy/cmd/ -->
@@ -31,7 +31,7 @@
<object class="GtkMenuItem" id="imagestyledefault">
<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|imagestyledefault">Default</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -39,7 +39,7 @@
<object class="GtkMenuItem" id="imagestylegray">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Grayscale</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylegray">Grayscale</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -47,7 +47,7 @@
<object class="GtkMenuItem" id="imagestylebw">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Black and White</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylebw">Black and White</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -55,7 +55,7 @@
<object class="GtkMenuItem" id="imagestylewater">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Watermark</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylewater">Watermark</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -69,7 +69,7 @@
<object class="GtkMenuItem" id="imagestylecorrectionbc20m">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">-20% Brightness &amp; Contrast</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylecorrectionbc20m">-20% Brightness &amp; Contrast</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -77,7 +77,7 @@
<object class="GtkMenuItem" id="imagestylecorrectionb20m">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">-20% Brightness</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylecorrectionb20m">-20% Brightness</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -85,7 +85,7 @@
<object class="GtkMenuItem" id="imagestylecorrectionc20m">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">-20% Contrast</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylecorrectionc20m">-20% Contrast</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -93,7 +93,7 @@
<object class="GtkMenuItem" id="imagestylecorrectiondefault">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">0% Brightness &amp; Contrast</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylecorrectiondefault">0% Brightness &amp; Contrast</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -101,7 +101,7 @@
<object class="GtkMenuItem" id="imagestylecorrectionb20p">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">+20% Brightness</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylecorrectionb20p">+20% Brightness</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -109,7 +109,7 @@
<object class="GtkMenuItem" id="imagestylecorrectionc20p">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">+20% Contrast</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylecorrectionc20p">+20% Contrast</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -117,7 +117,7 @@
<object class="GtkMenuItem" id="imagestylecorrectionbc20p">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">+20% Brightness &amp; Contrast</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylecorrectionbc20p">+20% Brightness &amp; Contrast</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -131,7 +131,7 @@
<object class="GtkMenuItem" id="imagestylecolorred">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Colorize Red</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylecolorred">Colorize Red</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -139,7 +139,7 @@
<object class="GtkMenuItem" id="imagestylecolorblue">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Colorize Blue</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylecolorblue">Colorize Blue</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -147,7 +147,7 @@
<object class="GtkMenuItem" id="imagestylecolorgreen">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Colorize Green</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylecolorgreen">Colorize Green</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -155,7 +155,7 @@
<object class="GtkMenuItem" id="imagestylecolororange">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Colorize Orange</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestylecolororange">Colorize Orange</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -183,7 +183,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>
@@ -197,7 +197,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>
@@ -206,7 +206,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>
@@ -221,7 +221,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>
@@ -230,7 +230,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>
@@ -314,7 +314,7 @@
<object class="GtkMenuItem" id="paradefault">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Default Paragraph</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|paradefault">Default Paragraph</property>
<property name="action_name">.uno:StyleApply?Style:string=Standard&amp;FamilyName:string=ParagraphStyles</property>
<property name="use_underline">True</property>
</object>
@@ -323,7 +323,7 @@
<object class="GtkMenuItem" id="title">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Title</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|title">Title</property>
<property name="action_name">.uno:StyleApply?Style:string=Title&amp;FamilyName:string=ParagraphStyles</property>
<property name="use_underline">True</property>
</object>
@@ -332,7 +332,7 @@
<object class="GtkMenuItem" id="heading1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Heading 1</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|heading1">Heading 1</property>
<property name="action_name">.uno:StyleApply?Style:string=Heading 1&amp;FamilyName:string=ParagraphStyles</property>
<property name="use_underline">True</property>
</object>
@@ -341,7 +341,7 @@
<object class="GtkMenuItem" id="heading2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Heading 2</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|heading2">Heading 2</property>
<property name="action_name">.uno:StyleApply?Style:string=Heading 2&amp;FamilyName:string=ParagraphStyles</property>
<property name="use_underline">True</property>
</object>
@@ -350,7 +350,7 @@
<object class="GtkMenuItem" id="heading3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Heading 3</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|heading3">Heading 3</property>
<property name="action_name">.uno:StyleApply?Style:string=Heading 3&amp;FamilyName:string=ParagraphStyles</property>
<property name="use_underline">True</property>
</object>
@@ -365,7 +365,7 @@
<object class="GtkMenuItem" id="chardefault">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Default Character</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|chardefault">Default Character</property>
<property name="action_name">.uno:StyleApply?Style:string=Default Style&amp;FamilyName:string=CharacterStyles</property>
<property name="use_underline">True</property>
</object>
@@ -374,7 +374,7 @@
<object class="GtkMenuItem" id="italic">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Emphasis</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|italic">Emphasis</property>
<property name="action_name">.uno:StyleApply?Style:string=Emphasis&amp;FamilyName:string=CharacterStyles</property>
<property name="use_underline">True</property>
</object>
@@ -383,7 +383,7 @@
<object class="GtkMenuItem" id="bold">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Strong Emphasis</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|bold">Strong Emphasis</property>
<property name="action_name">.uno:StyleApply?Style:string=Strong Emphasis&amp;FamilyName:string=CharacterStyles</property>
<property name="use_underline">True</property>
</object>
@@ -401,7 +401,7 @@
<object class="GtkMenuItem" id="tablestylenone">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">None</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|tablestylenone">None</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -409,7 +409,7 @@
<object class="GtkMenuItem" id="tablestyledefault">
<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|tablestyledefault">Default</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -417,7 +417,7 @@
<object class="GtkMenuItem" id="tablestyle1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Style 1</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|tablestyle1">Style 1</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -425,7 +425,7 @@
<object class="GtkMenuItem" id="tablestyle2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Style 2</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|tablestyle2">Style 2</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -433,7 +433,7 @@
<object class="GtkMenuItem" id="tablestyle3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Style 3</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|tablestyle3">Style 3</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -441,7 +441,7 @@
<object class="GtkMenuItem" id="tablestyle4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Style 4</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|tablestyle4">Style 4</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -468,7 +468,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:InsertRowsBefore</property>
- <property name="label" translatable="yes">Insert Rows Above</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|rowmenuaddup">Insert Rows Above</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -477,7 +477,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:InsertRowsAfter</property>
- <property name="label" translatable="yes">Insert Rows Below</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|rowmenuadddown">Insert Rows Below</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -492,7 +492,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:DeleteRows</property>
- <property name="label" translatable="yes">Delete Rows</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|rowmenudel">Delete Rows</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -501,7 +501,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:EntireRow</property>
- <property name="label" translatable="yes">Select Rows</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|rowmenuselect">Select Rows</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -516,7 +516,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:SetRowHeight</property>
- <property name="label" translatable="yes">Row Height...</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|rowmenuheight">Row Height...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -525,7 +525,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:SetOptimalRowHeight</property>
- <property name="label" translatable="yes">Optimal Row Height</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|rowmenuoptimalrow">Optimal Row Height</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -534,7 +534,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:DistributeRows</property>
- <property name="label" translatable="yes">Distribute Rows Evenly</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|rowmenudistribute">Distribute Rows Evenly</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -733,7 +733,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"/>
@@ -886,7 +886,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"/>
@@ -932,7 +932,7 @@
<property name="spacing">3</property>
<child>
<object class="svtlo-ManagedMenuButton" id="paragraphstyleb:stylemenu">
- <property name="label" translatable="yes">Style</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|paragraphstyleb">Style</property>
<property name="width_request">70</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1445,7 +1445,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"/>
@@ -1570,7 +1570,7 @@
<property name="orientation">vertical</property>
<child>
<object class="svtlo-ManagedMenuButton" 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>
@@ -1613,7 +1613,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>
@@ -1719,7 +1719,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"/>
@@ -1755,7 +1755,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkButton" id="tablestyleb:tablemenu">
- <property name="label" translatable="yes">Style</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|tablestyleb">Style</property>
<property name="width_request">70</property>
<property name="height_request">78</property>
<property name="visible">True</property>
@@ -1777,7 +1777,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkButton" id="tablerowsb:trowmenu">
- <property name="label" translatable="yes">Rows</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|tablerowsb">Rows</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -1795,7 +1795,7 @@
</child>
<child>
<object class="GtkButton" id="tablecolumnsb:tcolumnmenu">
- <property name="label" translatable="yes">Columns</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|tablecolumnsb">Columns</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -1999,7 +1999,7 @@
<property name="height_request">15</property>
<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_groups|tablegrouplabel">Table</property>
<attributes>
<attribute name="font-desc" value="Noto Sans 9"/>
<attribute name="style" value="italic"/>
@@ -2035,7 +2035,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkButton" id="imagestyleb:imagestylemenu">
- <property name="label" translatable="yes">Style</property>
+ <property name="label" translatable="yes" context="notebookbar_groups|imagestyleb">Style</property>
<property name="width_request">70</property>
<property name="height_request">78</property>
<property name="visible">True</property>
@@ -2076,7 +2076,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>
@@ -2123,7 +2123,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>
@@ -2140,7 +2140,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>
@@ -2186,7 +2186,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"/>
@@ -2244,7 +2244,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>
@@ -2253,7 +2253,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>
@@ -2262,7 +2262,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>
@@ -2271,7 +2271,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>
@@ -2280,7 +2280,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>
@@ -2289,7 +2289,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>
@@ -2304,7 +2304,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>
@@ -2313,7 +2313,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/sw/uiconfig/swriter/ui/notebookbar_single.ui b/sw/uiconfig/swriter/ui/notebookbar_single.ui
index 5e88dd458961..7266c9019dbc 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_single.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_single.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.12"/>
<requires lib="LibreOffice" version="1.0"/>
<!-- interface-local-resource-path ../../../icon-themes/galaxy/cmd/ -->
@@ -470,7 +470,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_single|halignment|tooltip_text">Horizontal Alignment</property>
<property name="halign">start</property>
<property name="show_arrow">False</property>
<child>
@@ -593,7 +593,7 @@
<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_single|outlineindent|tooltip_text">Indent</property>
<property name="show_arrow">False</property>
<child>
<object class="GtkMenuToolButton" id="bullet">
@@ -675,7 +675,7 @@
<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_single|insert|tooltip_text">Indent</property>
<property name="show_arrow">False</property>
<child>
<object class="GtkMenuToolButton" id="table">
diff --git a/sw/uiconfig/swriter/ui/numberingnamedialog.ui b/sw/uiconfig/swriter/ui/numberingnamedialog.ui
index 12b2b0eecc93..62073958d01d 100644
--- a/sw/uiconfig/swriter/ui/numberingnamedialog.ui
+++ b/sw/uiconfig/swriter/ui/numberingnamedialog.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkListStore" id="liststore1">
<columns>
@@ -8,38 +8,38 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Untitled 1</col>
+ <col id="0" translatable="yes" context="numberingnamedialog|liststore1">Untitled 1</col>
</row>
<row>
- <col id="0" translatable="yes">Untitled 2</col>
+ <col id="0" translatable="yes" context="numberingnamedialog|liststore1">Untitled 2</col>
</row>
<row>
- <col id="0" translatable="yes">Untitled 3</col>
+ <col id="0" translatable="yes" context="numberingnamedialog|liststore1">Untitled 3</col>
</row>
<row>
- <col id="0" translatable="yes">Untitled 4</col>
+ <col id="0" translatable="yes" context="numberingnamedialog|liststore1">Untitled 4</col>
</row>
<row>
- <col id="0" translatable="yes">Untitled 5</col>
+ <col id="0" translatable="yes" context="numberingnamedialog|liststore1">Untitled 5</col>
</row>
<row>
- <col id="0" translatable="yes">Untitled 6</col>
+ <col id="0" translatable="yes" context="numberingnamedialog|liststore1">Untitled 6</col>
</row>
<row>
- <col id="0" translatable="yes">Untitled 7</col>
+ <col id="0" translatable="yes" context="numberingnamedialog|liststore1">Untitled 7</col>
</row>
<row>
- <col id="0" translatable="yes">Untitled 8</col>
+ <col id="0" translatable="yes" context="numberingnamedialog|liststore1">Untitled 8</col>
</row>
<row>
- <col id="0" translatable="yes">Untitled 9</col>
+ <col id="0" translatable="yes" context="numberingnamedialog|liststore1">Untitled 9</col>
</row>
</data>
</object>
<object class="GtkDialog" id="NumberingNameDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Save As</property>
+ <property name="title" translatable="yes" context="numberingnamedialog|NumberingNameDialog">Save As</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -165,7 +165,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Format</property>
+ <property name="label" translatable="yes" context="numberingnamedialog|label1">Format</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/numparapage.ui b/sw/uiconfig/swriter/ui/numparapage.ui
index ca0f0951dc4f..4969d202e024 100644
--- a/sw/uiconfig/swriter/ui/numparapage.ui
+++ b/sw/uiconfig/swriter/ui/numparapage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustmentNF_RESTART_PARA">
<property name="lower">1</property>
@@ -47,7 +47,7 @@
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Outline level:</property>
+ <property name="label" translatable="yes" context="numparapage|labelFT_OUTLINE_LEVEL">Outline level:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboLB_OUTLINE_LEVEL</property>
</object>
@@ -65,17 +65,17 @@
<property name="entry_text_column">0</property>
<property name="id_column">1</property>
<items>
- <item translatable="yes">Body text</item>
- <item translatable="yes">Level 1</item>
- <item translatable="yes">Level 2</item>
- <item translatable="yes">Level 3</item>
- <item translatable="yes">Level 4</item>
- <item translatable="yes">Level 5</item>
- <item translatable="yes">Level 6</item>
- <item translatable="yes">Level 7</item>
- <item translatable="yes">Level 8</item>
- <item translatable="yes">Level 9</item>
- <item translatable="yes">Level 10</item>
+ <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Body text</item>
+ <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Level 1</item>
+ <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Level 2</item>
+ <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Level 3</item>
+ <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Level 4</item>
+ <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Level 5</item>
+ <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Level 6</item>
+ <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Level 7</item>
+ <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Level 8</item>
+ <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Level 9</item>
+ <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Level 10</item>
</items>
</object>
<packing>
@@ -92,7 +92,7 @@
<object class="GtkLabel" id="labelOutline">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Outline</property>
+ <property name="label" translatable="yes" context="numparapage|labelOutline">Outline</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -139,7 +139,7 @@
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Numbering style:</property>
+ <property name="label" translatable="yes" context="numparapage|labelFT_NUMBER_STYLE">_Numbering style:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -156,7 +156,7 @@
<property name="entry_text_column">0</property>
<property name="id_column">1</property>
<items>
- <item translatable="yes">None</item>
+ <item translatable="yes" context="numparapage|comboLB_NUMBER_STYLE">None</item>
</items>
</object>
<packing>
@@ -167,7 +167,7 @@
</child>
<child>
<object class="GtkButton" id="editnumstyle">
- <property name="label" translatable="yes">Edit Style</property>
+ <property name="label" translatable="yes" context="numparapage|editnumstyle">Edit Style</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
@@ -186,7 +186,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkCB_NEW_START">
- <property name="label" translatable="yes">R_estart at this paragraph</property>
+ <property name="label" translatable="yes" context="numparapage|checkCB_NEW_START">R_estart at this paragraph</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -217,7 +217,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkCheckButton" id="checkCB_NUMBER_NEW_START">
- <property name="label" translatable="yes">S_tart with:</property>
+ <property name="label" translatable="yes" context="numparapage|checkCB_NUMBER_NEW_START">S_tart with:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -274,7 +274,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Numbering</property>
+ <property name="label" translatable="yes" context="numparapage|label2">Numbering</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -310,7 +310,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="checkCB_COUNT_PARA">
- <property name="label" translatable="yes">_Include this paragraph in line numbering</property>
+ <property name="label" translatable="yes" context="numparapage|checkCB_COUNT_PARA">_Include this paragraph in line numbering</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -328,7 +328,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkCB_RESTART_PARACOUNT">
- <property name="label" translatable="yes">Rest_art at this paragraph</property>
+ <property name="label" translatable="yes" context="numparapage|checkCB_RESTART_PARACOUNT">Rest_art at this paragraph</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -364,7 +364,7 @@
<property name="halign">start</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Start with:</property>
+ <property name="label" translatable="yes" context="numparapage|labelFT_RESTART_NO">_Start with:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinNF_RESTART_PARA</property>
</object>
@@ -412,7 +412,7 @@
<object class="GtkLabel" id="labelLINE_NUMBERING">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Line Numbering</property>
+ <property name="label" translatable="yes" context="numparapage|labelLINE_NUMBERING">Line Numbering</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/objectdialog.ui b/sw/uiconfig/swriter/ui/objectdialog.ui
index 9da95fabd50f..e63f95d2036a 100644
--- a/sw/uiconfig/swriter/ui/objectdialog.ui
+++ b/sw/uiconfig/swriter/ui/objectdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="ObjectDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Object</property>
+ <property name="title" translatable="yes" context="objectdialog|ObjectDialog">Object</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="type">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Type</property>
+ <property name="label" translatable="yes" context="objectdialog|type">Type</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="options">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="objectdialog|options">Options</property>
</object>
<packing>
<property name="position">1</property>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="wrap">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Wrap</property>
+ <property name="label" translatable="yes" context="objectdialog|wrap">Wrap</property>
</object>
<packing>
<property name="position">2</property>
@@ -138,7 +138,7 @@
<object class="GtkLabel" id="hyperlink">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Hyperlink</property>
+ <property name="label" translatable="yes" context="objectdialog|hyperlink">Hyperlink</property>
</object>
<packing>
<property name="position">3</property>
@@ -152,7 +152,7 @@
<object class="GtkLabel" id="borders">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Borders</property>
+ <property name="label" translatable="yes" context="objectdialog|borders">Borders</property>
</object>
<packing>
<property name="position">4</property>
@@ -166,7 +166,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="objectdialog|area">Area</property>
</object>
<packing>
<property name="position">5</property>
@@ -180,7 +180,7 @@
<object class="GtkLabel" id="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="objectdialog|transparence">Transparency</property>
</object>
<packing>
<property name="position">6</property>
@@ -194,7 +194,7 @@
<object class="GtkLabel" id="macro">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Macro</property>
+ <property name="label" translatable="yes" context="objectdialog|macro">Macro</property>
</object>
<packing>
<property name="position">7</property>
diff --git a/sw/uiconfig/swriter/ui/optcaptionpage.ui b/sw/uiconfig/swriter/ui/optcaptionpage.ui
index ae859ac8d7c5..e3a2b8315cab 100644
--- a/sw/uiconfig/swriter/ui/optcaptionpage.ui
+++ b/sw/uiconfig/swriter/ui/optcaptionpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkBox" id="OptCaptionPage">
@@ -47,7 +47,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Category:</property>
+ <property name="label" translatable="yes" context="optcaptionpage|label7">Category:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">category</property>
</object>
@@ -61,7 +61,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Numbering:</property>
+ <property name="label" translatable="yes" context="optcaptionpage|numberingft">_Numbering:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numbering</property>
</object>
@@ -75,7 +75,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Numbering separator:</property>
+ <property name="label" translatable="yes" context="optcaptionpage|numseparatorft">Numbering separator:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numseparator</property>
</object>
@@ -89,7 +89,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Separator:</property>
+ <property name="label" translatable="yes" context="optcaptionpage|separatorft">Separator:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">separator</property>
</object>
@@ -103,7 +103,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Position:</property>
+ <property name="label" translatable="yes" context="optcaptionpage|label18">Position:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">position</property>
</object>
@@ -144,7 +144,7 @@
<property name="valign">center</property>
<property name="hexpand">True</property>
<property name="invisible_char">•</property>
- <property name="text" translatable="yes">. </property>
+ <property name="text" translatable="yes" context="optcaptionpage|numseparator">. </property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -189,7 +189,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Caption</property>
+ <property name="label" translatable="yes" context="optcaptionpage|label2">Caption</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -227,7 +227,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Level:</property>
+ <property name="label" translatable="yes" context="optcaptionpage|label4">Level:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">level</property>
</object>
@@ -241,7 +241,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Separator:</property>
+ <property name="label" translatable="yes" context="optcaptionpage|label6">Separator:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">chapseparator</property>
</object>
@@ -270,7 +270,7 @@
<property name="valign">center</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">None</item>
+ <item translatable="yes" context="optcaptionpage|level">None</item>
</items>
</object>
<packing>
@@ -286,7 +286,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Numbering Captions by Chapter</property>
+ <property name="label" translatable="yes" context="optcaptionpage|label11">Numbering Captions by Chapter</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -324,7 +324,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Character style:</property>
+ <property name="label" translatable="yes" context="optcaptionpage|label3">Character style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">charstyle</property>
</object>
@@ -339,7 +339,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">None</item>
+ <item translatable="yes" context="optcaptionpage|charstyle">None</item>
</items>
</object>
<packing>
@@ -349,7 +349,7 @@
</child>
<child>
<object class="GtkCheckButton" id="applyborder">
- <property name="label" translatable="yes">Apply border and shadow</property>
+ <property name="label" translatable="yes" context="optcaptionpage|applyborder">Apply border and shadow</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -371,7 +371,7 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Category and Frame Format</property>
+ <property name="label" translatable="yes" context="optcaptionpage|label10">Category and Frame Format</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -423,7 +423,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Add captions automatically
+ <property name="label" translatable="yes" context="optcaptionpage|label1">Add captions automatically
when inserting:</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -466,8 +466,8 @@ when inserting:</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<items>
- <item translatable="yes">Category first</item>
- <item translatable="yes">Numbering first</item>
+ <item translatable="yes" context="optcaptionpage|captionorder">Category first</item>
+ <item translatable="yes" context="optcaptionpage|captionorder">Numbering first</item>
</items>
</object>
</child>
@@ -477,7 +477,7 @@ when inserting:</property>
<object class="GtkLabel" id="label13">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Caption Order</property>
+ <property name="label" translatable="yes" context="optcaptionpage|label13">Caption Order</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/optcomparison.ui b/sw/uiconfig/swriter/ui/optcomparison.ui
index 4b519933edff..ad262be62dae 100644
--- a/sw/uiconfig/swriter/ui/optcomparison.ui
+++ b/sw/uiconfig/swriter/ui/optcomparison.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -33,7 +33,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="auto">
- <property name="label" translatable="yes">A_uto</property>
+ <property name="label" translatable="yes" context="optcomparison|auto">A_uto</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -52,7 +52,7 @@
</child>
<child>
<object class="GtkRadioButton" id="byword">
- <property name="label" translatable="yes">By w_ord</property>
+ <property name="label" translatable="yes" context="optcomparison|byword">By w_ord</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -70,7 +70,7 @@
</child>
<child>
<object class="GtkRadioButton" id="bycharacter">
- <property name="label" translatable="yes">By _character</property>
+ <property name="label" translatable="yes" context="optcomparison|bycharacter">By _character</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">Compare Documents</property>
+ <property name="label" translatable="yes" context="optcomparison|label1">Compare Documents</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -126,7 +126,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="ignore">
- <property name="label" translatable="yes">Ignore _pieces of length</property>
+ <property name="label" translatable="yes" context="optcomparison|ignore">Ignore _pieces of length</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -143,7 +143,7 @@
</child>
<child>
<object class="GtkCheckButton" id="useRSID">
- <property name="label" translatable="yes">Take it into account when comparing</property>
+ <property name="label" translatable="yes" context="optcomparison|useRSID">Take it into account when comparing</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -176,7 +176,7 @@
</child>
<child>
<object class="GtkCheckButton" id="storeRSID">
- <property name="label" translatable="yes">Store it when changing the document</property>
+ <property name="label" translatable="yes" context="optcomparison|storeRSID">Store it when changing the document</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -204,7 +204,7 @@
<object class="GtkLabel" id="setting">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Random number to improve accuracy of document comparison</property>
+ <property name="label" translatable="yes" context="optcomparison|setting">Random number to improve accuracy of document comparison</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/optcompatpage.ui b/sw/uiconfig/swriter/ui/optcompatpage.ui
index c391925553bf..9a1847feaada 100644
--- a/sw/uiconfig/swriter/ui/optcompatpage.ui
+++ b/sw/uiconfig/swriter/ui/optcompatpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkGrid" id="OptCompatPage">
@@ -53,21 +53,21 @@
<property name="entry_text_column">0</property>
<property name="id_column">1</property>
<items>
- <item translatable="yes">Use printer metrics for document formatting</item>
- <item translatable="yes">Add spacing between paragraphs and tables (in current document)</item>
- <item translatable="yes">Add paragraph and table spacing at tops of pages (in current document)</item>
- <item translatable="yes">Use OpenOffice.org 1.1 tabstop formatting</item>
- <item translatable="yes">Do not add leading (extra space) between lines of text</item>
- <item translatable="yes">Use OpenOffice.org 1.1 line spacing</item>
- <item translatable="yes">Add paragraph and table spacing at bottom of table cells</item>
- <item translatable="yes">Use OpenOffice.org 1.1 object positioning</item>
- <item translatable="yes">Use OpenOffice.org 1.1 text wrapping around objects</item>
- <item translatable="yes">Consider wrapping style when positioning objects</item>
- <item translatable="yes">Expand word space on lines with manual line breaks in justified paragraphs</item>
- <item translatable="yes">Protect form</item>
- <item translatable="yes">MS Word-compatible trailing blanks</item>
- <item translatable="yes">Use LibreOffice 4.3 anchoring paint order (in current document)</item>
- <item translatable="yes">&lt;User settings&gt;</item>
+ <item translatable="yes" context="optcompatpage|format">Use printer metrics for document formatting</item>
+ <item translatable="yes" context="optcompatpage|format">Add spacing between paragraphs and tables (in current document)</item>
+ <item translatable="yes" context="optcompatpage|format">Add paragraph and table spacing at tops of pages (in current document)</item>
+ <item translatable="yes" context="optcompatpage|format">Use OpenOffice.org 1.1 tabstop formatting</item>
+ <item translatable="yes" context="optcompatpage|format">Do not add leading (extra space) between lines of text</item>
+ <item translatable="yes" context="optcompatpage|format">Use OpenOffice.org 1.1 line spacing</item>
+ <item translatable="yes" context="optcompatpage|format">Add paragraph and table spacing at bottom of table cells</item>
+ <item translatable="yes" context="optcompatpage|format">Use OpenOffice.org 1.1 object positioning</item>
+ <item translatable="yes" context="optcompatpage|format">Use OpenOffice.org 1.1 text wrapping around objects</item>
+ <item translatable="yes" context="optcompatpage|format">Consider wrapping style when positioning objects</item>
+ <item translatable="yes" context="optcompatpage|format">Expand word space on lines with manual line breaks in justified paragraphs</item>
+ <item translatable="yes" context="optcompatpage|format">Protect form</item>
+ <item translatable="yes" context="optcompatpage|format">MS Word-compatible trailing blanks</item>
+ <item translatable="yes" context="optcompatpage|format">Use LibreOffice 4.3 anchoring paint order (in current document)</item>
+ <item translatable="yes" context="optcompatpage|format">&lt;User settings&gt;</item>
</items>
</object>
<packing>
@@ -79,7 +79,7 @@
</child>
<child>
<object class="GtkButton" id="default">
- <property name="label" translatable="yes">Use as _Default</property>
+ <property name="label" translatable="yes" context="optcompatpage|default">Use as _Default</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -101,7 +101,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Compatibility options for %DOCNAME</property>
+ <property name="label" translatable="yes" context="optcompatpage|label11">Compatibility options for %DOCNAME</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/optfonttabpage.ui b/sw/uiconfig/swriter/ui/optfonttabpage.ui
index 4786251a18b6..85fb577726b4 100644
--- a/sw/uiconfig/swriter/ui/optfonttabpage.ui
+++ b/sw/uiconfig/swriter/ui/optfonttabpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="OptFontTabPage">
@@ -100,7 +100,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Font</property>
+ <property name="label" translatable="yes" context="optfonttabpage|font_label">Font</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -114,7 +114,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Size</property>
+ <property name="label" translatable="yes" context="optfonttabpage|size_label">_Size</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">standardheight</property>
</object>
@@ -130,7 +130,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">De_fault:</property>
+ <property name="label" translatable="yes" context="optfonttabpage|default_label">De_fault:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">standardbox</property>
</object>
@@ -146,7 +146,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Headin_g:</property>
+ <property name="label" translatable="yes" context="optfonttabpage|heading_label">Headin_g:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">titlebox</property>
</object>
@@ -162,7 +162,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_List:</property>
+ <property name="label" translatable="yes" context="optfonttabpage|list_label">_List:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">listbox</property>
</object>
@@ -178,7 +178,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">C_aption:</property>
+ <property name="label" translatable="yes" context="optfonttabpage|caption_label">C_aption:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">labelbox</property>
</object>
@@ -194,7 +194,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Index:</property>
+ <property name="label" translatable="yes" context="optfonttabpage|index_label">_Index:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">idxbox</property>
</object>
@@ -316,7 +316,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Basic Fonts (%1)</property>
+ <property name="label" translatable="yes" context="optfonttabpage|label1">Basic Fonts (%1)</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -340,7 +340,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="standard">
- <property name="label" translatable="yes">_Default</property>
+ <property name="label" translatable="yes" context="optfonttabpage|standard">_Default</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/optformataidspage.ui b/sw/uiconfig/swriter/ui/optformataidspage.ui
index 84bba183cc1c..5188c75959e8 100644
--- a/sw/uiconfig/swriter/ui/optformataidspage.ui
+++ b/sw/uiconfig/swriter/ui/optformataidspage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="OptFormatAidsPage">
<property name="visible">True</property>
@@ -41,7 +41,7 @@
<property name="column_spacing">6</property>
<child>
<object class="GtkCheckButton" id="paragraph">
- <property name="label" translatable="yes">Pa_ragraph end</property>
+ <property name="label" translatable="yes" context="optformataidspage|paragraph">Pa_ragraph end</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -56,7 +56,7 @@
</child>
<child>
<object class="GtkCheckButton" id="hyphens">
- <property name="label" translatable="yes">Soft h_yphens</property>
+ <property name="label" translatable="yes" context="optformataidspage|hyphens">Soft h_yphens</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="spaces">
- <property name="label" translatable="yes">Spac_es</property>
+ <property name="label" translatable="yes" context="optformataidspage|spaces">Spac_es</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -86,7 +86,7 @@
</child>
<child>
<object class="GtkCheckButton" id="nonbreak">
- <property name="label" translatable="yes">Non-breaking s_paces</property>
+ <property name="label" translatable="yes" context="optformataidspage|nonbreak">Non-breaking s_paces</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -101,7 +101,7 @@
</child>
<child>
<object class="GtkCheckButton" id="tabs">
- <property name="label" translatable="yes">Ta_bs</property>
+ <property name="label" translatable="yes" context="optformataidspage|tabs">Ta_bs</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="break">
- <property name="label" translatable="yes">Brea_ks</property>
+ <property name="label" translatable="yes" context="optformataidspage|break">Brea_ks</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -131,7 +131,7 @@
</child>
<child>
<object class="GtkCheckButton" id="hiddentext">
- <property name="label" translatable="yes">Hidden text</property>
+ <property name="label" translatable="yes" context="optformataidspage|hiddentext">Hidden text</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -145,7 +145,7 @@
</child>
<child>
<object class="GtkCheckButton" id="hiddentextfield">
- <property name="label" translatable="yes">Fields: Hidden te_xt</property>
+ <property name="label" translatable="yes" context="optformataidspage|hiddentextfield">Fields: Hidden te_xt</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -160,7 +160,7 @@
</child>
<child>
<object class="GtkCheckButton" id="hiddenparafield">
- <property name="label" translatable="yes">Fields: Hidden p_aragraphs</property>
+ <property name="label" translatable="yes" context="optformataidspage|hiddenparafield">Fields: Hidden p_aragraphs</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -248,7 +248,7 @@
<object class="GtkLabel" id="displayfl">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Display of</property>
+ <property name="label" translatable="yes" context="optformataidspage|displayfl">Display of</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -280,7 +280,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="mathbaseline">
- <property name="label" translatable="yes">Math baseline alignment</property>
+ <property name="label" translatable="yes" context="optformataidspage|mathbaseline">Math baseline alignment</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -300,7 +300,7 @@
<object class="GtkLabel" id="layoutopt">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Layout Assistance</property>
+ <property name="label" translatable="yes" context="optformataidspage|layoutopt">Layout Assistance</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -344,7 +344,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="cursoronoff">
- <property name="label" translatable="yes">_Direct cursor</property>
+ <property name="label" translatable="yes" context="optformataidspage|cursoronoff">_Direct cursor</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -361,7 +361,7 @@
<object class="GtkLabel" id="fillmode">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Insert</property>
+ <property name="label" translatable="yes" context="optformataidspage|fillmode">Insert</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -383,7 +383,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="fillmargin">
- <property name="label" translatable="yes">Para_graph alignment</property>
+ <property name="label" translatable="yes" context="optformataidspage|fillmargin">Para_graph alignment</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -399,7 +399,7 @@
</child>
<child>
<object class="GtkRadioButton" id="fillindent">
- <property name="label" translatable="yes">_Left paragraph margin</property>
+ <property name="label" translatable="yes" context="optformataidspage|fillindent">_Left paragraph margin</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -415,7 +415,7 @@
</child>
<child>
<object class="GtkRadioButton" id="filltab">
- <property name="label" translatable="yes">_Tabs</property>
+ <property name="label" translatable="yes" context="optformataidspage|filltab">_Tabs</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -431,7 +431,7 @@
</child>
<child>
<object class="GtkRadioButton" id="filltabandspace">
- <property name="label" translatable="yes">Tabs a_nd spaces</property>
+ <property name="label" translatable="yes" context="optformataidspage|filltabandspace">Tabs a_nd spaces</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -447,7 +447,7 @@
</child>
<child>
<object class="GtkRadioButton" id="fillspace">
- <property name="label" translatable="yes">_Spaces</property>
+ <property name="label" translatable="yes" context="optformataidspage|fillspace">_Spaces</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -477,7 +477,7 @@
<object class="GtkLabel" id="cursorlabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Direct Cursor</property>
+ <property name="label" translatable="yes" context="optformataidspage|cursorlabel">Direct Cursor</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -509,7 +509,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="cursorinprot">
- <property name="label" translatable="yes">Enable cursor</property>
+ <property name="label" translatable="yes" context="optformataidspage|cursorinprot">Enable cursor</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -529,7 +529,7 @@
<object class="GtkLabel" id="cursoropt">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Protected Areas</property>
+ <property name="label" translatable="yes" context="optformataidspage|cursoropt">Protected Areas</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/optgeneralpage.ui b/sw/uiconfig/swriter/ui/optgeneralpage.ui
index a41f7ecc6264..49670d618046 100644
--- a/sw/uiconfig/swriter/ui/optgeneralpage.ui
+++ b/sw/uiconfig/swriter/ui/optgeneralpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment-sps">
<property name="lower">1</property>
@@ -56,7 +56,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="always">
- <property name="label" translatable="yes">_Always</property>
+ <property name="label" translatable="yes" context="optgeneralpage|always">_Always</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -73,7 +73,7 @@
</child>
<child>
<object class="GtkRadioButton" id="onrequest">
- <property name="label" translatable="yes">_On request</property>
+ <property name="label" translatable="yes" context="optgeneralpage|onrequest">_On request</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -89,7 +89,7 @@
</child>
<child>
<object class="GtkRadioButton" id="never">
- <property name="label" translatable="yes">_Never</property>
+ <property name="label" translatable="yes" context="optgeneralpage|never">_Never</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -111,7 +111,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Update Links when Loading</property>
+ <property name="label" translatable="yes" context="optgeneralpage|label1">Update Links when Loading</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -143,7 +143,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="updatefields">
- <property name="label" translatable="yes">_Fields</property>
+ <property name="label" translatable="yes" context="optgeneralpage|updatefields">_Fields</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -158,7 +158,7 @@
</child>
<child>
<object class="GtkCheckButton" id="updatecharts">
- <property name="label" translatable="yes">_Charts</property>
+ <property name="label" translatable="yes" context="optgeneralpage|updatecharts">_Charts</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -179,7 +179,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Automatically Update</property>
+ <property name="label" translatable="yes" context="optgeneralpage|label2">Automatically Update</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -225,7 +225,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Measurement unit:</property>
+ <property name="label" translatable="yes" context="optgeneralpage|label5">_Measurement unit:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">metric</property>
</object>
@@ -250,7 +250,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Tab stops:</property>
+ <property name="label" translatable="yes" context="optgeneralpage|tablabel">_Tab stops:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">tab:0.00cm</property>
</object>
@@ -288,7 +288,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="usecharunit">
- <property name="label" translatable="yes">_Enable char unit</property>
+ <property name="label" translatable="yes" context="optgeneralpage|usecharunit">_Enable char unit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -304,7 +304,7 @@
</child>
<child>
<object class="GtkCheckButton" id="squaremode">
- <property name="label" translatable="yes">_Use square page mode for text grid</property>
+ <property name="label" translatable="yes" context="optgeneralpage|squaremode">_Use square page mode for text grid</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -332,7 +332,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="optgeneralpage|label3">Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -375,7 +375,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Additional separators:</property>
+ <property name="label" translatable="yes" context="optgeneralpage|label7">_Additional separators:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">wordcount</property>
</object>
@@ -409,7 +409,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="standardizedpageshow">
- <property name="label" translatable="yes">Show standardized page count</property>
+ <property name="label" translatable="yes" context="optgeneralpage|standardizedpageshow">Show standardized page count</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -437,7 +437,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Characters per standardized page:</property>
+ <property name="label" translatable="yes" context="optgeneralpage|labelstandardpages">Characters per standardized page:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">standardpagesize</property>
</object>
@@ -483,7 +483,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Word Count</property>
+ <property name="label" translatable="yes" context="optgeneralpage|label4">Word Count</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/optredlinepage.ui b/sw/uiconfig/swriter/ui/optredlinepage.ui
index 9febbd1447a1..4962e493af86 100644
--- a/sw/uiconfig/swriter/ui/optredlinepage.ui
+++ b/sw/uiconfig/swriter/ui/optredlinepage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="OptRedLinePage">
@@ -36,7 +36,7 @@
<object class="GtkLabel" id="insert_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Attributes:</property>
+ <property name="label" translatable="yes" context="optredlinepage|insert_label">_Attributes:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">insert</property>
<property name="xalign">0</property>
@@ -50,7 +50,7 @@
<object class="GtkLabel" id="insertcolor_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Co_lor:</property>
+ <property name="label" translatable="yes" context="optredlinepage|insertcolor_label">Co_lor:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">insertcolor</property>
<property name="xalign">0</property>
@@ -66,17 +66,17 @@
<property name="can_focus">False</property>
<property name="valign">center</property>
<items>
- <item translatable="yes">[None]</item>
- <item translatable="yes">Bold</item>
- <item translatable="yes">Italic</item>
- <item translatable="yes">Underlined</item>
- <item translatable="yes">Underlined: double</item>
- <item translatable="yes">Strikethrough</item>
- <item translatable="yes">Uppercase</item>
- <item translatable="yes">Lowercase</item>
- <item translatable="yes">Small caps</item>
- <item translatable="yes">Title font</item>
- <item translatable="yes">Background color</item>
+ <item translatable="yes" context="optredlinepage|insert">[None]</item>
+ <item translatable="yes" context="optredlinepage|insert">Bold</item>
+ <item translatable="yes" context="optredlinepage|insert">Italic</item>
+ <item translatable="yes" context="optredlinepage|insert">Underlined</item>
+ <item translatable="yes" context="optredlinepage|insert">Underlined: double</item>
+ <item translatable="yes" context="optredlinepage|insert">Strikethrough</item>
+ <item translatable="yes" context="optredlinepage|insert">Uppercase</item>
+ <item translatable="yes" context="optredlinepage|insert">Lowercase</item>
+ <item translatable="yes" context="optredlinepage|insert">Small caps</item>
+ <item translatable="yes" context="optredlinepage|insert">Title font</item>
+ <item translatable="yes" context="optredlinepage|insert">Background color</item>
</items>
</object>
<packing>
@@ -91,7 +91,7 @@
<property name="valign">center</property>
<child internal-child="accessible">
<object class="AtkObject" id="insertcolor-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Color of Insertions</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optredlinepage|insertcolor-atkobject">Color of Insertions</property>
</object>
</child>
</object>
@@ -105,7 +105,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="text" translatable="yes">Insert</property>
+ <property name="text" translatable="yes" context="optredlinepage|insertedpreview">Insert</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -121,7 +121,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Insertions</property>
+ <property name="label" translatable="yes" context="optredlinepage|label2">Insertions</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -160,7 +160,7 @@
<object class="GtkLabel" id="deleted_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Attri_butes:</property>
+ <property name="label" translatable="yes" context="optredlinepage|deleted_label">Attri_butes:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">deleted</property>
<property name="xalign">0</property>
@@ -174,7 +174,7 @@
<object class="GtkLabel" id="deletedcolor_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Col_or:</property>
+ <property name="label" translatable="yes" context="optredlinepage|deletedcolor_label">Col_or:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">deletedcolor</property>
<property name="xalign">0</property>
@@ -202,7 +202,7 @@
<property name="valign">center</property>
<child internal-child="accessible">
<object class="AtkObject" id="deletedcolor-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Color of Deletions</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optredlinepage|deletedcolor-atkobject">Color of Deletions</property>
</object>
</child>
</object>
@@ -216,7 +216,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="text" translatable="yes">Delete</property>
+ <property name="text" translatable="yes" context="optredlinepage|deletedpreview">Delete</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -232,7 +232,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Deletions</property>
+ <property name="label" translatable="yes" context="optredlinepage|label3">Deletions</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -271,7 +271,7 @@
<object class="GtkLabel" id="changed_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Attrib_utes:</property>
+ <property name="label" translatable="yes" context="optredlinepage|changed_label">Attrib_utes:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">changed</property>
<property name="xalign">0</property>
@@ -285,7 +285,7 @@
<object class="GtkLabel" id="changedcolor_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Colo_r:</property>
+ <property name="label" translatable="yes" context="optredlinepage|changedcolor_label">Colo_r:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">changedcolor</property>
<property name="xalign">0</property>
@@ -313,7 +313,7 @@
<property name="valign">center</property>
<child internal-child="accessible">
<object class="AtkObject" id="changedcolor-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Color of Changed Attributes</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optredlinepage|changedcolor-atkobject">Color of Changed Attributes</property>
</object>
</child>
</object>
@@ -327,7 +327,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="text" translatable="yes">Attributes</property>
+ <property name="text" translatable="yes" context="optredlinepage|changedpreview">Attributes</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -343,7 +343,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Changed Attributes</property>
+ <property name="label" translatable="yes" context="optredlinepage|label4">Changed Attributes</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -385,7 +385,7 @@
<property name="valign">center</property>
<child internal-child="accessible">
<object class="AtkObject" id="markcolor-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Color of Mark</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optredlinepage|markcolor-atkobject">Color of Mark</property>
</object>
</child>
</object>
@@ -398,7 +398,7 @@
<object class="GtkLabel" id="markpos_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Mar_k:</property>
+ <property name="label" translatable="yes" context="optredlinepage|markpos_label">Mar_k:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">markpos</property>
<property name="xalign">0</property>
@@ -412,7 +412,7 @@
<object class="GtkLabel" id="markcolor_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Color:</property>
+ <property name="label" translatable="yes" context="optredlinepage|markcolor_label">_Color:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">markcolor</property>
<property name="xalign">0</property>
@@ -440,11 +440,11 @@
<property name="can_focus">False</property>
<property name="valign">center</property>
<items>
- <item translatable="yes">[None]</item>
- <item translatable="yes">Left margin</item>
- <item translatable="yes">Right margin</item>
- <item translatable="yes">Outer margin</item>
- <item translatable="yes">Inner margin</item>
+ <item translatable="yes" context="optredlinepage|markpos">[None]</item>
+ <item translatable="yes" context="optredlinepage|markpos">Left margin</item>
+ <item translatable="yes" context="optredlinepage|markpos">Right margin</item>
+ <item translatable="yes" context="optredlinepage|markpos">Outer margin</item>
+ <item translatable="yes" context="optredlinepage|markpos">Inner margin</item>
</items>
</object>
<packing>
@@ -460,7 +460,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Lines Changed</property>
+ <property name="label" translatable="yes" context="optredlinepage|label5">Lines Changed</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/opttablepage.ui b/sw/uiconfig/swriter/ui/opttablepage.ui
index 041fcf4fd2d8..a022c4a882dc 100644
--- a/sw/uiconfig/swriter/ui/opttablepage.ui
+++ b/sw/uiconfig/swriter/ui/opttablepage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment">
<property name="lower">0.25</property>
@@ -43,7 +43,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="header">
- <property name="label" translatable="yes">H_eading</property>
+ <property name="label" translatable="yes" context="opttablepage|header">H_eading</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -58,7 +58,7 @@
</child>
<child>
<object class="GtkCheckButton" id="repeatheader">
- <property name="label" translatable="yes">Re_peat on each page</property>
+ <property name="label" translatable="yes" context="opttablepage|repeatheader">Re_peat on each page</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -74,7 +74,7 @@
</child>
<child>
<object class="GtkCheckButton" id="dontsplit">
- <property name="label" translatable="yes">_Do not split</property>
+ <property name="label" translatable="yes" context="opttablepage|dontsplit">_Do not split</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -89,7 +89,7 @@
</child>
<child>
<object class="GtkCheckButton" id="border">
- <property name="label" translatable="yes">B_order</property>
+ <property name="label" translatable="yes" context="opttablepage|border">B_order</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">New Table Defaults</property>
+ <property name="label" translatable="yes" context="opttablepage|label1">New Table Defaults</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -146,7 +146,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="numformatting">
- <property name="label" translatable="yes">_Number recognition</property>
+ <property name="label" translatable="yes" context="opttablepage|numformatting">_Number recognition</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -161,7 +161,7 @@
</child>
<child>
<object class="GtkCheckButton" id="numfmtformatting">
- <property name="label" translatable="yes">N_umber format recognition</property>
+ <property name="label" translatable="yes" context="opttablepage|numfmtformatting">N_umber format recognition</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -177,7 +177,7 @@
</child>
<child>
<object class="GtkCheckButton" id="numalignment">
- <property name="label" translatable="yes">_Alignment</property>
+ <property name="label" translatable="yes" context="opttablepage|numalignment">_Alignment</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -199,7 +199,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Input in Tables</property>
+ <property name="label" translatable="yes" context="opttablepage|label2">Input in Tables</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -253,7 +253,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Behavior of rows/columns</property>
+ <property name="label" translatable="yes" context="opttablepage|label10">Behavior of rows/columns</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -263,7 +263,7 @@
</child>
<child>
<object class="GtkRadioButton" id="fix">
- <property name="label" translatable="yes">_Fixed</property>
+ <property name="label" translatable="yes" context="opttablepage|fix">_Fixed</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -281,7 +281,7 @@
</child>
<child>
<object class="GtkRadioButton" id="fixprop">
- <property name="label" translatable="yes">Fi_xed, proportional</property>
+ <property name="label" translatable="yes" context="opttablepage|fixprop">Fi_xed, proportional</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -299,7 +299,7 @@
</child>
<child>
<object class="GtkRadioButton" id="var">
- <property name="label" translatable="yes">_Variable</property>
+ <property name="label" translatable="yes" context="opttablepage|var">_Variable</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -321,7 +321,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Changes affect the adjacent area only</property>
+ <property name="label" translatable="yes" context="opttablepage|label11">Changes affect the adjacent area only</property>
<property name="wrap">True</property>
<property name="wrap_mode">char</property>
<property name="max_width_chars">50</property>
@@ -337,7 +337,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Changes affect the entire table</property>
+ <property name="label" translatable="yes" context="opttablepage|label12">Changes affect the entire table</property>
<property name="wrap">True</property>
<property name="max_width_chars">50</property>
</object>
@@ -352,7 +352,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Changes affect the table size</property>
+ <property name="label" translatable="yes" context="opttablepage|label13">Changes affect the table size</property>
<property name="wrap">True</property>
<property name="max_width_chars">50</property>
</object>
@@ -388,7 +388,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Move cells</property>
+ <property name="label" translatable="yes" context="opttablepage|label4">Move cells</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -430,7 +430,7 @@
<property name="can_focus">False</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Row:</property>
+ <property name="label" translatable="yes" context="opttablepage|label5">_Row:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">rowmove:0.00cm</property>
</object>
@@ -445,7 +445,7 @@
<property name="can_focus">False</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Column:</property>
+ <property name="label" translatable="yes" context="opttablepage|label6">_Column:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">colmove:0.00cm</property>
</object>
@@ -504,7 +504,7 @@
<property name="can_focus">False</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Ro_w:</property>
+ <property name="label" translatable="yes" context="opttablepage|label15">Ro_w:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">rowinsert:0.00cm</property>
</object>
@@ -519,7 +519,7 @@
<property name="can_focus">False</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Colu_mn:</property>
+ <property name="label" translatable="yes" context="opttablepage|label16">Colu_mn:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">colinsert:0.00cm</property>
</object>
@@ -533,7 +533,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Insert cell</property>
+ <property name="label" translatable="yes" context="opttablepage|label14">Insert cell</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -562,7 +562,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Keyboard Handling</property>
+ <property name="label" translatable="yes" context="opttablepage|label3">Keyboard Handling</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/opttestpage.ui b/sw/uiconfig/swriter/ui/opttestpage.ui
index 50eef2a387dc..830dbe77fe67 100644
--- a/sw/uiconfig/swriter/ui/opttestpage.ui
+++ b/sw/uiconfig/swriter/ui/opttestpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkBox" id="OptTestPage">
<property name="visible">True</property>
diff --git a/sw/uiconfig/swriter/ui/outlinenumbering.ui b/sw/uiconfig/swriter/ui/outlinenumbering.ui
index 06520a2932f5..2db1e358c82d 100644
--- a/sw/uiconfig/swriter/ui/outlinenumbering.ui
+++ b/sw/uiconfig/swriter/ui/outlinenumbering.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="OutlineNumberingDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Chapter Numbering</property>
+ <property name="title" translatable="yes" context="outlinenumbering|OutlineNumberingDialog">Chapter Numbering</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
@@ -36,7 +36,7 @@
</child>
<child>
<object class="GtkButton" id="user">
- <property name="label" translatable="yes">_Format</property>
+ <property name="label" translatable="yes" context="outlinenumbering|user">_Format</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -112,7 +112,7 @@
<object class="GtkLabel" id="numbering">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Numbering</property>
+ <property name="label" translatable="yes" context="outlinenumbering|numbering">Numbering</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -125,7 +125,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="outlinenumbering|position">Position</property>
</object>
<packing>
<property name="position">1</property>
@@ -156,7 +156,7 @@
<object class="GtkMenuItem" id="form1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Untitled 1</property>
+ <property name="label" translatable="yes" context="outlinenumbering|form1">Untitled 1</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -164,7 +164,7 @@
<object class="GtkMenuItem" id="form2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Untitled 2</property>
+ <property name="label" translatable="yes" context="outlinenumbering|form2">Untitled 2</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -172,7 +172,7 @@
<object class="GtkMenuItem" id="form3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Untitled 3</property>
+ <property name="label" translatable="yes" context="outlinenumbering|form3">Untitled 3</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -180,7 +180,7 @@
<object class="GtkMenuItem" id="form4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Untitled 4</property>
+ <property name="label" translatable="yes" context="outlinenumbering|form4">Untitled 4</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -188,7 +188,7 @@
<object class="GtkMenuItem" id="form5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Untitled 5</property>
+ <property name="label" translatable="yes" context="outlinenumbering|form5">Untitled 5</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -196,7 +196,7 @@
<object class="GtkMenuItem" id="form6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Untitled 6</property>
+ <property name="label" translatable="yes" context="outlinenumbering|form6">Untitled 6</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -204,7 +204,7 @@
<object class="GtkMenuItem" id="form7">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Untitled 7</property>
+ <property name="label" translatable="yes" context="outlinenumbering|form7">Untitled 7</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -212,7 +212,7 @@
<object class="GtkMenuItem" id="form8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Untitled 8</property>
+ <property name="label" translatable="yes" context="outlinenumbering|form8">Untitled 8</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -220,7 +220,7 @@
<object class="GtkMenuItem" id="form9">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Untitled 9</property>
+ <property name="label" translatable="yes" context="outlinenumbering|form9">Untitled 9</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -234,7 +234,7 @@
<object class="GtkMenuItem" id="saveas">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Save _As...</property>
+ <property name="label" translatable="yes" context="outlinenumbering|saveas">Save _As...</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sw/uiconfig/swriter/ui/outlinenumberingpage.ui b/sw/uiconfig/swriter/ui/outlinenumberingpage.ui
index 32791ceb630b..72f2ba4d6db4 100644
--- a/sw/uiconfig/swriter/ui/outlinenumberingpage.ui
+++ b/sw/uiconfig/swriter/ui/outlinenumberingpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -49,7 +49,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Level</property>
+ <property name="label" translatable="yes" context="outlinenumberingpage|label1">Level</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">level:border</property>
<attributes>
@@ -93,7 +93,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Paragraph style:</property>
+ <property name="label" translatable="yes" context="outlinenumberingpage|label3">Paragraph style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">style</property>
</object>
@@ -119,7 +119,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="outlinenumberingpage|label4">Number:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numbering</property>
</object>
@@ -133,7 +133,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Character style:</property>
+ <property name="label" translatable="yes" context="outlinenumberingpage|label5">Character style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">charstyle</property>
</object>
@@ -147,7 +147,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Show sublevels:</property>
+ <property name="label" translatable="yes" context="outlinenumberingpage|sublevelsft">Show sublevels:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">sublevelsnf</property>
</object>
@@ -161,7 +161,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Separator</property>
+ <property name="label" translatable="yes" context="outlinenumberingpage|label7">Separator</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -247,7 +247,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Before:</property>
+ <property name="label" translatable="yes" context="outlinenumberingpage|label8">Before:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefix</property>
</object>
@@ -268,7 +268,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">After:</property>
+ <property name="label" translatable="yes" context="outlinenumberingpage|label9">After:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">suffix</property>
</object>
@@ -284,7 +284,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Start at:</property>
+ <property name="label" translatable="yes" context="outlinenumberingpage|label10">Start at:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">startat</property>
</object>
@@ -321,7 +321,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Numbering</property>
+ <property name="label" translatable="yes" context="outlinenumberingpage|label2">Numbering</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/outlinepositionpage.ui b/sw/uiconfig/swriter/ui/outlinepositionpage.ui
index 0cabf215d928..177fb1ca0cc3 100644
--- a/sw/uiconfig/swriter/ui/outlinepositionpage.ui
+++ b/sw/uiconfig/swriter/ui/outlinepositionpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -21,13 +21,13 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Left</col>
+ <col id="0" translatable="yes" context="outlinepositionpage|liststore1">Left</col>
</row>
<row>
- <col id="0" translatable="yes">Centered</col>
+ <col id="0" translatable="yes" context="outlinepositionpage|liststore1">Centered</col>
</row>
<row>
- <col id="0" translatable="yes">Right</col>
+ <col id="0" translatable="yes" context="outlinepositionpage|liststore1">Right</col>
</row>
</data>
</object>
@@ -38,13 +38,13 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Tab stop</col>
+ <col id="0" translatable="yes" context="outlinepositionpage|liststore2">Tab stop</col>
</row>
<row>
- <col id="0" translatable="yes">Space</col>
+ <col id="0" translatable="yes" context="outlinepositionpage|liststore2">Space</col>
</row>
<row>
- <col id="0" translatable="yes">Nothing</col>
+ <col id="0" translatable="yes" context="outlinepositionpage|liststore2">Nothing</col>
</row>
</data>
</object>
@@ -86,7 +86,7 @@
<object class="GtkLabel" id="1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Level</property>
+ <property name="label" translatable="yes" context="outlinepositionpage|1">Level</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -134,7 +134,7 @@
<object class="GtkLabel" id="numalign">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Numbering alignment:</property>
+ <property name="label" translatable="yes" context="outlinepositionpage|numalign">Numbering alignment:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numalignlb</property>
<property name="xalign">1</property>
@@ -159,7 +159,7 @@
<object class="GtkLabel" id="numdist">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Minimum space between
+ <property name="label" translatable="yes" context="outlinepositionpage|numdist">Minimum space between
numbering and text:</property>
<property name="use_underline">True</property>
<property name="justify">right</property>
@@ -188,7 +188,7 @@ numbering and text:</property>
<object class="GtkLabel" id="numberingwidth">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Width of numbering:</property>
+ <property name="label" translatable="yes" context="outlinepositionpage|numberingwidth">Width of numbering:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numberingwidthmf:0.00cm</property>
<property name="xalign">1</property>
@@ -213,7 +213,7 @@ numbering and text:</property>
</child>
<child>
<object class="GtkCheckButton" id="relative">
- <property name="label" translatable="yes">Relative</property>
+ <property name="label" translatable="yes" context="outlinepositionpage|relative">Relative</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -230,7 +230,7 @@ numbering and text:</property>
<object class="GtkLabel" id="indent">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Indent:</property>
+ <property name="label" translatable="yes" context="outlinepositionpage|indent">Indent:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">indentmf:0.00cm</property>
<property name="xalign">1</property>
@@ -257,7 +257,7 @@ numbering and text:</property>
<object class="GtkLabel" id="indentat">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Indent at:</property>
+ <property name="label" translatable="yes" context="outlinepositionpage|indentat">Indent at:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">indentatmf:0.00cm</property>
<property name="xalign">1</property>
@@ -283,7 +283,7 @@ numbering and text:</property>
<object class="GtkLabel" id="num2align">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Numbering alignment:</property>
+ <property name="label" translatable="yes" context="outlinepositionpage|num2align">Numbering alignment:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">num2alignlb</property>
<property name="xalign">1</property>
@@ -307,7 +307,7 @@ numbering and text:</property>
<object class="GtkLabel" id="alignedat">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Aligned at:</property>
+ <property name="label" translatable="yes" context="outlinepositionpage|alignedat">Aligned at:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">alignedatmf:0.00cm</property>
<property name="xalign">1</property>
@@ -333,7 +333,7 @@ numbering and text:</property>
<object class="GtkLabel" id="at">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Tab stop at:</property>
+ <property name="label" translatable="yes" context="outlinepositionpage|at">Tab stop at:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">atmf:0.00cm</property>
<property name="xalign">1</property>
@@ -371,7 +371,7 @@ numbering and text:</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Numbering followed by:</property>
+ <property name="label" translatable="yes" context="outlinepositionpage|numfollowedby">Numbering followed by:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numfollowedbylb</property>
<property name="xalign">1</property>
@@ -392,7 +392,7 @@ numbering and text:</property>
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position and Spacing</property>
+ <property name="label" translatable="yes" context="outlinepositionpage|label10">Position and Spacing</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -414,7 +414,7 @@ numbering and text:</property>
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="standard">
- <property name="label" translatable="yes">Default</property>
+ <property name="label" translatable="yes" context="outlinepositionpage|standard">Default</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/pagebreakmenu.ui b/sw/uiconfig/swriter/ui/pagebreakmenu.ui
index b528891a221d..23c39e286015 100644
--- a/sw/uiconfig/swriter/ui/pagebreakmenu.ui
+++ b/sw/uiconfig/swriter/ui/pagebreakmenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkMenuItem" id="edit">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Edit Page Break...</property>
+ <property name="label" translatable="yes" context="pagebreakmenu|edit">Edit Page Break...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -17,7 +17,7 @@
<object class="GtkMenuItem" id="delete">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Delete Page Break</property>
+ <property name="label" translatable="yes" context="pagebreakmenu|delete">Delete Page Break</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sw/uiconfig/swriter/ui/pagecolumncontrol.ui b/sw/uiconfig/swriter/ui/pagecolumncontrol.ui
index c61992e9c271..ee742d05a37a 100644
--- a/sw/uiconfig/swriter/ui/pagecolumncontrol.ui
+++ b/sw/uiconfig/swriter/ui/pagecolumncontrol.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.10"/>
<object class="GtkImage" id="image_column1">
<property name="visible">True</property>
@@ -73,7 +73,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkButton" id="column1">
- <property name="label" translatable="yes">1 Column</property>
+ <property name="label" translatable="yes" context="pagecolumncontrol|column1">1 Column</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image_column1</property>
@@ -88,7 +88,7 @@
</child>
<child>
<object class="GtkButton" id="column2">
- <property name="label" translatable="yes">2 Columns</property>
+ <property name="label" translatable="yes" context="pagecolumncontrol|column2">2 Columns</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image_column2</property>
@@ -103,7 +103,7 @@
</child>
<child>
<object class="GtkButton" id="column3">
- <property name="label" translatable="yes">3 Columns</property>
+ <property name="label" translatable="yes" context="pagecolumncontrol|column3">3 Columns</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image_column3</property>
@@ -118,7 +118,7 @@
</child>
<child>
<object class="GtkButton" id="columnleft">
- <property name="label" translatable="yes">Left</property>
+ <property name="label" translatable="yes" context="pagecolumncontrol|columnleft">Left</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image_columnleft</property>
@@ -133,7 +133,7 @@
</child>
<child>
<object class="GtkButton" id="columnright">
- <property name="label" translatable="yes">Right</property>
+ <property name="label" translatable="yes" context="pagecolumncontrol|columnright">Right</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image_columnright</property>
@@ -148,7 +148,7 @@
</child>
<child>
<object class="GtkButton" id="column1L">
- <property name="label" translatable="yes">1 Column</property>
+ <property name="label" translatable="yes" context="pagecolumncontrol|column1L">1 Column</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image_column1L</property>
@@ -163,7 +163,7 @@
</child>
<child>
<object class="GtkButton" id="column2L">
- <property name="label" translatable="yes">2 Columns</property>
+ <property name="label" translatable="yes" context="pagecolumncontrol|column2L">2 Columns</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image_column2L</property>
@@ -178,7 +178,7 @@
</child>
<child>
<object class="GtkButton" id="column3L">
- <property name="label" translatable="yes">3 Columns</property>
+ <property name="label" translatable="yes" context="pagecolumncontrol|column3L">3 Columns</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image_column3L</property>
@@ -193,7 +193,7 @@
</child>
<child>
<object class="GtkButton" id="columnleftL">
- <property name="label" translatable="yes">Left</property>
+ <property name="label" translatable="yes" context="pagecolumncontrol|columnleftL">Left</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image_columnleftL</property>
@@ -208,7 +208,7 @@
</child>
<child>
<object class="GtkButton" id="columnrightL">
- <property name="label" translatable="yes">Right</property>
+ <property name="label" translatable="yes" context="pagecolumncontrol|columnrightL">Right</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image_columnrightL</property>
@@ -223,11 +223,11 @@
</child>
<child>
<object class="GtkButton" id="moreoptions">
- <property name="label" translatable="yes">_More Options</property>
+ <property name="label" translatable="yes" context="pagecolumncontrol|moreoptions">_More Options</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">More Options</property>
+ <property name="tooltip_text" translatable="yes" context="pagecolumncontrol|moreoptions|tooltip_text">More Options</property>
<property name="relief">none</property>
<property name="use_underline">True</property>
<property name="always_show_image">True</property>
diff --git a/sw/uiconfig/swriter/ui/pagefooterpanel.ui b/sw/uiconfig/swriter/ui/pagefooterpanel.ui
index dc0d3e745297..a5603c9f625f 100644
--- a/sw/uiconfig/swriter/ui/pagefooterpanel.ui
+++ b/sw/uiconfig/swriter/ui/pagefooterpanel.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.12"/>
<object class="GtkGrid" id="PageFooterPanel">
<property name="visible">True</property>
@@ -40,7 +40,7 @@
<property name="can_focus">False</property>
<property name="halign">end</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Margins:</property>
+ <property name="label" translatable="yes" context="pagefooterpanel|margins">Margins:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -57,7 +57,7 @@
<child>
<object class="GtkLabel" id="customlabel">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Custom</property>
+ <property name="label" translatable="yes" context="pagefooterpanel|customlabel">Custom</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -69,7 +69,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Spacing:</property>
+ <property name="label" translatable="yes" context="pagefooterpanel|spacing">Spacing:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -81,7 +81,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Same Content:</property>
+ <property name="label" translatable="yes" context="pagefooterpanel|samecontent">Same Content:</property>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/sw/uiconfig/swriter/ui/pageformatpanel.ui b/sw/uiconfig/swriter/ui/pageformatpanel.ui
index 232d42c8fe1f..bfdc38ffcbbc 100644
--- a/sw/uiconfig/swriter/ui/pageformatpanel.ui
+++ b/sw/uiconfig/swriter/ui/pageformatpanel.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.12"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="PageFormatPanel">
@@ -20,7 +20,7 @@
<object class="GtkLabel" id="size">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Size:</property>
+ <property name="label" translatable="yes" context="pageformatpanel|size">Size:</property>
<property name="xalign">1</property>
</object>
<packing>
@@ -32,7 +32,7 @@
<object class="GtkLabel" id="width">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Width:</property>
+ <property name="label" translatable="yes" context="pageformatpanel|width">Width:</property>
<property name="xalign">1</property>
</object>
<packing>
@@ -44,7 +44,7 @@
<object class="GtkLabel" id="height">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Height:</property>
+ <property name="label" translatable="yes" context="pageformatpanel|height">Height:</property>
<property name="xalign">1</property>
</object>
<packing>
@@ -56,7 +56,7 @@
<object class="GtkLabel" id="orientation">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Orientation:</property>
+ <property name="label" translatable="yes" context="pageformatpanel|orientation">Orientation:</property>
<property name="xalign">1</property>
</object>
<packing>
@@ -69,7 +69,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Paper Width</property>
+ <property name="tooltip_text" translatable="yes" context="pageformatpanel|paperwidth|tooltip_text">Paper Width</property>
<property name="hexpand">True</property>
<property name="invisible_char">•</property>
<property name="text">0</property>
@@ -84,7 +84,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Paper Height</property>
+ <property name="tooltip_text" translatable="yes" context="pageformatpanel|paperheight|tooltip_text">Paper Height</property>
<property name="hexpand">True</property>
<property name="invisible_char">•</property>
<property name="text">0</property>
@@ -100,8 +100,8 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">Portrait</item>
- <item translatable="yes">Landscape</item>
+ <item translatable="yes" context="pageformatpanel|paperorientation">Portrait</item>
+ <item translatable="yes" context="pageformatpanel|paperorientation">Landscape</item>
</items>
</object>
<packing>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="margin">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Margins:</property>
+ <property name="label" translatable="yes" context="pageformatpanel|margin">Margins:</property>
<property name="xalign">1</property>
</object>
<packing>
@@ -137,14 +137,14 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">None</item>
- <item translatable="yes">Narrow</item>
- <item translatable="yes">Moderate</item>
- <item translatable="yes">Normal 0.75"</item>
- <item translatable="yes">Normal 1"</item>
- <item translatable="yes">Normal 1.25"</item>
- <item translatable="yes">Wide</item>
- <item translatable="yes">Mirrored</item>
+ <item translatable="yes" context="pageformatpanel|marginLB">None</item>
+ <item translatable="yes" context="pageformatpanel|marginLB">Narrow</item>
+ <item translatable="yes" context="pageformatpanel|marginLB">Moderate</item>
+ <item translatable="yes" context="pageformatpanel|marginLB">Normal 0.75"</item>
+ <item translatable="yes" context="pageformatpanel|marginLB">Normal 1"</item>
+ <item translatable="yes" context="pageformatpanel|marginLB">Normal 1.25"</item>
+ <item translatable="yes" context="pageformatpanel|marginLB">Wide</item>
+ <item translatable="yes" context="pageformatpanel|marginLB">Mirrored</item>
</items>
</object>
<packing>
@@ -155,7 +155,7 @@
<child>
<object class="GtkLabel" id="customlabel">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Custom</property>
+ <property name="label" translatable="yes" context="pageformatpanel|customlabel">Custom</property>
</object>
<packing>
<property name="left_attach">1</property>
diff --git a/sw/uiconfig/swriter/ui/pageheaderpanel.ui b/sw/uiconfig/swriter/ui/pageheaderpanel.ui
index d3a63d03e35b..f15242ea107e 100644
--- a/sw/uiconfig/swriter/ui/pageheaderpanel.ui
+++ b/sw/uiconfig/swriter/ui/pageheaderpanel.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.12"/>
<object class="GtkGrid" id="PageHeaderPanel">
<property name="visible">True</property>
@@ -40,7 +40,7 @@
<property name="can_focus">False</property>
<property name="halign">end</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Margins:</property>
+ <property name="label" translatable="yes" context="pageheaderpanel|margins">Margins:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -57,7 +57,7 @@
<child>
<object class="GtkLabel" id="customlabel">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Custom</property>
+ <property name="label" translatable="yes" context="pageheaderpanel|customlabel">Custom</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -69,7 +69,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Spacing:</property>
+ <property name="label" translatable="yes" context="pageheaderpanel|spacing">Spacing:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -81,7 +81,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Same Content:</property>
+ <property name="label" translatable="yes" context="pageheaderpanel|samecontent">Same Content:</property>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/sw/uiconfig/swriter/ui/pagemargincontrol.ui b/sw/uiconfig/swriter/ui/pagemargincontrol.ui
index 43a67f7c5a18..aaaae2d9227c 100644
--- a/sw/uiconfig/swriter/ui/pagemargincontrol.ui
+++ b/sw/uiconfig/swriter/ui/pagemargincontrol.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">9999</property>
@@ -78,7 +78,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkButton" id="narrow">
- <property name="label" translatable="yes">Narrow</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|narrow">Narrow</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">narrowImg</property>
@@ -93,7 +93,7 @@
</child>
<child>
<object class="GtkButton" id="normal">
- <property name="label" translatable="yes">Normal</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|normal">Normal</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">normalImg</property>
@@ -109,7 +109,7 @@
</child>
<child>
<object class="GtkButton" id="wide">
- <property name="label" translatable="yes">Wide</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|wide">Wide</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">wideImg</property>
@@ -124,7 +124,7 @@
</child>
<child>
<object class="GtkButton" id="mirrored">
- <property name="label" translatable="yes">Mirrored</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|mirrored">Mirrored</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">mirrore</property>
@@ -139,7 +139,7 @@
</child>
<child>
<object class="GtkButton" id="last">
- <property name="label" translatable="yes">Last Custom Value</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|last">Last Custom Value</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">lastImg</property>
@@ -154,7 +154,7 @@
</child>
<child>
<object class="GtkButton" id="narrowL">
- <property name="label" translatable="yes">Narrow</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|narrowL">Narrow</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">narrowLImg</property>
@@ -169,7 +169,7 @@
</child>
<child>
<object class="GtkButton" id="normalL">
- <property name="label" translatable="yes">Normal</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|normalL">Normal</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">normalLImg</property>
@@ -185,7 +185,7 @@
</child>
<child>
<object class="GtkButton" id="wideL">
- <property name="label" translatable="yes">Wide</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|wideL">Wide</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">wideLImg</property>
@@ -200,7 +200,7 @@
</child>
<child>
<object class="GtkButton" id="mirroredL">
- <property name="label" translatable="yes">Mirrored</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|mirroredL">Mirrored</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">mirroredLImg</property>
@@ -215,7 +215,7 @@
</child>
<child>
<object class="GtkButton" id="lastL">
- <property name="label" translatable="yes">Last Custom Value</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|lastL">Last Custom Value</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">lastLImg</property>
@@ -249,7 +249,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Top</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|label4">_Top</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
</object>
@@ -262,7 +262,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Bottom</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|label5">_Bottom</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
</object>
@@ -279,7 +279,7 @@
<object class="GtkLabel" id="leftLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Left</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|leftLabel">_Left</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
</object>
@@ -293,7 +293,7 @@
<object class="GtkLabel" id="innerLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">I_nner</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|innerLabel">I_nner</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
</object>
@@ -317,7 +317,7 @@
<object class="GtkLabel" id="rightLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Right</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|rightLabel">_Right</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
</object>
@@ -331,7 +331,7 @@
<object class="GtkLabel" id="outerLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">O_uter</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|outerLabel">O_uter</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
</object>
@@ -407,7 +407,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Custom</property>
+ <property name="label" translatable="yes" context="pagemargincontrol|label1">Custom</property>
</object>
</child>
</object>
diff --git a/sw/uiconfig/swriter/ui/pageorientationcontrol.ui b/sw/uiconfig/swriter/ui/pageorientationcontrol.ui
index c2026b634975..55d409ca3a82 100644
--- a/sw/uiconfig/swriter/ui/pageorientationcontrol.ui
+++ b/sw/uiconfig/swriter/ui/pageorientationcontrol.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.10"/>
<object class="GtkImage" id="image_landscape">
<property name="visible">True</property>
@@ -33,7 +33,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkButton" id="portrait">
- <property name="label" translatable="yes">Portrait</property>
+ <property name="label" translatable="yes" context="pageorientationcontrol|portrait">Portrait</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -49,7 +49,7 @@
</child>
<child>
<object class="GtkButton" id="landscape">
- <property name="label" translatable="yes">Landscape</property>
+ <property name="label" translatable="yes" context="pageorientationcontrol|landscape">Landscape</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/pagesizecontrol.ui b/sw/uiconfig/swriter/ui/pagesizecontrol.ui
index f2d0b4c82ea5..3f7edb904e5f 100644
--- a/sw/uiconfig/swriter/ui/pagesizecontrol.ui
+++ b/sw/uiconfig/swriter/ui/pagesizecontrol.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.10"/>
<object class="GtkImage" id="image_portrait7">
<property name="visible">True</property>
@@ -48,11 +48,11 @@
</child>
<child>
<object class="GtkButton" id="moreoptions">
- <property name="label" translatable="yes">_More Options</property>
+ <property name="label" translatable="yes" context="pagesizecontrol|moreoptions">_More Options</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">More Options</property>
+ <property name="tooltip_text" translatable="yes" context="pagesizecontrol|moreoptions|tooltip_text">More Options</property>
<property name="image">image_portrait7</property>
<property name="relief">none</property>
<property name="use_underline">True</property>
diff --git a/sw/uiconfig/swriter/ui/pagestylespanel.ui b/sw/uiconfig/swriter/ui/pagestylespanel.ui
index a9f0817b6d4c..950320acfd58 100644
--- a/sw/uiconfig/swriter/ui/pagestylespanel.ui
+++ b/sw/uiconfig/swriter/ui/pagestylespanel.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkListStore" id="liststorePageLayout">
@@ -12,19 +12,19 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Right and left</col>
+ <col id="0" translatable="yes" context="pagestylespanel|liststorePageLayout">Right and left</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Mirrored</col>
+ <col id="0" translatable="yes" context="pagestylespanel|liststorePageLayout">Mirrored</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Only right</col>
+ <col id="0" translatable="yes" context="pagestylespanel|liststorePageLayout">Only right</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Only left</col>
+ <col id="0" translatable="yes" context="pagestylespanel|liststorePageLayout">Only left</col>
<col id="1">0</col>
</row>
</data>
@@ -48,7 +48,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Number:</property>
+ <property name="label" translatable="yes" context="pagestylespanel|numberslabel">Number:</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">1</property>
- <property name="label" translatable="yes">Background:</property>
+ <property name="label" translatable="yes" context="pagestylespanel|backgroundlabel">Background:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -88,7 +88,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Layout:</property>
+ <property name="label" translatable="yes" context="pagestylespanel|layoutlabel">Layout:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -116,7 +116,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Columns:</property>
+ <property name="label" translatable="yes" context="pagestylespanel|columnlabel">Columns:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -130,11 +130,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">1 Column</item>
- <item translatable="yes">2 Columns</item>
- <item translatable="yes">3 Columns</item>
- <item translatable="yes">Left</item>
- <item translatable="yes">Right</item>
+ <item translatable="yes" context="pagestylespanel|columnbox">1 Column</item>
+ <item translatable="yes" context="pagestylespanel|columnbox">2 Columns</item>
+ <item translatable="yes" context="pagestylespanel|columnbox">3 Columns</item>
+ <item translatable="yes" context="pagestylespanel|columnbox">Left</item>
+ <item translatable="yes" context="pagestylespanel|columnbox">Right</item>
</items>
</object>
<packing>
@@ -211,7 +211,7 @@
<child>
<object class="GtkLabel" id="customlabel">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Custom</property>
+ <property name="label" translatable="yes" context="pagestylespanel|customlabel">Custom</property>
</object>
<packing>
<property name="left_attach">1</property>
diff --git a/sw/uiconfig/swriter/ui/paradialog.ui b/sw/uiconfig/swriter/ui/paradialog.ui
index 24106cf47c0c..21994f5387b3 100644
--- a/sw/uiconfig/swriter/ui/paradialog.ui
+++ b/sw/uiconfig/swriter/ui/paradialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="ParagraphPropertiesDialog">
<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="paradialog|ParagraphPropertiesDialog">Paragraph</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,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="paradialog|labelTP_PARA_STD">Indents &amp; Spacing</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -111,7 +111,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="paradialog|labelTP_PARA_ALIGN">Alignment</property>
</object>
<packing>
<property name="position">1</property>
@@ -126,7 +126,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0.46000000834465027</property>
- <property name="label" translatable="yes">Text Flow</property>
+ <property name="label" translatable="yes" context="paradialog|textflow">Text Flow</property>
</object>
<packing>
<property name="position">2</property>
@@ -140,7 +140,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="paradialog|labelTP_PARA_ASIAN">Asian Typography</property>
</object>
<packing>
<property name="position">3</property>
@@ -154,7 +154,7 @@
<object class="GtkLabel" id="labelTP_NUMPARA">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Outline &amp; Numbering</property>
+ <property name="label" translatable="yes" context="paradialog|labelTP_NUMPARA">Outline &amp; Numbering</property>
</object>
<packing>
<property name="position">4</property>
@@ -168,7 +168,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="paradialog|labelTP_TABULATOR">Tabs</property>
</object>
<packing>
<property name="position">5</property>
@@ -182,7 +182,7 @@
<object class="GtkLabel" id="labelTP_DROPCAPS">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Drop Caps</property>
+ <property name="label" translatable="yes" context="paradialog|labelTP_DROPCAPS">Drop Caps</property>
</object>
<packing>
<property name="position">6</property>
@@ -196,7 +196,7 @@
<object class="GtkLabel" id="labelTP_BORDER">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Borders</property>
+ <property name="label" translatable="yes" context="paradialog|labelTP_BORDER">Borders</property>
</object>
<packing>
<property name="position">7</property>
@@ -210,7 +210,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="paradialog|area">Area</property>
</object>
<packing>
<property name="position">8</property>
@@ -224,7 +224,7 @@
<object class="GtkLabel" id="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="paradialog|transparence">Transparency</property>
</object>
<packing>
<property name="position">9</property>
diff --git a/sw/uiconfig/swriter/ui/picturedialog.ui b/sw/uiconfig/swriter/ui/picturedialog.ui
index 35671391ec8a..d3bae3d90707 100644
--- a/sw/uiconfig/swriter/ui/picturedialog.ui
+++ b/sw/uiconfig/swriter/ui/picturedialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="PictureDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Image</property>
+ <property name="title" translatable="yes" context="picturedialog|PictureDialog">Image</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="type">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Type</property>
+ <property name="label" translatable="yes" context="picturedialog|type">Type</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="options">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="picturedialog|options">Options</property>
</object>
<packing>
<property name="position">1</property>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="wrap">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Wrap</property>
+ <property name="label" translatable="yes" context="picturedialog|wrap">Wrap</property>
</object>
<packing>
<property name="position">2</property>
@@ -138,7 +138,7 @@
<object class="GtkLabel" id="hyperlink">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Hyperlink</property>
+ <property name="label" translatable="yes" context="picturedialog|hyperlink">Hyperlink</property>
</object>
<packing>
<property name="position">3</property>
@@ -152,7 +152,7 @@
<object class="GtkLabel" id="picture">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Image</property>
+ <property name="label" translatable="yes" context="picturedialog|picture">Image</property>
</object>
<packing>
<property name="position">4</property>
@@ -166,7 +166,7 @@
<object class="GtkLabel" id="crop">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Crop</property>
+ <property name="label" translatable="yes" context="picturedialog|crop">Crop</property>
</object>
<packing>
<property name="position">5</property>
@@ -180,7 +180,7 @@
<object class="GtkLabel" id="borders">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Borders</property>
+ <property name="label" translatable="yes" context="picturedialog|borders">Borders</property>
</object>
<packing>
<property name="position">6</property>
@@ -194,7 +194,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="picturedialog|area">Area</property>
</object>
<packing>
<property name="position">7</property>
@@ -208,7 +208,7 @@
<object class="GtkLabel" id="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="picturedialog|transparence">Transparency</property>
</object>
<packing>
<property name="position">8</property>
@@ -222,7 +222,7 @@
<object class="GtkLabel" id="macro">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Macro</property>
+ <property name="label" translatable="yes" context="picturedialog|macro">Macro</property>
</object>
<packing>
<property name="position">9</property>
diff --git a/sw/uiconfig/swriter/ui/picturepage.ui b/sw/uiconfig/swriter/ui/picturepage.ui
index 7a78470e5654..b710ae9d92b5 100644
--- a/sw/uiconfig/swriter/ui/picturepage.ui
+++ b/sw/uiconfig/swriter/ui/picturepage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="PicturePage">
@@ -29,7 +29,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="browse">
- <property name="label" translatable="yes">Browse...</property>
+ <property name="label" translatable="yes" context="picturepage|browse">Browse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -56,7 +56,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_File name</property>
+ <property name="label" translatable="yes" context="picturepage|label1">_File name</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry</property>
</object>
@@ -74,7 +74,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Link</property>
+ <property name="label" translatable="yes" context="picturepage|label11">Link</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -109,7 +109,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="vert">
- <property name="label" translatable="yes">_Vertically</property>
+ <property name="label" translatable="yes" context="picturepage|vert">_Vertically</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -124,7 +124,7 @@
</child>
<child>
<object class="GtkCheckButton" id="hori">
- <property name="label" translatable="yes">Hori_zontally</property>
+ <property name="label" translatable="yes" context="picturepage|hori">Hori_zontally</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="allpages">
- <property name="label" translatable="yes">On all pages</property>
+ <property name="label" translatable="yes" context="picturepage|allpages">On all pages</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="leftpages">
- <property name="label" translatable="yes">On left pages</property>
+ <property name="label" translatable="yes" context="picturepage|leftpages">On left pages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -172,7 +172,7 @@
</child>
<child>
<object class="GtkRadioButton" id="rightpages">
- <property name="label" translatable="yes">On right pages</property>
+ <property name="label" translatable="yes" context="picturepage|rightpages">On right pages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -228,7 +228,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Flip</property>
+ <property name="label" translatable="yes" context="picturepage|label2">Flip</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/previewzoomdialog.ui b/sw/uiconfig/swriter/ui/previewzoomdialog.ui
index f0a4b1b36c85..c08c40ffa0a0 100644
--- a/sw/uiconfig/swriter/ui/previewzoomdialog.ui
+++ b/sw/uiconfig/swriter/ui/previewzoomdialog.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -18,7 +18,7 @@
<object class="GtkDialog" id="PreviewZoomDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Multiple Pages</property>
+ <property name="title" translatable="yes" context="previewzoomdialog|PreviewZoomDialog">Multiple Pages</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -98,7 +98,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Rows</property>
+ <property name="label" translatable="yes" context="previewzoomdialog|label1">_Rows</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">rows</property>
</object>
@@ -114,7 +114,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Columns</property>
+ <property name="label" translatable="yes" context="previewzoomdialog|label2">_Columns</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">cols</property>
</object>
diff --git a/sw/uiconfig/swriter/ui/printeroptions.ui b/sw/uiconfig/swriter/ui/printeroptions.ui
index 9dd00f3713a4..3bec5094d6f6 100644
--- a/sw/uiconfig/swriter/ui/printeroptions.ui
+++ b/sw/uiconfig/swriter/ui/printeroptions.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="box">
<property name="visible">True</property>
@@ -27,7 +27,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="pagebackground">
- <property name="label" translatable="yes">Page background</property>
+ <property name="label" translatable="yes" context="printeroptions|pagebackground">Page background</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -43,7 +43,7 @@
</child>
<child>
<object class="GtkCheckButton" id="pictures">
- <property name="label" translatable="yes">Images and other graphic objects</property>
+ <property name="label" translatable="yes" context="printeroptions|pictures">Images and other graphic objects</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -59,7 +59,7 @@
</child>
<child>
<object class="GtkCheckButton" id="hiddentext">
- <property name="label" translatable="yes">Hidden text</property>
+ <property name="label" translatable="yes" context="printeroptions|hiddentext">Hidden text</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -75,7 +75,7 @@
</child>
<child>
<object class="GtkCheckButton" id="placeholders">
- <property name="label" translatable="yes">Text placeholders</property>
+ <property name="label" translatable="yes" context="printeroptions|placeholders">Text placeholders</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -91,7 +91,7 @@
</child>
<child>
<object class="GtkCheckButton" id="formcontrols">
- <property name="label" translatable="yes">Form controls</property>
+ <property name="label" translatable="yes" context="printeroptions|formcontrols">Form controls</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -113,7 +113,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>
@@ -140,7 +140,7 @@
<property name="left_padding">12</property>
<child>
<object class="GtkCheckButton" id="textinblack">
- <property name="label" translatable="yes">Print text in black</property>
+ <property name="label" translatable="yes" context="printeroptions|textinblack">Print text in black</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -155,7 +155,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>
@@ -182,7 +182,7 @@
<property name="left_padding">12</property>
<child>
<object class="GtkCheckButton" id="autoblankpages">
- <property name="label" translatable="yes">Print automatically inserted blank pages</property>
+ <property name="label" translatable="yes" context="printeroptions|autoblankpages">Print automatically inserted blank pages</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -197,7 +197,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Pages</property>
+ <property name="label" translatable="yes" context="printeroptions|label6">Pages</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/printmergedialog.ui b/sw/uiconfig/swriter/ui/printmergedialog.ui
index a092e26e8bd4..8a4a29aa0fcd 100644
--- a/sw/uiconfig/swriter/ui/printmergedialog.ui
+++ b/sw/uiconfig/swriter/ui/printmergedialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="PrintMergeDialog">
<property name="can_focus">False</property>
@@ -9,7 +9,7 @@
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="message_type">question</property>
- <property name="text" translatable="yes">Your document contains address database fields. Do you want to print a form letter?</property>
+ <property name="text" translatable="yes" context="printmergedialog|PrintMergeDialog">Your document contains address database fields. Do you want to print a form letter?</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/printmonitordialog.ui b/sw/uiconfig/swriter/ui/printmonitordialog.ui
index d6a7e0a2fae6..527943e37708 100644
--- a/sw/uiconfig/swriter/ui/printmonitordialog.ui
+++ b/sw/uiconfig/swriter/ui/printmonitordialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="PrintMonitorDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Print monitor</property>
+ <property name="title" translatable="yes" context="printmonitordialog|PrintMonitorDialog">Print monitor</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -49,7 +49,7 @@
<object class="GtkLabel" id="alttitle">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Save-Monitor</property>
+ <property name="label" translatable="yes" context="printmonitordialog|alttitle">Save-Monitor</property>
</object>
<packing>
<property name="expand">False</property>
@@ -72,7 +72,7 @@
<object class="GtkLabel" id="printing">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">is being prepared for printing on</property>
+ <property name="label" translatable="yes" context="printmonitordialog|printing">is being prepared for printing on</property>
</object>
<packing>
<property name="expand">False</property>
@@ -84,7 +84,7 @@
<object class="GtkLabel" id="saving">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">is being saved to</property>
+ <property name="label" translatable="yes" context="printmonitordialog|saving">is being saved to</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/sw/uiconfig/swriter/ui/printoptionspage.ui b/sw/uiconfig/swriter/ui/printoptionspage.ui
index 255cbea7864f..74a721acbc4d 100644
--- a/sw/uiconfig/swriter/ui/printoptionspage.ui
+++ b/sw/uiconfig/swriter/ui/printoptionspage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="PrintOptionsPage">
<property name="visible">True</property>
@@ -34,7 +34,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="graphics">
- <property name="label" translatable="yes">_Images and objects</property>
+ <property name="label" translatable="yes" context="printoptionspage|graphics">_Images and objects</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="formcontrols">
- <property name="label" translatable="yes">Form control_s</property>
+ <property name="label" translatable="yes" context="printoptionspage|formcontrols">Form control_s</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -68,7 +68,7 @@
</child>
<child>
<object class="GtkCheckButton" id="background">
- <property name="label" translatable="yes">Page ba_ckground</property>
+ <property name="label" translatable="yes" context="printoptionspage|background">Page ba_ckground</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -85,7 +85,7 @@
</child>
<child>
<object class="GtkCheckButton" id="inblack">
- <property name="label" translatable="yes">Print text in blac_k</property>
+ <property name="label" translatable="yes" context="printoptionspage|inblack">Print text in blac_k</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -102,7 +102,7 @@
</child>
<child>
<object class="GtkCheckButton" id="hiddentext">
- <property name="label" translatable="yes">Hidden te_xt</property>
+ <property name="label" translatable="yes" context="printoptionspage|hiddentext">Hidden te_xt</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -119,7 +119,7 @@
</child>
<child>
<object class="GtkCheckButton" id="textplaceholder">
- <property name="label" translatable="yes">Text _placeholder</property>
+ <property name="label" translatable="yes" context="printoptionspage|textplaceholder">Text _placeholder</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -142,7 +142,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Contents</property>
+ <property name="label" translatable="yes" context="printoptionspage|label2">Contents</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -176,7 +176,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="leftpages">
- <property name="label" translatable="yes">_Left pages</property>
+ <property name="label" translatable="yes" context="printoptionspage|leftpages">_Left pages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -193,7 +193,7 @@
</child>
<child>
<object class="GtkCheckButton" id="rightpages">
- <property name="label" translatable="yes">_Right pages</property>
+ <property name="label" translatable="yes" context="printoptionspage|rightpages">_Right pages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -210,7 +210,7 @@
</child>
<child>
<object class="GtkCheckButton" id="brochure">
- <property name="label" translatable="yes">Broch_ure</property>
+ <property name="label" translatable="yes" context="printoptionspage|brochure">Broch_ure</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -227,7 +227,7 @@
</child>
<child>
<object class="GtkCheckButton" id="rtl">
- <property name="label" translatable="yes">Right to Left</property>
+ <property name="label" translatable="yes" context="printoptionspage|rtl">Right to Left</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -251,7 +251,7 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Pages</property>
+ <property name="label" translatable="yes" context="printoptionspage|label10">Pages</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -284,7 +284,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="none">
- <property name="label" translatable="yes">_None</property>
+ <property name="label" translatable="yes" context="printoptionspage|none">_None</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -302,7 +302,7 @@
</child>
<child>
<object class="GtkRadioButton" id="only">
- <property name="label" translatable="yes">Comments _only</property>
+ <property name="label" translatable="yes" context="printoptionspage|only">Comments _only</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -320,7 +320,7 @@
</child>
<child>
<object class="GtkRadioButton" id="end">
- <property name="label" translatable="yes">End of docu_ment</property>
+ <property name="label" translatable="yes" context="printoptionspage|end">End of docu_ment</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -338,7 +338,7 @@
</child>
<child>
<object class="GtkRadioButton" id="endpage">
- <property name="label" translatable="yes">_End of page</property>
+ <property name="label" translatable="yes" context="printoptionspage|endpage">_End of page</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="GtkRadioButton" id="inmargins">
- <property name="label" translatable="yes">In margins</property>
+ <property name="label" translatable="yes" context="printoptionspage|inmargins">In margins</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -380,7 +380,7 @@
<object class="GtkLabel" id="4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Comments</property>
+ <property name="label" translatable="yes" context="printoptionspage|4">Comments</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -427,7 +427,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Fax</property>
+ <property name="label" translatable="yes" context="printoptionspage|label5">_Fax</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">fax</property>
</object>
@@ -460,7 +460,7 @@
</child>
<child>
<object class="GtkCheckButton" id="blankpages">
- <property name="label" translatable="yes">Print _automatically inserted blank pages</property>
+ <property name="label" translatable="yes" context="printoptionspage|blankpages">Print _automatically inserted blank pages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -477,7 +477,7 @@
</child>
<child>
<object class="GtkCheckButton" id="papertray">
- <property name="label" translatable="yes">_Paper tray from printer settings</property>
+ <property name="label" translatable="yes" context="printoptionspage|papertray">_Paper tray from printer settings</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -500,7 +500,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Other</property>
+ <property name="label" translatable="yes" context="printoptionspage|label1">Other</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/privateuserpage.ui b/sw/uiconfig/swriter/ui/privateuserpage.ui
index a6b5b45c73b5..56fa33916651 100644
--- a/sw/uiconfig/swriter/ui/privateuserpage.ui
+++ b/sw/uiconfig/swriter/ui/privateuserpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkFrame" id="PrivateUserPage">
<property name="visible">True</property>
@@ -25,7 +25,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">First/last _name/initials:</property>
+ <property name="label" translatable="yes" context="privateuserpage|nameft">First/last _name/initials:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">firstname</property>
</object>
@@ -39,7 +39,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Street:</property>
+ <property name="label" translatable="yes" context="privateuserpage|streetft">_Street:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">street</property>
</object>
@@ -53,7 +53,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Co_untry/state:</property>
+ <property name="label" translatable="yes" context="privateuserpage|countryft">Co_untry/state:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">country</property>
</object>
@@ -67,7 +67,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Title/profession:</property>
+ <property name="label" translatable="yes" context="privateuserpage|titleft">_Title/profession:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">title</property>
</object>
@@ -81,12 +81,12 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Fa_x:</property>
+ <property name="label" translatable="yes" context="privateuserpage|phoneft">Fa_x:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">fax</property>
<child internal-child="accessible">
<object class="AtkObject" id="phoneft-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes">Home telephone number</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="privateuserpage|phoneft-atkobject">Home telephone number</property>
</object>
</child>
</object>
@@ -100,7 +100,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Homepage/e-mail:</property>
+ <property name="label" translatable="yes" context="privateuserpage|faxft">Homepage/e-mail:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">url</property>
</object>
@@ -123,7 +123,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="firstname-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">First name</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|firstname-atkobject">First name</property>
</object>
</child>
</object>
@@ -141,7 +141,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="lastname-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Last name</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|lastname-atkobject">Last name</property>
</object>
</child>
</object>
@@ -159,7 +159,7 @@
<property name="width_chars">7</property>
<child internal-child="accessible">
<object class="AtkObject" id="shortname-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Initials</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|shortname-atkobject">Initials</property>
</object>
</child>
</object>
@@ -189,7 +189,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="title-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Title</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|title-atkobject">Title</property>
</object>
</child>
</object>
@@ -207,7 +207,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="job-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Position</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|job-atkobject">Position</property>
</object>
</child>
</object>
@@ -236,7 +236,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="fax-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Home telephone number</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|fax-atkobject">Home telephone number</property>
</object>
</child>
</object>
@@ -267,7 +267,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="url-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">FAX number</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|url-atkobject">FAX number</property>
</object>
</child>
</object>
@@ -285,7 +285,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="email-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">email address</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|email-atkobject">email address</property>
</object>
</child>
</object>
@@ -305,7 +305,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">First/last _name/initials 2:</property>
+ <property name="label" translatable="yes" context="privateuserpage|eastnameft">First/last _name/initials 2:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">firstname2</property>
</object>
@@ -328,7 +328,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="firstname2-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Last name</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|firstname2-atkobject">Last name</property>
</object>
</child>
</object>
@@ -346,7 +346,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="lastname2-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">First name</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|lastname2-atkobject">First name</property>
</object>
</child>
</object>
@@ -364,7 +364,7 @@
<property name="width_chars">7</property>
<child internal-child="accessible">
<object class="AtkObject" id="shortname2-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Initials</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|shortname2-atkobject">Initials</property>
</object>
</child>
</object>
@@ -384,7 +384,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Zip/city:</property>
+ <property name="label" translatable="yes" context="privateuserpage|icityft">_Zip/city:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">izip</property>
</object>
@@ -407,7 +407,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="icity-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">City</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|icity-atkobject">City</property>
</object>
</child>
</object>
@@ -425,7 +425,7 @@
<property name="width_chars">15</property>
<child internal-child="accessible">
<object class="AtkObject" id="izip-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Zip code</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|izip-atkobject">Zip code</property>
</object>
</child>
</object>
@@ -507,7 +507,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Phone/mobile:</property>
+ <property name="label" translatable="yes" context="privateuserpage|titleft1">Phone/mobile:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">title</property>
</object>
@@ -531,7 +531,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="phone-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Title</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|phone-atkobject">Title</property>
</object>
</child>
</object>
@@ -549,7 +549,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="mobile-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Position</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|mobile-atkobject">Position</property>
</object>
</child>
</object>
@@ -572,7 +572,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Private Data</property>
+ <property name="label" translatable="yes" context="privateuserpage|label1">Private Data</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/querycontinuebegindialog.ui b/sw/uiconfig/swriter/ui/querycontinuebegindialog.ui
index e48485d56990..290e8364978c 100644
--- a/sw/uiconfig/swriter/ui/querycontinuebegindialog.ui
+++ b/sw/uiconfig/swriter/ui/querycontinuebegindialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="QueryContinueBeginDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Continue at the beginning?</property>
+ <property name="title" translatable="yes" context="querycontinuebegindialog|QueryContinueBeginDialog">Continue at the beginning?</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">Do you want to continue at the beginning?</property>
- <property name="secondary_text" translatable="yes">%PRODUCTNAME Writer has searched to the end of the document.</property>
+ <property name="text" translatable="yes" context="querycontinuebegindialog|QueryContinueBeginDialog">Do you want to continue at the beginning?</property>
+ <property name="secondary_text" translatable="yes" context="querycontinuebegindialog|QueryContinueBeginDialog">%PRODUCTNAME Writer has searched to the end of the document.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/querycontinueenddialog.ui b/sw/uiconfig/swriter/ui/querycontinueenddialog.ui
index 4d597f0b1fb0..590bab521aed 100644
--- a/sw/uiconfig/swriter/ui/querycontinueenddialog.ui
+++ b/sw/uiconfig/swriter/ui/querycontinueenddialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="QueryContinueEndDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Continue at the end?</property>
+ <property name="title" translatable="yes" context="querycontinueenddialog|QueryContinueEndDialog">Continue at the end?</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">Do you want to continue at the end?</property>
- <property name="secondary_text" translatable="yes">%PRODUCTNAME Writer has searched to the beginning of the document.</property>
+ <property name="text" translatable="yes" context="querycontinueenddialog|QueryContinueEndDialog">Do you want to continue at the end?</property>
+ <property name="secondary_text" translatable="yes" context="querycontinueenddialog|QueryContinueEndDialog">%PRODUCTNAME Writer has searched to the beginning of the document.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui b/sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui
index 51d4375b7201..953172780740 100644
--- a/sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui
+++ b/sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.6"/>
<object class="GtkMessageDialog" id="QueryDefaultCompatDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Use as default?</property>
+ <property name="title" translatable="yes" context="querydefaultcompatdialog|QueryDefaultCompatDialog">Use as default?</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">Do you want to change the compatibility options of the default template?</property>
- <property name="secondary_text" translatable="yes">This will affect all new documents based on the default template.</property>
+ <property name="text" translatable="yes" context="querydefaultcompatdialog|QueryDefaultCompatDialog">Do you want to change the compatibility options of the default template?</property>
+ <property name="secondary_text" translatable="yes" context="querydefaultcompatdialog|QueryDefaultCompatDialog">This will affect all new documents based on the default template.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui b/sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui
index 5a59828acea7..85c4c9d588f9 100644
--- a/sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui
+++ b/sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="QueryRotateIntoStandardOrientationDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Rotate into standard orientation?</property>
+ <property name="title" translatable="yes" context="queryrotateintostandarddialog|QueryRotateIntoStandardOrientationDialog">Rotate into standard orientation?</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 rotated. Would you like to rotate it into standard orientation?</property>
+ <property name="text" translatable="yes" context="queryrotateintostandarddialog|QueryRotateIntoStandardOrientationDialog">This image is rotated. Would you like to rotate it into standard orientation?</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox4">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/querysavelabeldialog.ui b/sw/uiconfig/swriter/ui/querysavelabeldialog.ui
index ed2185c0c5b4..b0b829cc7444 100644
--- a/sw/uiconfig/swriter/ui/querysavelabeldialog.ui
+++ b/sw/uiconfig/swriter/ui/querysavelabeldialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.6"/>
<object class="GtkMessageDialog" id="QuerySaveLabelDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Save label?</property>
+ <property name="title" translatable="yes" context="querysavelabeldialog|QuerySaveLabelDialog">Save label?</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">A label named "%1 / %2" already exists. Do you want to replace it?</property>
- <property name="secondary_text" translatable="yes">A label already exists with brand "%1" and type "%2". Replacing it will overwrite its contents.</property>
+ <property name="text" translatable="yes" context="querysavelabeldialog|QuerySaveLabelDialog">A label named "%1 / %2" already exists. Do you want to replace it?</property>
+ <property name="secondary_text" translatable="yes" context="querysavelabeldialog|QuerySaveLabelDialog">A label already exists with brand "%1" and type "%2". Replacing it will overwrite its contents.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/queryshowchangesdialog.ui b/sw/uiconfig/swriter/ui/queryshowchangesdialog.ui
index bb6d20c088c6..9fb6638d686b 100644
--- a/sw/uiconfig/swriter/ui/queryshowchangesdialog.ui
+++ b/sw/uiconfig/swriter/ui/queryshowchangesdialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="QueryShowChangesDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Show changes?</property>
+ <property name="title" translatable="yes" context="queryshowchangesdialog|QueryShowChangesDialog">Show changes?</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">Do you want to show changes to avoid delays?</property>
- <property name="secondary_text" translatable="yes">In the current document, changes are being recorded but not shown as such. In large documents, delays can occur when the document is edited. Showing changes will avoid delays.</property>
+ <property name="text" translatable="yes" context="queryshowchangesdialog|QueryShowChangesDialog">Do you want to show changes to avoid delays?</property>
+ <property name="secondary_text" translatable="yes" context="queryshowchangesdialog|QueryShowChangesDialog">In the current document, changes are being recorded but not shown as such. In large documents, delays can occur when the document is edited. Showing changes will avoid delays.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/readonlymenu.ui b/sw/uiconfig/swriter/ui/readonlymenu.ui
index 91891ee30d7b..fd425bd06154 100644
--- a/sw/uiconfig/swriter/ui/readonlymenu.ui
+++ b/sw/uiconfig/swriter/ui/readonlymenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkMenuItem" id="openurl">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Open</property>
+ <property name="label" translatable="yes" context="readonlymenu|openurl">_Open</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -17,7 +17,7 @@
<object class="GtkMenuItem" id="opendoc">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Open in New Window</property>
+ <property name="label" translatable="yes" context="readonlymenu|opendoc">Open in New Window</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -25,7 +25,7 @@
<object class="GtkMenuItem" id="edit">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Edit</property>
+ <property name="label" translatable="yes" context="readonlymenu|edit">_Edit</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -33,7 +33,7 @@
<object class="GtkCheckMenuItem" id="selection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Select Text</property>
+ <property name="label" translatable="yes" context="readonlymenu|selection">Select Text</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -41,7 +41,7 @@
<object class="GtkMenuItem" id="reload">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Re_load</property>
+ <property name="label" translatable="yes" context="readonlymenu|reload">Re_load</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -49,7 +49,7 @@
<object class="GtkMenuItem" id="reloadframe">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Reload Frame</property>
+ <property name="label" translatable="yes" context="readonlymenu|reloadframe">Reload Frame</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -57,7 +57,7 @@
<object class="GtkCheckMenuItem" id="html">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">HT_ML Source</property>
+ <property name="label" translatable="yes" context="readonlymenu|html">HT_ML Source</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -71,7 +71,7 @@
<object class="GtkMenuItem" id="backward">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Backwards</property>
+ <property name="label" translatable="yes" context="readonlymenu|backward">Backwards</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -79,7 +79,7 @@
<object class="GtkMenuItem" id="forward">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Forward</property>
+ <property name="label" translatable="yes" context="readonlymenu|forward">_Forward</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -93,7 +93,7 @@
<object class="GtkMenuItem" id="savegraphic">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Save Image...</property>
+ <property name="label" translatable="yes" context="readonlymenu|savegraphic">Save Image...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -101,7 +101,7 @@
<object class="GtkMenuItem" id="graphictogallery">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Add Image</property>
+ <property name="label" translatable="yes" context="readonlymenu|graphictogallery">Add Image</property>
<property name="use_underline">True</property>
<child type="submenu">
<object class="GtkMenu">
@@ -111,7 +111,7 @@
<object class="GtkMenuItem" id="graphicaslink">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">As Link</property>
+ <property name="label" translatable="yes" context="readonlymenu|graphicaslink">As Link</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -119,7 +119,7 @@
<object class="GtkMenuItem" id="graphicascopy">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Copy</property>
+ <property name="label" translatable="yes" context="readonlymenu|graphicascopy">Copy</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -137,7 +137,7 @@
<object class="GtkMenuItem" id="savebackground">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Save Background...</property>
+ <property name="label" translatable="yes" context="readonlymenu|savebackground">Save Background...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -181,7 +181,7 @@
<object class="GtkMenuItem" id="copylink">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Copy _Link</property>
+ <property name="label" translatable="yes" context="readonlymenu|copylink">Copy _Link</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -189,7 +189,7 @@
<object class="GtkMenuItem" id="copygraphic">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Copy _Image</property>
+ <property name="label" translatable="yes" context="readonlymenu|copygraphic">Copy _Image</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -203,7 +203,7 @@
<object class="GtkMenuItem" id="loadgraphic">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Load Image</property>
+ <property name="label" translatable="yes" context="readonlymenu|loadgraphic">Load Image</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -211,7 +211,7 @@
<object class="GtkCheckMenuItem" id="imagesoff">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Image Off</property>
+ <property name="label" translatable="yes" context="readonlymenu|imagesoff">Image Off</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -225,7 +225,7 @@
<object class="GtkCheckMenuItem" id="fullscreen">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Leave Full-Screen Mode</property>
+ <property name="label" translatable="yes" context="readonlymenu|fullscreen">Leave Full-Screen Mode</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -239,7 +239,7 @@
<object class="GtkMenuItem" id="copy">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Copy</property>
+ <property name="label" translatable="yes" context="readonlymenu|copy">_Copy</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sw/uiconfig/swriter/ui/renameautotextdialog.ui b/sw/uiconfig/swriter/ui/renameautotextdialog.ui
index 88423f44a176..7f153a6cb67a 100644
--- a/sw/uiconfig/swriter/ui/renameautotextdialog.ui
+++ b/sw/uiconfig/swriter/ui/renameautotextdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkDialog" id="RenameAutoTextDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Rename AutoText</property>
+ <property name="title" translatable="yes" context="renameautotextdialog|RenameAutoTextDialog">Rename AutoText</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -74,7 +74,7 @@
<property name="can_focus">False</property>
<property name="double_buffered">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Na_me</property>
+ <property name="label" translatable="yes" context="renameautotextdialog|label2">Na_me</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">oldname</property>
</object>
@@ -91,7 +91,7 @@
<property name="can_focus">False</property>
<property name="double_buffered">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_New</property>
+ <property name="label" translatable="yes" context="renameautotextdialog|label3">_New</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">newname</property>
</object>
@@ -156,7 +156,7 @@
<property name="can_focus">False</property>
<property name="double_buffered">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Short_cut</property>
+ <property name="label" translatable="yes" context="renameautotextdialog|label4">Short_cut</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">oldsc</property>
</object>
@@ -173,7 +173,7 @@
<property name="can_focus">False</property>
<property name="double_buffered">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Shortcut</property>
+ <property name="label" translatable="yes" context="renameautotextdialog|label5">_Shortcut</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">newsc</property>
</object>
diff --git a/sw/uiconfig/swriter/ui/renameentrydialog.ui b/sw/uiconfig/swriter/ui/renameentrydialog.ui
index 59a0e3e5a524..1e6ef1aae4fa 100644
--- a/sw/uiconfig/swriter/ui/renameentrydialog.ui
+++ b/sw/uiconfig/swriter/ui/renameentrydialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.6 -->
<object class="GtkDialog" id="RenameEntryDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Rename Element</property>
+ <property name="title" translatable="yes" context="renameentrydialog|RenameEntryDialog">Rename Element</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -95,7 +95,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Element Name</property>
+ <property name="label" translatable="yes" context="renameentrydialog|label1">Element Name</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/renameobjectdialog.ui b/sw/uiconfig/swriter/ui/renameobjectdialog.ui
index 624bcd3ab39f..2063e3d3676f 100644
--- a/sw/uiconfig/swriter/ui/renameobjectdialog.ui
+++ b/sw/uiconfig/swriter/ui/renameobjectdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkDialog" id="RenameObjectDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Rename object: </property>
+ <property name="title" translatable="yes" context="renameobjectdialog|RenameObjectDialog">Rename object: </property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -97,7 +97,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">New name</property>
+ <property name="label" translatable="yes" context="renameobjectdialog|label2">New name</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry</property>
</object>
@@ -129,7 +129,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Change Name</property>
+ <property name="label" translatable="yes" context="renameobjectdialog|label1">Change Name</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/rowheight.ui b/sw/uiconfig/swriter/ui/rowheight.ui
index 860ae1bde7b7..457e660a03d5 100644
--- a/sw/uiconfig/swriter/ui/rowheight.ui
+++ b/sw/uiconfig/swriter/ui/rowheight.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">0.01</property>
@@ -11,7 +11,7 @@
<object class="GtkDialog" id="RowHeightDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Row Height</property>
+ <property name="title" translatable="yes" context="rowheight|RowHeightDialog">Row Height</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -108,7 +108,7 @@
</child>
<child>
<object class="GtkCheckButton" id="fit">
- <property name="label" translatable="yes">_Fit to size</property>
+ <property name="label" translatable="yes" context="rowheight|fit">_Fit to size</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -130,7 +130,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Height</property>
+ <property name="label" translatable="yes" context="rowheight|label1">Height</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/saveashtmldialog.ui b/sw/uiconfig/swriter/ui/saveashtmldialog.ui
index a6c65c1564a6..61655b95a96f 100644
--- a/sw/uiconfig/swriter/ui/saveashtmldialog.ui
+++ b/sw/uiconfig/swriter/ui/saveashtmldialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="SaveAsHTMLDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Save as HTML?</property>
+ <property name="title" translatable="yes" context="saveashtmldialog|SaveAsHTMLDialog">Save as HTML?</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">Would you like to save the document as HTML?</property>
- <property name="secondary_text" translatable="yes">The source code can only be displayed if the document is saved in HTML format.</property>
+ <property name="text" translatable="yes" context="saveashtmldialog|SaveAsHTMLDialog">Would you like to save the document as HTML?</property>
+ <property name="secondary_text" translatable="yes" context="saveashtmldialog|SaveAsHTMLDialog">The source code can only be displayed if the document is saved in HTML format.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/savelabeldialog.ui b/sw/uiconfig/swriter/ui/savelabeldialog.ui
index bd3bfd7eca18..1f04358c1b51 100644
--- a/sw/uiconfig/swriter/ui/savelabeldialog.ui
+++ b/sw/uiconfig/swriter/ui/savelabeldialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="SaveLabelDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Save Label Format</property>
+ <property name="title" translatable="yes" context="savelabeldialog|SaveLabelDialog">Save Label Format</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -92,7 +92,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Brand</property>
+ <property name="label" translatable="yes" context="savelabeldialog|label2">Brand</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -107,7 +107,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">T_ype</property>
+ <property name="label" translatable="yes" context="savelabeldialog|label3">T_ype</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -160,7 +160,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="savelabeldialog|label1">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/sectionpage.ui b/sw/uiconfig/swriter/ui/sectionpage.ui
index cd5476a502b3..08ed7c67f00b 100644
--- a/sw/uiconfig/swriter/ui/sectionpage.ui
+++ b/sw/uiconfig/swriter/ui/sectionpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="SectionPage">
@@ -48,7 +48,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">New Section</property>
+ <property name="label" translatable="yes" context="sectionpage|label4">New Section</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -89,7 +89,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="link">
- <property name="label" translatable="yes">_Link</property>
+ <property name="label" translatable="yes" context="sectionpage|link">_Link</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="dde">
- <property name="label" translatable="yes">DD_E</property>
+ <property name="label" translatable="yes" context="sectionpage|dde">DD_E</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
@@ -126,7 +126,7 @@
<property name="sensitive">False</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Section</property>
+ <property name="label" translatable="yes" context="sectionpage|sectionlabel">_Section</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">sectionname</property>
</object>
@@ -179,7 +179,7 @@
<property name="sensitive">False</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_File name</property>
+ <property name="label" translatable="yes" context="sectionpage|filelabel">_File name</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">filename</property>
</object>
@@ -194,7 +194,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">DDE _command</property>
+ <property name="label" translatable="yes" context="sectionpage|ddelabel">DDE _command</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">filename</property>
</object>
@@ -212,7 +212,7 @@
</child>
<child>
<object class="GtkButton" id="selectfile">
- <property name="label" translatable="yes">Browse...</property>
+ <property name="label" translatable="yes" context="sectionpage|selectfile">Browse...</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
@@ -235,7 +235,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Link</property>
+ <property name="label" translatable="yes" context="sectionpage|label1">Link</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -270,7 +270,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="protect">
- <property name="label" translatable="yes">_Protect</property>
+ <property name="label" translatable="yes" context="sectionpage|protect">_Protect</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -286,7 +286,7 @@
</child>
<child>
<object class="GtkButton" id="selectpassword">
- <property name="label" translatable="yes">Password...</property>
+ <property name="label" translatable="yes" context="sectionpage|selectpassword">Password...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -299,7 +299,7 @@
</child>
<child>
<object class="GtkCheckButton" id="withpassword">
- <property name="label" translatable="yes">Wit_h password</property>
+ <property name="label" translatable="yes" context="sectionpage|withpassword">Wit_h password</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -322,7 +322,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Write Protection</property>
+ <property name="label" translatable="yes" context="sectionpage|label2">Write Protection</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -370,7 +370,7 @@
</child>
<child>
<object class="GtkCheckButton" id="hide">
- <property name="label" translatable="yes">H_ide</property>
+ <property name="label" translatable="yes" context="sectionpage|hide">H_ide</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -390,7 +390,7 @@
<property name="sensitive">False</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_With Condition</property>
+ <property name="label" translatable="yes" context="sectionpage|condlabel">_With Condition</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">withcond</property>
</object>
@@ -407,7 +407,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Hide</property>
+ <property name="label" translatable="yes" context="sectionpage|label3">Hide</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -435,7 +435,7 @@
<property name="left_padding">12</property>
<child>
<object class="GtkCheckButton" id="editable">
- <property name="label" translatable="yes">E_ditable in read-only document</property>
+ <property name="label" translatable="yes" context="sectionpage|editable">E_ditable in read-only document</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -450,7 +450,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="sectionpage|label5">Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/selectaddressdialog.ui b/sw/uiconfig/swriter/ui/selectaddressdialog.ui
index fe47ea840efd..9a3dabc0915d 100644
--- a/sw/uiconfig/swriter/ui/selectaddressdialog.ui
+++ b/sw/uiconfig/swriter/ui/selectaddressdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="SelectAddressDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Select Address List</property>
+ <property name="title" translatable="yes" context="selectaddressdialog|SelectAddressDialog">Select Address List</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -83,7 +83,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Select an address list. Click '%1' to select recipients from a different list. If you do not have an address list you can create one by clicking '%2'.</property>
+ <property name="label" translatable="yes" context="selectaddressdialog|desc">Select an address list. Click '%1' to select recipients from a different list. If you do not have an address list you can create one by clicking '%2'.</property>
<property name="wrap">True</property>
<property name="max_width_chars">52</property>
</object>
@@ -105,7 +105,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Your recipients are currently selected from:</property>
+ <property name="label" translatable="yes" context="selectaddressdialog|label2">Your recipients are currently selected from:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -122,7 +122,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="add">
- <property name="label" translatable="yes">_Add...</property>
+ <property name="label" translatable="yes" context="selectaddressdialog|add">_Add...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -136,7 +136,7 @@
</child>
<child>
<object class="GtkButton" id="create">
- <property name="label" translatable="yes">_Create...</property>
+ <property name="label" translatable="yes" context="selectaddressdialog|create">_Create...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -150,7 +150,7 @@
</child>
<child>
<object class="GtkButton" id="filter">
- <property name="label" translatable="yes">_Filter...</property>
+ <property name="label" translatable="yes" context="selectaddressdialog|filter">_Filter...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -164,7 +164,7 @@
</child>
<child>
<object class="GtkButton" id="edit">
- <property name="label" translatable="yes">_Edit...</property>
+ <property name="label" translatable="yes" context="selectaddressdialog|edit">_Edit...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -178,7 +178,7 @@
</child>
<child>
<object class="GtkButton" id="changetable">
- <property name="label" translatable="yes">Change _Table...</property>
+ <property name="label" translatable="yes" context="selectaddressdialog|changetable">Change _Table...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -222,7 +222,7 @@
<object class="GtkLabel" id="name">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Name</property>
+ <property name="label" translatable="yes" context="selectaddressdialog|name">Name</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -233,7 +233,7 @@
<object class="GtkLabel" id="table">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Table</property>
+ <property name="label" translatable="yes" context="selectaddressdialog|table">Table</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -250,7 +250,7 @@
<object class="GtkLabel" id="connecting">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Connecting to data source...</property>
+ <property name="label" translatable="yes" context="selectaddressdialog|connecting">Connecting to data source...</property>
</object>
<packing>
<property name="left_attach">1</property>
diff --git a/sw/uiconfig/swriter/ui/selectautotextdialog.ui b/sw/uiconfig/swriter/ui/selectautotextdialog.ui
index 255996cdac3d..eafb49a103ab 100644
--- a/sw/uiconfig/swriter/ui/selectautotextdialog.ui
+++ b/sw/uiconfig/swriter/ui/selectautotextdialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="SelectAutoTextDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Select AutoText:</property>
+ <property name="title" translatable="yes" context="selectautotextdialog|SelectAutoTextDialog">Select AutoText:</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -98,7 +98,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">AutoText - Group</property>
+ <property name="label" translatable="yes" context="selectautotextdialog|label1">AutoText - Group</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/selectblockdialog.ui b/sw/uiconfig/swriter/ui/selectblockdialog.ui
index 728067ec31ce..de201b80d8f7 100644
--- a/sw/uiconfig/swriter/ui/selectblockdialog.ui
+++ b/sw/uiconfig/swriter/ui/selectblockdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="SelectBlockDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Select Address Block</property>
+ <property name="title" translatable="yes" context="selectblockdialog|SelectBlockDialog">Select Address Block</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -87,7 +87,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="new">
- <property name="label" translatable="yes">_New...</property>
+ <property name="label" translatable="yes" context="selectblockdialog|new">_New...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -101,7 +101,7 @@
</child>
<child>
<object class="GtkButton" id="edit">
- <property name="label" translatable="yes">_Edit...</property>
+ <property name="label" translatable="yes" context="selectblockdialog|edit">_Edit...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -115,7 +115,7 @@
</child>
<child>
<object class="GtkButton" id="delete">
- <property name="label" translatable="yes">_Delete</property>
+ <property name="label" translatable="yes" context="selectblockdialog|delete">_Delete</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -139,7 +139,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Select your preferred address block</property>
+ <property name="label" translatable="yes" context="selectblockdialog|label1">_Select your preferred address block</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">preview:border</property>
</object>
@@ -168,7 +168,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="never">
- <property name="label" translatable="yes">N_ever include the country/region</property>
+ <property name="label" translatable="yes" context="selectblockdialog|never">N_ever include the country/region</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -184,7 +184,7 @@
</child>
<child>
<object class="GtkRadioButton" id="always">
- <property name="label" translatable="yes">_Always include the country/region</property>
+ <property name="label" translatable="yes" context="selectblockdialog|always">_Always include the country/region</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -200,7 +200,7 @@
</child>
<child>
<object class="GtkRadioButton" id="dependent">
- <property name="label" translatable="yes">Only _include the country/region if it is not:</property>
+ <property name="label" translatable="yes" context="selectblockdialog|dependent">Only _include the country/region if it is not:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -242,7 +242,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Address Block Settings</property>
+ <property name="label" translatable="yes" context="selectblockdialog|label2">Address Block Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/selectindexdialog.ui b/sw/uiconfig/swriter/ui/selectindexdialog.ui
index 101ee5490519..dad042183584 100644
--- a/sw/uiconfig/swriter/ui/selectindexdialog.ui
+++ b/sw/uiconfig/swriter/ui/selectindexdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="SelectIndexDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Index Markings</property>
+ <property name="title" translatable="yes" context="selectindexdialog|SelectIndexDialog">Index Markings</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -113,7 +113,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Selection</property>
+ <property name="label" translatable="yes" context="selectindexdialog|label1">Selection</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/selecttabledialog.ui b/sw/uiconfig/swriter/ui/selecttabledialog.ui
index cb50b56de899..f15d88620869 100644
--- a/sw/uiconfig/swriter/ui/selecttabledialog.ui
+++ b/sw/uiconfig/swriter/ui/selecttabledialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="SelectTableDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Select Table</property>
+ <property name="title" translatable="yes" context="selecttabledialog|SelectTableDialog">Select Table</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -88,7 +88,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">The file you have selected contains more than one table. Please select the table containing the address list you want to use.</property>
+ <property name="label" translatable="yes" context="selecttabledialog|select">The file you have selected contains more than one table. Please select the table containing the address list you want to use.</property>
<property name="use_underline">True</property>
<property name="wrap">True</property>
<property name="max_width_chars">90</property>
@@ -124,7 +124,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="preview">
- <property name="label" translatable="yes">_Preview</property>
+ <property name="label" translatable="yes" context="selecttabledialog|preview">_Preview</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
diff --git a/sw/uiconfig/swriter/ui/sidebarpage.ui b/sw/uiconfig/swriter/ui/sidebarpage.ui
index 0dc1da007e24..8806b2039b87 100644
--- a/sw/uiconfig/swriter/ui/sidebarpage.ui
+++ b/sw/uiconfig/swriter/ui/sidebarpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="PagePropertyPanel">
@@ -28,7 +28,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Orientation</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarpage|orientation|tooltip_text">Orientation</property>
<property name="action_name">.uno:Orientation</property>
<property name="use_underline">True</property>
</object>
@@ -54,7 +54,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Size</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarpage|size|tooltip_text">Size</property>
<property name="action_name">.uno:AttributePageSize</property>
<property name="label" translatable="no">toolbutton3</property>
<property name="use_underline">True</property>
@@ -82,7 +82,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Columns</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarpage|column|tooltip_text">Columns</property>
<property name="action_name">.uno:PageColumnType</property>
<property name="label" translatable="no">toolbutton4</property>
<property name="use_underline">True</property>
@@ -109,7 +109,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Margin</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarpage|margin|tooltip_text">Margin</property>
<property name="action_name">.uno:PageMargin</property>
<property name="label" translatable="no">toolbutton2</property>
<property name="use_underline">True</property>
diff --git a/sw/uiconfig/swriter/ui/sidebarstylepresets.ui b/sw/uiconfig/swriter/ui/sidebarstylepresets.ui
index fc64564fea38..6cce471490da 100644
--- a/sw/uiconfig/swriter/ui/sidebarstylepresets.ui
+++ b/sw/uiconfig/swriter/ui/sidebarstylepresets.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="StylePresetsPanel">
diff --git a/sw/uiconfig/swriter/ui/sidebartheme.ui b/sw/uiconfig/swriter/ui/sidebartheme.ui
index ec0d850db52f..51c4b5a5cb98 100644
--- a/sw/uiconfig/swriter/ui/sidebartheme.ui
+++ b/sw/uiconfig/swriter/ui/sidebartheme.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
@@ -24,7 +24,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Fonts</property>
+ <property name="label" translatable="yes" context="sidebartheme|label1">Fonts</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -50,7 +50,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Colors</property>
+ <property name="label" translatable="yes" context="sidebartheme|label2">Colors</property>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/sw/uiconfig/swriter/ui/sidebarwrap.ui b/sw/uiconfig/swriter/ui/sidebarwrap.ui
index c846adfdc5c4..ba51a212b7ba 100644
--- a/sw/uiconfig/swriter/ui/sidebarwrap.ui
+++ b/sw/uiconfig/swriter/ui/sidebarwrap.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkGrid" id="WrapPropertyPanel">
<property name="visible">True</property>
@@ -26,14 +26,14 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">None</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarwrap|buttonnone|tooltip_text">None</property>
<property name="action_name">.uno:WrapOff</property>
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="buttonnone-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">None</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="sidebarwrap|buttonnone-atkobject">None</property>
</object>
</child>
</object>
@@ -49,14 +49,14 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Parallel</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarwrap|buttonparallel|tooltip_text">Parallel</property>
<property name="action_name">.uno:WrapOn</property>
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="buttonparallel-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Parallel</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="sidebarwrap|buttonparallel-atkobject">Parallel</property>
</object>
</child>
</object>
@@ -72,14 +72,14 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Optimal</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarwrap|buttonoptimal|tooltip_text">Optimal</property>
<property name="action_name">.uno:WrapIdeal</property>
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="buttonoptimal-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Optimal</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="sidebarwrap|buttonoptimal-atkobject">Optimal</property>
</object>
</child>
</object>
@@ -95,14 +95,14 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Before</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarwrap|buttonbefore|tooltip_text">Before</property>
<property name="action_name">.uno:WrapLeft</property>
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="buttonbefore-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Before</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="sidebarwrap|buttonbefore-atkobject">Before</property>
</object>
</child>
</object>
@@ -118,14 +118,14 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">After</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarwrap|buttonafter|tooltip_text">After</property>
<property name="action_name">.uno:WrapRight</property>
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="buttonafter-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">After</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="sidebarwrap|buttonafter-atkobject">After</property>
</object>
</child>
</object>
@@ -141,14 +141,14 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Through</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarwrap|buttonthrough|tooltip_text">Through</property>
<property name="action_name">.uno:WrapThrough</property>
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="buttonthrough-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Through</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="sidebarwrap|buttonthrough-atkobject">Through</property>
</object>
</child>
</object>
@@ -172,11 +172,11 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="enablecontour">
- <property name="label" translatable="yes">Enable Contour</property>
+ <property name="label" translatable="yes" context="sidebarwrap|enablecontour">Enable Contour</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Click to automatically trim unnecessary parts of the image</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarwrap|enablecontour|tooltip_text">Click to automatically trim unnecessary parts of the image</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
@@ -188,11 +188,11 @@
</child>
<child>
<object class="GtkButton" id="editcontour">
- <property name="label" translatable="yes">Edit Contour</property>
+ <property name="label" translatable="yes" context="sidebarwrap|editcontour">Edit Contour</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Edit the trimmed area of the image</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarwrap|editcontour|tooltip_text">Edit the trimmed area of the image</property>
</object>
<packing>
<property name="expand">False</property>
@@ -216,7 +216,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Spacing:</property>
+ <property name="label" translatable="yes" context="sidebarwrap|label1">Spacing:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -228,7 +228,7 @@
<object class="svxcorelo-SpacingListBox" id="spacingLB">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Set the amount of space between the image and surrounding text</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarwrap|spacingLB|tooltip_text">Set the amount of space between the image and surrounding text</property>
</object>
<packing>
<property name="expand">False</property>
@@ -246,7 +246,7 @@
<child>
<object class="GtkLabel" id="customlabel">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Custom</property>
+ <property name="label" translatable="yes" context="sidebarwrap|customlabel">Custom</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/sw/uiconfig/swriter/ui/sortdialog.ui b/sw/uiconfig/swriter/ui/sortdialog.ui
index d7091b9c4615..5a44489a59ce 100644
--- a/sw/uiconfig/swriter/ui/sortdialog.ui
+++ b/sw/uiconfig/swriter/ui/sortdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -13,7 +13,7 @@
<object class="GtkDialog" id="SortDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Sort</property>
+ <property name="title" translatable="yes" context="sortdialog|SortDialog">Sort</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -108,7 +108,7 @@
<object class="GtkLabel" id="column">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Column</property>
+ <property name="label" translatable="yes" context="sortdialog|column">Column</property>
<accessibility>
<relation type="label-for" target="colsb1"/>
<relation type="label-for" target="colsb2"/>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="keytype">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Key type</property>
+ <property name="label" translatable="yes" context="sortdialog|keytype">Key type</property>
<accessibility>
<relation type="label-for" target="typelb1"/>
<relation type="label-for" target="typelb2"/>
@@ -140,7 +140,7 @@
<object class="GtkLabel" id="order">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Order</property>
+ <property name="label" translatable="yes" context="sortdialog|order">Order</property>
</object>
<packing>
<property name="left_attach">3</property>
@@ -154,7 +154,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="up1">
- <property name="label" translatable="yes">Ascending</property>
+ <property name="label" translatable="yes" context="sortdialog|up1">Ascending</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -174,7 +174,7 @@
</child>
<child>
<object class="GtkRadioButton" id="down1">
- <property name="label" translatable="yes">Descending</property>
+ <property name="label" translatable="yes" context="sortdialog|down1">Descending</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -204,7 +204,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="up2">
- <property name="label" translatable="yes">Ascending</property>
+ <property name="label" translatable="yes" context="sortdialog|up2">Ascending</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -223,7 +223,7 @@
</child>
<child>
<object class="GtkRadioButton" id="down2">
- <property name="label" translatable="yes">Descending</property>
+ <property name="label" translatable="yes" context="sortdialog|down2">Descending</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -253,7 +253,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="up3">
- <property name="label" translatable="yes">Ascending</property>
+ <property name="label" translatable="yes" context="sortdialog|up3">Ascending</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -272,7 +272,7 @@
</child>
<child>
<object class="GtkRadioButton" id="down3">
- <property name="label" translatable="yes">Descending</property>
+ <property name="label" translatable="yes" context="sortdialog|down3">Descending</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -297,7 +297,7 @@
</child>
<child>
<object class="GtkCheckButton" id="key1">
- <property name="label" translatable="yes">Key 1</property>
+ <property name="label" translatable="yes" context="sortdialog|key1">Key 1</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -313,7 +313,7 @@
</child>
<child>
<object class="GtkCheckButton" id="key2">
- <property name="label" translatable="yes">Key 2</property>
+ <property name="label" translatable="yes" context="sortdialog|key2">Key 2</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -328,7 +328,7 @@
</child>
<child>
<object class="GtkCheckButton" id="key3">
- <property name="label" translatable="yes">Key 3</property>
+ <property name="label" translatable="yes" context="sortdialog|key3">Key 3</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -405,7 +405,7 @@
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="typelb1-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Key type</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="sortdialog|typelb1-atkobject">Key type</property>
</object>
</child>
</object>
@@ -428,7 +428,7 @@
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="typelb2-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Key type</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="sortdialog|typelb2-atkobject">Key type</property>
</object>
</child>
</object>
@@ -449,7 +449,7 @@
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="typelb3-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Key type</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="sortdialog|typelb3-atkobject">Key type</property>
</object>
</child>
</object>
@@ -469,7 +469,7 @@
<object class="GtkLabel" id="1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Sort Criteria</property>
+ <property name="label" translatable="yes" context="sortdialog|1">Sort Criteria</property>
<property name="xalign">0.56000000238418579</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -509,7 +509,7 @@
<property name="row_spacing">10</property>
<child>
<object class="GtkRadioButton" id="columns">
- <property name="label" translatable="yes">Columns</property>
+ <property name="label" translatable="yes" context="sortdialog|columns">Columns</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -525,7 +525,7 @@
</child>
<child>
<object class="GtkRadioButton" id="rows">
- <property name="label" translatable="yes">Rows</property>
+ <property name="label" translatable="yes" context="sortdialog|rows">Rows</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -547,7 +547,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Direction</property>
+ <property name="label" translatable="yes" context="sortdialog|label3">Direction</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -580,7 +580,7 @@
<property name="row_spacing">10</property>
<child>
<object class="GtkRadioButton" id="tabs">
- <property name="label" translatable="yes">Tabs</property>
+ <property name="label" translatable="yes" context="sortdialog|tabs">Tabs</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -597,7 +597,7 @@
</child>
<child>
<object class="GtkRadioButton" id="character">
- <property name="label" translatable="yes">Character </property>
+ <property name="label" translatable="yes" context="sortdialog|character">Character </property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -638,7 +638,7 @@
</child>
<child>
<object class="GtkButton" id="delimpb">
- <property name="label" translatable="yes">Select...</property>
+ <property name="label" translatable="yes" context="sortdialog|delimpb">Select...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -666,7 +666,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Separator</property>
+ <property name="label" translatable="yes" context="sortdialog|label4">Separator</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -716,7 +716,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Language</property>
+ <property name="label" translatable="yes" context="sortdialog|label1">Language</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -742,7 +742,7 @@
<property name="left_padding">12</property>
<child>
<object class="GtkCheckButton" id="matchcase">
- <property name="label" translatable="yes">Match case</property>
+ <property name="label" translatable="yes" context="sortdialog|matchcase">Match case</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -756,7 +756,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Setting</property>
+ <property name="label" translatable="yes" context="sortdialog|label2">Setting</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/spellmenu.ui b/sw/uiconfig/swriter/ui/spellmenu.ui
index 91c09f776374..9a5ac11f8ad2 100644
--- a/sw/uiconfig/swriter/ui/spellmenu.ui
+++ b/sw/uiconfig/swriter/ui/spellmenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkMenuItem" id="ignoreall">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">I_gnore All</property>
+ <property name="label" translatable="yes" context="spellmenu|ignoreall">I_gnore All</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -17,7 +17,7 @@
<object class="GtkMenuItem" id="addmenu">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Add to Dictionary</property>
+ <property name="label" translatable="yes" context="spellmenu|addmenu">_Add to Dictionary</property>
<property name="use_underline">True</property>
<child type="submenu">
<object class="GtkMenu">
@@ -31,7 +31,7 @@
<object class="GtkMenuItem" id="add">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Add to Dictionary</property>
+ <property name="label" translatable="yes" context="spellmenu|add">_Add to Dictionary</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -52,7 +52,7 @@
<object class="GtkMenuItem" id="correctmenu">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Always correct _to</property>
+ <property name="label" translatable="yes" context="spellmenu|correctmenu">Always correct _to</property>
<child type="submenu">
<object class="GtkMenu">
<property name="visible">True</property>
@@ -78,7 +78,7 @@
<object class="GtkMenuItem" id="langselection">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Set Language for Selection</property>
+ <property name="label" translatable="yes" context="spellmenu|langselection">Set Language for Selection</property>
<child type="submenu">
<object class="GtkMenu">
<property name="visible">True</property>
@@ -91,7 +91,7 @@
<object class="GtkMenuItem" id="langpara">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Set Language for Paragraph</property>
+ <property name="label" translatable="yes" context="spellmenu|langpara">Set Language for Paragraph</property>
<child type="submenu">
<object class="GtkMenu">
<property name="visible">True</property>
@@ -110,7 +110,7 @@
<object class="GtkMenuItem" id="accept">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Accept Change</property>
+ <property name="label" translatable="yes" context="spellmenu|accept">Accept Change</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -118,7 +118,7 @@
<object class="GtkMenuItem" id="reject">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Reject Change</property>
+ <property name="label" translatable="yes" context="spellmenu|reject">Reject Change</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -126,7 +126,7 @@
<object class="GtkMenuItem" id="next">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Next Change</property>
+ <property name="label" translatable="yes" context="spellmenu|next">Next Change</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -134,7 +134,7 @@
<object class="GtkMenuItem" id="prev">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Previous Change</property>
+ <property name="label" translatable="yes" context="spellmenu|prev">Previous Change</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/sw/uiconfig/swriter/ui/splittable.ui b/sw/uiconfig/swriter/ui/splittable.ui
index a10c5f191b2f..7d657af84638 100644
--- a/sw/uiconfig/swriter/ui/splittable.ui
+++ b/sw/uiconfig/swriter/ui/splittable.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="SplitTableDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Split Table</property>
+ <property name="title" translatable="yes" context="splittable|SplitTableDialog">Split Table</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -86,7 +86,7 @@
<property name="column_spacing">6</property>
<child>
<object class="GtkRadioButton" id="copyheading">
- <property name="label" translatable="yes">Copy heading</property>
+ <property name="label" translatable="yes" context="splittable|copyheading">Copy heading</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="GtkRadioButton" id="customheadingapplystyle">
- <property name="label" translatable="yes">Custom heading (apply Style)</property>
+ <property name="label" translatable="yes" context="splittable|customheadingapplystyle">Custom heading (apply Style)</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="GtkRadioButton" id="customheading">
- <property name="label" translatable="yes">Custom heading</property>
+ <property name="label" translatable="yes" context="splittable|customheading">Custom heading</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="noheading">
- <property name="label" translatable="yes">No heading</property>
+ <property name="label" translatable="yes" context="splittable|noheading">No heading</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -162,7 +162,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Mode</property>
+ <property name="label" translatable="yes" context="splittable|label1">Mode</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/statisticsinfopage.ui b/sw/uiconfig/swriter/ui/statisticsinfopage.ui
index b6a042b1d7d4..2b60092c347d 100644
--- a/sw/uiconfig/swriter/ui/statisticsinfopage.ui
+++ b/sw/uiconfig/swriter/ui/statisticsinfopage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkGrid" id="StatisticsInfoPage">
<property name="visible">True</property>
@@ -13,7 +13,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Pages:</property>
+ <property name="label" translatable="yes" context="statisticsinfopage|label4">Pages:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">nopages</property>
</object>
@@ -27,7 +27,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Tables:</property>
+ <property name="label" translatable="yes" context="statisticsinfopage|label5">Tables:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">notables</property>
</object>
@@ -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">Images:</property>
+ <property name="label" translatable="yes" context="statisticsinfopage|label6">Images:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">nogrfs</property>
</object>
@@ -55,7 +55,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">OLE objects:</property>
+ <property name="label" translatable="yes" context="statisticsinfopage|label31">OLE objects:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">nooles</property>
</object>
@@ -69,7 +69,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Paragraphs:</property>
+ <property name="label" translatable="yes" context="statisticsinfopage|label32">Paragraphs:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">noparas</property>
</object>
@@ -83,7 +83,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Words:</property>
+ <property name="label" translatable="yes" context="statisticsinfopage|label33">Words:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">nowords</property>
</object>
@@ -97,7 +97,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Characters:</property>
+ <property name="label" translatable="yes" context="statisticsinfopage|label34">Characters:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">nochars</property>
</object>
@@ -111,7 +111,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Characters excluding spaces:</property>
+ <property name="label" translatable="yes" context="statisticsinfopage|label35">Characters excluding spaces:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">nocharsexspaces</property>
</object>
@@ -125,7 +125,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Lines:</property>
+ <property name="label" translatable="yes" context="statisticsinfopage|lineft">Lines:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">nolines</property>
</object>
@@ -245,7 +245,7 @@
</child>
<child>
<object class="GtkButton" id="update">
- <property name="label" translatable="yes">Update</property>
+ <property name="label" translatable="yes" context="statisticsinfopage|update">Update</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/stringinput.ui b/sw/uiconfig/swriter/ui/stringinput.ui
index d764c60e515b..55e0b05fb798 100644
--- a/sw/uiconfig/swriter/ui/stringinput.ui
+++ b/sw/uiconfig/swriter/ui/stringinput.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="StringInputDialog">
<property name="can_focus">False</property>
@@ -66,7 +66,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Name</property>
+ <property name="label" translatable="yes" context="stringinput|name">Name</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">edit</property>
<attributes>
diff --git a/sw/uiconfig/swriter/ui/subjectdialog.ui b/sw/uiconfig/swriter/ui/subjectdialog.ui
index 52b972a0333e..42c4eadb9618 100644
--- a/sw/uiconfig/swriter/ui/subjectdialog.ui
+++ b/sw/uiconfig/swriter/ui/subjectdialog.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkTextBuffer" id="textbuffer1">
- <property name="text" translatable="yes">You did not specify a subject for this message.</property>
+ <property name="text" translatable="yes" context="subjectdialog|textbuffer1">You did not specify a subject for this message.</property>
</object>
<object class="GtkTextBuffer" id="textbuffer2">
- <property name="text" translatable="yes">If you would like to provide one, please type it now.</property>
+ <property name="text" translatable="yes" context="subjectdialog|textbuffer2">If you would like to provide one, please type it now.</property>
</object>
<object class="GtkDialog" id="SubjectDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">No Subject</property>
+ <property name="title" translatable="yes" context="subjectdialog|SubjectDialog">No Subject</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -135,7 +135,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Subject:</property>
+ <property name="label" translatable="yes" context="subjectdialog|label1">Subject:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">edit</property>
</object>
diff --git a/sw/uiconfig/swriter/ui/tablecolumnpage.ui b/sw/uiconfig/swriter/ui/tablecolumnpage.ui
index 457074e4b3ad..e78f7f071c7a 100644
--- a/sw/uiconfig/swriter/ui/tablecolumnpage.ui
+++ b/sw/uiconfig/swriter/ui/tablecolumnpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">56</property>
@@ -33,7 +33,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="adaptwidth">
- <property name="label" translatable="yes">Adapt table _width</property>
+ <property name="label" translatable="yes" context="tablecolumnpage|adaptwidth">Adapt table _width</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -48,7 +48,7 @@
</child>
<child>
<object class="GtkCheckButton" id="adaptcolumns">
- <property name="label" translatable="yes">Ad_just columns proportionally</property>
+ <property name="label" translatable="yes" context="tablecolumnpage|adaptcolumns">Ad_just columns proportionally</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -70,7 +70,7 @@
<object class="GtkLabel" id="spaceft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Remaining space:</property>
+ <property name="label" translatable="yes" context="tablecolumnpage|spaceft">Remaining space:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">space-nospin:0.00cm</property>
</object>
@@ -131,7 +131,7 @@
<property name="digits">2</property>
<child internal-child="accessible">
<object class="AtkObject" id="width2:0.0cm-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Column 2 Width</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="tablecolumnpage|width2-atkobject">Column 2 Width</property>
</object>
</child>
</object>
@@ -152,7 +152,7 @@
<property name="digits">2</property>
<child internal-child="accessible">
<object class="AtkObject" id="width3:0.00cm-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Column 3 Width</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="tablecolumnpage|width3-atkobject">Column 3 Width</property>
</object>
</child>
</object>
@@ -173,7 +173,7 @@
<property name="digits">2</property>
<child internal-child="accessible">
<object class="AtkObject" id="width4:0.00cm-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Column 4 Width</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="tablecolumnpage|width4-atkobject">Column 4 Width</property>
</object>
</child>
</object>
@@ -194,7 +194,7 @@
<property name="digits">2</property>
<child internal-child="accessible">
<object class="AtkObject" id="width5:0.00cm-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Column 5 Width</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="tablecolumnpage|width5-atkobject">Column 5 Width</property>
</object>
</child>
</object>
@@ -215,7 +215,7 @@
<property name="digits">2</property>
<child internal-child="accessible">
<object class="AtkObject" id="width6:0.00cm-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Column 6 Width</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="tablecolumnpage|width6-atkobject">Column 6 Width</property>
</object>
</child>
</object>
@@ -321,7 +321,7 @@
<property name="digits">2</property>
<child internal-child="accessible">
<object class="AtkObject" id="width1:0.00cm-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Column 1 Width</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="tablecolumnpage|width1-atkobject">Column 1 Width</property>
</object>
</child>
</object>
@@ -367,7 +367,7 @@
<object class="GtkLabel" id="label26">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Column Width</property>
+ <property name="label" translatable="yes" context="tablecolumnpage|label26">Column Width</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/tablepreviewdialog.ui b/sw/uiconfig/swriter/ui/tablepreviewdialog.ui
index fc03a3691b80..194d431ab4eb 100644
--- a/sw/uiconfig/swriter/ui/tablepreviewdialog.ui
+++ b/sw/uiconfig/swriter/ui/tablepreviewdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="TablePreviewDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Mail Merge Recipients</property>
+ <property name="title" translatable="yes" context="tablepreviewdialog|TablePreviewDialog">Mail Merge Recipients</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -48,7 +48,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">The list below shows the contents of: %1</property>
+ <property name="label" translatable="yes" context="tablepreviewdialog|description">The list below shows the contents of: %1</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/sw/uiconfig/swriter/ui/tableproperties.ui b/sw/uiconfig/swriter/ui/tableproperties.ui
index f44d8cc04743..367822bb15bf 100644
--- a/sw/uiconfig/swriter/ui/tableproperties.ui
+++ b/sw/uiconfig/swriter/ui/tableproperties.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="TablePropertiesDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Table Properties</property>
+ <property name="title" translatable="yes" context="tableproperties|TablePropertiesDialog">Table Properties</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="table">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Table</property>
+ <property name="label" translatable="yes" context="tableproperties|table">Table</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="textflow">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text Flow</property>
+ <property name="label" translatable="yes" context="tableproperties|textflow">Text Flow</property>
</object>
<packing>
<property name="position">1</property>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="columns">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Columns</property>
+ <property name="label" translatable="yes" context="tableproperties|columns">Columns</property>
</object>
<packing>
<property name="position">2</property>
@@ -138,7 +138,7 @@
<object class="GtkLabel" id="borders">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Borders</property>
+ <property name="label" translatable="yes" context="tableproperties|borders">Borders</property>
</object>
<packing>
<property name="position">3</property>
@@ -152,7 +152,7 @@
<object class="GtkLabel" id="background">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Background</property>
+ <property name="label" translatable="yes" context="tableproperties|background">Background</property>
</object>
<packing>
<property name="position">4</property>
diff --git a/sw/uiconfig/swriter/ui/tabletextflowpage.ui b/sw/uiconfig/swriter/ui/tabletextflowpage.ui
index 4cbc99c06bc2..3220a8b9bb76 100644
--- a/sw/uiconfig/swriter/ui/tabletextflowpage.ui
+++ b/sw/uiconfig/swriter/ui/tabletextflowpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">9999</property>
@@ -22,15 +22,15 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Horizontal</col>
+ <col id="0" translatable="yes" context="tabletextflowpage|liststore1">Horizontal</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Vertical</col>
+ <col id="0" translatable="yes" context="tabletextflowpage|liststore1">Vertical</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Use superordinate object settings</col>
+ <col id="0" translatable="yes" context="tabletextflowpage|liststore1">Use superordinate object settings</col>
<col id="1">4</col>
</row>
</data>
@@ -44,15 +44,15 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Top</col>
+ <col id="0" translatable="yes" context="tabletextflowpage|liststore2">Top</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Centered</col>
+ <col id="0" translatable="yes" context="tabletextflowpage|liststore2">Centered</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Bottom</col>
+ <col id="0" translatable="yes" context="tabletextflowpage|liststore2">Bottom</col>
<col id="1">2</col>
</row>
</data>
@@ -94,7 +94,7 @@
<property name="column_homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="break">
- <property name="label" translatable="yes">_Break</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|break">_Break</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -109,7 +109,7 @@
</child>
<child>
<object class="GtkRadioButton" id="page">
- <property name="label" translatable="yes">_Page</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|page">_Page</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -129,7 +129,7 @@
</child>
<child>
<object class="GtkRadioButton" id="column">
- <property name="label" translatable="yes">Col_umn</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|column">Col_umn</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -148,7 +148,7 @@
</child>
<child>
<object class="GtkRadioButton" id="before">
- <property name="label" translatable="yes">Be_fore</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|before">Be_fore</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -168,7 +168,7 @@
</child>
<child>
<object class="GtkRadioButton" id="after">
- <property name="label" translatable="yes">_After</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|after">_After</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -200,7 +200,7 @@
<property name="column_spacing">10</property>
<child>
<object class="GtkCheckButton" id="pagestyle">
- <property name="label" translatable="yes">With Page St_yle</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|pagestyle">With Page St_yle</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -221,7 +221,7 @@
<object class="GtkCheckButton" id="pagenoft">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Page _number</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|pagenoft">Page _number</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -255,7 +255,7 @@
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="pagestylelb-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">With Page Style</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="tabletextflowpage|pagestylelb-atkobject">With Page Style</property>
</object>
</child>
</object>
@@ -272,7 +272,7 @@
</child>
<child>
<object class="GtkCheckButton" id="split">
- <property name="label" translatable="yes">Allow _table to split across pages and columns</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|split">Allow _table to split across pages and columns</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -287,7 +287,7 @@
</child>
<child>
<object class="GtkCheckButton" id="splitrow">
- <property name="label" translatable="yes">Allow row to break a_cross pages and columns</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|splitrow">Allow row to break a_cross pages and columns</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -304,7 +304,7 @@
</child>
<child>
<object class="GtkCheckButton" id="keep">
- <property name="label" translatable="yes">_Keep with next paragraph</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|keep">_Keep with next paragraph</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -326,7 +326,7 @@
<object class="GtkLabel" id="label40">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text _orientation</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|label40">Text _orientation</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">textdirection</property>
</object>
@@ -359,7 +359,7 @@
<property name="column_spacing">24</property>
<child>
<object class="GtkCheckButton" id="headline">
- <property name="label" translatable="yes">R_epeat heading</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|headline">R_epeat heading</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -381,7 +381,7 @@
<object class="GtkLabel" id="label38">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">The first </property>
+ <property name="label" translatable="yes" context="tabletextflowpage|label38">The first </property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">repeatheadernf</property>
</object>
@@ -394,7 +394,7 @@
<object class="GtkLabel" id="label39">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">rows</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|label39">rows</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -433,7 +433,7 @@
<object class="GtkLabel" id="label35">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text Flow</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|label35">Text Flow</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -466,7 +466,7 @@
<object class="GtkLabel" id="label41">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Vertical alignment</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|label41">_Vertical alignment</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">vertorient</property>
</object>
@@ -494,7 +494,7 @@
<object class="GtkLabel" id="label36">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Alignment</property>
+ <property name="label" translatable="yes" context="tabletextflowpage|label36">Alignment</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/templatedialog1.ui b/sw/uiconfig/swriter/ui/templatedialog1.ui
index 9b3da4119e22..ca502941bdfb 100644
--- a/sw/uiconfig/swriter/ui/templatedialog1.ui
+++ b/sw/uiconfig/swriter/ui/templatedialog1.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="TemplateDialog1">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Character Style</property>
+ <property name="title" translatable="yes" context="templatedialog1|TemplateDialog1">Character Style</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -94,7 +94,7 @@
</child>
<child>
<object class="GtkButton" id="standard">
- <property name="label" translatable="yes">_Standard</property>
+ <property name="label" translatable="yes" context="templatedialog1|standard">_Standard</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -127,7 +127,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="templatedialog1|organizer">Organizer</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -140,7 +140,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="templatedialog1|font">Font</property>
</object>
<packing>
<property name="position">1</property>
@@ -154,7 +154,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="templatedialog1|fonteffect">Font Effects</property>
</object>
<packing>
<property name="position">2</property>
@@ -168,7 +168,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="templatedialog1|position">Position</property>
</object>
<packing>
<property name="position">3</property>
@@ -182,7 +182,7 @@
<object class="GtkLabel" id="asianlayout">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Asian Layout</property>
+ <property name="label" translatable="yes" context="templatedialog1|asianlayout">Asian Layout</property>
</object>
<packing>
<property name="position">4</property>
@@ -196,7 +196,7 @@
<object class="GtkLabel" id="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="templatedialog1|background">Highlighting</property>
</object>
<packing>
<property name="position">5</property>
@@ -210,7 +210,7 @@
<object class="GtkLabel" id="borders">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Borders</property>
+ <property name="label" translatable="yes" context="templatedialog1|borders">Borders</property>
</object>
<packing>
<property name="position">6</property>
diff --git a/sw/uiconfig/swriter/ui/templatedialog16.ui b/sw/uiconfig/swriter/ui/templatedialog16.ui
index a9cba6d9f130..4fb764798d7e 100644
--- a/sw/uiconfig/swriter/ui/templatedialog16.ui
+++ b/sw/uiconfig/swriter/ui/templatedialog16.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="TemplateDialog16">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Numbering Style</property>
+ <property name="title" translatable="yes" context="templatedialog16|TemplateDialog16">Numbering Style</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -113,7 +113,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="templatedialog16|organizer">Organizer</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -126,7 +126,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="templatedialog16|bullets">Bullets</property>
</object>
<packing>
<property name="position">1</property>
@@ -140,7 +140,7 @@
<object class="GtkLabel" id="numbering">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Numbering Style</property>
+ <property name="label" translatable="yes" context="templatedialog16|numbering">Numbering Style</property>
</object>
<packing>
<property name="position">2</property>
@@ -154,7 +154,7 @@
<object class="GtkLabel" id="outline">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Outline</property>
+ <property name="label" translatable="yes" context="templatedialog16|outline">Outline</property>
</object>
<packing>
<property name="position">3</property>
@@ -168,7 +168,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="templatedialog16|graphics">Image</property>
</object>
<packing>
<property name="position">4</property>
@@ -182,7 +182,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="templatedialog16|position">Position</property>
</object>
<packing>
<property name="position">5</property>
@@ -196,7 +196,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="templatedialog16|customize">Customize</property>
</object>
<packing>
<property name="position">6</property>
diff --git a/sw/uiconfig/swriter/ui/templatedialog2.ui b/sw/uiconfig/swriter/ui/templatedialog2.ui
index 017cbd3db74b..1a2f2c251a40 100644
--- a/sw/uiconfig/swriter/ui/templatedialog2.ui
+++ b/sw/uiconfig/swriter/ui/templatedialog2.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="TemplateDialog2">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Paragraph Style</property>
+ <property name="title" translatable="yes" context="templatedialog2|TemplateDialog2">Paragraph Style</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -94,7 +94,7 @@
</child>
<child>
<object class="GtkButton" id="standard">
- <property name="label" translatable="yes">_Standard</property>
+ <property name="label" translatable="yes" context="templatedialog2|standard">_Standard</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -127,7 +127,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="templatedialog2|organizer">Organizer</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -140,7 +140,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="templatedialog2|indents">Indents &amp; Spacing</property>
</object>
<packing>
<property name="position">1</property>
@@ -154,7 +154,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="templatedialog2|alignment">Alignment</property>
</object>
<packing>
<property name="position">2</property>
@@ -168,7 +168,7 @@
<object class="GtkLabel" id="textflow">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text Flow</property>
+ <property name="label" translatable="yes" context="templatedialog2|textflow">Text Flow</property>
</object>
<packing>
<property name="position">3</property>
@@ -182,7 +182,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="templatedialog2|asiantypo">Asian Typography</property>
</object>
<packing>
<property name="position">4</property>
@@ -196,7 +196,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="templatedialog2|font">Font</property>
</object>
<packing>
<property name="position">5</property>
@@ -210,7 +210,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="templatedialog2|fonteffect">Font Effects</property>
</object>
<packing>
<property name="position">6</property>
@@ -224,7 +224,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="templatedialog2|position">Position</property>
</object>
<packing>
<property name="position">7</property>
@@ -238,7 +238,7 @@
<object class="GtkLabel" id="asianlayout">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Asian Layout</property>
+ <property name="label" translatable="yes" context="templatedialog2|asianlayout">Asian Layout</property>
</object>
<packing>
<property name="position">8</property>
@@ -252,7 +252,7 @@
<object class="GtkLabel" id="highlighting">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Highlighting</property>
+ <property name="label" translatable="yes" context="templatedialog2|highlighting">Highlighting</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -265,7 +265,7 @@
<object class="GtkLabel" id="outline">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Outline &amp; Numbering</property>
+ <property name="label" translatable="yes" context="templatedialog2|outline">Outline &amp; Numbering</property>
</object>
<packing>
<property name="position">9</property>
@@ -279,7 +279,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="templatedialog2|tabs">Tabs</property>
</object>
<packing>
<property name="position">10</property>
@@ -293,7 +293,7 @@
<object class="GtkLabel" id="dropcaps">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Drop Caps</property>
+ <property name="label" translatable="yes" context="templatedialog2|dropcaps">Drop Caps</property>
</object>
<packing>
<property name="position">11</property>
@@ -307,7 +307,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="templatedialog2|area">Area</property>
</object>
<packing>
<property name="position">12</property>
@@ -321,7 +321,7 @@
<object class="GtkLabel" id="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="templatedialog2|transparence">Transparency</property>
</object>
<packing>
<property name="position">13</property>
@@ -335,7 +335,7 @@
<object class="GtkLabel" id="borders">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Borders</property>
+ <property name="label" translatable="yes" context="templatedialog2|borders">Borders</property>
</object>
<packing>
<property name="position">14</property>
@@ -349,7 +349,7 @@
<object class="GtkLabel" id="condition">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Condition</property>
+ <property name="label" translatable="yes" context="templatedialog2|condition">Condition</property>
</object>
<packing>
<property name="position">15</property>
diff --git a/sw/uiconfig/swriter/ui/templatedialog4.ui b/sw/uiconfig/swriter/ui/templatedialog4.ui
index 18e13789f5a1..acfff8009383 100644
--- a/sw/uiconfig/swriter/ui/templatedialog4.ui
+++ b/sw/uiconfig/swriter/ui/templatedialog4.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="TemplateDialog4">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Frame Style</property>
+ <property name="title" translatable="yes" context="templatedialog4|TemplateDialog4">Frame Style</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -94,7 +94,7 @@
</child>
<child>
<object class="GtkButton" id="standard">
- <property name="label" translatable="yes">_Standard</property>
+ <property name="label" translatable="yes" context="templatedialog4|standard">_Standard</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -127,7 +127,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="templatedialog4|organizer">Organizer</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -140,7 +140,7 @@
<object class="GtkLabel" id="type">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Type</property>
+ <property name="label" translatable="yes" context="templatedialog4|type">Type</property>
</object>
<packing>
<property name="position">1</property>
@@ -154,7 +154,7 @@
<object class="GtkLabel" id="options">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="templatedialog4|options">Options</property>
</object>
<packing>
<property name="position">2</property>
@@ -168,7 +168,7 @@
<object class="GtkLabel" id="wrap">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Wrap</property>
+ <property name="label" translatable="yes" context="templatedialog4|wrap">Wrap</property>
</object>
<packing>
<property name="position">3</property>
@@ -182,7 +182,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="templatedialog4|area">Area</property>
</object>
<packing>
<property name="position">4</property>
@@ -196,7 +196,7 @@
<object class="GtkLabel" id="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="templatedialog4|transparence">Transparency</property>
</object>
<packing>
<property name="position">5</property>
@@ -210,7 +210,7 @@
<object class="GtkLabel" id="borders">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Borders</property>
+ <property name="label" translatable="yes" context="templatedialog4|borders">Borders</property>
</object>
<packing>
<property name="position">6</property>
@@ -224,7 +224,7 @@
<object class="GtkLabel" id="columns">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Columns</property>
+ <property name="label" translatable="yes" context="templatedialog4|columns">Columns</property>
</object>
<packing>
<property name="position">7</property>
@@ -238,7 +238,7 @@
<object class="GtkLabel" id="macros">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Macro</property>
+ <property name="label" translatable="yes" context="templatedialog4|macros">Macro</property>
</object>
<packing>
<property name="position">8</property>
diff --git a/sw/uiconfig/swriter/ui/templatedialog8.ui b/sw/uiconfig/swriter/ui/templatedialog8.ui
index 27c035b74cf2..232e0609e7e7 100644
--- a/sw/uiconfig/swriter/ui/templatedialog8.ui
+++ b/sw/uiconfig/swriter/ui/templatedialog8.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="TemplateDialog8">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Page Style</property>
+ <property name="title" translatable="yes" context="templatedialog8|TemplateDialog8">Page Style</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -113,7 +113,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="templatedialog8|organizer">Organizer</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -126,7 +126,7 @@
<object class="GtkLabel" id="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="templatedialog8|page">Page</property>
</object>
<packing>
<property name="position">1</property>
@@ -140,7 +140,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="templatedialog8|area">Area</property>
</object>
<packing>
<property name="position">2</property>
@@ -154,7 +154,7 @@
<object class="GtkLabel" id="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="templatedialog8|transparence">Transparency</property>
</object>
<packing>
<property name="position">3</property>
@@ -168,7 +168,7 @@
<object class="GtkLabel" id="header">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Header</property>
+ <property name="label" translatable="yes" context="templatedialog8|header">Header</property>
</object>
<packing>
<property name="position">4</property>
@@ -182,7 +182,7 @@
<object class="GtkLabel" id="footer">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Footer</property>
+ <property name="label" translatable="yes" context="templatedialog8|footer">Footer</property>
</object>
<packing>
<property name="position">5</property>
@@ -196,7 +196,7 @@
<object class="GtkLabel" id="borders">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Borders</property>
+ <property name="label" translatable="yes" context="templatedialog8|borders">Borders</property>
</object>
<packing>
<property name="position">6</property>
@@ -210,7 +210,7 @@
<object class="GtkLabel" id="columns">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Columns</property>
+ <property name="label" translatable="yes" context="templatedialog8|columns">Columns</property>
</object>
<packing>
<property name="position">7</property>
@@ -224,7 +224,7 @@
<object class="GtkLabel" id="footnotes">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Footnote</property>
+ <property name="label" translatable="yes" context="templatedialog8|footnotes">Footnote</property>
</object>
<packing>
<property name="position">8</property>
@@ -238,7 +238,7 @@
<object class="GtkLabel" id="textgrid">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text Grid</property>
+ <property name="label" translatable="yes" context="templatedialog8|textgrid">Text Grid</property>
</object>
<packing>
<property name="position">9</property>
diff --git a/sw/uiconfig/swriter/ui/testmailsettings.ui b/sw/uiconfig/swriter/ui/testmailsettings.ui
index 697dbe7e54e7..1f4ce77fd1ba 100644
--- a/sw/uiconfig/swriter/ui/testmailsettings.ui
+++ b/sw/uiconfig/swriter/ui/testmailsettings.ui
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkTextBuffer" id="textbuffer1">
- <property name="text" translatable="yes">%PRODUCTNAME could not connect to the outgoing mail server. Check your system's settings and the settings in %PRODUCTNAME. Check the server name, the port and the secure connections settings</property>
+ <property name="text" translatable="yes" context="testmailsettings|textbuffer1">%PRODUCTNAME could not connect to the outgoing mail server. Check your system's settings and the settings in %PRODUCTNAME. Check the server name, the port and the secure connections settings</property>
</object>
<object class="GtkDialog" id="TestMailSettings">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Test Account Settings</property>
+ <property name="title" translatable="yes" context="testmailsettings|TestMailSettings">Test Account Settings</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -121,7 +121,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Establish network connection</property>
+ <property name="label" translatable="yes" context="testmailsettings|establish">Establish network connection</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -133,7 +133,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Find outgoing mail server</property>
+ <property name="label" translatable="yes" context="testmailsettings|find">Find outgoing mail server</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -145,7 +145,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Successful</property>
+ <property name="label" translatable="yes" context="testmailsettings|result1">Successful</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -157,7 +157,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Failed</property>
+ <property name="label" translatable="yes" context="testmailsettings|result2">Failed</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -172,7 +172,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">%PRODUCTNAME is testing the e-mail account settings...</property>
+ <property name="label" translatable="yes" context="testmailsettings|label8">%PRODUCTNAME is testing the e-mail account settings...</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -238,7 +238,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Errors</property>
+ <property name="label" translatable="yes" context="testmailsettings|label1">Errors</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/textgridpage.ui b/sw/uiconfig/swriter/ui/textgridpage.ui
index a0f575fa39f6..80a8dd783d46 100644
--- a/sw/uiconfig/swriter/ui/textgridpage.ui
+++ b/sw/uiconfig/swriter/ui/textgridpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustmentCHARSPERLINE">
@@ -53,7 +53,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="radioRB_NOGRID">
- <property name="label" translatable="yes">No grid</property>
+ <property name="label" translatable="yes" context="textgridpage|radioRB_NOGRID">No grid</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -69,7 +69,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radioRB_LINESGRID">
- <property name="label" translatable="yes">Grid (lines only)</property>
+ <property name="label" translatable="yes" context="textgridpage|radioRB_LINESGRID">Grid (lines only)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -84,7 +84,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radioRB_CHARSGRID">
- <property name="label" translatable="yes">Grid (lines and characters)</property>
+ <property name="label" translatable="yes" context="textgridpage|radioRB_CHARSGRID">Grid (lines and characters)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -99,7 +99,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkCB_SNAPTOCHARS">
- <property name="label" translatable="yes">_Snap to characters</property>
+ <property name="label" translatable="yes" context="textgridpage|checkCB_SNAPTOCHARS">_Snap to characters</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -144,7 +144,7 @@
<object class="GtkLabel" id="labelGrid">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Grid</property>
+ <property name="label" translatable="yes" context="textgridpage|labelGrid">Grid</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -194,7 +194,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Characters per line:</property>
+ <property name="label" translatable="yes" context="textgridpage|labelFT_CHARSPERLINE">Characters per line:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinNF_CHARSPERLINE</property>
</object>
@@ -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">(1-45)</property>
+ <property name="label" translatable="yes" context="textgridpage|labelFT_CHARRANGE">(1-45)</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -233,7 +233,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Lines per page:</property>
+ <property name="label" translatable="yes" context="textgridpage|labelFT_LINESPERPAGE">Lines per page:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinNF_LINESPERPAGE</property>
</object>
@@ -262,7 +262,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="ypad">4</property>
- <property name="label" translatable="yes">(1-48)</property>
+ <property name="label" translatable="yes" context="textgridpage|labelFT_LINERANGE">(1-48)</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -300,7 +300,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Character _width:</property>
+ <property name="label" translatable="yes" context="textgridpage|labelFT_CHARWIDTH">Character _width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinMF_CHARWIDTH:0pt</property>
</object>
@@ -314,7 +314,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Max. Ruby text size:</property>
+ <property name="label" translatable="yes" context="textgridpage|labelFT_RUBYSIZE">Max. Ruby text size:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinMF_RUBYSIZE:0pt</property>
</object>
@@ -340,7 +340,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Max. base text size:</property>
+ <property name="label" translatable="yes" context="textgridpage|labelFT_TEXTSIZE">Max. base text size:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinMF_TEXTSIZE:0pt</property>
</object>
@@ -376,7 +376,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkCB_RUBYBELOW">
- <property name="label" translatable="yes">Ruby text below/left from base text</property>
+ <property name="label" translatable="yes" context="textgridpage|checkCB_RUBYBELOW">Ruby text below/left from base text</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -399,7 +399,7 @@
<object class="GtkLabel" id="labelGridLayout">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Grid Layout</property>
+ <property name="label" translatable="yes" context="textgridpage|labelGridLayout">Grid Layout</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -432,7 +432,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="checkCB_DISPLAY">
- <property name="label" translatable="yes">Display grid</property>
+ <property name="label" translatable="yes" context="textgridpage|checkCB_DISPLAY">Display grid</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -447,7 +447,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkCB_PRINT">
- <property name="label" translatable="yes">Print grid</property>
+ <property name="label" translatable="yes" context="textgridpage|checkCB_PRINT">Print grid</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -466,7 +466,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Grid color:</property>
+ <property name="label" translatable="yes" context="textgridpage|labelFT_COLOR">Grid color:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">listLB_COLOR</property>
</object>
@@ -501,7 +501,7 @@
<object class="GtkLabel" id="labelFL_DISPLAY">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Grid Display</property>
+ <property name="label" translatable="yes" context="textgridpage|labelFL_DISPLAY">Grid Display</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/titlepage.ui b/sw/uiconfig/swriter/ui/titlepage.ui
index 42aeaf7e623e..3a4477f4fac5 100644
--- a/sw/uiconfig/swriter/ui/titlepage.ui
+++ b/sw/uiconfig/swriter/ui/titlepage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -12,7 +12,7 @@
<object class="GtkDialog" id="DLG_TITLEPAGE">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Title Page</property>
+ <property name="title" translatable="yes" context="titlepage|DLG_TITLEPAGE">Title Page</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -106,7 +106,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Number of title pages:</property>
+ <property name="label" translatable="yes" context="titlepage|label6">Number of title pages:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">NF_PAGE_COUNT</property>
</object>
@@ -120,7 +120,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Place title pages at:</property>
+ <property name="label" translatable="yes" context="titlepage|label7">Place title pages at:</property>
<accessibility>
<relation type="label-for" target="RB_DOCUMENT_START"/>
<relation type="label-for" target="RB_PAGE_START"/>
@@ -170,7 +170,7 @@
</child>
<child>
<object class="GtkRadioButton" id="RB_USE_EXISTING_PAGES">
- <property name="label" translatable="yes">Converting existing pages to title pages</property>
+ <property name="label" translatable="yes" context="titlepage|RB_USE_EXISTING_PAGES">Converting existing pages to title pages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -188,7 +188,7 @@
</child>
<child>
<object class="GtkRadioButton" id="RB_INSERT_NEW_PAGES">
- <property name="label" translatable="yes">Insert new title pages</property>
+ <property name="label" translatable="yes" context="titlepage|RB_INSERT_NEW_PAGES">Insert new title pages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -206,7 +206,7 @@
</child>
<child>
<object class="GtkRadioButton" id="RB_DOCUMENT_START">
- <property name="label" translatable="yes">Document start</property>
+ <property name="label" translatable="yes" context="titlepage|RB_DOCUMENT_START">Document start</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="GtkRadioButton" id="RB_PAGE_START">
- <property name="label" translatable="yes">Page</property>
+ <property name="label" translatable="yes" context="titlepage|RB_PAGE_START">Page</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -257,7 +257,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Make Title Pages</property>
+ <property name="label" translatable="yes" context="titlepage|label1">Make Title Pages</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -290,7 +290,7 @@
<property name="homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="CB_RESTART_NUMBERING">
- <property name="label" translatable="yes">Reset page numbering after title pages</property>
+ <property name="label" translatable="yes" context="titlepage|CB_RESTART_NUMBERING">Reset page numbering after title pages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -317,7 +317,7 @@
<object class="GtkLabel" id="FT_PAGE_COUNT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Page number:</property>
+ <property name="label" translatable="yes" context="titlepage|FT_PAGE_COUNT">Page number:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">NF_RESTART_NUMBERING</property>
</object>
@@ -354,7 +354,7 @@
</child>
<child>
<object class="GtkCheckButton" id="CB_SET_PAGE_NUMBER">
- <property name="label" translatable="yes">Set page number for first title page</property>
+ <property name="label" translatable="yes" context="titlepage|CB_SET_PAGE_NUMBER">Set page number for first title page</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -381,7 +381,7 @@
<object class="GtkLabel" id="FT_PAGE_PAGES">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Page number:</property>
+ <property name="label" translatable="yes" context="titlepage|FT_PAGE_PAGES">Page number:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">NF_SET_PAGE_NUMBER</property>
</object>
@@ -424,7 +424,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Page Numbering</property>
+ <property name="label" translatable="yes" context="titlepage|label2">Page Numbering</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -458,7 +458,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Style:</property>
+ <property name="label" translatable="yes" context="titlepage|label4">_Style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">LB_PAGE_PROPERTIES</property>
</object>
@@ -481,7 +481,7 @@
</child>
<child>
<object class="GtkButton" id="PB_PAGE_PROPERTIES">
- <property name="label" translatable="yes">Edit...</property>
+ <property name="label" translatable="yes" context="titlepage|PB_PAGE_PROPERTIES">Edit...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -500,7 +500,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Edit Page Properties</property>
+ <property name="label" translatable="yes" context="titlepage|label3">Edit Page Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/tocdialog.ui b/sw/uiconfig/swriter/ui/tocdialog.ui
index d90952818a15..024a69ca046d 100644
--- a/sw/uiconfig/swriter/ui/tocdialog.ui
+++ b/sw/uiconfig/swriter/ui/tocdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="TocDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Table of Contents, Index or Bibliography</property>
+ <property name="title" translatable="yes" context="tocdialog|TocDialog">Table of Contents, Index or Bibliography</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -79,7 +79,7 @@
</child>
<child>
<object class="GtkCheckButton" id="showexample">
- <property name="label" translatable="yes">Preview</property>
+ <property name="label" translatable="yes" context="tocdialog|showexample">Preview</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -116,7 +116,7 @@
<property name="can_focus">False</property>
<child internal-child="accessible">
<object class="AtkObject" id="example-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Preview</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="tocdialog|example-atkobject">Preview</property>
</object>
</child>
</object>
@@ -139,7 +139,7 @@
<object class="GtkLabel" id="index">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Type</property>
+ <property name="label" translatable="yes" context="tocdialog|index">Type</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -152,7 +152,7 @@
<object class="GtkLabel" id="entries">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Entries</property>
+ <property name="label" translatable="yes" context="tocdialog|entries">Entries</property>
</object>
<packing>
<property name="position">1</property>
@@ -166,7 +166,7 @@
<object class="GtkLabel" id="styles">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Styles</property>
+ <property name="label" translatable="yes" context="tocdialog|styles">Styles</property>
</object>
<packing>
<property name="position">2</property>
@@ -180,7 +180,7 @@
<object class="GtkLabel" id="columns">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Columns</property>
+ <property name="label" translatable="yes" context="tocdialog|columns">Columns</property>
</object>
<packing>
<property name="position">3</property>
@@ -194,7 +194,7 @@
<object class="GtkLabel" id="background">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Background</property>
+ <property name="label" translatable="yes" context="tocdialog|background">Background</property>
</object>
<packing>
<property name="position">4</property>
diff --git a/sw/uiconfig/swriter/ui/tocentriespage.ui b/sw/uiconfig/swriter/ui/tocentriespage.ui
index e4fa94bd16b4..848b2852f84a 100644
--- a/sw/uiconfig/swriter/ui/tocentriespage.ui
+++ b/sw/uiconfig/swriter/ui/tocentriespage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -93,7 +93,7 @@
<object class="GtkLabel" id="levelft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Level</property>
+ <property name="label" translatable="yes" context="tocentriespage|levelft">_Level</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -109,7 +109,7 @@
<object class="GtkLabel" id="typeft">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">_Type</property>
+ <property name="label" translatable="yes" context="tocentriespage|typeft">_Type</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -165,7 +165,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Structure:</property>
+ <property name="label" translatable="yes" context="tocentriespage|label4">_Structure:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">token</property>
<property name="xalign">0</property>
@@ -177,7 +177,7 @@
</child>
<child>
<object class="GtkButton" id="all">
- <property name="label" translatable="yes">_All</property>
+ <property name="label" translatable="yes" context="tocentriespage|all">_All</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -217,7 +217,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Character style:</property>
+ <property name="label" translatable="yes" context="tocentriespage|label5">Character style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">charstyle</property>
<property name="xalign">0</property>
@@ -229,7 +229,7 @@
</child>
<child>
<object class="GtkButton" id="edit">
- <property name="label" translatable="yes">_Edit...</property>
+ <property name="label" translatable="yes" context="tocentriespage|edit">_Edit...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -256,7 +256,7 @@
<object class="GtkLabel" id="fillcharft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Fill character:</property>
+ <property name="label" translatable="yes" context="tocentriespage|fillcharft">Fill character:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">fillchar</property>
<property name="xalign">0</property>
@@ -288,7 +288,7 @@
<object class="GtkLabel" id="tabstopposft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Tab stop position:</property>
+ <property name="label" translatable="yes" context="tocentriespage|tabstopposft">Tab stop position:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">tabstoppos:0.00cm</property>
<property name="xalign">0</property>
@@ -315,7 +315,7 @@
</child>
<child>
<object class="GtkCheckButton" id="alignright">
- <property name="label" translatable="yes">Align right</property>
+ <property name="label" translatable="yes" context="tocentriespage|alignright">Align right</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -332,7 +332,7 @@
<object class="GtkLabel" id="chapterentryft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Chapter entry:</property>
+ <property name="label" translatable="yes" context="tocentriespage|chapterentryft">Chapter entry:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">chapterentry</property>
<property name="xalign">0</property>
@@ -349,9 +349,9 @@
<property name="valign">center</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">Number range only</item>
- <item translatable="yes">Description only</item>
- <item translatable="yes">Number range and description</item>
+ <item translatable="yes" context="tocentriespage|chapterentry">Number range only</item>
+ <item translatable="yes" context="tocentriespage|chapterentry">Description only</item>
+ <item translatable="yes" context="tocentriespage|chapterentry">Number range and description</item>
</items>
</object>
<packing>
@@ -363,7 +363,7 @@
<object class="GtkLabel" id="entryoutlinelevelft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Evaluate up to level:</property>
+ <property name="label" translatable="yes" context="tocentriespage|entryoutlinelevelft">Evaluate up to level:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entryoutlinelevel</property>
<property name="xalign">0</property>
@@ -391,7 +391,7 @@
<object class="GtkLabel" id="numberformatft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Format:</property>
+ <property name="label" translatable="yes" context="tocentriespage|numberformatft">Format:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numberformat</property>
<property name="xalign">0</property>
@@ -408,8 +408,8 @@
<property name="valign">center</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">Number</item>
- <item translatable="yes">Number without separator</item>
+ <item translatable="yes" context="tocentriespage|numberformat">Number</item>
+ <item translatable="yes" context="tocentriespage|numberformat">Number without separator</item>
</items>
</object>
<packing>
@@ -461,7 +461,7 @@
<property name="layout_style">spread</property>
<child>
<object class="GtkButton" id="insert">
- <property name="label" translatable="yes">_Insert</property>
+ <property name="label" translatable="yes" context="tocentriespage|insert">_Insert</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -475,7 +475,7 @@
</child>
<child>
<object class="GtkButton" id="remove">
- <property name="label" translatable="yes">_Remove</property>
+ <property name="label" translatable="yes" context="tocentriespage|remove">_Remove</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -489,7 +489,7 @@
</child>
<child>
<object class="GtkButton" id="chapterno">
- <property name="label" translatable="yes">Chapter No.</property>
+ <property name="label" translatable="yes" context="tocentriespage|chapterno">Chapter No.</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -503,7 +503,7 @@
</child>
<child>
<object class="GtkButton" id="entrytext">
- <property name="label" translatable="yes">Entry Text</property>
+ <property name="label" translatable="yes" context="tocentriespage|entrytext">Entry Text</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -516,7 +516,7 @@
</child>
<child>
<object class="GtkButton" id="tabstop">
- <property name="label" translatable="yes">Tab Stop</property>
+ <property name="label" translatable="yes" context="tocentriespage|tabstop">Tab Stop</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -530,7 +530,7 @@
</child>
<child>
<object class="GtkButton" id="chapterinfo">
- <property name="label" translatable="yes">_Chapter Info</property>
+ <property name="label" translatable="yes" context="tocentriespage|chapterinfo">_Chapter Info</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -544,7 +544,7 @@
</child>
<child>
<object class="GtkButton" id="pageno">
- <property name="label" translatable="yes">Page No.</property>
+ <property name="label" translatable="yes" context="tocentriespage|pageno">Page No.</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -558,7 +558,7 @@
</child>
<child>
<object class="GtkButton" id="hyperlink">
- <property name="label" translatable="yes">H_yperlink</property>
+ <property name="label" translatable="yes" context="tocentriespage|hyperlink">H_yperlink</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -591,7 +591,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Structure and Formatting</property>
+ <property name="label" translatable="yes" context="tocentriespage|label1">Structure and Formatting</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -626,7 +626,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="reltostyle">
- <property name="label" translatable="yes">Tab position relati_ve to paragraph style indent</property>
+ <property name="label" translatable="yes" context="tocentriespage|reltostyle">Tab position relati_ve to paragraph style indent</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -642,7 +642,7 @@
</child>
<child>
<object class="GtkCheckButton" id="commasep">
- <property name="label" translatable="yes">Key separated by commas</property>
+ <property name="label" translatable="yes" context="tocentriespage|commasep">Key separated by commas</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -658,7 +658,7 @@
</child>
<child>
<object class="GtkCheckButton" id="alphadelim">
- <property name="label" translatable="yes">Alphabetical delimiter</property>
+ <property name="label" translatable="yes" context="tocentriespage|alphadelim">Alphabetical delimiter</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -676,7 +676,7 @@
<object class="GtkLabel" id="mainstyleft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Character style for main entries:</property>
+ <property name="label" translatable="yes" context="tocentriespage|mainstyleft">Character style for main entries:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">mainstyle</property>
<property name="xalign">0</property>
@@ -704,7 +704,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Format</property>
+ <property name="label" translatable="yes" context="tocentriespage|label3">Format</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -738,7 +738,7 @@
<property name="column_spacing">18</property>
<child>
<object class="GtkRadioButton" id="sortpos">
- <property name="label" translatable="yes">Document _position</property>
+ <property name="label" translatable="yes" context="tocentriespage|sortpos">Document _position</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -755,7 +755,7 @@
</child>
<child>
<object class="GtkRadioButton" id="sortcontents">
- <property name="label" translatable="yes">_Content</property>
+ <property name="label" translatable="yes" context="tocentriespage|sortcontents">_Content</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -777,7 +777,7 @@
<object class="GtkLabel" id="label14">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Sort by</property>
+ <property name="label" translatable="yes" context="tocentriespage|label14">Sort by</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -814,7 +814,7 @@
<object class="GtkLabel" id="label15">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_1:</property>
+ <property name="label" translatable="yes" context="tocentriespage|label15">_1:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -838,7 +838,7 @@
<object class="GtkLabel" id="label16">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_2:</property>
+ <property name="label" translatable="yes" context="tocentriespage|label16">_2:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -850,7 +850,7 @@
<object class="GtkLabel" id="label17">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_3:</property>
+ <property name="label" translatable="yes" context="tocentriespage|label17">_3:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -887,7 +887,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Ascending</property>
+ <property name="tooltip_text" translatable="yes" context="tocentriespage|up1cb|tooltip_text">Ascending</property>
<property name="image">image1</property>
<property name="xalign">0</property>
<property name="active">True</property>
@@ -904,7 +904,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Descending</property>
+ <property name="tooltip_text" translatable="yes" context="tocentriespage|down1cb|tooltip_text">Descending</property>
<property name="image">image2</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
@@ -921,7 +921,7 @@
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Ascending</property>
+ <property name="tooltip_text" translatable="yes" context="tocentriespage|up2cb|tooltip_text">Ascending</property>
<property name="image">image3</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
@@ -938,7 +938,7 @@
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Ascending</property>
+ <property name="tooltip_text" translatable="yes" context="tocentriespage|up3cb|tooltip_text">Ascending</property>
<property name="image">image4</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
@@ -955,7 +955,7 @@
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Descending</property>
+ <property name="tooltip_text" translatable="yes" context="tocentriespage|down2cb|tooltip_text">Descending</property>
<property name="image">image5</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
@@ -972,7 +972,7 @@
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Descending</property>
+ <property name="tooltip_text" translatable="yes" context="tocentriespage|down3cb|tooltip_text">Descending</property>
<property name="image">image6</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
@@ -991,7 +991,7 @@
<object class="GtkLabel" id="label13">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Sort Keys</property>
+ <property name="label" translatable="yes" context="tocentriespage|label13">Sort Keys</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/tocindexpage.ui b/sw/uiconfig/swriter/ui/tocindexpage.ui
index 59056608f0cb..02e8e756f958 100644
--- a/sw/uiconfig/swriter/ui/tocindexpage.ui
+++ b/sw/uiconfig/swriter/ui/tocindexpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -17,7 +17,7 @@
<object class="GtkMenuItem" id="open">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Open</property>
+ <property name="label" translatable="yes" context="tocindexpage|open">Open</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -25,7 +25,7 @@
<object class="GtkMenuItem" id="new">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_New...</property>
+ <property name="label" translatable="yes" context="tocindexpage|new">_New...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -33,7 +33,7 @@
<object class="GtkMenuItem" id="edit">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Edit...</property>
+ <property name="label" translatable="yes" context="tocindexpage|edit">_Edit...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -47,31 +47,31 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Table of Contents</col>
+ <col id="0" translatable="yes" context="tocindexpage|liststore1">Table of Contents</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Alphabetical Index</col>
+ <col id="0" translatable="yes" context="tocindexpage|liststore1">Alphabetical Index</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Illustration Index</col>
+ <col id="0" translatable="yes" context="tocindexpage|liststore1">Illustration Index</col>
<col id="1">4</col>
</row>
<row>
- <col id="0" translatable="yes">Index of Tables</col>
+ <col id="0" translatable="yes" context="tocindexpage|liststore1">Index of Tables</col>
<col id="1">8</col>
</row>
<row>
- <col id="0" translatable="yes">User-Defined</col>
+ <col id="0" translatable="yes" context="tocindexpage|liststore1">User-Defined</col>
<col id="1">16</col>
</row>
<row>
- <col id="0" translatable="yes">Table of Objects</col>
+ <col id="0" translatable="yes" context="tocindexpage|liststore1">Table of Objects</col>
<col id="1">32</col>
</row>
<row>
- <col id="0" translatable="yes">Bibliography</col>
+ <col id="0" translatable="yes" context="tocindexpage|liststore1">Bibliography</col>
<col id="1">64</col>
</row>
</data>
@@ -108,7 +108,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Title:</property>
+ <property name="label" translatable="yes" context="tocindexpage|mainstyleft">_Title:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">title</property>
</object>
@@ -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">Type:</property>
+ <property name="label" translatable="yes" context="tocindexpage|typeft">Type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">type</property>
</object>
@@ -157,7 +157,7 @@
</child>
<child>
<object class="GtkCheckButton" id="readonly">
- <property name="label" translatable="yes">Protected against manual changes</property>
+ <property name="label" translatable="yes" context="tocindexpage|readonly">Protected against manual changes</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -180,7 +180,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Type and Title</property>
+ <property name="label" translatable="yes" context="tocindexpage|label3">Type and Title</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -223,7 +223,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">For:</property>
+ <property name="label" translatable="yes" context="tocindexpage|mainstyleft2">For:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">scope</property>
</object>
@@ -237,8 +237,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Entire document</item>
- <item translatable="yes">Chapter</item>
+ <item translatable="yes" context="tocindexpage|scope">Entire document</item>
+ <item translatable="yes" context="tocindexpage|scope">Chapter</item>
</items>
</object>
<packing>
@@ -262,7 +262,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Evaluate up to level:</property>
+ <property name="label" translatable="yes" context="tocindexpage|levelft">Evaluate up to level:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">level</property>
</object>
@@ -297,7 +297,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Create Index or Table of Contents</property>
+ <property name="label" translatable="yes" context="tocindexpage|label1">Create Index or Table of Contents</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -338,7 +338,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="fromheadings">
- <property name="label" translatable="yes">Outline</property>
+ <property name="label" translatable="yes" context="tocindexpage|fromheadings">Outline</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -354,7 +354,7 @@
</child>
<child>
<object class="GtkCheckButton" id="indexmarks">
- <property name="label" translatable="yes">Inde_x marks</property>
+ <property name="label" translatable="yes" context="tocindexpage|indexmarks">Inde_x marks</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -370,7 +370,7 @@
</child>
<child>
<object class="GtkCheckButton" id="fromtables">
- <property name="label" translatable="yes">Tables</property>
+ <property name="label" translatable="yes" context="tocindexpage|fromtables">Tables</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -385,7 +385,7 @@
</child>
<child>
<object class="GtkCheckButton" id="fromframes">
- <property name="label" translatable="yes">Te_xt frames</property>
+ <property name="label" translatable="yes" context="tocindexpage|fromframes">Te_xt frames</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -400,7 +400,7 @@
</child>
<child>
<object class="GtkCheckButton" id="fromgraphics">
- <property name="label" translatable="yes">Graphics</property>
+ <property name="label" translatable="yes" context="tocindexpage|fromgraphics">Graphics</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -415,7 +415,7 @@
</child>
<child>
<object class="GtkCheckButton" id="fromoles">
- <property name="label" translatable="yes">OLE objects</property>
+ <property name="label" translatable="yes" context="tocindexpage|fromoles">OLE objects</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -430,7 +430,7 @@
</child>
<child>
<object class="GtkCheckButton" id="uselevel">
- <property name="label" translatable="yes">Use level from source chapter</property>
+ <property name="label" translatable="yes" context="tocindexpage|uselevel">Use level from source chapter</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -459,7 +459,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkCheckButton" id="addstylescb">
- <property name="label" translatable="yes">_Additional styles</property>
+ <property name="label" translatable="yes" context="tocindexpage|addstylescb">_Additional styles</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -475,7 +475,7 @@
</child>
<child>
<object class="GtkCheckButton" id="stylescb">
- <property name="label" translatable="yes">Styl_es</property>
+ <property name="label" translatable="yes" context="tocindexpage|stylescb">Styl_es</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -498,7 +498,7 @@
</child>
<child>
<object class="GtkButton" id="styles">
- <property name="label" translatable="yes">Assign styles...</property>
+ <property name="label" translatable="yes" context="tocindexpage|styles">Assign styles...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -544,7 +544,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="captions">
- <property name="label" translatable="yes">Captions</property>
+ <property name="label" translatable="yes" context="tocindexpage|captions">Captions</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -559,7 +559,7 @@
</child>
<child>
<object class="GtkRadioButton" id="objnames">
- <property name="label" translatable="yes">Object names</property>
+ <property name="label" translatable="yes" context="tocindexpage|objnames">Object names</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -583,7 +583,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Category:</property>
+ <property name="label" translatable="yes" context="tocindexpage|categoryft">Category:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">lang</property>
</object>
@@ -607,7 +607,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Display:</property>
+ <property name="label" translatable="yes" context="tocindexpage|displayft">Display:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">lang</property>
</object>
@@ -621,9 +621,9 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<items>
- <item translatable="yes">References</item>
- <item translatable="yes">Category and Number</item>
- <item translatable="yes">Caption Text</item>
+ <item translatable="yes" context="tocindexpage|display">References</item>
+ <item translatable="yes" context="tocindexpage|display">Category and Number</item>
+ <item translatable="yes" context="tocindexpage|display">Caption Text</item>
</items>
</object>
<packing>
@@ -652,7 +652,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Create From</property>
+ <property name="label" translatable="yes" context="tocindexpage|label2">Create From</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -695,7 +695,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Create From the Following Objects</property>
+ <property name="label" translatable="yes" context="tocindexpage|label6">Create From the Following Objects</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -734,7 +734,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Brackets:</property>
+ <property name="label" translatable="yes" context="tocindexpage|mainstyleft9">_Brackets:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">brackets</property>
</object>
@@ -745,7 +745,7 @@
</child>
<child>
<object class="GtkCheckButton" id="numberentries">
- <property name="label" translatable="yes">_Number entries</property>
+ <property name="label" translatable="yes" context="tocindexpage|numberentries">_Number entries</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -765,11 +765,11 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<items>
- <item translatable="yes">[none]</item>
- <item translatable="yes">[]</item>
- <item translatable="yes">()</item>
- <item translatable="yes">{}</item>
- <item translatable="yes">&lt;&gt;</item>
+ <item translatable="yes" context="tocindexpage|brackets">[none]</item>
+ <item translatable="yes" context="tocindexpage|brackets">[]</item>
+ <item translatable="yes" context="tocindexpage|brackets">()</item>
+ <item translatable="yes" context="tocindexpage|brackets">{}</item>
+ <item translatable="yes" context="tocindexpage|brackets">&lt;&gt;</item>
</items>
</object>
<packing>
@@ -785,7 +785,7 @@
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Formatting of the Entries</property>
+ <property name="label" translatable="yes" context="tocindexpage|label7">Formatting of the Entries</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -827,7 +827,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="combinesame">
- <property name="label" translatable="yes">Combine identical entries</property>
+ <property name="label" translatable="yes" context="tocindexpage|combinesame">Combine identical entries</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -842,7 +842,7 @@
</child>
<child>
<object class="GtkCheckButton" id="useff">
- <property name="label" translatable="yes">Combine identical entries with p or _pp</property>
+ <property name="label" translatable="yes" context="tocindexpage|useff">Combine identical entries with p or _pp</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -858,7 +858,7 @@
</child>
<child>
<object class="GtkCheckButton" id="usedash">
- <property name="label" translatable="yes">Combine with -</property>
+ <property name="label" translatable="yes" context="tocindexpage|usedash">Combine with -</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -874,7 +874,7 @@
</child>
<child>
<object class="GtkCheckButton" id="casesens">
- <property name="label" translatable="yes">Case sensitive</property>
+ <property name="label" translatable="yes" context="tocindexpage|casesens">Case sensitive</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -890,7 +890,7 @@
</child>
<child>
<object class="GtkCheckButton" id="initcaps">
- <property name="label" translatable="yes">AutoCapitalize entries</property>
+ <property name="label" translatable="yes" context="tocindexpage|initcaps">AutoCapitalize entries</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -905,7 +905,7 @@
</child>
<child>
<object class="GtkCheckButton" id="keyasentry">
- <property name="label" translatable="yes">Keys as separate entries</property>
+ <property name="label" translatable="yes" context="tocindexpage|keyasentry">Keys as separate entries</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -920,7 +920,7 @@
</child>
<child>
<object class="GtkCheckButton" id="fromfile">
- <property name="label" translatable="yes">_Concordance file</property>
+ <property name="label" translatable="yes" context="tocindexpage|fromfile">_Concordance file</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -935,7 +935,7 @@
</child>
<child>
<object class="GtkButton" id="file:filemenu">
- <property name="label" translatable="yes">_File</property>
+ <property name="label" translatable="yes" context="tocindexpage|file">_File</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -956,7 +956,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="tocindexpage|label5">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -999,7 +999,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Language:</property>
+ <property name="label" translatable="yes" context="tocindexpage|mainstyleft3">Language:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">lang</property>
</object>
@@ -1034,7 +1034,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Key type:</property>
+ <property name="label" translatable="yes" context="tocindexpage|mainstyleft5">Key type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">keytype</property>
</object>
@@ -1067,7 +1067,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Sort</property>
+ <property name="label" translatable="yes" context="tocindexpage|label4">Sort</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/tocstylespage.ui b/sw/uiconfig/swriter/ui/tocstylespage.ui
index f957634bb395..71aad339def3 100644
--- a/sw/uiconfig/swriter/ui/tocstylespage.ui
+++ b/sw/uiconfig/swriter/ui/tocstylespage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkBox" id="TocStylesPage">
<property name="visible">True</property>
@@ -36,7 +36,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Levels</property>
+ <property name="label" translatable="yes" context="tocstylespage|label1">_Levels</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">levels:border</property>
</object>
@@ -52,7 +52,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Paragraph _Styles</property>
+ <property name="label" translatable="yes" context="tocstylespage|label2">Paragraph _Styles</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">styles:border</property>
</object>
@@ -114,7 +114,7 @@
</child>
<child>
<object class="GtkButton" id="default">
- <property name="label" translatable="yes">_Default</property>
+ <property name="label" translatable="yes" context="tocstylespage|default">_Default</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -131,7 +131,7 @@
</child>
<child>
<object class="GtkButton" id="edit">
- <property name="label" translatable="yes">_Edit</property>
+ <property name="label" translatable="yes" context="tocstylespage|edit">_Edit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -176,7 +176,7 @@
<object class="GtkLabel" id="labelGrid">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Assignment</property>
+ <property name="label" translatable="yes" context="tocstylespage|labelGrid">Assignment</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/tokenwidget.ui b/sw/uiconfig/swriter/ui/tokenwidget.ui
index e7642693b569..6be60f4915e1 100644
--- a/sw/uiconfig/swriter/ui/tokenwidget.ui
+++ b/sw/uiconfig/swriter/ui/tokenwidget.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="sw">
<!-- interface-requires gtk+ 3.6 -->
<object class="GtkImage" id="image1">
<property name="visible">True</property>
diff --git a/sw/uiconfig/swriter/ui/viewoptionspage.ui b/sw/uiconfig/swriter/ui/viewoptionspage.ui
index 9105ee10260a..f63f7428c3e5 100644
--- a/sw/uiconfig/swriter/ui/viewoptionspage.ui
+++ b/sw/uiconfig/swriter/ui/viewoptionspage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="ViewOptionsPage">
<property name="visible">True</property>
@@ -39,7 +39,7 @@
<property name="can_focus">False</property>
<child>
<object class="GtkCheckButton" id="helplines">
- <property name="label" translatable="yes">Helplines _While Moving</property>
+ <property name="label" translatable="yes" context="viewoptionspage|helplines">Helplines _While Moving</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -62,7 +62,7 @@
<object class="GtkLabel" id="guideslabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Guides</property>
+ <property name="label" translatable="yes" context="viewoptionspage|guideslabel">Guides</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -94,7 +94,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="graphics">
- <property name="label" translatable="yes">_Images and objects</property>
+ <property name="label" translatable="yes" context="viewoptionspage|graphics">_Images and objects</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="tables">
- <property name="label" translatable="yes">_Tables</property>
+ <property name="label" translatable="yes" context="viewoptionspage|tables">_Tables</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -128,7 +128,7 @@
</child>
<child>
<object class="GtkCheckButton" id="drawings">
- <property name="label" translatable="yes">Dra_wings and controls</property>
+ <property name="label" translatable="yes" context="viewoptionspage|drawings">Dra_wings and controls</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -145,7 +145,7 @@
</child>
<child>
<object class="GtkCheckButton" id="fieldcodes">
- <property name="label" translatable="yes">_Field codes</property>
+ <property name="label" translatable="yes" context="viewoptionspage|fieldcodes">_Field codes</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -162,7 +162,7 @@
</child>
<child>
<object class="GtkCheckButton" id="comments">
- <property name="label" translatable="yes">_Comments</property>
+ <property name="label" translatable="yes" context="viewoptionspage|comments">_Comments</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -185,7 +185,7 @@
<object class="GtkLabel" id="displaylabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Display</property>
+ <property name="label" translatable="yes" context="viewoptionspage|displaylabel">Display</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -231,7 +231,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="smoothscroll">
- <property name="label" translatable="yes">S_mooth scroll</property>
+ <property name="label" translatable="yes" context="viewoptionspage|smoothscroll">S_mooth scroll</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -253,7 +253,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="vruler">
- <property name="label" translatable="yes">Verti_cal ruler</property>
+ <property name="label" translatable="yes" context="viewoptionspage|vruler">Verti_cal ruler</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -294,7 +294,7 @@
</child>
<child>
<object class="GtkCheckButton" id="vrulerright">
- <property name="label" translatable="yes">Right-aligned</property>
+ <property name="label" translatable="yes" context="viewoptionspage|vrulerright">Right-aligned</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -314,7 +314,7 @@
<object class="GtkLabel" id="hruler">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Hori_zontal ruler</property>
+ <property name="label" translatable="yes" context="viewoptionspage|hruler">Hori_zontal ruler</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">hrulercombobox</property>
<property name="ellipsize">end</property>
@@ -342,7 +342,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">View</property>
+ <property name="label" translatable="yes" context="viewoptionspage|label3">View</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -388,7 +388,7 @@
<object class="GtkLabel" id="measureunitlabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Measurement unit</property>
+ <property name="label" translatable="yes" context="viewoptionspage|measureunitlabel">Measurement unit</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -405,7 +405,7 @@
<object class="GtkLabel" id="settingslabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Settings</property>
+ <property name="label" translatable="yes" context="viewoptionspage|settingslabel">Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/sw/uiconfig/swriter/ui/warndatasourcedialog.ui b/sw/uiconfig/swriter/ui/warndatasourcedialog.ui
index 6b6fc159d42c..97919f266e9d 100644
--- a/sw/uiconfig/swriter/ui/warndatasourcedialog.ui
+++ b/sw/uiconfig/swriter/ui/warndatasourcedialog.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.6"/>
<object class="GtkMessageDialog" id="WarnDataSourceDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Data Source Not Found</property>
+ <property name="title" translatable="yes" context="warndatasourcedialog|WarnDataSourceDialog">Data Source Not Found</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="message_type">warning</property>
- <property name="text" translatable="yes">The data source “%1” was not found.</property>
- <property name="secondary_text" translatable="yes">The connection to the data source could not be established. Please check the connection settings.</property>
+ <property name="text" translatable="yes" context="warndatasourcedialog|WarnDataSourceDialog">The data source “%1” was not found.</property>
+ <property name="secondary_text" translatable="yes" context="warndatasourcedialog|WarnDataSourceDialog">The connection to the data source could not be established. Please check the connection settings.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
@@ -23,7 +23,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="check">
- <property name="label" translatable="yes">Check Connection Settings...</property>
+ <property name="label" translatable="yes" context="warndatasourcedialog|check">Check Connection Settings...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/warnemaildialog.ui b/sw/uiconfig/swriter/ui/warnemaildialog.ui
index bacd9434eec8..fb5234175815 100644
--- a/sw/uiconfig/swriter/ui/warnemaildialog.ui
+++ b/sw/uiconfig/swriter/ui/warnemaildialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.6"/>
<object class="GtkMessageDialog" id="WarnEmailDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">E-Mails could not be sent</property>
+ <property name="title" translatable="yes" context="warnemaildialog|WarnEmailDialog">E-Mails could not be sent</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="message_type">warning</property>
<property name="buttons">ok</property>
- <property name="text" translatable="yes">E-mails could not be sent</property>
- <property name="secondary_text" translatable="yes">The following error occurred:</property>
+ <property name="text" translatable="yes" context="warnemaildialog|WarnEmailDialog">E-mails could not be sent</property>
+ <property name="secondary_text" translatable="yes" context="warnemaildialog|WarnEmailDialog">The following error occurred:</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/sw/uiconfig/swriter/ui/watermarkdialog.ui b/sw/uiconfig/swriter/ui/watermarkdialog.ui
index 85602acbdbc2..1dcc43bffae4 100644
--- a/sw/uiconfig/swriter/ui/watermarkdialog.ui
+++ b/sw/uiconfig/swriter/ui/watermarkdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="angle_adj">
@@ -16,7 +16,7 @@
<object class="GtkDialog" id="WatermarkDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Watermark</property>
+ <property name="title" translatable="yes" context="watermarkdialog|WatermarkDialog">Watermark</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -82,7 +82,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Text</property>
+ <property name="label" translatable="yes" context="watermarkdialog|TextLabel">Text</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -115,7 +115,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Font</property>
+ <property name="label" translatable="yes" context="watermarkdialog|FontLabel">Font</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -127,7 +127,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Angle</property>
+ <property name="label" translatable="yes" context="watermarkdialog|AngleLabel">Angle</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -139,7 +139,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Transparency</property>
+ <property name="label" translatable="yes" context="watermarkdialog|TransparencyLabel">Transparency</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -151,7 +151,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Color</property>
+ <property name="label" translatable="yes" context="watermarkdialog|ColorLabel">Color</property>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/sw/uiconfig/swriter/ui/wordcount.ui b/sw/uiconfig/swriter/ui/wordcount.ui
index 9d9e8dc51a79..84291abcf274 100644
--- a/sw/uiconfig/swriter/ui/wordcount.ui
+++ b/sw/uiconfig/swriter/ui/wordcount.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="WordCountDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Word Count</property>
+ <property name="title" translatable="yes" context="wordcount|WordCountDialog">Word Count</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -69,7 +69,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Words</property>
+ <property name="label" translatable="yes" context="wordcount|label1">Words</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -83,7 +83,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Characters including spaces</property>
+ <property name="label" translatable="yes" context="wordcount|label2">Characters including spaces</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -97,7 +97,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Characters excluding spaces</property>
+ <property name="label" translatable="yes" context="wordcount|label3">Characters excluding spaces</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -162,7 +162,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Selection</property>
+ <property name="label" translatable="yes" context="wordcount|label9">Selection</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -179,7 +179,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Document</property>
+ <property name="label" translatable="yes" context="wordcount|label10">Document</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -247,7 +247,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Asian characters and Korean syllables</property>
+ <property name="label" translatable="yes" context="wordcount|cjkcharsft">Asian characters and Korean syllables</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -295,7 +295,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Standardized pages</property>
+ <property name="label" translatable="yes" context="wordcount|standardizedpages">Standardized pages</property>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/sw/uiconfig/swriter/ui/wrapdialog.ui b/sw/uiconfig/swriter/ui/wrapdialog.ui
index 9a3f00a76cf6..7baf3c9e20df 100644
--- a/sw/uiconfig/swriter/ui/wrapdialog.ui
+++ b/sw/uiconfig/swriter/ui/wrapdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="WrapDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Wrap</property>
+ <property name="title" translatable="yes" context="wrapdialog|WrapDialog">Wrap</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
diff --git a/sw/uiconfig/swriter/ui/wrappage.ui b/sw/uiconfig/swriter/ui/wrappage.ui
index 7309c891fc39..fba954baa714 100644
--- a/sw/uiconfig/swriter/ui/wrappage.ui
+++ b/sw/uiconfig/swriter/ui/wrappage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="sw">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">99.989999999999995</property>
@@ -44,7 +44,7 @@
<property name="halign">center</property>
<child>
<object class="GtkRadioButton" id="after">
- <property name="label" translatable="yes">After</property>
+ <property name="label" translatable="yes" context="wrappage|after">After</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -101,7 +101,7 @@
<property name="halign">center</property>
<child>
<object class="GtkRadioButton" id="before">
- <property name="label" translatable="yes">Before</property>
+ <property name="label" translatable="yes" context="wrappage|before">Before</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -158,7 +158,7 @@
<property name="halign">center</property>
<child>
<object class="GtkRadioButton" id="none">
- <property name="label" translatable="yes">_None</property>
+ <property name="label" translatable="yes" context="wrappage|none">_None</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -216,7 +216,7 @@
<property name="halign">center</property>
<child>
<object class="GtkRadioButton" id="optimal">
- <property name="label" translatable="yes">_Optimal</property>
+ <property name="label" translatable="yes" context="wrappage|optimal">_Optimal</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -273,7 +273,7 @@
<property name="valign">center</property>
<child>
<object class="GtkRadioButton" id="through">
- <property name="label" translatable="yes">Thro_ugh</property>
+ <property name="label" translatable="yes" context="wrappage|through">Thro_ugh</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -318,7 +318,7 @@
<property name="halign">center</property>
<child>
<object class="GtkRadioButton" id="parallel">
- <property name="label" translatable="yes">_Parallel</property>
+ <property name="label" translatable="yes" context="wrappage|parallel">_Parallel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -377,7 +377,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="wrappage|label1">Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -425,7 +425,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">L_eft:</property>
+ <property name="label" translatable="yes" context="wrappage|label4">L_eft:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">left:0.00cm</property>
</object>
@@ -439,7 +439,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Right:</property>
+ <property name="label" translatable="yes" context="wrappage|label5">_Right:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">right:0.00cm</property>
</object>
@@ -453,7 +453,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Top:</property>
+ <property name="label" translatable="yes" context="wrappage|label6">_Top:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">top:0.00cm</property>
</object>
@@ -467,7 +467,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Bottom:</property>
+ <property name="label" translatable="yes" context="wrappage|label7">_Bottom:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">bottom:0.00cm</property>
</object>
@@ -536,7 +536,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Spacing</property>
+ <property name="label" translatable="yes" context="wrappage|label2">Spacing</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -573,7 +573,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="anchoronly">
- <property name="label" translatable="yes">_First paragraph</property>
+ <property name="label" translatable="yes" context="wrappage|anchoronly">_First paragraph</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -588,7 +588,7 @@
</child>
<child>
<object class="GtkCheckButton" id="transparent">
- <property name="label" translatable="yes">In bac_kground</property>
+ <property name="label" translatable="yes" context="wrappage|transparent">In bac_kground</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -603,7 +603,7 @@
</child>
<child>
<object class="GtkCheckButton" id="outline">
- <property name="label" translatable="yes">_Contour</property>
+ <property name="label" translatable="yes" context="wrappage|outline">_Contour</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -618,7 +618,7 @@
</child>
<child>
<object class="GtkCheckButton" id="outside">
- <property name="label" translatable="yes">Outside only</property>
+ <property name="label" translatable="yes" context="wrappage|outside">Outside only</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -639,7 +639,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="wrappage|label3">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>