summaryrefslogtreecommitdiff
path: root/cui/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 /cui/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 'cui/uiconfig')
-rw-r--r--cui/uiconfig/ui/aboutconfigdialog.ui18
-rw-r--r--cui/uiconfig/ui/aboutconfigvaluedialog.ui6
-rw-r--r--cui/uiconfig/ui/aboutdialog.ui30
-rw-r--r--cui/uiconfig/ui/accelconfigpage.ui24
-rw-r--r--cui/uiconfig/ui/acorexceptpage.ui22
-rw-r--r--cui/uiconfig/ui/acoroptionspage.ui2
-rw-r--r--cui/uiconfig/ui/acorreplacepage.ui10
-rw-r--r--cui/uiconfig/ui/agingdialog.ui8
-rw-r--r--cui/uiconfig/ui/applyautofmtpage.ui12
-rw-r--r--cui/uiconfig/ui/applylocalizedpage.ui46
-rw-r--r--cui/uiconfig/ui/areadialog.ui10
-rw-r--r--cui/uiconfig/ui/areatabpage.ui14
-rw-r--r--cui/uiconfig/ui/asiantypography.ui10
-rw-r--r--cui/uiconfig/ui/assigncomponentdialog.ui6
-rw-r--r--cui/uiconfig/ui/autocorrectdialog.ui20
-rw-r--r--cui/uiconfig/ui/backgroundpage.ui38
-rw-r--r--cui/uiconfig/ui/baselinksdialog.ui34
-rw-r--r--cui/uiconfig/ui/bitmaptabpage.ui66
-rw-r--r--cui/uiconfig/ui/blackorwhitelistentrydialog.ui24
-rw-r--r--cui/uiconfig/ui/borderareatransparencydialog.ui10
-rw-r--r--cui/uiconfig/ui/borderbackgrounddialog.ui8
-rw-r--r--cui/uiconfig/ui/borderpage.ui46
-rw-r--r--cui/uiconfig/ui/breaknumberoption.ui10
-rw-r--r--cui/uiconfig/ui/calloutdialog.ui10
-rw-r--r--cui/uiconfig/ui/calloutpage.ui42
-rw-r--r--cui/uiconfig/ui/cellalignment.ui64
-rw-r--r--cui/uiconfig/ui/certdialog.ui18
-rw-r--r--cui/uiconfig/ui/charnamepage.ui42
-rw-r--r--cui/uiconfig/ui/colorconfigwin.ui108
-rw-r--r--cui/uiconfig/ui/colorpage.ui64
-rw-r--r--cui/uiconfig/ui/colorpickerdialog.ui32
-rw-r--r--cui/uiconfig/ui/comment.ui16
-rw-r--r--cui/uiconfig/ui/connectortabpage.ui26
-rw-r--r--cui/uiconfig/ui/connpooloptions.ui14
-rw-r--r--cui/uiconfig/ui/croppage.ui30
-rw-r--r--cui/uiconfig/ui/cuiimapdlg.ui14
-rw-r--r--cui/uiconfig/ui/customizedialog.ui14
-rw-r--r--cui/uiconfig/ui/databaselinkdialog.ui12
-rw-r--r--cui/uiconfig/ui/dbregisterpage.ui10
-rw-r--r--cui/uiconfig/ui/dimensionlinestabpage.ui32
-rw-r--r--cui/uiconfig/ui/distributiondialog.ui4
-rw-r--r--cui/uiconfig/ui/distributionpage.ui26
-rw-r--r--cui/uiconfig/ui/editdictionarydialog.ui16
-rw-r--r--cui/uiconfig/ui/editmodulesdialog.ui16
-rw-r--r--cui/uiconfig/ui/effectspage.ui112
-rw-r--r--cui/uiconfig/ui/embossdialog.ui8
-rw-r--r--cui/uiconfig/ui/eventassigndialog.ui4
-rw-r--r--cui/uiconfig/ui/eventassignpage.ui16
-rw-r--r--cui/uiconfig/ui/eventsconfigpage.ui14
-rw-r--r--cui/uiconfig/ui/fmsearchdialog.ui54
-rw-r--r--cui/uiconfig/ui/formatcellsdialog.ui12
-rw-r--r--cui/uiconfig/ui/formatnumberdialog.ui4
-rw-r--r--cui/uiconfig/ui/galleryapplyprogress.ui6
-rw-r--r--cui/uiconfig/ui/galleryfilespage.ui14
-rw-r--r--cui/uiconfig/ui/gallerygeneralpage.ui12
-rw-r--r--cui/uiconfig/ui/gallerysearchprogress.ui8
-rw-r--r--cui/uiconfig/ui/gallerythemedialog.ui8
-rw-r--r--cui/uiconfig/ui/gallerythemeiddialog.ui6
-rw-r--r--cui/uiconfig/ui/gallerytitledialog.ui6
-rw-r--r--cui/uiconfig/ui/galleryupdateprogress.ui6
-rw-r--r--cui/uiconfig/ui/gradientpage.ui40
-rw-r--r--cui/uiconfig/ui/hangulhanjaadddialog.ui8
-rw-r--r--cui/uiconfig/ui/hangulhanjaconversiondialog.ui46
-rw-r--r--cui/uiconfig/ui/hangulhanjaeditdictdialog.ui10
-rw-r--r--cui/uiconfig/ui/hangulhanjaoptdialog.ui18
-rw-r--r--cui/uiconfig/ui/hatchpage.ui28
-rw-r--r--cui/uiconfig/ui/hyperlinkdialog.ui8
-rw-r--r--cui/uiconfig/ui/hyperlinkdocpage.ui34
-rw-r--r--cui/uiconfig/ui/hyperlinkinternetpage.ui28
-rw-r--r--cui/uiconfig/ui/hyperlinkmailpage.ui24
-rw-r--r--cui/uiconfig/ui/hyperlinkmarkdialog.ui10
-rw-r--r--cui/uiconfig/ui/hyperlinknewdocpage.ui28
-rw-r--r--cui/uiconfig/ui/hyphenate.ui12
-rw-r--r--cui/uiconfig/ui/iconchangedialog.ui6
-rw-r--r--cui/uiconfig/ui/iconselectordialog.ui12
-rw-r--r--cui/uiconfig/ui/insertfloatingframe.ui34
-rw-r--r--cui/uiconfig/ui/insertoleobject.ui18
-rw-r--r--cui/uiconfig/ui/insertrowcolumn.ui14
-rw-r--r--cui/uiconfig/ui/javaclasspathdialog.ui12
-rw-r--r--cui/uiconfig/ui/javastartparametersdialog.ui16
-rw-r--r--cui/uiconfig/ui/linedialog.ui12
-rw-r--r--cui/uiconfig/ui/lineendstabpage.ui16
-rw-r--r--cui/uiconfig/ui/linestyletabpage.ui26
-rw-r--r--cui/uiconfig/ui/linetabpage.ui70
-rw-r--r--cui/uiconfig/ui/macroassigndialog.ui4
-rw-r--r--cui/uiconfig/ui/macroassignpage.ui16
-rw-r--r--cui/uiconfig/ui/macroselectordialog.ui20
-rw-r--r--cui/uiconfig/ui/menuassignpage.ui58
-rw-r--r--cui/uiconfig/ui/messbox.ui2
-rw-r--r--cui/uiconfig/ui/mosaicdialog.ui14
-rw-r--r--cui/uiconfig/ui/movemenu.ui12
-rw-r--r--cui/uiconfig/ui/multipathdialog.ui10
-rw-r--r--cui/uiconfig/ui/namedialog.ui4
-rw-r--r--cui/uiconfig/ui/newlibdialog.ui14
-rw-r--r--cui/uiconfig/ui/newtabledialog.ui8
-rw-r--r--cui/uiconfig/ui/newtoolbardialog.ui8
-rw-r--r--cui/uiconfig/ui/numberingformatpage.ui56
-rw-r--r--cui/uiconfig/ui/numberingoptionspage.ui74
-rw-r--r--cui/uiconfig/ui/numberingpositionpage.ui40
-rw-r--r--cui/uiconfig/ui/objectnamedialog.ui6
-rw-r--r--cui/uiconfig/ui/objecttitledescdialog.ui8
-rw-r--r--cui/uiconfig/ui/optaccessibilitypage.ui20
-rw-r--r--cui/uiconfig/ui/optadvancedpage.ui34
-rw-r--r--cui/uiconfig/ui/optappearancepage.ui16
-rw-r--r--cui/uiconfig/ui/optasianpage.ui28
-rw-r--r--cui/uiconfig/ui/optbasicidepage.ui20
-rw-r--r--cui/uiconfig/ui/optchartcolorspage.ui8
-rw-r--r--cui/uiconfig/ui/optctlpage.ui30
-rw-r--r--cui/uiconfig/ui/optemailpage.ui12
-rw-r--r--cui/uiconfig/ui/optfltrembedpage.ui16
-rw-r--r--cui/uiconfig/ui/optfltrpage.ui24
-rw-r--r--cui/uiconfig/ui/optfontspage.ui28
-rw-r--r--cui/uiconfig/ui/optgeneralpage.ui28
-rw-r--r--cui/uiconfig/ui/opthtmlpage.ui38
-rw-r--r--cui/uiconfig/ui/optionsdialog.ui4
-rw-r--r--cui/uiconfig/ui/optjsearchpage.ui44
-rw-r--r--cui/uiconfig/ui/optlanguagespage.ui30
-rw-r--r--cui/uiconfig/ui/optlingupage.ui28
-rw-r--r--cui/uiconfig/ui/optmemorypage.ui26
-rw-r--r--cui/uiconfig/ui/optnewdictionarydialog.ui12
-rw-r--r--cui/uiconfig/ui/optonlineupdatepage.ui32
-rw-r--r--cui/uiconfig/ui/optopenclpage.ui12
-rw-r--r--cui/uiconfig/ui/optpathspage.ui14
-rw-r--r--cui/uiconfig/ui/optproxypage.ui28
-rw-r--r--cui/uiconfig/ui/optsavepage.ui58
-rw-r--r--cui/uiconfig/ui/optsecuritypage.ui40
-rw-r--r--cui/uiconfig/ui/optuserpage.ui78
-rw-r--r--cui/uiconfig/ui/optviewpage.ui114
-rw-r--r--cui/uiconfig/ui/pageformatpage.ui62
-rw-r--r--cui/uiconfig/ui/paragalignpage.ui50
-rw-r--r--cui/uiconfig/ui/paraindentspacing.ui46
-rw-r--r--cui/uiconfig/ui/paratabspage.ui40
-rw-r--r--cui/uiconfig/ui/password.ui22
-rw-r--r--cui/uiconfig/ui/pastespecial.ui8
-rw-r--r--cui/uiconfig/ui/patterntabpage.ui20
-rw-r--r--cui/uiconfig/ui/percentdialog.ui6
-rw-r--r--cui/uiconfig/ui/personalization_tab.ui14
-rw-r--r--cui/uiconfig/ui/pickbulletpage.ui4
-rw-r--r--cui/uiconfig/ui/pickgraphicpage.ui8
-rw-r--r--cui/uiconfig/ui/picknumberingpage.ui4
-rw-r--r--cui/uiconfig/ui/pickoutlinepage.ui4
-rw-r--r--cui/uiconfig/ui/positionpage.ui36
-rw-r--r--cui/uiconfig/ui/positionsizedialog.ui12
-rw-r--r--cui/uiconfig/ui/possizetabpage.ui32
-rw-r--r--cui/uiconfig/ui/posterdialog.ui8
-rw-r--r--cui/uiconfig/ui/querychangelineenddialog.ui8
-rw-r--r--cui/uiconfig/ui/querydeletebitmapdialog.ui6
-rw-r--r--cui/uiconfig/ui/querydeletechartcolordialog.ui8
-rw-r--r--cui/uiconfig/ui/querydeletecolordialog.ui6
-rw-r--r--cui/uiconfig/ui/querydeletedictionarydialog.ui8
-rw-r--r--cui/uiconfig/ui/querydeletegradientdialog.ui6
-rw-r--r--cui/uiconfig/ui/querydeletehatchdialog.ui6
-rw-r--r--cui/uiconfig/ui/querydeletelineenddialog.ui8
-rw-r--r--cui/uiconfig/ui/querydeletelinestyledialog.ui6
-rw-r--r--cui/uiconfig/ui/queryduplicatedialog.ui8
-rw-r--r--cui/uiconfig/ui/querynoloadedfiledialog.ui6
-rw-r--r--cui/uiconfig/ui/querynosavefiledialog.ui6
-rw-r--r--cui/uiconfig/ui/querysavelistdialog.ui8
-rw-r--r--cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui6
-rw-r--r--cui/uiconfig/ui/recordnumberdialog.ui6
-rw-r--r--cui/uiconfig/ui/rotationtabpage.ui20
-rw-r--r--cui/uiconfig/ui/screenshotannotationdialog.ui10
-rw-r--r--cui/uiconfig/ui/scriptorganizer.ui14
-rw-r--r--cui/uiconfig/ui/searchattrdialog.ui4
-rw-r--r--cui/uiconfig/ui/searchformatdialog.ui22
-rw-r--r--cui/uiconfig/ui/securityoptionsdialog.ui26
-rw-r--r--cui/uiconfig/ui/select_persona_dialog.ui10
-rw-r--r--cui/uiconfig/ui/selectpathdialog.ui8
-rw-r--r--cui/uiconfig/ui/shadowtabpage.ui14
-rw-r--r--cui/uiconfig/ui/showcoldialog.ui6
-rw-r--r--cui/uiconfig/ui/similaritysearchdialog.ui12
-rw-r--r--cui/uiconfig/ui/slantcornertabpage.ui22
-rw-r--r--cui/uiconfig/ui/smarttagoptionspage.ui8
-rw-r--r--cui/uiconfig/ui/smoothdialog.ui8
-rw-r--r--cui/uiconfig/ui/solarizedialog.ui10
-rw-r--r--cui/uiconfig/ui/specialcharacters.ui16
-rw-r--r--cui/uiconfig/ui/spellingdialog.ui42
-rw-r--r--cui/uiconfig/ui/spelloptionsdialog.ui4
-rw-r--r--cui/uiconfig/ui/splitcellsdialog.ui16
-rw-r--r--cui/uiconfig/ui/storedwebconnectiondialog.ui14
-rw-r--r--cui/uiconfig/ui/swpossizepage.ui46
-rw-r--r--cui/uiconfig/ui/textanimtabpage.ui50
-rw-r--r--cui/uiconfig/ui/textattrtabpage.ui32
-rw-r--r--cui/uiconfig/ui/textdialog.ui8
-rw-r--r--cui/uiconfig/ui/textflowpage.ui48
-rw-r--r--cui/uiconfig/ui/thesaurus.ui12
-rw-r--r--cui/uiconfig/ui/transparencytabpage.ui40
-rw-r--r--cui/uiconfig/ui/tsaurldialog.ui14
-rw-r--r--cui/uiconfig/ui/twolinespage.ui38
-rw-r--r--cui/uiconfig/ui/wordcompletionpage.ui20
-rw-r--r--cui/uiconfig/ui/zoomdialog.ui30
191 files changed, 2091 insertions, 2091 deletions
diff --git a/cui/uiconfig/ui/aboutconfigdialog.ui b/cui/uiconfig/ui/aboutconfigdialog.ui
index 65cc729dc7f0..876f78a8f5f6 100644
--- a/cui/uiconfig/ui/aboutconfigdialog.ui
+++ b/cui/uiconfig/ui/aboutconfigdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkDialog" id="AboutConfig">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Expert Configuration</property>
+ <property name="title" translatable="yes" context="aboutconfigdialog|AboutConfig">Expert Configuration</property>
<property name="type_hint">normal</property>
<property name="skip_taskbar_hint">True</property>
<child internal-child="vbox">
@@ -45,7 +45,7 @@
</child>
<child>
<object class="GtkButton" id="searchButton">
- <property name="label" translatable="yes">_Search</property>
+ <property name="label" translatable="yes" context="aboutconfigdialog|searchButton">_Search</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -78,7 +78,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="yalign">0.49000000953674316</property>
- <property name="label" translatable="yes">Preference Name</property>
+ <property name="label" translatable="yes" context="aboutconfigdialog|preference">Preference Name</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -93,7 +93,7 @@
<property name="can_focus">False</property>
<property name="xalign">0.51999998092651367</property>
<property name="yalign">0.50999999046325684</property>
- <property name="label" translatable="yes">Property</property>
+ <property name="label" translatable="yes" context="aboutconfigdialog|property">Property</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -106,7 +106,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="aboutconfigdialog|type">Type</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -119,7 +119,7 @@
<object class="GtkLabel" id="value">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Value</property>
+ <property name="label" translatable="yes" context="aboutconfigdialog|value">Value</property>
</object>
<packing>
<property name="left_attach">3</property>
@@ -166,7 +166,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="edit">
- <property name="label" translatable="yes">Edit</property>
+ <property name="label" translatable="yes" context="aboutconfigdialog|edit">Edit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -179,7 +179,7 @@
</child>
<child>
<object class="GtkButton" id="reset">
- <property name="label" translatable="yes">Reset</property>
+ <property name="label" translatable="yes" context="aboutconfigdialog|reset">Reset</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/cui/uiconfig/ui/aboutconfigvaluedialog.ui b/cui/uiconfig/ui/aboutconfigvaluedialog.ui
index 4024f45f89a0..895124080640 100644
--- a/cui/uiconfig/ui/aboutconfigvaluedialog.ui
+++ b/cui/uiconfig/ui/aboutconfigvaluedialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="AboutConfigValueDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Name</property>
+ <property name="title" translatable="yes" context="aboutconfigvaluedialog|AboutConfigValueDialog">Name</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -84,7 +84,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="aboutconfigvaluedialog|label1">Value:</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui
index dbbb9d4faa7e..067ca0633d9f 100644
--- a/cui/uiconfig/ui/aboutdialog.ui
+++ b/cui/uiconfig/ui/aboutdialog.ui
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkTextBuffer" id="textbuffer1">
- <property name="text" translatable="yes">Version: %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX</property>
+ <property name="text" translatable="yes" context="aboutdialog|textbuffer1">Version: %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX</property>
</object>
<object class="GtkDialog" id="AboutDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">About %PRODUCTNAME</property>
+ <property name="title" translatable="yes" context="aboutdialog|AboutDialog">About %PRODUCTNAME</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -22,7 +22,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="credits">
- <property name="label" translatable="yes">Cre_dits</property>
+ <property name="label" translatable="yes" context="aboutdialog|credits">Cre_dits</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -37,7 +37,7 @@
</child>
<child>
<object class="GtkButton" id="website">
- <property name="label" translatable="yes">_Website</property>
+ <property name="label" translatable="yes" context="aboutdialog|website">_Website</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -106,7 +106,7 @@
<object class="GtkLabel" id="logoreplacement">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">%PRODUCTNAME</property>
+ <property name="label" translatable="yes" context="aboutdialog|logoreplacement">%PRODUCTNAME</property>
<property name="justify">center</property>
</object>
<packing>
@@ -125,7 +125,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Build ID: $BUILDID</property>
+ <property name="label" translatable="yes" context="aboutdialog|buildid">Build ID: $BUILDID</property>
<property name="justify">center</property>
</object>
<packing>
@@ -138,7 +138,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Locale: $LOCALE</property>
+ <property name="label" translatable="yes" context="aboutdialog|locale">Locale: $LOCALE</property>
<property name="justify">center</property>
</object>
<packing>
@@ -171,7 +171,7 @@
</child>
<child>
<object class="GtkLinkButton" id="buildIdLink">
- <property name="label" translatable="yes">See Log: $GITHASH</property>
+ <property name="label" translatable="yes" context="aboutdialog|buildIdLink">See Log: $GITHASH</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -188,7 +188,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more.</property>
+ <property name="label" translatable="yes" context="aboutdialog|description">%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more.</property>
<property name="justify">center</property>
<property name="wrap">True</property>
<property name="max_width_chars">62</property>
@@ -211,7 +211,7 @@
<property name="margin_left">12</property>
<property name="margin_right">12</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Copyright © 2000–2017 LibreOffice contributors.</property>
+ <property name="label" translatable="yes" context="aboutdialog|copyright">Copyright © 2000–2017 LibreOffice contributors.</property>
<property name="justify">center</property>
<property name="wrap">True</property>
</object>
@@ -225,7 +225,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">LibreOffice was based on OpenOffice.org.</property>
+ <property name="label" translatable="yes" context="aboutdialog|libreoffice">LibreOffice was based on OpenOffice.org.</property>
<property name="justify">center</property>
<property name="wrap">True</property>
</object>
@@ -239,7 +239,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org.</property>
+ <property name="label" translatable="yes" context="aboutdialog|derived">%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org.</property>
<property name="justify">center</property>
<property name="wrap">True</property>
</object>
@@ -253,7 +253,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">This release was supplied by %OOOVENDOR.</property>
+ <property name="label" translatable="yes" context="aboutdialog|vendor">This release was supplied by %OOOVENDOR.</property>
<property name="justify">center</property>
<property name="wrap">True</property>
</object>
@@ -273,7 +273,7 @@
<object class="GtkLabel" id="link">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">https://www.libreoffice.org/about-us/credits/</property>
+ <property name="label" translatable="yes" context="aboutdialog|link">https://www.libreoffice.org/about-us/credits/</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/cui/uiconfig/ui/accelconfigpage.ui b/cui/uiconfig/ui/accelconfigpage.ui
index 68e17b4b01c6..1296e9b01e11 100644
--- a/cui/uiconfig/ui/accelconfigpage.ui
+++ b/cui/uiconfig/ui/accelconfigpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.10"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="AccelConfigPage">
@@ -50,7 +50,7 @@
<object class="GtkLabel" id="label21">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Shortcut Keys</property>
+ <property name="label" translatable="yes" context="accelconfigpage|label21">Shortcut Keys</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -77,7 +77,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="office">
- <property name="label" translatable="yes">%PRODUCTNAME</property>
+ <property name="label" translatable="yes" context="accelconfigpage|office">%PRODUCTNAME</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -94,7 +94,7 @@
</child>
<child>
<object class="GtkRadioButton" id="module">
- <property name="label" translatable="yes">$(MODULE)</property>
+ <property name="label" translatable="yes" context="accelconfigpage|module">$(MODULE)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -126,7 +126,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="change">
- <property name="label" translatable="yes">_Modify</property>
+ <property name="label" translatable="yes" context="accelconfigpage|change">_Modify</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -154,7 +154,7 @@
</child>
<child>
<object class="GtkButton" id="load">
- <property name="label" translatable="yes">_Load...</property>
+ <property name="label" translatable="yes" context="accelconfigpage|load">_Load...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -169,7 +169,7 @@
</child>
<child>
<object class="GtkButton" id="save">
- <property name="label" translatable="yes">_Save...</property>
+ <property name="label" translatable="yes" context="accelconfigpage|save">_Save...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -242,7 +242,7 @@
<object class="GtkEntry" id="searchEntry">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="placeholder_text" translatable="yes">Type to search</property>
+ <property name="placeholder_text" translatable="yes" context="accelconfigpage|searchEntry">Type to search</property>
</object>
<packing>
<property name="expand">False</property>
@@ -262,7 +262,7 @@
<object class="GtkLabel" id="label23">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Category</property>
+ <property name="label" translatable="yes" context="accelconfigpage|label23">_Category</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">category:border</property>
<property name="xalign">0</property>
@@ -276,7 +276,7 @@
<object class="GtkLabel" id="label24">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Function</property>
+ <property name="label" translatable="yes" context="accelconfigpage|label24">_Function</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">function:border</property>
<property name="xalign">0</property>
@@ -290,7 +290,7 @@
<object class="GtkLabel" id="label25">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Keys</property>
+ <property name="label" translatable="yes" context="accelconfigpage|label25">_Keys</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">keys:border</property>
<property name="xalign">0</property>
@@ -360,7 +360,7 @@
<object class="GtkLabel" id="label22">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Functions</property>
+ <property name="label" translatable="yes" context="accelconfigpage|label22">Functions</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/acorexceptpage.ui b/cui/uiconfig/ui/acorexceptpage.ui
index f7893aab4aef..0dab0855818e 100644
--- a/cui/uiconfig/ui/acorexceptpage.ui
+++ b/cui/uiconfig/ui/acorexceptpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="AcorExceptPage">
@@ -47,7 +47,7 @@
</child>
<child>
<object class="GtkCheckButton" id="autoabbrev">
- <property name="label" translatable="yes">_AutoInclude</property>
+ <property name="label" translatable="yes" context="acorexceptpage|autoabbrev">_AutoInclude</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -80,7 +80,7 @@
<property name="use_stock">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="newabbrev-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes">New abbreviations</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="acorexceptpage|newabbrev-atkobject">New abbreviations</property>
</object>
</child>
</object>
@@ -92,7 +92,7 @@
</child>
<child>
<object class="GtkButton" id="replace">
- <property name="label" translatable="yes">_Replace</property>
+ <property name="label" translatable="yes" context="acorexceptpage|replace">_Replace</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -116,7 +116,7 @@
<property name="use_stock">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="delabbrev-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes">Delete abbreviations</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="acorexceptpage|delabbrev-atkobject">Delete abbreviations</property>
</object>
</child>
</object>
@@ -164,7 +164,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Abbreviations (no Subsequent Capital)</property>
+ <property name="label" translatable="yes" context="acorexceptpage|label1">Abbreviations (no Subsequent Capital)</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -217,7 +217,7 @@
</child>
<child>
<object class="GtkCheckButton" id="autodouble">
- <property name="label" translatable="yes">A_utoInclude</property>
+ <property name="label" translatable="yes" context="acorexceptpage|autodouble">A_utoInclude</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -250,7 +250,7 @@
<property name="use_stock">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="newdouble-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes">New words with two initial capitals</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="acorexceptpage|newdouble-atkobject">New words with two initial capitals</property>
</object>
</child>
</object>
@@ -262,7 +262,7 @@
</child>
<child>
<object class="GtkButton" id="replace1">
- <property name="label" translatable="yes">_Replace</property>
+ <property name="label" translatable="yes" context="acorexceptpage|replace1">_Replace</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -286,7 +286,7 @@
<property name="use_stock">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="deldouble-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes">Delete words with two initial capitals</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="acorexceptpage|deldouble-atkobject">Delete words with two initial capitals</property>
</object>
</child>
</object>
@@ -334,7 +334,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Words With TWo INitial CApitals</property>
+ <property name="label" translatable="yes" context="acorexceptpage|label2">Words With TWo INitial CApitals</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/acoroptionspage.ui b/cui/uiconfig/ui/acoroptionspage.ui
index b7f090607ae6..5d6ad7accf56 100644
--- a/cui/uiconfig/ui/acoroptionspage.ui
+++ b/cui/uiconfig/ui/acoroptionspage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="AutocorrectOptionsPage">
diff --git a/cui/uiconfig/ui/acorreplacepage.ui b/cui/uiconfig/ui/acorreplacepage.ui
index 2f7c6f836568..4bf945202c3f 100644
--- a/cui/uiconfig/ui/acorreplacepage.ui
+++ b/cui/uiconfig/ui/acorreplacepage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 on Wed Jan 29 10:50:29 2014 -->
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkGrid" id="AcorReplacePage">
@@ -35,7 +35,7 @@
</child>
<child>
<object class="GtkButton" id="replace">
- <property name="label" translatable="yes">_Replace</property>
+ <property name="label" translatable="yes" context="acorreplacepage|replace">_Replace</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -118,7 +118,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Repla_ce</property>
+ <property name="label" translatable="yes" context="acorreplacepage|label1">Repla_ce</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">origtext</property>
</object>
@@ -138,7 +138,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_With:</property>
+ <property name="label" translatable="yes" context="acorreplacepage|label2">_With:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">newtext</property>
</object>
@@ -151,7 +151,7 @@
</child>
<child>
<object class="GtkCheckButton" id="textonly">
- <property name="label" translatable="yes">_Text only</property>
+ <property name="label" translatable="yes" context="acorreplacepage|textonly">_Text only</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/cui/uiconfig/ui/agingdialog.ui b/cui/uiconfig/ui/agingdialog.ui
index a37c8460ed97..42433c4cdab5 100644
--- a/cui/uiconfig/ui/agingdialog.ui
+++ b/cui/uiconfig/ui/agingdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<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="AgingDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Aging</property>
+ <property name="title" translatable="yes" context="agingdialog|AgingDialog">Aging</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -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">Aging degree:</property>
+ <property name="label" translatable="yes" context="agingdialog|label2">Aging degree:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">value:%</property>
</object>
@@ -157,7 +157,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Parameters</property>
+ <property name="label" translatable="yes" context="agingdialog|label1">Parameters</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/applyautofmtpage.ui b/cui/uiconfig/ui/applyautofmtpage.ui
index 0ed07bf64f28..c466faf60ae8 100644
--- a/cui/uiconfig/ui/applyautofmtpage.ui
+++ b/cui/uiconfig/ui/applyautofmtpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="ApplyAutoFmtPage">
@@ -24,7 +24,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="edit">
- <property name="label" translatable="yes">_Edit...</property>
+ <property name="label" translatable="yes" context="applyautofmtpage|edit">_Edit...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -43,7 +43,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">[M]: Replace while modifying existing text</property>
+ <property name="label" translatable="yes" context="applyautofmtpage|label1">[M]: Replace while modifying existing text</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -57,7 +57,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">[T]: AutoCorrect while typing</property>
+ <property name="label" translatable="yes" context="applyautofmtpage|label2">[T]: AutoCorrect while typing</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -85,7 +85,7 @@
<object class="GtkLabel" id="m">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">[M]</property>
+ <property name="label" translatable="yes" context="applyautofmtpage|m">[M]</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -98,7 +98,7 @@
<object class="GtkLabel" id="t">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">[T]</property>
+ <property name="label" translatable="yes" context="applyautofmtpage|t">[T]</property>
</object>
<packing>
<property name="left_attach">1</property>
diff --git a/cui/uiconfig/ui/applylocalizedpage.ui b/cui/uiconfig/ui/applylocalizedpage.ui
index d917442473ba..a298a5b08c9b 100644
--- a/cui/uiconfig/ui/applylocalizedpage.ui
+++ b/cui/uiconfig/ui/applylocalizedpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="ApplyLocalizedPage">
@@ -27,7 +27,7 @@
<object class="GtkLabel" id="m">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">[M]</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|m">[M]</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -40,7 +40,7 @@
<object class="GtkLabel" id="t">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">[T]</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|t">[T]</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -115,7 +115,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="singlereplace">
- <property name="label" translatable="yes">Repla_ce</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|singlereplace">Repla_ce</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -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">_Start quote:</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|startquoteft">_Start quote:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">startsingle</property>
</object>
@@ -159,7 +159,7 @@
<property name="receives_default">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="startsingle-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Start quote of single quotes</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="applylocalizedpage|startsingle-atkobject">Start quote of single quotes</property>
</object>
</child>
</object>
@@ -175,7 +175,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Default</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|singlestartex">Default</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -194,7 +194,7 @@
</child>
<child>
<object class="GtkButton" id="defaultsingle">
- <property name="label" translatable="yes">_Default</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|defaultsingle">_Default</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -202,7 +202,7 @@
<property name="use_underline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="defaultsingle-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Single quotes default</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="applylocalizedpage|defaultsingle-atkobject">Single quotes default</property>
</object>
</child>
</object>
@@ -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">_End quote:</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|endquoteft">_End quote:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">endsingle</property>
</object>
@@ -242,7 +242,7 @@
<property name="receives_default">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="endsingle-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">End quote of single quotes</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="applylocalizedpage|endsingle-atkobject">End quote of single quotes</property>
</object>
</child>
</object>
@@ -258,7 +258,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Default</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|singleendex">Default</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -283,7 +283,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Single Quotes</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|label1">Single Quotes</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -315,7 +315,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="doublereplace">
- <property name="label" translatable="yes">Repla_ce</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|doublereplace">Repla_ce</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -335,7 +335,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Start quote:</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|label6">_Start quote:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">startdouble</property>
</object>
@@ -359,7 +359,7 @@
<property name="receives_default">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="startdouble-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Start quote of double quotes</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="applylocalizedpage|startdouble-atkobject">Start quote of double quotes</property>
</object>
</child>
</object>
@@ -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">Default</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|doublestartex">Default</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -394,7 +394,7 @@
</child>
<child>
<object class="GtkButton" id="defaultdouble">
- <property name="label" translatable="yes">_Default</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|defaultdouble">_Default</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -402,7 +402,7 @@
<property name="use_underline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="defaultdouble-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Double quotes default</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="applylocalizedpage|defaultdouble-atkobject">Double quotes default</property>
</object>
</child>
</object>
@@ -418,7 +418,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_End quote:</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|label8">_End quote:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">enddouble</property>
</object>
@@ -442,7 +442,7 @@
<property name="receives_default">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="enddouble-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">End quote of double quotes</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="applylocalizedpage|enddouble-atkobject">End quote of double quotes</property>
</object>
</child>
</object>
@@ -458,7 +458,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Default</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|doubleendex">Default</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -483,7 +483,7 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Double Quotes</property>
+ <property name="label" translatable="yes" context="applylocalizedpage|label10">Double Quotes</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/areadialog.ui b/cui/uiconfig/ui/areadialog.ui
index e9c557e8bbd4..5a0c983f7c76 100644
--- a/cui/uiconfig/ui/areadialog.ui
+++ b/cui/uiconfig/ui/areadialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="AreaDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Area</property>
+ <property name="title" translatable="yes" context="areadialog|AreaDialog">Area</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_AREA">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Area</property>
+ <property name="label" translatable="yes" context="areadialog|RID_SVXPAGE_AREA">Area</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_SHADOW">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Shadow</property>
+ <property name="label" translatable="yes" context="areadialog|RID_SVXPAGE_SHADOW">Shadow</property>
</object>
<packing>
<property name="position">1</property>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_TRANSPARENCE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Transparency</property>
+ <property name="label" translatable="yes" context="areadialog|RID_SVXPAGE_TRANSPARENCE">Transparency</property>
</object>
<packing>
<property name="position">2</property>
diff --git a/cui/uiconfig/ui/areatabpage.ui b/cui/uiconfig/ui/areatabpage.ui
index 405060116ff4..11e939855fa7 100644
--- a/cui/uiconfig/ui/areatabpage.ui
+++ b/cui/uiconfig/ui/areatabpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="AreaTabPage">
@@ -26,7 +26,7 @@
<property name="layout_style">center</property>
<child>
<object class="GtkButton" id="btnnone">
- <property name="label" translatable="yes">None</property>
+ <property name="label" translatable="yes" context="areatabpage|btnnone">None</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -39,7 +39,7 @@
</child>
<child>
<object class="GtkButton" id="btncolor">
- <property name="label" translatable="yes">Color</property>
+ <property name="label" translatable="yes" context="areatabpage|btncolor">Color</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -52,7 +52,7 @@
</child>
<child>
<object class="GtkButton" id="btngradient">
- <property name="label" translatable="yes">Gradient</property>
+ <property name="label" translatable="yes" context="areatabpage|btngradient">Gradient</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -65,7 +65,7 @@
</child>
<child>
<object class="GtkButton" id="btnhatch">
- <property name="label" translatable="yes">Hatch</property>
+ <property name="label" translatable="yes" context="areatabpage|btnhatch">Hatch</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="btnbitmap">
- <property name="label" translatable="yes">Bitmap</property>
+ <property name="label" translatable="yes" context="areatabpage|btnbitmap">Bitmap</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -91,7 +91,7 @@
</child>
<child>
<object class="GtkButton" id="btnpattern">
- <property name="label" translatable="yes">Pattern</property>
+ <property name="label" translatable="yes" context="areatabpage|btnpattern">Pattern</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/cui/uiconfig/ui/asiantypography.ui b/cui/uiconfig/ui/asiantypography.ui
index b25746ffe42b..6f719ea6e3f6 100644
--- a/cui/uiconfig/ui/asiantypography.ui
+++ b/cui/uiconfig/ui/asiantypography.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkFrame" id="AsianTypography">
<property name="visible">True</property>
@@ -22,7 +22,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="checkForbidList">
- <property name="label" translatable="yes">Apply list of forbidden characters to the beginning and end of lines</property>
+ <property name="label" translatable="yes" context="asiantypography|checkForbidList">Apply list of forbidden characters to the beginning and end of lines</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -38,7 +38,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkHangPunct">
- <property name="label" translatable="yes">Allow hanging punctuation</property>
+ <property name="label" translatable="yes" context="asiantypography|checkHangPunct">Allow hanging punctuation</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -54,7 +54,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkApplySpacing">
- <property name="label" translatable="yes">Apply spacing between Asian, Latin and complex text</property>
+ <property name="label" translatable="yes" context="asiantypography|checkApplySpacing">Apply spacing between Asian, Latin and complex text</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -76,7 +76,7 @@
<object class="GtkLabel" id="labelLineChange">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Line Change</property>
+ <property name="label" translatable="yes" context="asiantypography|labelLineChange">Line Change</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/assigncomponentdialog.ui b/cui/uiconfig/ui/assigncomponentdialog.ui
index 024f66e336d8..134e32f8f740 100644
--- a/cui/uiconfig/ui/assigncomponentdialog.ui
+++ b/cui/uiconfig/ui/assigncomponentdialog.ui
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="AssignComponent">
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Assign Component</property>
+ <property name="title" translatable="yes" context="assigncomponentdialog|AssignComponent">Assign Component</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="halign">start</property>
- <property name="label" translatable="yes">Component method name:</property>
+ <property name="label" translatable="yes" context="assigncomponentdialog|label1">Component method name:</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/cui/uiconfig/ui/autocorrectdialog.ui b/cui/uiconfig/ui/autocorrectdialog.ui
index 343b1d50c9ec..d8fbf1f30183 100644
--- a/cui/uiconfig/ui/autocorrectdialog.ui
+++ b/cui/uiconfig/ui/autocorrectdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="AutoCorrectDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">AutoCorrect</property>
+ <property name="title" translatable="yes" context="autocorrectdialog|AutoCorrectDialog">AutoCorrect</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -101,7 +101,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Replacements and exceptions for language:</property>
+ <property name="label" translatable="yes" context="autocorrectdialog|label1">Replacements and exceptions for language:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -140,7 +140,7 @@
<object class="GtkLabel" 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="autocorrectdialog|replace">Replace</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -153,7 +153,7 @@
<object class="GtkLabel" id="exceptions">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Exceptions</property>
+ <property name="label" translatable="yes" context="autocorrectdialog|exceptions">Exceptions</property>
</object>
<packing>
<property name="position">1</property>
@@ -167,7 +167,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="autocorrectdialog|options">Options</property>
</object>
<packing>
<property name="position">2</property>
@@ -181,7 +181,7 @@
<object class="GtkLabel" id="apply">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="autocorrectdialog|apply">Options</property>
</object>
<packing>
<property name="position">3</property>
@@ -195,7 +195,7 @@
<object class="GtkLabel" id="localized">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Localized Options</property>
+ <property name="label" translatable="yes" context="autocorrectdialog|localized">Localized Options</property>
</object>
<packing>
<property name="position">4</property>
@@ -209,7 +209,7 @@
<object class="GtkLabel" id="wordcompletion">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Word Completion</property>
+ <property name="label" translatable="yes" context="autocorrectdialog|wordcompletion">Word Completion</property>
</object>
<packing>
<property name="position">5</property>
@@ -223,7 +223,7 @@
<object class="GtkLabel" id="smarttags">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Smart Tags</property>
+ <property name="label" translatable="yes" context="autocorrectdialog|smarttags">Smart Tags</property>
</object>
<packing>
<property name="position">6</property>
diff --git a/cui/uiconfig/ui/backgroundpage.ui b/cui/uiconfig/ui/backgroundpage.ui
index 5125e4c066c6..c29f179da611 100644
--- a/cui/uiconfig/ui/backgroundpage.ui
+++ b/cui/uiconfig/ui/backgroundpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -17,11 +17,11 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Color</col>
+ <col id="0" translatable="yes" context="backgroundpage|liststore1">Color</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Image</col>
+ <col id="0" translatable="yes" context="backgroundpage|liststore1">Image</col>
<col id="1">4</col>
</row>
</data>
@@ -42,7 +42,7 @@
<object class="GtkLabel" id="asft">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">A_s:</property>
+ <property name="label" translatable="yes" context="backgroundpage|asft">A_s:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -68,7 +68,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_or:</property>
+ <property name="label" translatable="yes" context="backgroundpage|forft">F_or:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -86,9 +86,9 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<items>
- <item translatable="yes">Cell</item>
- <item translatable="yes">Row</item>
- <item translatable="yes">Table</item>
+ <item translatable="yes" context="backgroundpage|tablelb">Cell</item>
+ <item translatable="yes" context="backgroundpage|tablelb">Row</item>
+ <item translatable="yes" context="backgroundpage|tablelb">Table</item>
</items>
</object>
<packing>
@@ -209,7 +209,7 @@
<object class="GtkLabel" id="background_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Background Color</property>
+ <property name="label" translatable="yes" context="backgroundpage|background_label">Background Color</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -272,7 +272,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Unlinked image</property>
+ <property name="label" translatable="yes" context="backgroundpage|unlinkedft">Unlinked image</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -284,7 +284,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Find images</property>
+ <property name="label" translatable="yes" context="backgroundpage|findgraphicsft">Find images</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -299,7 +299,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="backgroundpage|browse">_Browse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -312,7 +312,7 @@
</child>
<child>
<object class="GtkCheckButton" id="link">
- <property name="label" translatable="yes">_Link</property>
+ <property name="label" translatable="yes" context="backgroundpage|link">_Link</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -340,7 +340,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">File</property>
+ <property name="label" translatable="yes" context="backgroundpage|label2">File</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -398,7 +398,7 @@
<property name="valign">start</property>
<child>
<object class="GtkRadioButton" id="positionrb">
- <property name="label" translatable="yes">_Position</property>
+ <property name="label" translatable="yes" context="backgroundpage|positionrb">_Position</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -418,7 +418,7 @@
</child>
<child>
<object class="GtkRadioButton" id="arearb">
- <property name="label" translatable="yes">Ar_ea</property>
+ <property name="label" translatable="yes" context="backgroundpage|arearb">Ar_ea</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -434,7 +434,7 @@
</child>
<child>
<object class="GtkRadioButton" id="tilerb">
- <property name="label" translatable="yes">_Tile</property>
+ <property name="label" translatable="yes" context="backgroundpage|tilerb">_Tile</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -462,7 +462,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Type</property>
+ <property name="label" translatable="yes" context="backgroundpage|label8">Type</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -503,7 +503,7 @@
</child>
<child>
<object class="GtkCheckButton" id="showpreview">
- <property name="label" translatable="yes">Pre_view</property>
+ <property name="label" translatable="yes" context="backgroundpage|showpreview">Pre_view</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
diff --git a/cui/uiconfig/ui/baselinksdialog.ui b/cui/uiconfig/ui/baselinksdialog.ui
index 1d77a0a68c54..bd14fce35e68 100644
--- a/cui/uiconfig/ui/baselinksdialog.ui
+++ b/cui/uiconfig/ui/baselinksdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkDialog" id="BaseLinksDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Edit Links</property>
+ <property name="title" translatable="yes" context="baselinksdialog|BaseLinksDialog">Edit Links</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -51,7 +51,7 @@
</child>
<child>
<object class="GtkButton" id="UPDATE_NOW">
- <property name="label" translatable="yes">_Update</property>
+ <property name="label" translatable="yes" context="baselinksdialog|UPDATE_NOW">_Update</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -66,7 +66,7 @@
</child>
<child>
<object class="GtkButton" id="OPEN">
- <property name="label" translatable="yes">_Open</property>
+ <property name="label" translatable="yes" context="baselinksdialog|OPEN">_Open</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -81,7 +81,7 @@
</child>
<child>
<object class="GtkButton" id="CHANGE_SOURCE">
- <property name="label" translatable="yes">_Modify...</property>
+ <property name="label" translatable="yes" context="baselinksdialog|CHANGE_SOURCE">_Modify...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -96,7 +96,7 @@
</child>
<child>
<object class="GtkButton" id="BREAK_LINK">
- <property name="label" translatable="yes">_Break Link</property>
+ <property name="label" translatable="yes" context="baselinksdialog|BREAK_LINK">_Break Link</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -144,7 +144,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Source file</property>
+ <property name="label" translatable="yes" context="baselinksdialog|FILES">Source file</property>
</object>
<packing>
<property name="left_attach">0</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">Element:</property>
+ <property name="label" translatable="yes" context="baselinksdialog|LINKS">Element:</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -172,7 +172,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="baselinksdialog|TYPE">Type</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -187,7 +187,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Status</property>
+ <property name="label" translatable="yes" context="baselinksdialog|STATUS">Status</property>
</object>
<packing>
<property name="left_attach">3</property>
@@ -214,7 +214,7 @@
</child>
<child internal-child="accessible">
<object class="AtkObject" id="TB_LINKS:border-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Edit Links</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="baselinksdialog|TB_LINKS-atkobject">Edit Links</property>
</object>
</child>
</object>
@@ -243,7 +243,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Source file</property>
+ <property name="label" translatable="yes" context="baselinksdialog|FILES2">Source file</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">TB_LINKS:border</property>
</object>
@@ -259,7 +259,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Element:</property>
+ <property name="label" translatable="yes" context="baselinksdialog|SOURCE2">Element:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -273,7 +273,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="baselinksdialog|TYPE2">Type:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -287,7 +287,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Update:</property>
+ <property name="label" translatable="yes" context="baselinksdialog|UPDATE">Update:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -342,7 +342,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="baselinksdialog|AUTOMATIC">_Automatic</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -362,7 +362,7 @@
</child>
<child>
<object class="GtkRadioButton" id="MANUAL">
- <property name="label" translatable="yes">Ma_nual</property>
+ <property name="label" translatable="yes" context="baselinksdialog|MANUAL">Ma_nual</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
diff --git a/cui/uiconfig/ui/bitmaptabpage.ui b/cui/uiconfig/ui/bitmaptabpage.ui
index 7b7148fd5604..a18167ed4f0d 100644
--- a/cui/uiconfig/ui/bitmaptabpage.ui
+++ b/cui/uiconfig/ui/bitmaptabpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="BitmapTabPage">
@@ -43,7 +43,7 @@
</child>
<child>
<object class="GtkButton" id="BTN_IMPORT">
- <property name="label" translatable="yes">Add / Import</property>
+ <property name="label" translatable="yes" context="bitmaptabpage|BTN_IMPORT">Add / Import</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">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">Bitmap</property>
+ <property name="label" translatable="yes" context="bitmaptabpage|label1">Bitmap</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -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">Style:</property>
+ <property name="label" translatable="yes" context="bitmaptabpage|label3">Style:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -121,12 +121,12 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Original</item>
- <item translatable="yes">Filled</item>
- <item translatable="yes">Stretched</item>
- <item translatable="yes">Zoomed</item>
- <item translatable="yes">Custom</item>
- <item translatable="yes">Tiled</item>
+ <item translatable="yes" context="bitmaptabpage|bitmapstyle">Original</item>
+ <item translatable="yes" context="bitmaptabpage|bitmapstyle">Filled</item>
+ <item translatable="yes" context="bitmaptabpage|bitmapstyle">Stretched</item>
+ <item translatable="yes" context="bitmaptabpage|bitmapstyle">Zoomed</item>
+ <item translatable="yes" context="bitmaptabpage|bitmapstyle">Custom</item>
+ <item translatable="yes" context="bitmaptabpage|bitmapstyle">Tiled</item>
</items>
</object>
<packing>
@@ -153,7 +153,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="bitmaptabpage|label4">Size:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -170,7 +170,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">W:</property>
+ <property name="label" translatable="yes" context="bitmaptabpage|label5">W:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -194,7 +194,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">H:</property>
+ <property name="label" translatable="yes" context="bitmaptabpage|label6">H:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -223,7 +223,7 @@
</child>
<child>
<object class="GtkCheckButton" id="scaletsb">
- <property name="label" translatable="yes">Scale</property>
+ <property name="label" translatable="yes" context="bitmaptabpage|scaletsb">Scale</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -254,7 +254,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="bitmaptabpage|label7">Position:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -267,15 +267,15 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Top Left</item>
- <item translatable="yes">Top Center</item>
- <item translatable="yes">Top Right</item>
- <item translatable="yes">Center Left</item>
- <item translatable="yes">Center</item>
- <item translatable="yes">Center Right</item>
- <item translatable="yes">Bottom Left</item>
- <item translatable="yes">Bottom Center</item>
- <item translatable="yes">Bottom Right</item>
+ <item translatable="yes" context="bitmaptabpage|positionlb">Top Left</item>
+ <item translatable="yes" context="bitmaptabpage|positionlb">Top Center</item>
+ <item translatable="yes" context="bitmaptabpage|positionlb">Top Right</item>
+ <item translatable="yes" context="bitmaptabpage|positionlb">Center Left</item>
+ <item translatable="yes" context="bitmaptabpage|positionlb">Center</item>
+ <item translatable="yes" context="bitmaptabpage|positionlb">Center Right</item>
+ <item translatable="yes" context="bitmaptabpage|positionlb">Bottom Left</item>
+ <item translatable="yes" context="bitmaptabpage|positionlb">Bottom Center</item>
+ <item translatable="yes" context="bitmaptabpage|positionlb">Bottom Right</item>
</items>
</object>
<packing>
@@ -302,7 +302,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Tiling Position:</property>
+ <property name="label" translatable="yes" context="bitmaptabpage|label9">Tiling Position:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -320,7 +320,7 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">X:</property>
+ <property name="label" translatable="yes" context="bitmaptabpage|label10">X:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -343,7 +343,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Y:</property>
+ <property name="label" translatable="yes" context="bitmaptabpage|label11">Y:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -387,7 +387,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Tiling Offset:</property>
+ <property name="label" translatable="yes" context="bitmaptabpage|label15">Tiling Offset:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -406,8 +406,8 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">Row</item>
- <item translatable="yes">Column</item>
+ <item translatable="yes" context="bitmaptabpage|tileofflb">Row</item>
+ <item translatable="yes" context="bitmaptabpage|tileofflb">Column</item>
</items>
</object>
<packing>
@@ -450,7 +450,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="bitmaptabpage|label2">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -493,7 +493,7 @@
<property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="CTL_BITMAP_PREVIEW-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Example</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="bitmaptabpage|CTL_BITMAP_PREVIEW-atkobject">Example</property>
</object>
</child>
</object>
@@ -511,7 +511,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Preview</property>
+ <property name="label" translatable="yes" context="bitmaptabpage|label8">Preview</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/blackorwhitelistentrydialog.ui b/cui/uiconfig/ui/blackorwhitelistentrydialog.ui
index ecd102812ea2..5649c19a16f4 100644
--- a/cui/uiconfig/ui/blackorwhitelistentrydialog.ui
+++ b/cui/uiconfig/ui/blackorwhitelistentrydialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkListStore" id="os-liststore">
<columns>
@@ -11,7 +11,7 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Any</col>
+ <col id="0" translatable="yes" context="blackorwhitelistentrydialog|os-liststore">Any</col>
<col id="1">0</col>
</row>
<row>
@@ -185,7 +185,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Operating system:</property>
+ <property name="label" translatable="yes" context="blackorwhitelistentrydialog|label4">Operating system:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -198,7 +198,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Version:</property>
+ <property name="label" translatable="yes" context="blackorwhitelistentrydialog|label5">Version:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -211,7 +211,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">OpenCL vendor:</property>
+ <property name="label" translatable="yes" context="blackorwhitelistentrydialog|label6">OpenCL vendor:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -224,7 +224,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Device:</property>
+ <property name="label" translatable="yes" context="blackorwhitelistentrydialog|label7">Device:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -237,7 +237,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Driver version:</property>
+ <property name="label" translatable="yes" context="blackorwhitelistentrydialog|label8">Driver version:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -255,7 +255,7 @@
<object class="GtkLabel" id="bledittitle">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Edit OpenCL Blacklist Entry</property>
+ <property name="label" translatable="yes" context="blackorwhitelistentrydialog|bledittitle">Edit OpenCL Blacklist Entry</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -266,7 +266,7 @@
<object class="GtkLabel" id="bladdtitle">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Create OpenCL Blacklist Entry</property>
+ <property name="label" translatable="yes" context="blackorwhitelistentrydialog|bladdtitle">Create OpenCL Blacklist Entry</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -277,7 +277,7 @@
<object class="GtkLabel" id="wledittitle">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Edit OpenCL Whitelist Entry</property>
+ <property name="label" translatable="yes" context="blackorwhitelistentrydialog|wledittitle">Edit OpenCL Whitelist Entry</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -288,7 +288,7 @@
<object class="GtkLabel" id="wladdtitle">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Create OpenCL Whitelist Entry</property>
+ <property name="label" translatable="yes" context="blackorwhitelistentrydialog|wladdtitle">Create OpenCL Whitelist Entry</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -303,7 +303,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">OpenCL Information</property>
+ <property name="label" translatable="yes" context="blackorwhitelistentrydialog|label1">OpenCL Information</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/borderareatransparencydialog.ui b/cui/uiconfig/ui/borderareatransparencydialog.ui
index a996970ad2b3..a5715ef3fdd7 100644
--- a/cui/uiconfig/ui/borderareatransparencydialog.ui
+++ b/cui/uiconfig/ui/borderareatransparencydialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="BorderAreaTransparencyDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Border / Background</property>
+ <property name="title" translatable="yes" context="borderareatransparencydialog|BorderAreaTransparencyDialog">Border / Background</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,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="borderareatransparencydialog|borders">Borders</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,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="borderareatransparencydialog|area">Area</property>
</object>
<packing>
<property name="position">1</property>
@@ -124,7 +124,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="borderareatransparencydialog|transparence">Transparency</property>
</object>
<packing>
<property name="position">2</property>
diff --git a/cui/uiconfig/ui/borderbackgrounddialog.ui b/cui/uiconfig/ui/borderbackgrounddialog.ui
index 4a2ed33258be..99b2fde564ed 100644
--- a/cui/uiconfig/ui/borderbackgrounddialog.ui
+++ b/cui/uiconfig/ui/borderbackgrounddialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="BorderBackgroundDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Border / Background</property>
+ <property name="title" translatable="yes" context="borderbackgrounddialog|BorderBackgroundDialog">Border / Background</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,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="borderbackgrounddialog|borders">Borders</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,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="borderbackgrounddialog|background">Background</property>
</object>
<packing>
<property name="position">1</property>
diff --git a/cui/uiconfig/ui/borderpage.ui b/cui/uiconfig/ui/borderpage.ui
index a3cb06bb068a..5fbadc551d89 100644
--- a/cui/uiconfig/ui/borderpage.ui
+++ b/cui/uiconfig/ui/borderpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -68,7 +68,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_User-defined:</property>
+ <property name="label" translatable="yes" context="borderpage|userdefft">_User-defined:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">framesel</property>
</object>
@@ -82,7 +82,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Pr_esets:</property>
+ <property name="label" translatable="yes" context="borderpage|label14">Pr_esets:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">presets</property>
</object>
@@ -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">_Adjacent Cells:</property>
+ <property name="label" translatable="yes" context="borderpage|rmadjcellbordersft">_Adjacent Cells:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">rmadjcellborders</property>
</object>
@@ -118,7 +118,7 @@
</child>
<child>
<object class="GtkCheckButton" id="rmadjcellborders">
- <property name="label" translatable="yes">Remove border</property>
+ <property name="label" translatable="yes" context="borderpage|rmadjcellborders">Remove border</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -138,7 +138,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Line Arrangement</property>
+ <property name="label" translatable="yes" context="borderpage|label8">Line Arrangement</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -172,7 +172,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">St_yle:</property>
+ <property name="label" translatable="yes" context="borderpage|label15">St_yle:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">linestylelb</property>
</object>
@@ -186,7 +186,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="borderpage|label16">_Width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">linewidthmf:0.00pt</property>
</object>
@@ -200,7 +200,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Color:</property>
+ <property name="label" translatable="yes" context="borderpage|label17">_Color:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">linecolorlb</property>
</object>
@@ -250,7 +250,7 @@
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Line</property>
+ <property name="label" translatable="yes" context="borderpage|label9">Line</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -337,7 +337,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Left:</property>
+ <property name="label" translatable="yes" context="borderpage|leftft">_Left:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">leftmf:0.00mm</property>
</object>
@@ -351,7 +351,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="borderpage|rightft">Right:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">rightmf:0.00mm</property>
</object>
@@ -365,7 +365,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="borderpage|topft">_Top:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">topmf:0.00mm</property>
</object>
@@ -379,7 +379,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="borderpage|bottomft">_Bottom:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">bottommf:0.00mm</property>
</object>
@@ -390,7 +390,7 @@
</child>
<child>
<object class="GtkCheckButton" id="sync">
- <property name="label" translatable="yes">Synchronize</property>
+ <property name="label" translatable="yes" context="borderpage|sync">Synchronize</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -411,7 +411,7 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Spacing to Contents</property>
+ <property name="label" translatable="yes" context="borderpage|label10">Spacing to Contents</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -454,7 +454,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="borderpage|label22">_Position:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">shadows</property>
</object>
@@ -468,7 +468,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Distan_ce:</property>
+ <property name="label" translatable="yes" context="borderpage|distanceft">Distan_ce:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">distancemf:0.00mm</property>
</object>
@@ -482,7 +482,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">C_olor:</property>
+ <property name="label" translatable="yes" context="borderpage|shadowcolorft">C_olor:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">shadowcolorlb</property>
</object>
@@ -534,7 +534,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Shadow Style</property>
+ <property name="label" translatable="yes" context="borderpage|label11">Shadow Style</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -567,7 +567,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="mergewithnext">
- <property name="label" translatable="yes">_Merge with next paragraph</property>
+ <property name="label" translatable="yes" context="borderpage|mergewithnext">_Merge with next paragraph</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -582,7 +582,7 @@
</child>
<child>
<object class="GtkCheckButton" id="mergeadjacent">
- <property name="label" translatable="yes">_Merge adjacent line styles</property>
+ <property name="label" translatable="yes" context="borderpage|mergeadjacent">_Merge adjacent line styles</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -603,7 +603,7 @@
<object class="GtkLabel" id="label12">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="borderpage|label12">Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/breaknumberoption.ui b/cui/uiconfig/ui/breaknumberoption.ui
index 34a06bfbb17c..2aac625050a3 100644
--- a/cui/uiconfig/ui/breaknumberoption.ui
+++ b/cui/uiconfig/ui/breaknumberoption.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">2</property>
@@ -12,7 +12,7 @@
<object class="GtkDialog" id="BreakNumberOption">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Hyphenation</property>
+ <property name="title" translatable="yes" context="breaknumberoption|BreakNumberOption">Hyphenation</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -94,7 +94,7 @@
<object class="GtkLabel" id="beforelabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Characters Before Break</property>
+ <property name="label" translatable="yes" context="breaknumberoption|beforelabel">Characters Before Break</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -133,7 +133,7 @@
<object class="GtkLabel" id="afterlabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Characters After Break</property>
+ <property name="label" translatable="yes" context="breaknumberoption|afterlabel">Characters After Break</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -172,7 +172,7 @@
<object class="GtkLabel" id="minimallabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Minimal Word Length</property>
+ <property name="label" translatable="yes" context="breaknumberoption|minimallabel">Minimal Word Length</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/calloutdialog.ui b/cui/uiconfig/ui/calloutdialog.ui
index 6208d1c4c296..d01063e819d8 100644
--- a/cui/uiconfig/ui/calloutdialog.ui
+++ b/cui/uiconfig/ui/calloutdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="CalloutDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Position and Size</property>
+ <property name="title" translatable="yes" context="calloutdialog|CalloutDialog">Position and Size</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_POSITION_SIZE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position and Size</property>
+ <property name="label" translatable="yes" context="calloutdialog|RID_SVXPAGE_POSITION_SIZE">Position and Size</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_SWPOSSIZE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position and Size</property>
+ <property name="label" translatable="yes" context="calloutdialog|RID_SVXPAGE_SWPOSSIZE">Position and Size</property>
</object>
<packing>
<property name="position">1</property>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_CAPTION">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Callout</property>
+ <property name="label" translatable="yes" context="calloutdialog|RID_SVXPAGE_CAPTION">Callout</property>
</object>
<packing>
<property name="position">2</property>
diff --git a/cui/uiconfig/ui/calloutpage.ui b/cui/uiconfig/ui/calloutpage.ui
index 7c2bb8caa260..56f3351ad50b 100644
--- a/cui/uiconfig/ui/calloutpage.ui
+++ b/cui/uiconfig/ui/calloutpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -17,23 +17,23 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Optimal</col>
+ <col id="0" translatable="yes" context="calloutpage|liststore1">Optimal</col>
<col id="1">4</col>
</row>
<row>
- <col id="0" translatable="yes">From top</col>
+ <col id="0" translatable="yes" context="calloutpage|liststore1">From top</col>
<col id="1">3</col>
</row>
<row>
- <col id="0" translatable="yes">From left</col>
+ <col id="0" translatable="yes" context="calloutpage|liststore1">From left</col>
<col id="1">3</col>
</row>
<row>
- <col id="0" translatable="yes">Horizontal</col>
+ <col id="0" translatable="yes" context="calloutpage|liststore1">Horizontal</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Vertical</col>
+ <col id="0" translatable="yes" context="calloutpage|liststore1">Vertical</col>
<col id="1">2</col>
</row>
</data>
@@ -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">_Extension:</property>
+ <property name="label" translatable="yes" context="calloutpage|label2">_Extension:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">extension</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">_Length:</property>
+ <property name="label" translatable="yes" context="calloutpage|lengthft">_Length:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">length:0.00mm</property>
</object>
@@ -137,7 +137,7 @@
</child>
<child>
<object class="GtkCheckButton" id="optimal">
- <property name="label" translatable="yes">_Optimal</property>
+ <property name="label" translatable="yes" context="calloutpage|optimal">_Optimal</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="xalign">0</property>
- <property name="label" translatable="yes">_Position:</property>
+ <property name="label" translatable="yes" context="calloutpage|positionft">_Position:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">position</property>
</object>
@@ -175,7 +175,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="calloutpage|byft">_By:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">by:0.00mm</property>
</object>
@@ -189,12 +189,12 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Top</item>
- <item translatable="yes">Middle</item>
- <item translatable="yes">Bottom</item>
- <item translatable="yes">Left</item>
- <item translatable="yes">Center</item>
- <item translatable="yes">Right</item>
+ <item translatable="yes" context="calloutpage|position">Top</item>
+ <item translatable="yes" context="calloutpage|position">Middle</item>
+ <item translatable="yes" context="calloutpage|position">Bottom</item>
+ <item translatable="yes" context="calloutpage|position">Left</item>
+ <item translatable="yes" context="calloutpage|position">Center</item>
+ <item translatable="yes" context="calloutpage|position">Right</item>
</items>
</object>
<packing>
@@ -231,7 +231,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="calloutpage|label1">_Spacing:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spacing:0.00mm</property>
</object>
@@ -309,9 +309,9 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<items>
- <item translatable="yes">Straight Line</item>
- <item translatable="yes">Angled Line</item>
- <item translatable="yes">Angled Connector Line</item>
+ <item translatable="yes" context="calloutpage|linetypes">Straight Line</item>
+ <item translatable="yes" context="calloutpage|linetypes">Angled Line</item>
+ <item translatable="yes" context="calloutpage|linetypes">Angled Connector Line</item>
</items>
</object>
<packing>
diff --git a/cui/uiconfig/ui/cellalignment.ui b/cui/uiconfig/ui/cellalignment.ui
index d5e8b7388018..581523076bd7 100644
--- a/cui/uiconfig/ui/cellalignment.ui
+++ b/cui/uiconfig/ui/cellalignment.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustmentIndent">
@@ -21,31 +21,31 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Default</col>
+ <col id="0" translatable="yes" context="cellalignment|liststoreHorzAlign">Default</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Left</col>
+ <col id="0" translatable="yes" context="cellalignment|liststoreHorzAlign">Left</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Center</col>
+ <col id="0" translatable="yes" context="cellalignment|liststoreHorzAlign">Center</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Right</col>
+ <col id="0" translatable="yes" context="cellalignment|liststoreHorzAlign">Right</col>
<col id="1">3</col>
</row>
<row>
- <col id="0" translatable="yes">Justified</col>
+ <col id="0" translatable="yes" context="cellalignment|liststoreHorzAlign">Justified</col>
<col id="1">4</col>
</row>
<row>
- <col id="0" translatable="yes">Filled</col>
+ <col id="0" translatable="yes" context="cellalignment|liststoreHorzAlign">Filled</col>
<col id="1">5</col>
</row>
<row>
- <col id="0" translatable="yes">Distributed</col>
+ <col id="0" translatable="yes" context="cellalignment|liststoreHorzAlign">Distributed</col>
<col id="1">6</col>
</row>
</data>
@@ -59,27 +59,27 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Default</col>
+ <col id="0" translatable="yes" context="cellalignment|liststoreVertAlign">Default</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Top</col>
+ <col id="0" translatable="yes" context="cellalignment|liststoreVertAlign">Top</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Middle</col>
+ <col id="0" translatable="yes" context="cellalignment|liststoreVertAlign">Middle</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Bottom</col>
+ <col id="0" translatable="yes" context="cellalignment|liststoreVertAlign">Bottom</col>
<col id="1">3</col>
</row>
<row>
- <col id="0" translatable="yes">Justified</col>
+ <col id="0" translatable="yes" context="cellalignment|liststoreVertAlign">Justified</col>
<col id="1">4</col>
</row>
<row>
- <col id="0" translatable="yes">Distributed</col>
+ <col id="0" translatable="yes" context="cellalignment|liststoreVertAlign">Distributed</col>
<col id="1">5</col>
</row>
</data>
@@ -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">_Degrees:</property>
+ <property name="label" translatable="yes" context="cellalignment|labelDegrees">_Degrees:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -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">_Reference edge:</property>
+ <property name="label" translatable="yes" context="cellalignment|labelRefEdge">_Reference edge:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">references</property>
</object>
@@ -193,7 +193,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="checkVertStack">
- <property name="label" translatable="yes">Vertically s_tacked</property>
+ <property name="label" translatable="yes" context="cellalignment|checkVertStack">Vertically s_tacked</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -209,7 +209,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkAsianMode">
- <property name="label" translatable="yes">Asian layout _mode</property>
+ <property name="label" translatable="yes" context="cellalignment|checkAsianMode">Asian layout _mode</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -238,7 +238,7 @@
<object class="GtkLabel" id="labelTextOrient">
<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="cellalignment|labelTextOrient">Text Orientation</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -272,7 +272,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="checkWrapTextAuto">
- <property name="label" translatable="yes">_Wrap text automatically</property>
+ <property name="label" translatable="yes" context="cellalignment|checkWrapTextAuto">_Wrap text automatically</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -289,7 +289,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkShrinkFitCellSize">
- <property name="label" translatable="yes">_Shrink to fit cell size</property>
+ <property name="label" translatable="yes" context="cellalignment|checkShrinkFitCellSize">_Shrink to fit cell size</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -305,7 +305,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkHyphActive">
- <property name="label" translatable="yes">Hyphenation _active</property>
+ <property name="label" translatable="yes" context="cellalignment|checkHyphActive">Hyphenation _active</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -331,7 +331,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Te_xt direction:</property>
+ <property name="label" translatable="yes" context="cellalignment|LabelTxtDir">Te_xt direction:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboTextDirBox</property>
</object>
@@ -366,7 +366,7 @@
<object class="GtkLabel" id="labelProperties">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="cellalignment|labelProperties">Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -415,7 +415,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="cellalignment|labelHorzAlign">Hori_zontal</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboboxHorzAlign</property>
</object>
@@ -429,7 +429,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="cellalignment|labelVertAlign">_Vertical</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboboxVertAlign</property>
</object>
@@ -443,7 +443,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">I_ndent</property>
+ <property name="label" translatable="yes" context="cellalignment|labelIndent">I_ndent</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinIndentFrom:0.00pt</property>
</object>
@@ -484,7 +484,7 @@
<object class="GtkLabel" id="LabelTextAlig">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text Alignment</property>
+ <property name="label" translatable="yes" context="cellalignment|LabelTextAlig">Text Alignment</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -504,7 +504,7 @@
<child>
<object class="GtkLabel" id="labelSTR_BOTTOMLOCK">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text Extension From Lower Cell Border</property>
+ <property name="label" translatable="yes" context="cellalignment|labelSTR_BOTTOMLOCK">Text Extension From Lower Cell Border</property>
</object>
<packing>
<property name="expand">False</property>
@@ -515,7 +515,7 @@
<child>
<object class="GtkLabel" id="labelSTR_TOPLOCK">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text Extension From Upper Cell Border</property>
+ <property name="label" translatable="yes" context="cellalignment|labelSTR_TOPLOCK">Text Extension From Upper Cell Border</property>
</object>
<packing>
<property name="expand">False</property>
@@ -526,7 +526,7 @@
<child>
<object class="GtkLabel" id="labelSTR_CELLLOCK">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text Extension Inside Cell</property>
+ <property name="label" translatable="yes" context="cellalignment|labelSTR_CELLLOCK">Text Extension Inside Cell</property>
</object>
<packing>
<property name="expand">False</property>
@@ -537,7 +537,7 @@
<child>
<object class="GtkLabel" id="labelABCD">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">ABCD</property>
+ <property name="label" translatable="yes" context="cellalignment|labelABCD">ABCD</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/cui/uiconfig/ui/certdialog.ui b/cui/uiconfig/ui/certdialog.ui
index b8c2ec6a0f70..7cbc1c428ce9 100644
--- a/cui/uiconfig/ui/certdialog.ui
+++ b/cui/uiconfig/ui/certdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkDialog" id="CertDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Certificate Path</property>
+ <property name="title" translatable="yes" context="certdialog|CertDialog">Certificate Path</property>
<property name="type_hint">normal</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -63,7 +63,7 @@
</child>
<child>
<object class="GtkButton" id="add">
- <property name="label" translatable="yes">_Add...</property>
+ <property name="label" translatable="yes" context="certdialog|add">_Add...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -115,7 +115,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">Select or add the correct Network Security Services Certificate directory to use for digital signatures:</property>
+ <property name="label" translatable="yes" context="certdialog|label2">Select or add the correct Network Security Services Certificate directory to use for digital signatures:</property>
<property name="use_underline">True</property>
<property name="wrap">True</property>
<property name="mnemonic_widget">paths</property>
@@ -137,7 +137,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">manual</property>
+ <property name="label" translatable="yes" context="certdialog|manual">manual</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="hexpand">True</property>
- <property name="label" translatable="yes">Profile</property>
+ <property name="label" translatable="yes" context="certdialog|profile">Profile</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -165,7 +165,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Directory</property>
+ <property name="label" translatable="yes" context="certdialog|dir">Directory</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -178,7 +178,7 @@
<object class="GtkLabel" id="certdir">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Select a Certificate directory</property>
+ <property name="label" translatable="yes" context="certdialog|certdir">Select a Certificate directory</property>
</object>
<packing>
<property name="left_attach">0</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">Certificate Path</property>
+ <property name="label" translatable="yes" context="certdialog|label1">Certificate Path</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/charnamepage.ui b/cui/uiconfig/ui/charnamepage.ui
index 88e63b8180c7..83041dcf7fca 100644
--- a/cui/uiconfig/ui/charnamepage.ui
+++ b/cui/uiconfig/ui/charnamepage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkBox" id="CharNamePage">
@@ -43,7 +43,7 @@
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Language:</property>
+ <property name="label" translatable="yes" context="charnamepage|westlangft-nocjk">Language:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">westlanglb-nocjk</property>
</object>
@@ -103,7 +103,7 @@
<object class="GtkLabel" id="westfontnameft-nocjk">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Family:</property>
+ <property name="label" translatable="yes" context="charnamepage|westfontnameft-nocjk">Family:</property>
</object>
</child>
</object>
@@ -142,7 +142,7 @@
<object class="GtkLabel" id="weststyleft-nocjk">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Style:</property>
+ <property name="label" translatable="yes" context="charnamepage|weststyleft-nocjk">Style:</property>
</object>
</child>
</object>
@@ -182,7 +182,7 @@
<object class="GtkLabel" id="westsizeft-nocjk">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Size:</property>
+ <property name="label" translatable="yes" context="charnamepage|westsizeft-nocjk">Size:</property>
</object>
</child>
</object>
@@ -224,7 +224,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Family:</property>
+ <property name="label" translatable="yes" context="charnamepage|westfontnameft-cjk">Family:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">westfontnamelb-cjk</property>
</object>
@@ -239,7 +239,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="charnamepage|weststyleft-cjk">Style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">weststylelb-cjk</property>
</object>
@@ -254,7 +254,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Size:</property>
+ <property name="label" translatable="yes" context="charnamepage|westsizeft-cjk">Size:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">westsizelb-cjk</property>
</object>
@@ -269,7 +269,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Language:</property>
+ <property name="label" translatable="yes" context="charnamepage|westlangft-cjk">Language:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">westlanglb-cjk</property>
</object>
@@ -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">Western Text Font</property>
+ <property name="label" translatable="yes" context="charnamepage|label4">Western Text Font</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -382,7 +382,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Family:</property>
+ <property name="label" translatable="yes" context="charnamepage|eastfontnameft">Family:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">eastfontnamelb</property>
</object>
@@ -397,7 +397,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="charnamepage|eaststyleft">Style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">eaststylelb</property>
</object>
@@ -412,7 +412,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Size:</property>
+ <property name="label" translatable="yes" context="charnamepage|eastsizeft">Size:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">eastsizelb</property>
</object>
@@ -427,7 +427,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Language:</property>
+ <property name="label" translatable="yes" context="charnamepage|eastlangft">Language:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">eastlanglb</property>
</object>
@@ -500,7 +500,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Asian Text Font</property>
+ <property name="label" translatable="yes" context="charnamepage|label5">Asian Text Font</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -539,7 +539,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Family:</property>
+ <property name="label" translatable="yes" context="charnamepage|ctlfontnameft">Family:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">ctlfontnamelb</property>
</object>
@@ -554,7 +554,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="charnamepage|ctlstyleft">Style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">ctlstylelb</property>
</object>
@@ -569,7 +569,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Size:</property>
+ <property name="label" translatable="yes" context="charnamepage|ctlsizeft">Size:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">ctlsizelb</property>
</object>
@@ -584,7 +584,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Language:</property>
+ <property name="label" translatable="yes" context="charnamepage|ctllangft">Language:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">ctllanglb</property>
</object>
@@ -658,7 +658,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">CTL Font</property>
+ <property name="label" translatable="yes" context="charnamepage|label6">CTL Font</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -685,7 +685,7 @@
<property name="can_focus">False</property>
<child internal-child="accessible">
<object class="AtkObject" id="preview:border-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Preview</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="charnamepage|preview-atkobject">Preview</property>
</object>
</child>
</object>
diff --git a/cui/uiconfig/ui/colorconfigwin.ui b/cui/uiconfig/ui/colorconfigwin.ui
index 6c8dd3f6aedb..dbcbb89dbeb0 100644
--- a/cui/uiconfig/ui/colorconfigwin.ui
+++ b/cui/uiconfig/ui/colorconfigwin.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="ColorConfigWindow">
@@ -11,7 +11,7 @@
<property name="row_homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="docboundaries">
- <property name="label" translatable="yes">Text boundaries</property>
+ <property name="label" translatable="yes" context="colorconfigwin|docboundaries">Text boundaries</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -30,7 +30,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Document background</property>
+ <property name="label" translatable="yes" context="colorconfigwin|doccolor">Document background</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -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">General</property>
+ <property name="label" translatable="yes" context="colorconfigwin|general">General</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -125,7 +125,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Application background</property>
+ <property name="label" translatable="yes" context="colorconfigwin|appback">Application background</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -134,7 +134,7 @@
</child>
<child>
<object class="GtkCheckButton" id="objboundaries">
- <property name="label" translatable="yes">Object boundaries</property>
+ <property name="label" translatable="yes" context="colorconfigwin|objboundaries">Object boundaries</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -171,7 +171,7 @@
</child>
<child>
<object class="GtkCheckButton" id="tblboundaries">
- <property name="label" translatable="yes">Table boundaries</property>
+ <property name="label" translatable="yes" context="colorconfigwin|tblboundaries">Table boundaries</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -212,7 +212,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Font color</property>
+ <property name="label" translatable="yes" context="colorconfigwin|font">Font color</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -243,7 +243,7 @@
</child>
<child>
<object class="GtkCheckButton" id="unvisitedlinks">
- <property name="label" translatable="yes">Unvisited links</property>
+ <property name="label" translatable="yes" context="colorconfigwin|unvisitedlinks">Unvisited links</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -280,7 +280,7 @@
</child>
<child>
<object class="GtkCheckButton" id="visitedlinks">
- <property name="label" translatable="yes">Visited links</property>
+ <property name="label" translatable="yes" context="colorconfigwin|visitedlinks">Visited links</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="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">AutoSpellcheck</property>
+ <property name="label" translatable="yes" context="colorconfigwin|autospellcheck">AutoSpellcheck</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -334,7 +334,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Smart Tags</property>
+ <property name="label" translatable="yes" context="colorconfigwin|smarttags">Smart Tags</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -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">Text Document</property>
+ <property name="label" translatable="yes" context="colorconfigwin|writer">Text Document</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -415,7 +415,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Grid</property>
+ <property name="label" translatable="yes" context="colorconfigwin|writergrid">Grid</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -494,7 +494,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Script Indicator</property>
+ <property name="label" translatable="yes" context="colorconfigwin|script">Script Indicator</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -515,7 +515,7 @@
</child>
<child>
<object class="GtkCheckButton" id="field">
- <property name="label" translatable="yes">Field shadings</property>
+ <property name="label" translatable="yes" context="colorconfigwin|field">Field shadings</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -530,7 +530,7 @@
</child>
<child>
<object class="GtkCheckButton" id="index">
- <property name="label" translatable="yes">Index and table shadings</property>
+ <property name="label" translatable="yes" context="colorconfigwin|index">Index and table shadings</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -545,7 +545,7 @@
</child>
<child>
<object class="GtkCheckButton" id="section">
- <property name="label" translatable="yes">Section boundaries</property>
+ <property name="label" translatable="yes" context="colorconfigwin|section">Section boundaries</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -596,7 +596,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Headers and Footer delimiter</property>
+ <property name="label" translatable="yes" context="colorconfigwin|hdft">Headers and Footer delimiter</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -631,7 +631,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Page and column breaks</property>
+ <property name="label" translatable="yes" context="colorconfigwin|pagebreak">Page and column breaks</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -666,7 +666,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Direct Cursor</property>
+ <property name="label" translatable="yes" context="colorconfigwin|direct">Direct Cursor</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -690,7 +690,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">HTML Document</property>
+ <property name="label" translatable="yes" context="colorconfigwin|html">HTML Document</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -717,7 +717,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">SGML syntax highlighting</property>
+ <property name="label" translatable="yes" context="colorconfigwin|sgml">SGML syntax highlighting</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -752,7 +752,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Comment highlighting</property>
+ <property name="label" translatable="yes" context="colorconfigwin|htmlcomment">Comment highlighting</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -787,7 +787,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Keyword highlighting</property>
+ <property name="label" translatable="yes" context="colorconfigwin|htmlkeyword">Keyword highlighting</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -822,7 +822,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Text</property>
+ <property name="label" translatable="yes" context="colorconfigwin|unknown">Text</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -846,7 +846,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Spreadsheet</property>
+ <property name="label" translatable="yes" context="colorconfigwin|calc">Spreadsheet</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -873,7 +873,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Grid lines</property>
+ <property name="label" translatable="yes" context="colorconfigwin|calcgrid">Grid lines</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -908,7 +908,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Page breaks</property>
+ <property name="label" translatable="yes" context="colorconfigwin|brk">Page breaks</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -943,7 +943,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Manual page breaks</property>
+ <property name="label" translatable="yes" context="colorconfigwin|brkmanual">Manual page breaks</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -978,7 +978,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Automatic page breaks</property>
+ <property name="label" translatable="yes" context="colorconfigwin|brkauto">Automatic page breaks</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1013,7 +1013,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Detective</property>
+ <property name="label" translatable="yes" context="colorconfigwin|det">Detective</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1048,7 +1048,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Detective error</property>
+ <property name="label" translatable="yes" context="colorconfigwin|deterror">Detective error</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1083,7 +1083,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">References</property>
+ <property name="label" translatable="yes" context="colorconfigwin|ref">References</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1118,7 +1118,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Notes background</property>
+ <property name="label" translatable="yes" context="colorconfigwin|notes">Notes background</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1142,7 +1142,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Drawing / Presentation</property>
+ <property name="label" translatable="yes" context="colorconfigwin|draw">Drawing / Presentation</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -1169,7 +1169,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Grid</property>
+ <property name="label" translatable="yes" context="colorconfigwin|drawgrid">Grid</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1193,7 +1193,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Basic Syntax Highlighting</property>
+ <property name="label" translatable="yes" context="colorconfigwin|basic">Basic Syntax Highlighting</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -1220,7 +1220,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Identifier</property>
+ <property name="label" translatable="yes" context="colorconfigwin|basicid">Identifier</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1255,7 +1255,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Comment</property>
+ <property name="label" translatable="yes" context="colorconfigwin|basiccomment">Comment</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1290,7 +1290,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Number</property>
+ <property name="label" translatable="yes" context="colorconfigwin|basicnumber">Number</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1325,7 +1325,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">String</property>
+ <property name="label" translatable="yes" context="colorconfigwin|basicstring">String</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1360,7 +1360,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Operator</property>
+ <property name="label" translatable="yes" context="colorconfigwin|basicop">Operator</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1395,7 +1395,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Reserved expression</property>
+ <property name="label" translatable="yes" context="colorconfigwin|basickeyword">Reserved expression</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1430,7 +1430,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Error</property>
+ <property name="label" translatable="yes" context="colorconfigwin|error">Error</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1454,7 +1454,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">SQL Syntax Highlighting</property>
+ <property name="label" translatable="yes" context="colorconfigwin|sql">SQL Syntax Highlighting</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -1481,7 +1481,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Identifier</property>
+ <property name="label" translatable="yes" context="colorconfigwin|sqlid">Identifier</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1516,7 +1516,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Number</property>
+ <property name="label" translatable="yes" context="colorconfigwin|sqlnumber">Number</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1551,7 +1551,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">String</property>
+ <property name="label" translatable="yes" context="colorconfigwin|sqlstring">String</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1586,7 +1586,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Operator</property>
+ <property name="label" translatable="yes" context="colorconfigwin|sqlop">Operator</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1621,7 +1621,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Keyword</property>
+ <property name="label" translatable="yes" context="colorconfigwin|sqlkeyword">Keyword</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1656,7 +1656,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Parameter</property>
+ <property name="label" translatable="yes" context="colorconfigwin|sqlparam">Parameter</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1691,7 +1691,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Comment</property>
+ <property name="label" translatable="yes" context="colorconfigwin|sqlcomment">Comment</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1736,7 +1736,7 @@
</child>
<child>
<object class="GtkCheckButton" id="shadows">
- <property name="label" translatable="yes">Shadows</property>
+ <property name="label" translatable="yes" context="colorconfigwin|shadows">Shadows</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/cui/uiconfig/ui/colorpage.ui b/cui/uiconfig/ui/colorpage.ui
index e0810b887ca3..b8b77731ec11 100644
--- a/cui/uiconfig/ui/colorpage.ui
+++ b/cui/uiconfig/ui/colorpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkAdjustment" id="adjustment1">
@@ -57,7 +57,7 @@
<property name="valign">center</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">Palette:</property>
+ <property name="label" translatable="yes" context="colorpage|label21">Palette:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">paletteselector</property>
</object>
@@ -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">Recent Colors</property>
+ <property name="label" translatable="yes" context="colorpage|label20">Recent Colors</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">recentcolorset</property>
</object>
@@ -153,7 +153,7 @@
</child>
<child>
<object class="GtkRadioButton" id="RGB">
- <property name="label" translatable="yes">RGB</property>
+ <property name="label" translatable="yes" context="colorpage|RGB">RGB</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
@@ -169,7 +169,7 @@
</child>
<child>
<object class="GtkRadioButton" id="CMYK">
- <property name="label" translatable="yes">CMYK</property>
+ <property name="label" translatable="yes" context="colorpage|CMYK">CMYK</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
@@ -185,7 +185,7 @@
</child>
<child>
<object class="GtkButton" id="delete">
- <property name="label" translatable="yes">Delete</property>
+ <property name="label" translatable="yes" context="colorpage|delete">Delete</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -203,7 +203,7 @@
<property name="can_focus">False</property>
<property name="margin_bottom">3</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Custom Palette</property>
+ <property name="label" translatable="yes" context="colorpage|label22">Custom Palette</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -255,7 +255,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Colors</property>
+ <property name="label" translatable="yes" context="colorpage|label1">Colors</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -300,7 +300,7 @@
<property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="oldpreview-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Old Color</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="colorpage|oldpreview-atkobject">Old Color</property>
</object>
</child>
</object>
@@ -330,7 +330,7 @@
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">B</property>
+ <property name="label" translatable="yes" context="colorpage|label7">B</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">B_custom</property>
</object>
@@ -345,7 +345,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">G</property>
+ <property name="label" translatable="yes" context="colorpage|label8">G</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">G_custom</property>
</object>
@@ -360,7 +360,7 @@
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">R</property>
+ <property name="label" translatable="yes" context="colorpage|label9">R</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">R_custom</property>
</object>
@@ -375,7 +375,7 @@
<object class="GtkLabel" id="label18">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Hex</property>
+ <property name="label" translatable="yes" context="colorpage|label18">Hex</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -455,7 +455,7 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_C</property>
+ <property name="label" translatable="yes" context="colorpage|label10">_C</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">C_custom:0%</property>
</object>
@@ -470,7 +470,7 @@
<object class="GtkLabel" id="label16">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_K</property>
+ <property name="label" translatable="yes" context="colorpage|label16">_K</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">K_custom:0%</property>
</object>
@@ -485,7 +485,7 @@
<object class="GtkLabel" id="label17">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Y</property>
+ <property name="label" translatable="yes" context="colorpage|label17">_Y</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -551,7 +551,7 @@
<object class="GtkLabel" id="label15">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_M</property>
+ <property name="label" translatable="yes" context="colorpage|label15">_M</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -576,7 +576,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Active</property>
+ <property name="label" translatable="yes" context="colorpage|label5">Active</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -622,7 +622,7 @@
<property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="newpreview-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">New Color</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="colorpage|newpreview-atkobject">New Color</property>
</object>
</child>
</object>
@@ -653,7 +653,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
- <property name="primary_icon_tooltip_text" translatable="yes">Blue</property>
+ <property name="primary_icon_tooltip_text" translatable="yes" context="colorpage|B_custom">Blue</property>
<property name="adjustment">adjustment2</property>
</object>
<packing>
@@ -668,7 +668,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
- <property name="primary_icon_tooltip_text" translatable="yes">Red</property>
+ <property name="primary_icon_tooltip_text" translatable="yes" context="colorpage|R_custom">Red</property>
<property name="adjustment">adjustment2</property>
</object>
<packing>
@@ -682,7 +682,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_B</property>
+ <property name="label" translatable="yes" context="colorpage|label4">_B</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -696,7 +696,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_G</property>
+ <property name="label" translatable="yes" context="colorpage|label3">_G</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -710,7 +710,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_R</property>
+ <property name="label" translatable="yes" context="colorpage|label2">_R</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -725,7 +725,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
- <property name="primary_icon_tooltip_text" translatable="yes">Green</property>
+ <property name="primary_icon_tooltip_text" translatable="yes" context="colorpage|G_custom">Green</property>
<property name="adjustment">adjustment2</property>
</object>
<packing>
@@ -739,7 +739,7 @@
<object class="GtkLabel" id="label19">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Hex</property>
+ <property name="label" translatable="yes" context="colorpage|label19">_Hex</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">hex_custom</property>
</object>
@@ -783,7 +783,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_C</property>
+ <property name="label" translatable="yes" context="colorpage|label11">_C</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">C_custom:0%</property>
</object>
@@ -798,7 +798,7 @@
<object class="GtkLabel" id="label12">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_M</property>
+ <property name="label" translatable="yes" context="colorpage|label12">_M</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -812,7 +812,7 @@
<object class="GtkLabel" id="label13">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_K</property>
+ <property name="label" translatable="yes" context="colorpage|label13">_K</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">K_custom:0%</property>
</object>
@@ -855,7 +855,7 @@
<object class="GtkLabel" id="label14">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Y</property>
+ <property name="label" translatable="yes" context="colorpage|label14">_Y</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -902,7 +902,7 @@
</child>
<child>
<object class="GtkButton" id="edit">
- <property name="label" translatable="yes">Pick</property>
+ <property name="label" translatable="yes" context="colorpage|edit">Pick</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -924,7 +924,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">New</property>
+ <property name="label" translatable="yes" context="colorpage|label6">New</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/colorpickerdialog.ui b/cui/uiconfig/ui/colorpickerdialog.ui
index cbc5c66fced9..b850cb7274b1 100644
--- a/cui/uiconfig/ui/colorpickerdialog.ui
+++ b/cui/uiconfig/ui/colorpickerdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -23,7 +23,7 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Pick a Color</property>
+ <property name="title" translatable="yes" context="colorpickerdialog|ColorPicker">Pick a Color</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
@@ -241,7 +241,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="redRadiobutton">
- <property name="label" translatable="yes">_Red:</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|redRadiobutton">_Red:</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -259,7 +259,7 @@
</child>
<child>
<object class="GtkRadioButton" id="greenRadiobutton">
- <property name="label" translatable="yes">_Green:</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|greenRadiobutton">_Green:</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -276,7 +276,7 @@
</child>
<child>
<object class="GtkRadioButton" id="blueRadiobutton">
- <property name="label" translatable="yes">_Blue:</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|blueRadiobutton">_Blue:</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -332,7 +332,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Hex _#:</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|label2">Hex _#:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">hexEntry</property>
</object>
@@ -360,7 +360,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">RGB</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|label1">RGB</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -399,7 +399,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="hueRadiobutton">
- <property name="label" translatable="yes">H_ue:</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|hueRadiobutton">H_ue:</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -417,7 +417,7 @@
</child>
<child>
<object class="GtkRadioButton" id="satRadiobutton">
- <property name="label" translatable="yes">_Saturation:</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|satRadiobutton">_Saturation:</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -434,7 +434,7 @@
</child>
<child>
<object class="GtkRadioButton" id="brightRadiobutton">
- <property name="label" translatable="yes">Bright_ness:</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|brightRadiobutton">Bright_ness:</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -493,7 +493,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">HSB</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|label3">HSB</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -534,7 +534,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Cyan:</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|label5">_Cyan:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">cyanSpinbutton:%</property>
</object>
@@ -549,7 +549,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Magenta:</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|label6">_Magenta:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">magSpinbutton:%</property>
</object>
@@ -564,7 +564,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Yellow:</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|label7">_Yellow:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">yellowSpinbutton:%</property>
</object>
@@ -579,7 +579,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Key:</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|label8">_Key:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">keySpinbutton:%</property>
</object>
@@ -644,7 +644,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">CMYK</property>
+ <property name="label" translatable="yes" context="colorpickerdialog|label4">CMYK</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/comment.ui b/cui/uiconfig/ui/comment.ui
index f25f37f76812..286b2b3308d8 100644
--- a/cui/uiconfig/ui/comment.ui
+++ b/cui/uiconfig/ui/comment.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="CommentDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Comment</property>
+ <property name="title" translatable="yes" context="comment|CommentDialog">Insert Comment</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -150,7 +150,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Author</property>
+ <property name="label" translatable="yes" context="comment|label2">Author</property>
</object>
<packing>
<property name="expand">False</property>
@@ -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">_Text</property>
+ <property name="label" translatable="yes" context="comment|label4">_Text</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">edit:border</property>
</object>
@@ -225,7 +225,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Insert</property>
+ <property name="label" translatable="yes" context="comment|label5">_Insert</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">author</property>
</object>
@@ -238,7 +238,7 @@
</child>
<child>
<object class="GtkButton" id="author">
- <property name="label" translatable="yes">Author</property>
+ <property name="label" translatable="yes" context="comment|author">Author</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -261,7 +261,7 @@
<object class="GtkLabel" id="alttitle">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Edit Comment</property>
+ <property name="label" translatable="yes" context="comment|alttitle">Edit Comment</property>
</object>
<packing>
<property name="expand">False</property>
@@ -277,7 +277,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Contents</property>
+ <property name="label" translatable="yes" context="comment|label1">Contents</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/connectortabpage.ui b/cui/uiconfig/ui/connectortabpage.ui
index 9a3947c9e4fc..c91a899c1ff2 100644
--- a/cui/uiconfig/ui/connectortabpage.ui
+++ b/cui/uiconfig/ui/connectortabpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -31,7 +31,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="connectortabpage|FT_TYPE">_Type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">LB_TYPE</property>
</object>
@@ -82,7 +82,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Line _1:</property>
+ <property name="label" translatable="yes" context="connectortabpage|FT_LINE_1">Line _1:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_LINE_1:0.00cm</property>
</object>
@@ -96,7 +96,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Line _2:</property>
+ <property name="label" translatable="yes" context="connectortabpage|FT_LINE_2">Line _2:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_LINE_2:0.00cm</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">Line _3:</property>
+ <property name="label" translatable="yes" context="connectortabpage|FT_LINE_3">Line _3:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_LINE_3:0.00cm</property>
</object>
@@ -167,7 +167,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Line Skew</property>
+ <property name="label" translatable="yes" context="connectortabpage|label2">Line Skew</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -203,7 +203,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Begin horizontal:</property>
+ <property name="label" translatable="yes" context="connectortabpage|FT_HORZ_1">_Begin horizontal:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_HORZ_1:0.00mm</property>
</object>
@@ -217,7 +217,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">End _horizontal:</property>
+ <property name="label" translatable="yes" context="connectortabpage|FT_HORZ_2">End _horizontal:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_HORZ_2:0.00mm</property>
</object>
@@ -231,7 +231,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Begin _vertical:</property>
+ <property name="label" translatable="yes" context="connectortabpage|FT_VERT_1">Begin _vertical:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_VERT_1:0.00mm</property>
</object>
@@ -245,7 +245,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_End vertical:</property>
+ <property name="label" translatable="yes" context="connectortabpage|FT_VERT_2">_End vertical:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_VERT_2:0.00mm</property>
</object>
@@ -315,7 +315,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Line Spacing</property>
+ <property name="label" translatable="yes" context="connectortabpage|label3">Line Spacing</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -339,12 +339,12 @@
<object class="svxlo-SvxXConnectionPreview" id="CTL_PREVIEW:border">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Preview</property>
+ <property name="tooltip_text" translatable="yes" context="connectortabpage|CTL_PREVIEW|tooltip_text">Preview</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="CTL_PREVIEW:border-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Example</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="connectortabpage|CTL_PREVIEW-atkobject">Example</property>
</object>
</child>
</object>
diff --git a/cui/uiconfig/ui/connpooloptions.ui b/cui/uiconfig/ui/connpooloptions.ui
index d8a2d33c985b..fab025fde0e0 100644
--- a/cui/uiconfig/ui/connpooloptions.ui
+++ b/cui/uiconfig/ui/connpooloptions.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkGrid" id="ConnPoolPage">
@@ -36,7 +36,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="connectionpooling">
- <property name="label" translatable="yes">Connection pooling enabled</property>
+ <property name="label" translatable="yes" context="connpooloptions|connectionpooling">Connection pooling enabled</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</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">Drivers known in %PRODUCTNAME</property>
+ <property name="label" translatable="yes" context="connpooloptions|driverslabel">Drivers known in %PRODUCTNAME</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">driverlist</property>
</object>
@@ -99,7 +99,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Current driver:</property>
+ <property name="label" translatable="yes" context="connpooloptions|driverlabel">Current driver:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -130,7 +130,7 @@
</child>
<child>
<object class="GtkCheckButton" id="enablepooling">
- <property name="label" translatable="yes">Enable pooling for this driver</property>
+ <property name="label" translatable="yes" context="connpooloptions|enablepooling">Enable pooling for this driver</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -156,7 +156,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Timeout (seconds)</property>
+ <property name="label" translatable="yes" context="connpooloptions|timeoutlabel">_Timeout (seconds)</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">timeout</property>
</object>
@@ -205,7 +205,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Connection Pool</property>
+ <property name="label" translatable="yes" context="connpooloptions|label1">Connection Pool</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/croppage.ui b/cui/uiconfig/ui/croppage.ui
index 4fa005a97f74..a45ed6d41bbe 100644
--- a/cui/uiconfig/ui/croppage.ui
+++ b/cui/uiconfig/ui/croppage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -50,7 +50,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="keepscale">
- <property name="label" translatable="yes">Keep _scale</property>
+ <property name="label" translatable="yes" context="croppage|keepscale">Keep _scale</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="GtkRadioButton" id="keepsize">
- <property name="label" translatable="yes">Keep image si_ze</property>
+ <property name="label" translatable="yes" context="croppage|keepsize">Keep image si_ze</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</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">_Left:</property>
+ <property name="label" translatable="yes" context="croppage|label2">_Left:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">left:0.00cm</property>
</object>
@@ -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">_Right:</property>
+ <property name="label" translatable="yes" context="croppage|label3">_Right:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">right:0.00cm</property>
</object>
@@ -160,7 +160,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="croppage|label4">_Top:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">top:0.00cm</property>
</object>
@@ -174,7 +174,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="croppage|label5">_Bottom:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">bottom:0.00cm</property>
</object>
@@ -223,7 +223,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Crop</property>
+ <property name="label" translatable="yes" context="croppage|label1">Crop</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -258,7 +258,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="croppage|label6">_Width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">widthzoom:0%</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">_Height:</property>
+ <property name="label" translatable="yes" context="croppage|label7">_Height:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">heightzoom:0%</property>
</object>
@@ -313,7 +313,7 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Scale</property>
+ <property name="label" translatable="yes" context="croppage|label10">Scale</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -348,7 +348,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="croppage|label8">_Width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">width:0.00cm</property>
</object>
@@ -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">_Height:</property>
+ <property name="label" translatable="yes" context="croppage|label9">_Height:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">height:0.00cm</property>
</object>
@@ -405,7 +405,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Image Size</property>
+ <property name="label" translatable="yes" context="croppage|label11">Image Size</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -457,7 +457,7 @@
</child>
<child>
<object class="GtkButton" id="origsize">
- <property name="label" translatable="yes">_Original Size</property>
+ <property name="label" translatable="yes" context="croppage|origsize">_Original Size</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/cui/uiconfig/ui/cuiimapdlg.ui b/cui/uiconfig/ui/cuiimapdlg.ui
index 355db5bb8759..c9b18c4c2016 100644
--- a/cui/uiconfig/ui/cuiimapdlg.ui
+++ b/cui/uiconfig/ui/cuiimapdlg.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="IMapDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Properties</property>
+ <property name="title" translatable="yes" context="cuiimapdlg|IMapDialog">Properties</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -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">_URL:</property>
+ <property name="label" translatable="yes" context="cuiimapdlg|label1">_URL:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">urlentry</property>
</object>
@@ -135,7 +135,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_rame:</property>
+ <property name="label" translatable="yes" context="cuiimapdlg|label2">F_rame:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">frameCB</property>
</object>
@@ -183,7 +183,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Name:</property>
+ <property name="label" translatable="yes" context="cuiimapdlg|label3">_Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">nameentry</property>
</object>
@@ -225,7 +225,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Alternative _text:</property>
+ <property name="label" translatable="yes" context="cuiimapdlg|label4">Alternative _text:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">textentry</property>
</object>
@@ -267,7 +267,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Description:</property>
+ <property name="label" translatable="yes" context="cuiimapdlg|label5">_Description:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">descTV:border</property>
</object>
diff --git a/cui/uiconfig/ui/customizedialog.ui b/cui/uiconfig/ui/customizedialog.ui
index 9f0d188d138e..aaa25c399643 100644
--- a/cui/uiconfig/ui/customizedialog.ui
+++ b/cui/uiconfig/ui/customizedialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.19.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="CustomizeDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Customize</property>
+ <property name="title" translatable="yes" context="customizedialog|CustomizeDialog">Customize</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="menus">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Menus</property>
+ <property name="label" translatable="yes" context="customizedialog|menus">Menus</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -109,7 +109,7 @@
<object class="GtkLabel" id="contextmenus">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Context Menus</property>
+ <property name="label" translatable="yes" context="customizedialog|contextmenus">Context Menus</property>
</object>
<packing>
<property name="position">1</property>
@@ -123,7 +123,7 @@
<object class="GtkLabel" id="keyboard">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Keyboard</property>
+ <property name="label" translatable="yes" context="customizedialog|keyboard">Keyboard</property>
</object>
<packing>
<property name="position">2</property>
@@ -137,7 +137,7 @@
<object class="GtkLabel" id="toolbars">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Toolbars</property>
+ <property name="label" translatable="yes" context="customizedialog|toolbars">Toolbars</property>
</object>
<packing>
<property name="position">3</property>
@@ -151,7 +151,7 @@
<object class="GtkLabel" id="events">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Events</property>
+ <property name="label" translatable="yes" context="customizedialog|events">Events</property>
</object>
<packing>
<property name="position">4</property>
diff --git a/cui/uiconfig/ui/databaselinkdialog.ui b/cui/uiconfig/ui/databaselinkdialog.ui
index 08a48af2e05e..17c49c398212 100644
--- a/cui/uiconfig/ui/databaselinkdialog.ui
+++ b/cui/uiconfig/ui/databaselinkdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="DatabaseLinkDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Create Database Link</property>
+ <property name="title" translatable="yes" context="databaselinkdialog|DatabaseLinkDialog">Create Database Link</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="GtkButton" id="browse">
- <property name="label" translatable="yes">Browse...</property>
+ <property name="label" translatable="yes" context="databaselinkdialog|browse">Browse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -101,7 +101,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Database file:</property>
+ <property name="label" translatable="yes" context="databaselinkdialog|label1">_Database file:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">url</property>
</object>
@@ -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">Registered _name:</property>
+ <property name="label" translatable="yes" context="databaselinkdialog|label4">Registered _name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">name</property>
</object>
@@ -176,7 +176,7 @@
<object class="GtkLabel" id="alttitle">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Edit Database Link</property>
+ <property name="label" translatable="yes" context="databaselinkdialog|alttitle">Edit Database Link</property>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/cui/uiconfig/ui/dbregisterpage.ui b/cui/uiconfig/ui/dbregisterpage.ui
index fad2f6246256..17101a11aa03 100644
--- a/cui/uiconfig/ui/dbregisterpage.ui
+++ b/cui/uiconfig/ui/dbregisterpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkGrid" id="DbRegisterPage">
@@ -59,7 +59,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="new">
- <property name="label" translatable="yes">_New...</property>
+ <property name="label" translatable="yes" context="dbregisterpage|new">_New...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -73,7 +73,7 @@
</child>
<child>
<object class="GtkButton" id="delete">
- <property name="label" translatable="yes">_Delete</property>
+ <property name="label" translatable="yes" context="dbregisterpage|delete">_Delete</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -87,7 +87,7 @@
</child>
<child>
<object class="GtkButton" id="edit">
- <property name="label" translatable="yes">_Edit...</property>
+ <property name="label" translatable="yes" context="dbregisterpage|edit">_Edit...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -114,7 +114,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Registered Databases</property>
+ <property name="label" translatable="yes" context="dbregisterpage|label1">Registered Databases</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/dimensionlinestabpage.ui b/cui/uiconfig/ui/dimensionlinestabpage.ui
index b0caf9ca1ea9..d5247a622d7f 100644
--- a/cui/uiconfig/ui/dimensionlinestabpage.ui
+++ b/cui/uiconfig/ui/dimensionlinestabpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -50,7 +50,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0.4699999988079071</property>
- <property name="label" translatable="yes">Line _distance:</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|FT_LINE_DIST">Line _distance:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_LINE_DIST:0.00mm</property>
</object>
@@ -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">Guide _overhang:</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|FT_HELPLINE_OVERHANG">Guide _overhang:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_HELPLINE_OVERHANG:0.00mm</property>
</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">_Guide distance:</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|FT_HELPLINE_DIST">_Guide distance:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_HELPLINE_DIST:0.00mm</property>
</object>
@@ -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">_Left guide:</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|FT_HELPLINE1_LEN">_Left guide:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_HELPLINE1_LEN:0.00mm</property>
</object>
@@ -106,7 +106,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Right guide:</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|FT_HELPLINE2_LEN">_Right guide:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_HELPLINE2_LEN:0.00mm</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">Decimal _places:</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|FT_DECIMALPLACES">Decimal _places:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_DECIMALPLACES:0</property>
</object>
@@ -131,7 +131,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_BELOW_REF_EDGE">
- <property name="label" translatable="yes">Measure _below object</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|TSB_BELOW_REF_EDGE">Measure _below object</property>
<property name="visible">True</property>
<property name="can_focus">False</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">Line</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|label1">Line</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -269,7 +269,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Text position</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|FT_POSITION">_Text position</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -304,7 +304,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_AUTOPOSV">
- <property name="label" translatable="yes">_AutoVertical</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|TSB_AUTOPOSV">_AutoVertical</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -321,7 +321,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_AUTOPOSH">
- <property name="label" translatable="yes">A_utoHorizontal</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|TSB_AUTOPOSH">A_utoHorizontal</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -347,7 +347,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_PARALLEL">
- <property name="label" translatable="yes">_Parallel to line</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|TSB_PARALLEL">_Parallel to line</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -364,7 +364,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_SHOW_UNIT">
- <property name="label" translatable="yes">Show _measurement units</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|TSB_SHOW_UNIT">Show _measurement units</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -401,7 +401,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Legend</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|label2">Legend</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -424,7 +424,7 @@
<child>
<object class="GtkLabel" id="STR_MEASURE_AUTOMATIC">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Automatic</property>
+ <property name="label" translatable="yes" context="dimensionlinestabpage|STR_MEASURE_AUTOMATIC">Automatic</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/cui/uiconfig/ui/distributiondialog.ui b/cui/uiconfig/ui/distributiondialog.ui
index d9245f621868..dd2b74dd5d52 100644
--- a/cui/uiconfig/ui/distributiondialog.ui
+++ b/cui/uiconfig/ui/distributiondialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="DistributionDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Distribution</property>
+ <property name="title" translatable="yes" context="distributiondialog|DistributionDialog">Distribution</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
diff --git a/cui/uiconfig/ui/distributionpage.ui b/cui/uiconfig/ui/distributionpage.ui
index c278b2f0f463..c07dbe02c2a1 100644
--- a/cui/uiconfig/ui/distributionpage.ui
+++ b/cui/uiconfig/ui/distributionpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.6"/>
<object class="GtkGrid" id="DistributionPage">
<property name="visible">True</property>
@@ -33,7 +33,7 @@
<property name="row_homogeneous">True</property>
<child>
<object class="GtkRadioButton" id="hornone">
- <property name="label" translatable="yes">_None</property>
+ <property name="label" translatable="yes" context="distributionpage|hornone">_None</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -50,7 +50,7 @@
</child>
<child>
<object class="GtkRadioButton" id="horleft">
- <property name="label" translatable="yes">_Left</property>
+ <property name="label" translatable="yes" context="distributionpage|horleft">_Left</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -66,7 +66,7 @@
</child>
<child>
<object class="GtkRadioButton" id="horcenter">
- <property name="label" translatable="yes">_Center</property>
+ <property name="label" translatable="yes" context="distributionpage|horcenter">_Center</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -82,7 +82,7 @@
</child>
<child>
<object class="GtkRadioButton" id="horright">
- <property name="label" translatable="yes">_Right</property>
+ <property name="label" translatable="yes" context="distributionpage|horright">_Right</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="hordistance">
- <property name="label" translatable="yes">_Spacing</property>
+ <property name="label" translatable="yes" context="distributionpage|hordistance">_Spacing</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="label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Horizontal</property>
+ <property name="label" translatable="yes" context="distributionpage|label">Horizontal</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -208,7 +208,7 @@
<property name="row_homogeneous">True</property>
<child>
<object class="GtkRadioButton" id="vernone">
- <property name="label" translatable="yes">N_one</property>
+ <property name="label" translatable="yes" context="distributionpage|vernone">N_one</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -224,7 +224,7 @@
</child>
<child>
<object class="GtkRadioButton" id="vertop">
- <property name="label" translatable="yes">_Top</property>
+ <property name="label" translatable="yes" context="distributionpage|vertop">_Top</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -240,7 +240,7 @@
</child>
<child>
<object class="GtkRadioButton" id="vercenter">
- <property name="label" translatable="yes">C_enter</property>
+ <property name="label" translatable="yes" context="distributionpage|vercenter">C_enter</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -257,7 +257,7 @@
</child>
<child>
<object class="GtkRadioButton" id="verdistance">
- <property name="label" translatable="yes">S_pacing</property>
+ <property name="label" translatable="yes" context="distributionpage|verdistance">S_pacing</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -273,7 +273,7 @@
</child>
<child>
<object class="GtkRadioButton" id="verbottom">
- <property name="label" translatable="yes">_Bottom</property>
+ <property name="label" translatable="yes" context="distributionpage|verbottom">_Bottom</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -350,7 +350,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Vertical</property>
+ <property name="label" translatable="yes" context="distributionpage|label1">Vertical</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/editdictionarydialog.ui b/cui/uiconfig/ui/editdictionarydialog.ui
index d50629d5ae04..5fb319aba1dc 100644
--- a/cui/uiconfig/ui/editdictionarydialog.ui
+++ b/cui/uiconfig/ui/editdictionarydialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkDialog" id="EditDictionaryDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Edit Custom Dictionary</property>
+ <property name="title" translatable="yes" context="editdictionarydialog|EditDictionaryDialog">Edit Custom Dictionary</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">_Book:</property>
+ <property name="label" translatable="yes" context="editdictionarydialog|book_label">_Book:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">book</property>
</object>
@@ -107,7 +107,7 @@
<object class="GtkLabel" id="lang_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Language:</property>
+ <property name="label" translatable="yes" context="editdictionarydialog|lang_label">_Language:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">lang</property>
</object>
@@ -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">_Word</property>
+ <property name="label" translatable="yes" context="editdictionarydialog|word_label">_Word</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">word</property>
</object>
@@ -195,7 +195,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Replace By</property>
+ <property name="label" translatable="yes" context="editdictionarydialog|replace_label">_Replace By</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">replace</property>
</object>
@@ -248,7 +248,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="newreplace">
- <property name="label" translatable="yes">_New</property>
+ <property name="label" translatable="yes" context="editdictionarydialog|newreplace">_New</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -262,7 +262,7 @@
</child>
<child>
<object class="GtkButton" id="delete">
- <property name="label" translatable="yes">_Delete</property>
+ <property name="label" translatable="yes" context="editdictionarydialog|delete">_Delete</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/cui/uiconfig/ui/editmodulesdialog.ui b/cui/uiconfig/ui/editmodulesdialog.ui
index ac0431ae7f26..5b5b77faca95 100644
--- a/cui/uiconfig/ui/editmodulesdialog.ui
+++ b/cui/uiconfig/ui/editmodulesdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="EditModulesDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Edit Modules</property>
+ <property name="title" translatable="yes" context="editmodulesdialog|EditModulesDialog">Edit Modules</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -81,7 +81,7 @@
<property name="row_spacing">12</property>
<child>
<object class="GtkLinkButton" id="moredictslink">
- <property name="label" translatable="yes">Get more dictionaries online...</property>
+ <property name="label" translatable="yes" context="editmodulesdialog|moredictslink">Get more dictionaries online...</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">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Language:</property>
+ <property name="label" translatable="yes" context="editmodulesdialog|label2">Language:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">language</property>
</object>
@@ -150,7 +150,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="up">
- <property name="label" translatable="yes">Move Up</property>
+ <property name="label" translatable="yes" context="editmodulesdialog|up">Move Up</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="down">
- <property name="label" translatable="yes">Move Down</property>
+ <property name="label" translatable="yes" context="editmodulesdialog|down">Move Down</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="back">
- <property name="label" translatable="yes">_Back</property>
+ <property name="label" translatable="yes" context="editmodulesdialog|back">_Back</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -225,7 +225,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="editmodulesdialog|label1">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/effectspage.ui b/cui/uiconfig/ui/effectspage.ui
index bf80526b73e2..a699df24ef41 100644
--- a/cui/uiconfig/ui/effectspage.ui
+++ b/cui/uiconfig/ui/effectspage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="cui">
<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">(Without)</col>
+ <col id="0" translatable="yes" context="effectspage|liststore1">(Without)</col>
</row>
<row>
- <col id="0" translatable="yes">Capitals</col>
+ <col id="0" translatable="yes" context="effectspage|liststore1">Capitals</col>
</row>
<row>
- <col id="0" translatable="yes">Lowercase</col>
+ <col id="0" translatable="yes" context="effectspage|liststore1">Lowercase</col>
</row>
<row>
- <col id="0" translatable="yes">Title</col>
+ <col id="0" translatable="yes" context="effectspage|liststore1">Title</col>
</row>
<row>
- <col id="0" translatable="yes">Small capitals</col>
+ <col id="0" translatable="yes" context="effectspage|liststore1">Small capitals</col>
</row>
</data>
</object>
@@ -33,13 +33,13 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">(Without)</col>
+ <col id="0" translatable="yes" context="effectspage|liststore2">(Without)</col>
</row>
<row>
- <col id="0" translatable="yes">Embossed</col>
+ <col id="0" translatable="yes" context="effectspage|liststore2">Embossed</col>
</row>
<row>
- <col id="0" translatable="yes">Engraved</col>
+ <col id="0" translatable="yes" context="effectspage|liststore2">Engraved</col>
</row>
</data>
</object>
@@ -50,19 +50,19 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">(Without)</col>
+ <col id="0" translatable="yes" context="effectspage|liststore3">(Without)</col>
</row>
<row>
- <col id="0" translatable="yes">Dot</col>
+ <col id="0" translatable="yes" context="effectspage|liststore3">Dot</col>
</row>
<row>
- <col id="0" translatable="yes">Circle</col>
+ <col id="0" translatable="yes" context="effectspage|liststore3">Circle</col>
</row>
<row>
- <col id="0" translatable="yes">Disc</col>
+ <col id="0" translatable="yes" context="effectspage|liststore3">Disc</col>
</row>
<row>
- <col id="0" translatable="yes">Accent</col>
+ <col id="0" translatable="yes" context="effectspage|liststore3">Accent</col>
</row>
</data>
</object>
@@ -75,11 +75,11 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Above text</col>
+ <col id="0" translatable="yes" context="effectspage|liststore4">Above text</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Below text</col>
+ <col id="0" translatable="yes" context="effectspage|liststore4">Below text</col>
<col id="1">1</col>
</row>
</data>
@@ -93,27 +93,27 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">(Without)</col>
+ <col id="0" translatable="yes" context="effectspage|liststore5">(Without)</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Single</col>
+ <col id="0" translatable="yes" context="effectspage|liststore5">Single</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Double</col>
+ <col id="0" translatable="yes" context="effectspage|liststore5">Double</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Bold</col>
+ <col id="0" translatable="yes" context="effectspage|liststore5">Bold</col>
<col id="1">4</col>
</row>
<row>
- <col id="0" translatable="yes">With /</col>
+ <col id="0" translatable="yes" context="effectspage|liststore5">With /</col>
<col id="1">5</col>
</row>
<row>
- <col id="0" translatable="yes">With X</col>
+ <col id="0" translatable="yes" context="effectspage|liststore5">With X</col>
<col id="1">6</col>
</row>
</data>
@@ -127,71 +127,71 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">(Without)</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">(Without)</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Single</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Single</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Double</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Double</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Bold</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Bold</col>
<col id="1">12</col>
</row>
<row>
- <col id="0" translatable="yes">Dotted</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Dotted</col>
<col id="1">3</col>
</row>
<row>
- <col id="0" translatable="yes">Dotted (Bold)</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Dotted (Bold)</col>
<col id="1">13</col>
</row>
<row>
- <col id="0" translatable="yes">Dash</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Dash</col>
<col id="1">5</col>
</row>
<row>
- <col id="0" translatable="yes">Dash (Bold)</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Dash (Bold)</col>
<col id="1">14</col>
</row>
<row>
- <col id="0" translatable="yes">Long Dash</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Long Dash</col>
<col id="1">6</col>
</row>
<row>
- <col id="0" translatable="yes">Long Dash (Bold)</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Long Dash (Bold)</col>
<col id="1">15</col>
</row>
<row>
- <col id="0" translatable="yes">Dot Dash</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Dot Dash</col>
<col id="1">7</col>
</row>
<row>
- <col id="0" translatable="yes">Dot Dash (Bold)</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Dot Dash (Bold)</col>
<col id="1">16</col>
</row>
<row>
- <col id="0" translatable="yes">Dot Dot Dash</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Dot Dot Dash</col>
<col id="1">8</col>
</row>
<row>
- <col id="0" translatable="yes">Dot Dot Dash (Bold)</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Dot Dot Dash (Bold)</col>
<col id="1">17</col>
</row>
<row>
- <col id="0" translatable="yes">Wave</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Wave</col>
<col id="1">10</col>
</row>
<row>
- <col id="0" translatable="yes">Wave (Bold)</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Wave (Bold)</col>
<col id="1">18</col>
</row>
<row>
- <col id="0" translatable="yes">Double Wave</col>
+ <col id="0" translatable="yes" context="effectspage|liststore6">Double Wave</col>
<col id="1">11</col>
</row>
</data>
@@ -215,7 +215,7 @@
<object class="GtkLabel" id="fontcolorft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Font color:</property>
+ <property name="label" translatable="yes" context="effectspage|fontcolorft">Font color:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">fontcolorlb</property>
<property name="xalign">0</property>
@@ -229,7 +229,7 @@
<object class="GtkLabel" id="effectsft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Effects:</property>
+ <property name="label" translatable="yes" context="effectspage|effectsft">Effects:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">effectslb</property>
<property name="xalign">0</property>
@@ -243,7 +243,7 @@
<object class="GtkLabel" id="reliefft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Relief:</property>
+ <property name="label" translatable="yes" context="effectspage|reliefft">Relief:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">relieflb</property>
<property name="xalign">0</property>
@@ -257,7 +257,7 @@
<object class="GtkLabel" id="label46">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Overlining:</property>
+ <property name="label" translatable="yes" context="effectspage|label46">Overlining:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">overlinelb</property>
<property name="xalign">0</property>
@@ -271,7 +271,7 @@
<object class="GtkLabel" id="label47">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Strikethrough:</property>
+ <property name="label" translatable="yes" context="effectspage|label47">Strikethrough:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">strikeoutlb</property>
<property name="xalign">0</property>
@@ -285,7 +285,7 @@
<object class="GtkLabel" id="label48">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Underlining:</property>
+ <property name="label" translatable="yes" context="effectspage|label48">Underlining:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">underlinelb</property>
<property name="xalign">0</property>
@@ -299,7 +299,7 @@
<object class="GtkLabel" id="overlinecolorft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Overline color:</property>
+ <property name="label" translatable="yes" context="effectspage|overlinecolorft">Overline color:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">overlinecolorlb</property>
<property name="xalign">0</property>
@@ -313,7 +313,7 @@
<object class="GtkLabel" id="underlinecolorft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Underline color:</property>
+ <property name="label" translatable="yes" context="effectspage|underlinecolorft">Underline color:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">underlinecolorlb</property>
<property name="xalign">0</property>
@@ -410,7 +410,7 @@
</child>
<child>
<object class="GtkCheckButton" id="outlinecb">
- <property name="label" translatable="yes">Outline</property>
+ <property name="label" translatable="yes" context="effectspage|outlinecb">Outline</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -425,7 +425,7 @@
</child>
<child>
<object class="GtkCheckButton" id="blinkingcb">
- <property name="label" translatable="yes">Blinking</property>
+ <property name="label" translatable="yes" context="effectspage|blinkingcb">Blinking</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="GtkCheckButton" id="hiddencb">
- <property name="label" translatable="yes">Hidden</property>
+ <property name="label" translatable="yes" context="effectspage|hiddencb">Hidden</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -455,7 +455,7 @@
</child>
<child>
<object class="GtkCheckButton" id="individualwordscb">
- <property name="label" translatable="yes">Individual words</property>
+ <property name="label" translatable="yes" context="effectspage|individualwordscb">Individual words</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -493,7 +493,7 @@
<object class="GtkLabel" id="positionft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position:</property>
+ <property name="label" translatable="yes" context="effectspage|positionft">Position:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">positionlb</property>
<property name="xalign">0</property>
@@ -507,7 +507,7 @@
<object class="GtkLabel" id="emphasisft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Emphasis mark:</property>
+ <property name="label" translatable="yes" context="effectspage|emphasisft">Emphasis mark:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">emphasislb</property>
<property name="xalign">0</property>
@@ -519,7 +519,7 @@
</child>
<child>
<object class="GtkCheckButton" id="shadowcb">
- <property name="label" translatable="yes">Shadow</property>
+ <property name="label" translatable="yes" context="effectspage|shadowcb">Shadow</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -559,7 +559,7 @@
<child>
<object class="GtkLabel" id="a11ywarning">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Accessibility option "Use automatic font color for screen display" is active. Font color attributes are not currently used to display text.</property>
+ <property name="label" translatable="yes" context="effectspage|a11ywarning">Accessibility option "Use automatic font color for screen display" is active. Font color attributes are not currently used to display text.</property>
<property name="wrap">True</property>
<property name="max_width_chars">50</property>
<property name="xalign">0</property>
@@ -608,7 +608,7 @@
<property name="can_focus">False</property>
<child internal-child="accessible">
<object class="AtkObject" id="preview:border-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Preview</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="effectspage|preview-atkobject">Preview</property>
</object>
</child>
</object>
diff --git a/cui/uiconfig/ui/embossdialog.ui b/cui/uiconfig/ui/embossdialog.ui
index c9a298d0a835..fe52caece92e 100644
--- a/cui/uiconfig/ui/embossdialog.ui
+++ b/cui/uiconfig/ui/embossdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="EmbossDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Emboss</property>
+ <property name="title" translatable="yes" context="embossdialog|EmbossDialog">Emboss</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -117,7 +117,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Light source:</property>
+ <property name="label" translatable="yes" context="embossdialog|label2">_Light source:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">lightsource</property>
</object>
@@ -152,7 +152,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Parameters</property>
+ <property name="label" translatable="yes" context="embossdialog|label1">Parameters</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/eventassigndialog.ui b/cui/uiconfig/ui/eventassigndialog.ui
index 5be57cc782c7..499b5a1610fd 100644
--- a/cui/uiconfig/ui/eventassigndialog.ui
+++ b/cui/uiconfig/ui/eventassigndialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="EventAssignDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Assign Macro</property>
+ <property name="title" translatable="yes" context="eventassigndialog|EventAssignDialog">Assign Macro</property>
<property name="resizable">False</property>
<property name="type_hint">normal</property>
<child internal-child="vbox">
diff --git a/cui/uiconfig/ui/eventassignpage.ui b/cui/uiconfig/ui/eventassignpage.ui
index 1b773857467e..ab0431dde106 100644
--- a/cui/uiconfig/ui/eventassignpage.ui
+++ b/cui/uiconfig/ui/eventassignpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkGrid" id="EventAssignPage">
@@ -44,7 +44,7 @@
<object class="GtkLabel" id="existingmacrosft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Existing Macros</property>
+ <property name="label" translatable="yes" context="eventassignpage|existingmacrosft">Existing Macros</property>
<property name="track_visited_links">False</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -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">Macro From</property>
+ <property name="label" translatable="yes" context="eventassignpage|macrotoft">Macro From</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -156,7 +156,7 @@
<object class="GtkLabel" id="eventft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Event</property>
+ <property name="label" translatable="yes" context="eventassignpage|eventft">Event</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -169,7 +169,7 @@
<object class="GtkLabel" id="assignft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Assigned Action</property>
+ <property name="label" translatable="yes" context="eventassignpage|assignft">Assigned Action</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -194,7 +194,7 @@
<object class="GtkLabel" id="libraryft1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Assignments</property>
+ <property name="label" translatable="yes" context="eventassignpage|libraryft1">Assignments</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -217,7 +217,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="assign">
- <property name="label" translatable="yes">Assign</property>
+ <property name="label" translatable="yes" context="eventassignpage|assign">Assign</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -231,7 +231,7 @@
</child>
<child>
<object class="GtkButton" id="delete">
- <property name="label" translatable="yes">Remove</property>
+ <property name="label" translatable="yes" context="eventassignpage|delete">Remove</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/cui/uiconfig/ui/eventsconfigpage.ui b/cui/uiconfig/ui/eventsconfigpage.ui
index 4adcfae890ec..938380ef5be5 100644
--- a/cui/uiconfig/ui/eventsconfigpage.ui
+++ b/cui/uiconfig/ui/eventsconfigpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.10"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="EventsConfigPage">
@@ -28,7 +28,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Assign:</property>
+ <property name="label" translatable="yes" context="eventsconfigpage|label1">Assign:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -46,7 +46,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="macro">
- <property name="label" translatable="yes">M_acro...</property>
+ <property name="label" translatable="yes" context="eventsconfigpage|macro">M_acro...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -60,7 +60,7 @@
</child>
<child>
<object class="GtkButton" id="delete">
- <property name="label" translatable="yes">_Remove</property>
+ <property name="label" translatable="yes" context="eventsconfigpage|delete">_Remove</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -102,7 +102,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Save in:</property>
+ <property name="label" translatable="yes" context="eventsconfigpage|label2">Save in:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">savein</property>
</object>
@@ -153,7 +153,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Event</property>
+ <property name="label" translatable="yes" context="eventsconfigpage|eventft">Event</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -165,7 +165,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Assigned Action</property>
+ <property name="label" translatable="yes" context="eventsconfigpage|actionft">Assigned Action</property>
</object>
<packing>
<property name="left_attach">1</property>
diff --git a/cui/uiconfig/ui/fmsearchdialog.ui b/cui/uiconfig/ui/fmsearchdialog.ui
index 33b2ce2bf30d..15411e39d4cc 100644
--- a/cui/uiconfig/ui/fmsearchdialog.ui
+++ b/cui/uiconfig/ui/fmsearchdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="RecordSearchDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Record Search</property>
+ <property name="title" translatable="yes" context="fmsearchdialog|RecordSearchDialog">Record Search</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox3">
@@ -18,7 +18,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="pbSearchAgain">
- <property name="label" translatable="yes">S_earch</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|pbSearchAgain">S_earch</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -139,7 +139,7 @@
</child>
<child>
<object class="GtkRadioButton" id="rbSearchForText">
- <property name="label" translatable="yes">_Text:</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|rbSearchForText">_Text:</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -163,7 +163,7 @@
</child>
<child>
<object class="GtkRadioButton" id="rbSearchForNull">
- <property name="label" translatable="yes">Field content is _NULL</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|rbSearchForNull">Field content is _NULL</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -182,7 +182,7 @@
</child>
<child>
<object class="GtkRadioButton" id="rbSearchForNotNull">
- <property name="label" translatable="yes">Field content is not NU_LL</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|rbSearchForNotNull">Field content is not NU_LL</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -213,7 +213,7 @@
<object class="GtkLabel" id="flSearchFor">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Search for</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|flSearchFor">_Search for</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -269,7 +269,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkRadioButton" id="rbSingleField">
- <property name="label" translatable="yes">_Single field:</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|rbSingleField">_Single field:</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="GtkRadioButton" id="rbAllFields">
- <property name="label" translatable="yes">_All fields</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|rbAllFields">_All fields</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -332,7 +332,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Form:</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|ftForm">Form:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">lbForm</property>
</object>
@@ -406,7 +406,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Where to Search</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|label2">Where to Search</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -457,7 +457,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="fmsearchdialog|ftPosition">_Position:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">lbPosition</property>
</object>
@@ -493,7 +493,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="HalfFullFormsCJK">
- <property name="label" translatable="yes">Match character wi_dth</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|HalfFullFormsCJK">Match character wi_dth</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -514,7 +514,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="SoundsLikeCJK">
- <property name="label" translatable="yes">Sounds like (_Japanese)</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|SoundsLikeCJK">Sounds like (_Japanese)</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -530,7 +530,7 @@
</child>
<child>
<object class="GtkButton" id="SoundsLikeCJKSettings">
- <property name="label" translatable="yes">Similarities...</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|SoundsLikeCJKSettings">Similarities...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -555,7 +555,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="cbApprox">
- <property name="label" translatable="yes">S_imilarity search</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|cbApprox">S_imilarity search</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -571,7 +571,7 @@
</child>
<child>
<object class="GtkButton" id="pbApproxSettings">
- <property name="label" translatable="yes">Similarities...</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|pbApproxSettings">Similarities...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -592,7 +592,7 @@
</child>
<child>
<object class="GtkCheckButton" id="cbCase">
- <property name="label" translatable="yes">_Match case</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|cbCase">_Match case</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -608,7 +608,7 @@
</child>
<child>
<object class="GtkCheckButton" id="cbStartOver">
- <property name="label" translatable="yes">Fr_om top</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|cbStartOver">Fr_om top</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -624,7 +624,7 @@
</child>
<child>
<object class="GtkCheckButton" id="cbRegular">
- <property name="label" translatable="yes">_Regular expression</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|cbRegular">_Regular expression</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -640,7 +640,7 @@
</child>
<child>
<object class="GtkCheckButton" id="cbUseFormat">
- <property name="label" translatable="yes">Appl_y field format</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|cbUseFormat">Appl_y field format</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -656,7 +656,7 @@
</child>
<child>
<object class="GtkCheckButton" id="cbBackwards">
- <property name="label" translatable="yes">Search _backwards</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|cbBackwards">Search _backwards</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -672,7 +672,7 @@
</child>
<child>
<object class="GtkCheckButton" id="cbWildCard">
- <property name="label" translatable="yes">_Wildcard expression</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|cbWildCard">_Wildcard expression</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -701,7 +701,7 @@
<object class="GtkLabel" id="flOptions">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Settings</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|flOptions">Settings</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -737,7 +737,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Record:</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|ftRecordLabel">Record:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -748,7 +748,7 @@
<object class="GtkLabel" id="ftRecord">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">record count</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|ftRecord">record count</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -774,7 +774,7 @@
<object class="GtkLabel" id="flState">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">State</property>
+ <property name="label" translatable="yes" context="fmsearchdialog|flState">State</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/formatcellsdialog.ui b/cui/uiconfig/ui/formatcellsdialog.ui
index 08449e34c7a5..7160a97016bc 100644
--- a/cui/uiconfig/ui/formatcellsdialog.ui
+++ b/cui/uiconfig/ui/formatcellsdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="FormatCellsDialog">
<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="formatcellsdialog|FormatCellsDialog">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="name">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Font</property>
+ <property name="label" translatable="yes" context="formatcellsdialog|name">Font</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="effects">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Font Effects</property>
+ <property name="label" translatable="yes" context="formatcellsdialog|effects">Font Effects</property>
</object>
<packing>
<property name="position">1</property>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="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="formatcellsdialog|border">Borders</property>
</object>
<packing>
<property name="position">2</property>
@@ -138,7 +138,7 @@
<object class="GtkLabel" id="area">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Background</property>
+ <property name="label" translatable="yes" context="formatcellsdialog|area">Background</property>
</object>
<packing>
<property name="position">3</property>
diff --git a/cui/uiconfig/ui/formatnumberdialog.ui b/cui/uiconfig/ui/formatnumberdialog.ui
index 6bb47e1790ec..f0c1156772ac 100644
--- a/cui/uiconfig/ui/formatnumberdialog.ui
+++ b/cui/uiconfig/ui/formatnumberdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="FormatNumberDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Format Number</property>
+ <property name="title" translatable="yes" context="formatnumberdialog|FormatNumberDialog">Format Number</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
diff --git a/cui/uiconfig/ui/galleryapplyprogress.ui b/cui/uiconfig/ui/galleryapplyprogress.ui
index b15952740b3e..ba572e0055f4 100644
--- a/cui/uiconfig/ui/galleryapplyprogress.ui
+++ b/cui/uiconfig/ui/galleryapplyprogress.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="GalleryApplyProgress">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Apply</property>
+ <property name="title" translatable="yes" context="galleryapplyprogress|GalleryApplyProgress">Apply</property>
<property name="type_hint">normal</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -70,7 +70,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">File</property>
+ <property name="label" translatable="yes" context="galleryapplyprogress|label2">File</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/galleryfilespage.ui b/cui/uiconfig/ui/galleryfilespage.ui
index 3c2d95fcde9f..4de695cdf261 100644
--- a/cui/uiconfig/ui/galleryfilespage.ui
+++ b/cui/uiconfig/ui/galleryfilespage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="GalleryFilesPage">
@@ -27,7 +27,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_File type:</property>
+ <property name="label" translatable="yes" context="galleryfilespage|label1">_File type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">filetype</property>
</object>
@@ -74,7 +74,7 @@
</child>
<child internal-child="accessible">
<object class="AtkObject" id="files:border-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Files Found</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="galleryfilespage|files-atkobject">Files Found</property>
</object>
</child>
</object>
@@ -101,7 +101,7 @@
<property name="row_spacing">12</property>
<child>
<object class="GtkCheckButton" id="preview">
- <property name="label" translatable="yes">Pr_eview</property>
+ <property name="label" translatable="yes" context="galleryfilespage|preview">Pr_eview</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -122,7 +122,7 @@
<property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="image:border-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Preview</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="galleryfilespage|image-atkobject">Preview</property>
</object>
</child>
</object>
@@ -146,7 +146,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="findfiles">
- <property name="label" translatable="yes">_Find Files...</property>
+ <property name="label" translatable="yes" context="galleryfilespage|findfiles">_Find Files...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -174,7 +174,7 @@
</child>
<child>
<object class="GtkButton" id="addall">
- <property name="label" translatable="yes">A_dd All</property>
+ <property name="label" translatable="yes" context="galleryfilespage|addall">A_dd All</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/cui/uiconfig/ui/gallerygeneralpage.ui b/cui/uiconfig/ui/gallerygeneralpage.ui
index 4d82153ef6d5..88a0a6b946a6 100644
--- a/cui/uiconfig/ui/gallerygeneralpage.ui
+++ b/cui/uiconfig/ui/gallerygeneralpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkGrid" id="GalleryGeneralPage">
<property name="visible">True</property>
@@ -19,7 +19,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Modified:</property>
+ <property name="label" translatable="yes" context="gallerygeneralpage|label1">Modified:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -60,7 +60,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="gallerygeneralpage|label2">Type:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -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">Location:</property>
+ <property name="label" translatable="yes" context="gallerygeneralpage|label3">Location:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -101,7 +101,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Contents:</property>
+ <property name="label" translatable="yes" context="gallerygeneralpage|label4">Contents:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -159,7 +159,7 @@
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="image-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Theme Name</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="gallerygeneralpage|image-atkobject">Theme Name</property>
</object>
</child>
</object>
diff --git a/cui/uiconfig/ui/gallerysearchprogress.ui b/cui/uiconfig/ui/gallerysearchprogress.ui
index 0e32e580667e..be956840d36b 100644
--- a/cui/uiconfig/ui/gallerysearchprogress.ui
+++ b/cui/uiconfig/ui/gallerysearchprogress.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="GallerySearchProgress">
<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="gallerysearchprogress|GallerySearchProgress">Find</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -75,7 +75,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">File Type</property>
+ <property name="label" translatable="yes" context="gallerysearchprogress|label1">File Type</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -112,7 +112,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Directory</property>
+ <property name="label" translatable="yes" context="gallerysearchprogress|label2">Directory</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/gallerythemedialog.ui b/cui/uiconfig/ui/gallerythemedialog.ui
index ed7631dfd2b8..c91a73b06fff 100644
--- a/cui/uiconfig/ui/gallerythemedialog.ui
+++ b/cui/uiconfig/ui/gallerythemedialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="GalleryThemeDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Properties of </property>
+ <property name="title" translatable="yes" context="gallerythemedialog|GalleryThemeDialog">Properties of </property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="general">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">General</property>
+ <property name="label" translatable="yes" context="gallerythemedialog|general">General</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="files">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Files</property>
+ <property name="label" translatable="yes" context="gallerythemedialog|files">Files</property>
</object>
<packing>
<property name="position">1</property>
diff --git a/cui/uiconfig/ui/gallerythemeiddialog.ui b/cui/uiconfig/ui/gallerythemeiddialog.ui
index 3f3a36cf2e2b..f87ed9e04034 100644
--- a/cui/uiconfig/ui/gallerythemeiddialog.ui
+++ b/cui/uiconfig/ui/gallerythemeiddialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="GalleryThemeIDDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Theme ID</property>
+ <property name="title" translatable="yes" context="gallerythemeiddialog|GalleryThemeIDDialog">Theme ID</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -24,7 +24,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">ID:</property>
+ <property name="label" translatable="yes" context="gallerythemeiddialog|label2">ID:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry</property>
</object>
diff --git a/cui/uiconfig/ui/gallerytitledialog.ui b/cui/uiconfig/ui/gallerytitledialog.ui
index 14939f6a0c09..9f2c736b1f1a 100644
--- a/cui/uiconfig/ui/gallerytitledialog.ui
+++ b/cui/uiconfig/ui/gallerytitledialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="GalleryTitleDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Enter Title</property>
+ <property name="title" translatable="yes" context="gallerytitledialog|GalleryTitleDialog">Enter Title</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -23,7 +23,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Title:</property>
+ <property name="label" translatable="yes" context="gallerytitledialog|label2">Title:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry</property>
</object>
diff --git a/cui/uiconfig/ui/galleryupdateprogress.ui b/cui/uiconfig/ui/galleryupdateprogress.ui
index 563089a0acfb..ca35ec78668f 100644
--- a/cui/uiconfig/ui/galleryupdateprogress.ui
+++ b/cui/uiconfig/ui/galleryupdateprogress.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="GalleryUpdateProgress">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Update</property>
+ <property name="title" translatable="yes" context="galleryupdateprogress|GalleryUpdateProgress">Update</property>
<property name="resizable">False</property>
<property name="type_hint">normal</property>
<child internal-child="vbox">
@@ -71,7 +71,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">File</property>
+ <property name="label" translatable="yes" context="galleryupdateprogress|label2">File</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/gradientpage.ui b/cui/uiconfig/ui/gradientpage.ui
index 96bb4baa9d84..bca24795a82f 100644
--- a/cui/uiconfig/ui/gradientpage.ui
+++ b/cui/uiconfig/ui/gradientpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkAdjustment" id="adjustment1">
@@ -76,7 +76,7 @@
</child>
<child>
<object class="GtkButton" id="modify">
- <property name="label" translatable="yes">_Modify</property>
+ <property name="label" translatable="yes" context="gradientpage|modify">_Modify</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -103,7 +103,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Gradient</property>
+ <property name="label" translatable="yes" context="gradientpage|label1">Gradient</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -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">_Type:</property>
+ <property name="label" translatable="yes" context="gradientpage|typeft">_Type:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -161,12 +161,12 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Linear</item>
- <item translatable="yes">Axial</item>
- <item translatable="yes">Radial</item>
- <item translatable="yes">Ellipsoid</item>
- <item translatable="yes">Quadratic</item>
- <item translatable="yes">Square</item>
+ <item translatable="yes" context="gradientpage|gradienttypelb">Linear</item>
+ <item translatable="yes" context="gradientpage|gradienttypelb">Axial</item>
+ <item translatable="yes" context="gradientpage|gradienttypelb">Radial</item>
+ <item translatable="yes" context="gradientpage|gradienttypelb">Ellipsoid</item>
+ <item translatable="yes" context="gradientpage|gradienttypelb">Quadratic</item>
+ <item translatable="yes" context="gradientpage|gradienttypelb">Square</item>
</items>
</object>
<packing>
@@ -195,7 +195,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0.43999999761581421</property>
- <property name="label" translatable="yes">Increment:</property>
+ <property name="label" translatable="yes" context="gradientpage|incrementft">Increment:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -235,7 +235,7 @@
</child>
<child>
<object class="GtkCheckButton" id="autoincrement">
- <property name="label" translatable="yes">Automatic</property>
+ <property name="label" translatable="yes" context="gradientpage|autoincrement">Automatic</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -275,7 +275,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0.43999999761581421</property>
- <property name="label" translatable="yes">A_ngle:</property>
+ <property name="label" translatable="yes" context="gradientpage|angleft">A_ngle:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -305,7 +305,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0.43999999761581421</property>
- <property name="label" translatable="yes">Center ( X / Y ) :</property>
+ <property name="label" translatable="yes" context="gradientpage|centerft">Center ( X / Y ) :</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -377,7 +377,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0.43999999761581421</property>
- <property name="label" translatable="yes">_Border:</property>
+ <property name="label" translatable="yes" context="gradientpage|borderft">_Border:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -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">_From:</property>
+ <property name="label" translatable="yes" context="gradientpage|colorfromft">_From:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -529,7 +529,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="gradientpage|colortoft">_To:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -557,7 +557,7 @@
<object class="GtkLabel" id="propfl">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="gradientpage|propfl">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -601,7 +601,7 @@
<property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="previewctl-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Example</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="gradientpage|previewctl-atkobject">Example</property>
</object>
</child>
</object>
@@ -619,7 +619,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Preview</property>
+ <property name="label" translatable="yes" context="gradientpage|label2">Preview</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/hangulhanjaadddialog.ui b/cui/uiconfig/ui/hangulhanjaadddialog.ui
index 9616774a5584..750b8d27a41d 100644
--- a/cui/uiconfig/ui/hangulhanjaadddialog.ui
+++ b/cui/uiconfig/ui/hangulhanjaadddialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="HangulHanjaAddDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">New Dictionary</property>
+ <property name="title" translatable="yes" context="hangulhanjaadddialog|HangulHanjaAddDialog">New Dictionary</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -94,7 +94,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Name:</property>
+ <property name="label" translatable="yes" context="hangulhanjaadddialog|label2">_Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry</property>
</object>
@@ -126,7 +126,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Dictionary</property>
+ <property name="label" translatable="yes" context="hangulhanjaadddialog|label1">Dictionary</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/hangulhanjaconversiondialog.ui b/cui/uiconfig/ui/hangulhanjaconversiondialog.ui
index e48423bed503..5122a861bdf4 100644
--- a/cui/uiconfig/ui/hangulhanjaconversiondialog.ui
+++ b/cui/uiconfig/ui/hangulhanjaconversiondialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="HangulHanjaConversionDialog">
<property name="can_focus">False</property>
- <property name="title" translatable="yes">Hangul/Hanja Conversion</property>
+ <property name="title" translatable="yes" context="hangulhanjaconversiondialog|HangulHanjaConversionDialog">Hangul/Hanja Conversion</property>
<property name="type_hint">normal</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -93,7 +93,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_right">28</property>
- <property name="label" translatable="yes">Original</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|label1">Original</property>
</object>
<packing>
<property name="expand">False</property>
@@ -129,7 +129,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_right">42</property>
- <property name="label" translatable="yes">Word</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|label3">Word</property>
</object>
<packing>
<property name="expand">False</property>
@@ -150,7 +150,7 @@
</child>
<child>
<object class="GtkButton" id="find">
- <property name="label" translatable="yes">_Find</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|find">_Find</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -178,7 +178,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Suggestions</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|label4">Suggestions</property>
</object>
<packing>
<property name="expand">True</property>
@@ -216,7 +216,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_right">28</property>
- <property name="label" translatable="yes">Format</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|label5">Format</property>
</object>
<packing>
<property name="expand">False</property>
@@ -226,7 +226,7 @@
</child>
<child>
<object class="GtkRadioButton" id="simpleconversion">
- <property name="label" translatable="yes">_Hangul/Hanja</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|simpleconversion">_Hangul/Hanja</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="GtkRadioButton" id="hangulbracket">
- <property name="label" translatable="yes">Hanja (Han_gul)</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hangulbracket">Hanja (Han_gul)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -261,7 +261,7 @@
</child>
<child>
<object class="GtkRadioButton" id="hanjabracket">
- <property name="label" translatable="yes">Hang_ul (Hanja)</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hanjabracket">Hang_ul (Hanja)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -292,7 +292,7 @@
<property name="column_spacing">12</property>
<child>
<object class="cuilo-RubyRadioButton" id="hanja_above:border">
- <property name="label" translatable="yes">Hanja</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hanja_above">Hanja</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="cuilo-RubyRadioButton" id="hanja_below:border">
- <property name="label" translatable="yes">Hanja</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hanja_below">Hanja</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -325,7 +325,7 @@
</child>
<child>
<object class="cuilo-RubyRadioButton" id="hangul_above:border">
- <property name="label" translatable="yes">Hangul</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hangul_above">Hangul</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -341,7 +341,7 @@
</child>
<child>
<object class="cuilo-RubyRadioButton" id="hangul_below:border">
- <property name="label" translatable="yes">Hangul</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hangul_below">Hangul</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -372,7 +372,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Conversion</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|label6">Conversion</property>
</object>
<packing>
<property name="expand">False</property>
@@ -382,7 +382,7 @@
</child>
<child>
<object class="GtkCheckButton" id="hangulonly">
- <property name="label" translatable="yes">Hangul _only</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hangulonly">Hangul _only</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="GtkCheckButton" id="hanjaonly">
- <property name="label" translatable="yes">Hanja onl_y</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hanjaonly">Hanja onl_y</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -437,7 +437,7 @@
<property name="homogeneous">True</property>
<child>
<object class="GtkButton" id="ignore">
- <property name="label" translatable="yes">_Ignore</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|ignore">_Ignore</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -453,7 +453,7 @@
</child>
<child>
<object class="GtkButton" id="ignoreall">
- <property name="label" translatable="yes">Always I_gnore</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|ignoreall">Always I_gnore</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -467,7 +467,7 @@
</child>
<child>
<object class="GtkButton" id="replace">
- <property name="label" translatable="yes">_Replace</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|replace">_Replace</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -481,7 +481,7 @@
</child>
<child>
<object class="GtkButton" id="replaceall">
- <property name="label" translatable="yes">Always R_eplace</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|replaceall">Always R_eplace</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -498,7 +498,7 @@
</child>
<child>
<object class="GtkCheckButton" id="replacebychar">
- <property name="label" translatable="yes">Replace b_y character</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|replacebychar">Replace b_y character</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -514,7 +514,7 @@
</child>
<child>
<object class="GtkButton" id="options">
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="hangulhanjaconversiondialog|options">Options</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/cui/uiconfig/ui/hangulhanjaeditdictdialog.ui b/cui/uiconfig/ui/hangulhanjaeditdictdialog.ui
index b0bfd2c3417d..163f25cd5276 100644
--- a/cui/uiconfig/ui/hangulhanjaeditdictdialog.ui
+++ b/cui/uiconfig/ui/hangulhanjaeditdictdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.10"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="HangulHanjaEditDictDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Edit Custom Dictionary</property>
+ <property name="title" translatable="yes" context="hangulhanjaeditdictdialog|HangulHanjaEditDictDialog">Edit Custom Dictionary</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -104,7 +104,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Book</property>
+ <property name="label" translatable="yes" context="hangulhanjaeditdictdialog|label4">Book</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">book</property>
<attributes>
@@ -210,7 +210,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Original</property>
+ <property name="label" translatable="yes" context="hangulhanjaeditdictdialog|label2">Original</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -323,7 +323,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Suggestions</property>
+ <property name="label" translatable="yes" context="hangulhanjaeditdictdialog|label3">Suggestions</property>
<property name="use_underline">True</property>
<property name="ellipsize">end</property>
<attributes>
diff --git a/cui/uiconfig/ui/hangulhanjaoptdialog.ui b/cui/uiconfig/ui/hangulhanjaoptdialog.ui
index cd07cf864400..b658a9b7ee3a 100644
--- a/cui/uiconfig/ui/hangulhanjaoptdialog.ui
+++ b/cui/uiconfig/ui/hangulhanjaoptdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="HangulHanjaOptDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Hangul/Hanja Options</property>
+ <property name="title" translatable="yes" context="hangulhanjaoptdialog|HangulHanjaOptDialog">Hangul/Hanja Options</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -104,7 +104,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="hangulhanjaoptdialog|new">New...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -118,7 +118,7 @@
</child>
<child>
<object class="GtkButton" id="edit">
- <property name="label" translatable="yes">Edit...</property>
+ <property name="label" translatable="yes" context="hangulhanjaoptdialog|edit">Edit...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -169,7 +169,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">User-defined Dictionaries</property>
+ <property name="label" translatable="yes" context="hangulhanjaoptdialog|label1">User-defined Dictionaries</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -200,7 +200,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="ignorepost">
- <property name="label" translatable="yes">Ignore post-positional word</property>
+ <property name="label" translatable="yes" context="hangulhanjaoptdialog|ignorepost">Ignore post-positional word</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -215,7 +215,7 @@
</child>
<child>
<object class="GtkCheckButton" id="showrecentfirst">
- <property name="label" translatable="yes">Show recently used entries first</property>
+ <property name="label" translatable="yes" context="hangulhanjaoptdialog|showrecentfirst">Show recently used entries first</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -229,7 +229,7 @@
</child>
<child>
<object class="GtkCheckButton" id="autoreplaceunique">
- <property name="label" translatable="yes">Replace all unique entries automatically</property>
+ <property name="label" translatable="yes" context="hangulhanjaoptdialog|autoreplaceunique">Replace all unique entries automatically</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">Options</property>
+ <property name="label" translatable="yes" context="hangulhanjaoptdialog|label2">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/hatchpage.ui b/cui/uiconfig/ui/hatchpage.ui
index 365ce1ba5927..1ecd4111f8aa 100644
--- a/cui/uiconfig/ui/hatchpage.ui
+++ b/cui/uiconfig/ui/hatchpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkAdjustment" id="adjustment1">
@@ -78,7 +78,7 @@
</child>
<child>
<object class="GtkButton" id="modify">
- <property name="label" translatable="yes">_Modify</property>
+ <property name="label" translatable="yes" context="hatchpage|modify">_Modify</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -105,7 +105,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Hatch</property>
+ <property name="label" translatable="yes" context="hatchpage|label2">Hatch</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -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">_Spacing:</property>
+ <property name="label" translatable="yes" context="hatchpage|distanceft">_Spacing:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -172,7 +172,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">A_ngle:</property>
+ <property name="label" translatable="yes" context="hatchpage|angleft">A_ngle:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -226,7 +226,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Line type:</property>
+ <property name="label" translatable="yes" context="hatchpage|linetypeft">_Line type:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -240,9 +240,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Single</item>
- <item translatable="yes">Crossed</item>
- <item translatable="yes">Triple</item>
+ <item translatable="yes" context="hatchpage|linetypelb">Single</item>
+ <item translatable="yes" context="hatchpage|linetypelb">Crossed</item>
+ <item translatable="yes" context="hatchpage|linetypelb">Triple</item>
</items>
</object>
<packing>
@@ -256,7 +256,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Line _color:</property>
+ <property name="label" translatable="yes" context="hatchpage|linecolorft">Line _color:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -278,7 +278,7 @@
</child>
<child>
<object class="GtkCheckButton" id="backgroundcolor">
- <property name="label" translatable="yes">Background Color</property>
+ <property name="label" translatable="yes" context="hatchpage|backgroundcolor">Background Color</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -310,7 +310,7 @@
<object class="GtkLabel" id="propfl">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="hatchpage|propfl">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -354,7 +354,7 @@
<property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="previewctl-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Example</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="hatchpage|previewctl-atkobject">Example</property>
</object>
</child>
</object>
@@ -372,7 +372,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Preview</property>
+ <property name="label" translatable="yes" context="hatchpage|label1">Preview</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/hyperlinkdialog.ui b/cui/uiconfig/ui/hyperlinkdialog.ui
index 4ebf47e7217d..28a4731bb8aa 100644
--- a/cui/uiconfig/ui/hyperlinkdialog.ui
+++ b/cui/uiconfig/ui/hyperlinkdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="HyperlinkDialog">
@@ -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">Hyperlink</property>
+ <property name="title" translatable="yes" context="hyperlinkdialog|HyperlinkDialog">Hyperlink</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -39,7 +39,7 @@
</child>
<child>
<object class="GtkButton" id="apply">
- <property name="label" translatable="yes">Apply</property>
+ <property name="label" translatable="yes" context="hyperlinkdialog|apply">Apply</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -81,7 +81,7 @@
</child>
<child>
<object class="GtkButton" id="reset">
- <property name="label" translatable="yes">Reset</property>
+ <property name="label" translatable="yes" context="hyperlinkdialog|reset">Reset</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/cui/uiconfig/ui/hyperlinkdocpage.ui b/cui/uiconfig/ui/hyperlinkdocpage.ui
index d5703a303e75..1273adb78da0 100644
--- a/cui/uiconfig/ui/hyperlinkdocpage.ui
+++ b/cui/uiconfig/ui/hyperlinkdocpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkBox" id="HyperlinkDocPage">
@@ -36,7 +36,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="hyperlinkdocpage|path_label">_Path:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">path</property>
</object>
@@ -59,12 +59,12 @@
</child>
<child>
<object class="GtkButton" id="fileopen">
- <property name="label" translatable="yes">Open File</property>
+ <property name="label" translatable="yes" context="hyperlinkdocpage|fileopen">Open File</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Open File</property>
+ <property name="tooltip_text" translatable="yes" context="hyperlinkdocpage|fileopen|tooltip_text">Open File</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -79,7 +79,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Document</property>
+ <property name="label" translatable="yes" context="hyperlinkdocpage|label2">Document</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -116,7 +116,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Targ_et:</property>
+ <property name="label" translatable="yes" context="hyperlinkdocpage|target_label">Targ_et:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">target</property>
</object>
@@ -131,7 +131,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">URL:</property>
+ <property name="label" translatable="yes" context="hyperlinkdocpage|url_label">URL:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -141,12 +141,12 @@
</child>
<child>
<object class="GtkButton" id="browse">
- <property name="label" translatable="yes">Target in Document</property>
+ <property name="label" translatable="yes" context="hyperlinkdocpage|browse">Target in Document</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Target in Document</property>
+ <property name="tooltip_text" translatable="yes" context="hyperlinkdocpage|browse|tooltip_text">Target in Document</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -170,7 +170,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Test text</property>
+ <property name="label" translatable="yes" context="hyperlinkdocpage|url">Test text</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -188,7 +188,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Target in Document</property>
+ <property name="label" translatable="yes" context="hyperlinkdocpage|label3">Target in Document</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -227,7 +227,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_rame:</property>
+ <property name="label" translatable="yes" context="hyperlinkdocpage|frame_label">F_rame:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">frame</property>
</object>
@@ -242,7 +242,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Te_xt:</property>
+ <property name="label" translatable="yes" context="hyperlinkdocpage|indication_label">Te_xt:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">indication</property>
</object>
@@ -257,7 +257,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">N_ame:</property>
+ <property name="label" translatable="yes" context="hyperlinkdocpage|name_label">N_ame:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">name</property>
</object>
@@ -300,7 +300,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_orm:</property>
+ <property name="label" translatable="yes" context="hyperlinkdocpage|form_label">F_orm:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">form</property>
</object>
@@ -326,7 +326,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Events</property>
+ <property name="tooltip_text" translatable="yes" context="hyperlinkdocpage|script|tooltip_text">Events</property>
</object>
<packing>
<property name="left_attach">3</property>
@@ -364,7 +364,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Further Settings</property>
+ <property name="label" translatable="yes" context="hyperlinkdocpage|label1">Further Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/hyperlinkinternetpage.ui b/cui/uiconfig/ui/hyperlinkinternetpage.ui
index 047799f89008..81397aa6989b 100644
--- a/cui/uiconfig/ui/hyperlinkinternetpage.ui
+++ b/cui/uiconfig/ui/hyperlinkinternetpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkBox" id="HyperlinkInternetPage">
@@ -39,7 +39,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="linktyp_internet">
- <property name="label" translatable="yes">_Web</property>
+ <property name="label" translatable="yes" context="hyperlinkinternetpage|linktyp_internet">_Web</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -56,7 +56,7 @@
</child>
<child>
<object class="GtkRadioButton" id="linktyp_ftp">
- <property name="label" translatable="yes">_FTP</property>
+ <property name="label" translatable="yes" context="hyperlinkinternetpage|linktyp_ftp">_FTP</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -83,7 +83,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">_URL:</property>
+ <property name="label" translatable="yes" context="hyperlinkinternetpage|target_label">_URL:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">target</property>
<property name="xalign">0</property>
@@ -110,7 +110,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">_Login name:</property>
+ <property name="label" translatable="yes" context="hyperlinkinternetpage|login_label">_Login name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">login</property>
<property name="xalign">0</property>
@@ -125,7 +125,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">_Password:</property>
+ <property name="label" translatable="yes" context="hyperlinkinternetpage|password_label">_Password:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">password</property>
<property name="xalign">0</property>
@@ -161,7 +161,7 @@
</child>
<child>
<object class="GtkCheckButton" id="anonymous">
- <property name="label" translatable="yes">Anonymous _user</property>
+ <property name="label" translatable="yes" context="hyperlinkinternetpage|anonymous">Anonymous _user</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</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">Hyperlink Type</property>
+ <property name="label" translatable="yes" context="hyperlinkinternetpage|label2">Hyperlink Type</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="halign">start</property>
- <property name="label" translatable="yes">F_rame:</property>
+ <property name="label" translatable="yes" context="hyperlinkinternetpage|frame_label">F_rame:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">frame</property>
<property name="xalign">0</property>
@@ -242,7 +242,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Te_xt:</property>
+ <property name="label" translatable="yes" context="hyperlinkinternetpage|indication_label">Te_xt:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">indication</property>
<property name="xalign">0</property>
@@ -257,7 +257,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">N_ame:</property>
+ <property name="label" translatable="yes" context="hyperlinkinternetpage|name_label">N_ame:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">name</property>
<property name="xalign">0</property>
@@ -300,7 +300,7 @@
<object class="GtkLabel" id="form_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">F_orm:</property>
+ <property name="label" translatable="yes" context="hyperlinkinternetpage|form_label">F_orm:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">form</property>
<property name="xalign">0</property>
@@ -327,7 +327,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Events</property>
+ <property name="tooltip_text" translatable="yes" context="hyperlinkinternetpage|script|tooltip_text">Events</property>
</object>
<packing>
<property name="left_attach">3</property>
@@ -365,7 +365,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Further Settings</property>
+ <property name="label" translatable="yes" context="hyperlinkinternetpage|label1">Further Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/hyperlinkmailpage.ui b/cui/uiconfig/ui/hyperlinkmailpage.ui
index 9496365518d4..14a60c70825f 100644
--- a/cui/uiconfig/ui/hyperlinkmailpage.ui
+++ b/cui/uiconfig/ui/hyperlinkmailpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkBox" id="HyperlinkMailPage">
@@ -36,7 +36,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Re_cipient:</property>
+ <property name="label" translatable="yes" context="hyperlinkmailpage|receiver_label">Re_cipient:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">receiver</property>
</object>
@@ -59,12 +59,12 @@
</child>
<child>
<object class="GtkButton" id="adressbook">
- <property name="label" translatable="yes">Data Sources…</property>
+ <property name="label" translatable="yes" context="hyperlinkmailpage|adressbook">Data Sources…</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Data Sources...</property>
+ <property name="tooltip_text" translatable="yes" context="hyperlinkmailpage|adressbook|tooltip_text">Data Sources...</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -78,7 +78,7 @@
<property name="halign">start</property>
<property name="xalign">0</property>
<property name="ypad">1</property>
- <property name="label" translatable="yes">_Subject:</property>
+ <property name="label" translatable="yes" context="hyperlinkmailpage|subject_label">_Subject:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">subject</property>
</object>
@@ -116,7 +116,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Mail</property>
+ <property name="label" translatable="yes" context="hyperlinkmailpage|label2">Mail</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -155,7 +155,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_rame:</property>
+ <property name="label" translatable="yes" context="hyperlinkmailpage|frame_label">F_rame:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">frame</property>
</object>
@@ -170,7 +170,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Te_xt:</property>
+ <property name="label" translatable="yes" context="hyperlinkmailpage|indication_label">Te_xt:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">indication</property>
</object>
@@ -185,7 +185,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">N_ame:</property>
+ <property name="label" translatable="yes" context="hyperlinkmailpage|name_label">N_ame:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">name</property>
</object>
@@ -228,7 +228,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_orm:</property>
+ <property name="label" translatable="yes" context="hyperlinkmailpage|form_label">F_orm:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">form</property>
</object>
@@ -254,7 +254,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Events</property>
+ <property name="tooltip_text" translatable="yes" context="hyperlinkmailpage|script|tooltip_text">Events</property>
</object>
<packing>
<property name="left_attach">3</property>
@@ -292,7 +292,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Further Settings</property>
+ <property name="label" translatable="yes" context="hyperlinkmailpage|label1">Further Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/hyperlinkmarkdialog.ui b/cui/uiconfig/ui/hyperlinkmarkdialog.ui
index 56c97aeb671e..2ded667f1384 100644
--- a/cui/uiconfig/ui/hyperlinkmarkdialog.ui
+++ b/cui/uiconfig/ui/hyperlinkmarkdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="HyperlinkMark">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Target in Document</property>
+ <property name="title" translatable="yes" context="hyperlinkmarkdialog|HyperlinkMark">Target in Document</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="apply">
- <property name="label" translatable="yes">_Apply</property>
+ <property name="label" translatable="yes" context="hyperlinkmarkdialog|apply">_Apply</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -36,7 +36,7 @@
</child>
<child>
<object class="GtkButton" id="close">
- <property name="label" translatable="yes">_Close</property>
+ <property name="label" translatable="yes" context="hyperlinkmarkdialog|close">_Close</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -69,7 +69,7 @@
</child>
<child internal-child="accessible">
<object class="AtkObject" id="TreeListBox:border-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Mark Tree</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="hyperlinkmarkdialog|TreeListBox-atkobject">Mark Tree</property>
</object>
</child>
</object>
diff --git a/cui/uiconfig/ui/hyperlinknewdocpage.ui b/cui/uiconfig/ui/hyperlinknewdocpage.ui
index 39f06f972168..e762e0e1cc2b 100644
--- a/cui/uiconfig/ui/hyperlinknewdocpage.ui
+++ b/cui/uiconfig/ui/hyperlinknewdocpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkBox" id="HyperlinkNewDocPage">
@@ -41,7 +41,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="editnow">
- <property name="label" translatable="yes">Edit _now</property>
+ <property name="label" translatable="yes" context="hyperlinknewdocpage|editnow">Edit _now</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -58,7 +58,7 @@
</child>
<child>
<object class="GtkRadioButton" id="editlater">
- <property name="label" translatable="yes">Edit _later</property>
+ <property name="label" translatable="yes" context="hyperlinknewdocpage|editlater">Edit _later</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -86,7 +86,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_File:</property>
+ <property name="label" translatable="yes" context="hyperlinknewdocpage|file_label">_File:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">path</property>
</object>
@@ -109,12 +109,12 @@
</child>
<child>
<object class="GtkButton" id="create">
- <property name="label" translatable="yes">Select Path</property>
+ <property name="label" translatable="yes" context="hyperlinknewdocpage|create">Select Path</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Select Path</property>
+ <property name="tooltip_text" translatable="yes" context="hyperlinknewdocpage|create|tooltip_text">Select Path</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -129,7 +129,7 @@
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="ypad">1</property>
- <property name="label" translatable="yes">File _type:</property>
+ <property name="label" translatable="yes" context="hyperlinknewdocpage|types_label">File _type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">types:border</property>
</object>
@@ -169,7 +169,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">New Document</property>
+ <property name="label" translatable="yes" context="hyperlinknewdocpage|label2">New Document</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -208,7 +208,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">F_rame:</property>
+ <property name="label" translatable="yes" context="hyperlinknewdocpage|frame_label">F_rame:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">frame</property>
</object>
@@ -223,7 +223,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Te_xt:</property>
+ <property name="label" translatable="yes" context="hyperlinknewdocpage|indication_label">Te_xt:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">indication</property>
</object>
@@ -238,7 +238,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">N_ame:</property>
+ <property name="label" translatable="yes" context="hyperlinknewdocpage|name_label">N_ame:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">name</property>
</object>
@@ -280,7 +280,7 @@
<object class="GtkLabel" id="form_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">F_orm:</property>
+ <property name="label" translatable="yes" context="hyperlinknewdocpage|form_label">F_orm:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">form</property>
</object>
@@ -306,7 +306,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Events</property>
+ <property name="tooltip_text" translatable="yes" context="hyperlinknewdocpage|script|tooltip_text">Events</property>
</object>
<packing>
<property name="left_attach">3</property>
@@ -344,7 +344,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Further Settings</property>
+ <property name="label" translatable="yes" context="hyperlinknewdocpage|label1">Further Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/hyphenate.ui b/cui/uiconfig/ui/hyphenate.ui
index 3239594886d3..3db83fd262e3 100644
--- a/cui/uiconfig/ui/hyphenate.ui
+++ b/cui/uiconfig/ui/hyphenate.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<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="HyphenateDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Hyphenation</property>
+ <property name="title" translatable="yes" context="hyphenate|HyphenateDialog">Hyphenation</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -45,7 +45,7 @@
</child>
<child>
<object class="GtkButton" id="hyphall">
- <property name="label" translatable="yes">Hyphenate All</property>
+ <property name="label" translatable="yes" context="hyphenate|hyphall">Hyphenate All</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -95,7 +95,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="ok">
- <property name="label" translatable="yes">Hyphenate</property>
+ <property name="label" translatable="yes" context="hyphenate|ok">Hyphenate</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_default">True</property>
@@ -109,7 +109,7 @@
</child>
<child>
<object class="GtkButton" id="continue">
- <property name="label" translatable="yes">Skip</property>
+ <property name="label" translatable="yes" context="hyphenate|continue">Skip</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</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">Word:</property>
+ <property name="label" translatable="yes" context="hyphenate|label1">Word:</property>
<property name="use_underline">True</property>
</object>
<packing>
diff --git a/cui/uiconfig/ui/iconchangedialog.ui b/cui/uiconfig/ui/iconchangedialog.ui
index 8cad637912e9..4cb96211834b 100644
--- a/cui/uiconfig/ui/iconchangedialog.ui
+++ b/cui/uiconfig/ui/iconchangedialog.ui
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="IconChange">
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">%PRODUCTNAME %PRODUCTVERSION</property>
+ <property name="title" translatable="yes" context="iconchangedialog|IconChange">%PRODUCTNAME %PRODUCTVERSION</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -72,7 +72,7 @@
<property name="halign">start</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">The files listed below could not be imported.
+ <property name="label" translatable="yes" context="iconchangedialog|label1">The files listed below could not be imported.
The file format could not be interpreted.</property>
</object>
<packing>
diff --git a/cui/uiconfig/ui/iconselectordialog.ui b/cui/uiconfig/ui/iconselectordialog.ui
index 498e42ad3322..2b7e21f49eb0 100644
--- a/cui/uiconfig/ui/iconselectordialog.ui
+++ b/cui/uiconfig/ui/iconselectordialog.ui
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="IconSelector">
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Change Icon</property>
+ <property name="title" translatable="yes" context="iconselectordialog|IconSelector">Change Icon</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -122,7 +122,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Icons</property>
+ <property name="label" translatable="yes" context="iconselectordialog|label1">_Icons</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -145,7 +145,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="importButton">
- <property name="label" translatable="yes">I_mport...</property>
+ <property name="label" translatable="yes" context="iconselectordialog|importButton">I_mport...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -160,7 +160,7 @@
</child>
<child>
<object class="GtkButton" id="deleteButton">
- <property name="label" translatable="yes">_Delete...</property>
+ <property name="label" translatable="yes" context="iconselectordialog|deleteButton">_Delete...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -194,7 +194,7 @@
<property name="halign">start</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">Note:
+ <property name="label" translatable="yes" context="iconselectordialog|noteLabel">Note:
The size of an icon should be 16x16 pixel to achieve best quality.
Different sized icons will be scaled automatically.</property>
<property name="wrap">True</property>
diff --git a/cui/uiconfig/ui/insertfloatingframe.ui b/cui/uiconfig/ui/insertfloatingframe.ui
index b2b617971347..fdc3e87aa74e 100644
--- a/cui/uiconfig/ui/insertfloatingframe.ui
+++ b/cui/uiconfig/ui/insertfloatingframe.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">99</property>
@@ -10,7 +10,7 @@
<object class="GtkDialog" id="InsertFloatingFrameDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Floating Frame Properties</property>
+ <property name="title" translatable="yes" context="insertfloatingframe|InsertFloatingFrameDialog">Floating Frame Properties</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -62,7 +62,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="margin_right">12</property>
- <property name="label" translatable="yes">Name:</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|label6">Name:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -75,7 +75,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="margin_right">12</property>
- <property name="label" translatable="yes">Contents:</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|label7">Contents:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -84,7 +84,7 @@
</child>
<child>
<object class="GtkButton" id="buttonbrowse">
- <property name="label" translatable="yes">Browse...</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|buttonbrowse">Browse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -127,7 +127,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="scrollbaron">
- <property name="label" translatable="yes">On</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|scrollbaron">On</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -144,7 +144,7 @@
</child>
<child>
<object class="GtkRadioButton" id="scrollbaroff">
- <property name="label" translatable="yes">Off</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|scrollbaroff">Off</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="GtkRadioButton" id="scrollbarauto">
- <property name="label" translatable="yes">Automatic</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|scrollbarauto">Automatic</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -182,7 +182,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Scroll Bar</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|label1">Scroll Bar</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -215,7 +215,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="borderon">
- <property name="label" translatable="yes">On</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|borderon">On</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -232,7 +232,7 @@
</child>
<child>
<object class="GtkRadioButton" id="borderoff">
- <property name="label" translatable="yes">Off</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|borderoff">Off</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="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Border</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|label2">Border</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -294,7 +294,7 @@
<property name="can_focus">False</property>
<property name="margin_right">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Width:</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|widthlabel">Width:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -307,7 +307,7 @@
<property name="can_focus">False</property>
<property name="margin_right">12</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Height:</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|heightlabel">Height:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -342,7 +342,7 @@
</child>
<child>
<object class="GtkCheckButton" id="defaultwidth">
- <property name="label" translatable="yes">Default</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|defaultwidth">Default</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="defaultheight">
- <property name="label" translatable="yes">Default</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|defaultheight">Default</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -376,7 +376,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Spacing to Contents</property>
+ <property name="label" translatable="yes" context="insertfloatingframe|label3">Spacing to Contents</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/insertoleobject.ui b/cui/uiconfig/ui/insertoleobject.ui
index 1aaeecb9319a..a10b6e6c0375 100644
--- a/cui/uiconfig/ui/insertoleobject.ui
+++ b/cui/uiconfig/ui/insertoleobject.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="InsertOLEObjectDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert OLE Object</property>
+ <property name="title" translatable="yes" context="insertoleobject|InsertOLEObjectDialog">Insert OLE Object</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -83,7 +83,7 @@
<property name="homogeneous">True</property>
<child>
<object class="GtkRadioButton" id="createnew">
- <property name="label" translatable="yes">Create new</property>
+ <property name="label" translatable="yes" context="insertoleobject|createnew">Create new</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="GtkRadioButton" id="createfromfile">
- <property name="label" translatable="yes">Create from file</property>
+ <property name="label" translatable="yes" context="insertoleobject|createfromfile">Create from file</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -148,7 +148,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Object Type</property>
+ <property name="label" translatable="yes" context="insertoleobject|label1">Object Type</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -194,7 +194,7 @@
</child>
<child>
<object class="GtkButton" id="urlbtn">
- <property name="label" translatable="yes">Search…</property>
+ <property name="label" translatable="yes" context="insertoleobject|urlbtn">Search…</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -207,7 +207,7 @@
</child>
<child>
<object class="GtkCheckButton" id="linktofile">
- <property name="label" translatable="yes">Link to file</property>
+ <property name="label" translatable="yes" context="insertoleobject|linktofile">Link to file</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -221,7 +221,7 @@
</child>
<child>
<object class="GtkCheckButton" id="asicon">
- <property name="label" translatable="yes">Display as icon</property>
+ <property name="label" translatable="yes" context="insertoleobject|asicon">Display as icon</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">File</property>
+ <property name="label" translatable="yes" context="insertoleobject|label2">File</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/insertrowcolumn.ui b/cui/uiconfig/ui/insertrowcolumn.ui
index d2d06dabee29..9ac093790916 100644
--- a/cui/uiconfig/ui/insertrowcolumn.ui
+++ b/cui/uiconfig/ui/insertrowcolumn.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -12,7 +12,7 @@
<object class="GtkDialog" id="InsertRowColumnDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Insert Row</property>
+ <property name="title" translatable="yes" context="insertrowcolumn|InsertRowColumnDialog">Insert Row</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -103,7 +103,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Number:</property>
+ <property name="label" translatable="yes" context="insertrowcolumn|label3">_Number:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">insert_number</property>
</object>
@@ -135,7 +135,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Insert</property>
+ <property name="label" translatable="yes" context="insertrowcolumn|label1">Insert</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -166,7 +166,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="insert_before">
- <property name="label" translatable="yes">_Before</property>
+ <property name="label" translatable="yes" context="insertrowcolumn|insert_before">_Before</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="insert_after">
- <property name="label" translatable="yes">A_fter</property>
+ <property name="label" translatable="yes" context="insertrowcolumn|insert_after">A_fter</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -207,7 +207,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position</property>
+ <property name="label" translatable="yes" context="insertrowcolumn|label2">Position</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/javaclasspathdialog.ui b/cui/uiconfig/ui/javaclasspathdialog.ui
index a15c48bb23a0..d4b9689cda7c 100644
--- a/cui/uiconfig/ui/javaclasspathdialog.ui
+++ b/cui/uiconfig/ui/javaclasspathdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="JavaClassPath">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Class Path</property>
+ <property name="title" translatable="yes" context="javaclasspathdialog|JavaClassPath">Class Path</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -90,7 +90,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">A_ssigned folders and archives</property>
+ <property name="label" translatable="yes" context="javaclasspathdialog|label1">A_ssigned folders and archives</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">paths:border</property>
</object>
@@ -141,7 +141,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkButton" id="archive">
- <property name="label" translatable="yes">_Add Archive...</property>
+ <property name="label" translatable="yes" context="javaclasspathdialog|archive">_Add Archive...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -155,7 +155,7 @@
</child>
<child>
<object class="GtkButton" id="folder">
- <property name="label" translatable="yes">Add _Folder</property>
+ <property name="label" translatable="yes" context="javaclasspathdialog|folder">Add _Folder</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -169,7 +169,7 @@
</child>
<child>
<object class="GtkButton" id="remove">
- <property name="label" translatable="yes">_Remove</property>
+ <property name="label" translatable="yes" context="javaclasspathdialog|remove">_Remove</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/cui/uiconfig/ui/javastartparametersdialog.ui b/cui/uiconfig/ui/javastartparametersdialog.ui
index bba3f96c4607..b8aa224c4558 100644
--- a/cui/uiconfig/ui/javastartparametersdialog.ui
+++ b/cui/uiconfig/ui/javastartparametersdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="JavaStartParameters">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Java Start Parameters</property>
+ <property name="title" translatable="yes" context="javastartparametersdialog|JavaStartParameters">Java Start Parameters</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -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">Java start _parameter</property>
+ <property name="label" translatable="yes" context="javastartparametersdialog|label4">Java start _parameter</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">parameterfield</property>
</object>
@@ -117,7 +117,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Assig_ned start parameters</property>
+ <property name="label" translatable="yes" context="javastartparametersdialog|label5">Assig_ned start parameters</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">assignlist:border</property>
</object>
@@ -156,7 +156,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">For example: -Dmyprop=c:\\program files\\java</property>
+ <property name="label" translatable="yes" context="javastartparametersdialog|label6">For example: -Dmyprop=c:\\program files\\java</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -165,7 +165,7 @@
</child>
<child>
<object class="GtkButton" id="assignbtn">
- <property name="label" translatable="yes">_Add</property>
+ <property name="label" translatable="yes" context="javastartparametersdialog|assignbtn">_Add</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -185,7 +185,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkButton" id="editbtn">
- <property name="label" translatable="yes">_Edit</property>
+ <property name="label" translatable="yes" context="javastartparametersdialog|editbtn">_Edit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -200,7 +200,7 @@
</child>
<child>
<object class="GtkButton" id="removebtn">
- <property name="label" translatable="yes">_Remove</property>
+ <property name="label" translatable="yes" context="javastartparametersdialog|removebtn">_Remove</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/cui/uiconfig/ui/linedialog.ui b/cui/uiconfig/ui/linedialog.ui
index 1df67bd19774..f834c37a1847 100644
--- a/cui/uiconfig/ui/linedialog.ui
+++ b/cui/uiconfig/ui/linedialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="LineDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Line</property>
+ <property name="title" translatable="yes" context="linedialog|LineDialog">Line</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_LINE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Line</property>
+ <property name="label" translatable="yes" context="linedialog|RID_SVXPAGE_LINE">Line</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_SHADOW">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Shadow</property>
+ <property name="label" translatable="yes" context="linedialog|RID_SVXPAGE_SHADOW">Shadow</property>
</object>
<packing>
<property name="position">1</property>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_LINE_DEF">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Line Styles</property>
+ <property name="label" translatable="yes" context="linedialog|RID_SVXPAGE_LINE_DEF">Line Styles</property>
</object>
<packing>
<property name="position">2</property>
@@ -138,7 +138,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_LINEEND_DEF">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Arrow Styles</property>
+ <property name="label" translatable="yes" context="linedialog|RID_SVXPAGE_LINEEND_DEF">Arrow Styles</property>
</object>
<packing>
<property name="position">3</property>
diff --git a/cui/uiconfig/ui/lineendstabpage.ui b/cui/uiconfig/ui/lineendstabpage.ui
index 00bcec8e924f..cda3a5af7438 100644
--- a/cui/uiconfig/ui/lineendstabpage.ui
+++ b/cui/uiconfig/ui/lineendstabpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkFrame" id="LineEndPage">
@@ -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">_Title:</property>
+ <property name="label" translatable="yes" context="lineendstabpage|FT_TITLE">_Title:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">EDT_NAME</property>
</object>
@@ -62,7 +62,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Arrow _style:</property>
+ <property name="label" translatable="yes" context="lineendstabpage|FT_LINE_END_STYLE">Arrow _style:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -108,7 +108,7 @@
<property name="valign">end</property>
<property name="vexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Add a selected object to create new arrow styles.</property>
+ <property name="label" translatable="yes" context="lineendstabpage|FI_TIP">Add a selected object to create new arrow styles.</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -149,7 +149,7 @@
</child>
<child>
<object class="GtkButton" id="BTN_MODIFY">
- <property name="label" translatable="yes">_Modify</property>
+ <property name="label" translatable="yes" context="lineendstabpage|BTN_MODIFY">_Modify</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">True</property>
@@ -187,7 +187,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">Load arrow styles</property>
+ <property name="tooltip_text" translatable="yes" context="lineendstabpage|BTN_LOAD|tooltip_text">Load arrow styles</property>
<property name="halign">center</property>
<property name="hexpand">True</property>
<property name="image">image1</property>
@@ -205,7 +205,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">Save arrow styles</property>
+ <property name="tooltip_text" translatable="yes" context="lineendstabpage|BTN_SAVE|tooltip_text">Save arrow styles</property>
<property name="halign">center</property>
<property name="hexpand">True</property>
<property name="image">image2</property>
@@ -273,7 +273,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Organize Arrow Styles</property>
+ <property name="label" translatable="yes" context="lineendstabpage|label1">Organize Arrow Styles</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/linestyletabpage.ui b/cui/uiconfig/ui/linestyletabpage.ui
index ee3e2b5029b3..4eb56a19fba0 100644
--- a/cui/uiconfig/ui/linestyletabpage.ui
+++ b/cui/uiconfig/ui/linestyletabpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkAdjustment" id="adjustmentDIST">
@@ -31,11 +31,11 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Dots</col>
+ <col id="0" translatable="yes" context="linestyletabpage|liststoreTYPE">Dots</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Dash</col>
+ <col id="0" translatable="yes" context="linestyletabpage|liststoreTYPE">Dash</col>
<col id="1">0</col>
</row>
</data>
@@ -89,7 +89,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Line _style:</property>
+ <property name="label" translatable="yes" context="linestyletabpage|FT_LINESTYLE">Line _style:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -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">_Type:</property>
+ <property name="label" translatable="yes" context="linestyletabpage|FT_TYPE">_Type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">LB_TYPE_1</property>
</object>
@@ -143,7 +143,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="linestyletabpage|FT_NUMBER">_Number:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">NUM_FLD_1</property>
</object>
@@ -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">_Length:</property>
+ <property name="label" translatable="yes" context="linestyletabpage|FT_LENGTH">_Length:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_LENGTH_1:0.00cm</property>
</object>
@@ -175,7 +175,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="linestyletabpage|FT_DISTANCE">_Spacing:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_DISTANCE:0.00cm</property>
</object>
@@ -188,7 +188,7 @@
</child>
<child>
<object class="GtkCheckButton" id="CBX_SYNCHRONIZE">
- <property name="label" translatable="yes">_Fit to line width</property>
+ <property name="label" translatable="yes" context="linestyletabpage|CBX_SYNCHRONIZE">_Fit to line width</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -351,7 +351,7 @@
</child>
<child>
<object class="GtkButton" id="BTN_MODIFY">
- <property name="label" translatable="yes">_Modify</property>
+ <property name="label" translatable="yes" context="linestyletabpage|BTN_MODIFY">_Modify</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">True</property>
@@ -389,7 +389,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">Load Line Styles</property>
+ <property name="tooltip_text" translatable="yes" context="linestyletabpage|BTN_LOAD|tooltip_text">Load Line Styles</property>
<property name="halign">center</property>
<property name="hexpand">True</property>
<property name="image">image1</property>
@@ -407,7 +407,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">Save Line Styles</property>
+ <property name="tooltip_text" translatable="yes" context="linestyletabpage|BTN_SAVE|tooltip_text">Save Line Styles</property>
<property name="halign">center</property>
<property name="hexpand">True</property>
<property name="image">image2</property>
@@ -462,7 +462,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="linestyletabpage|label1">Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/linetabpage.ui b/cui/uiconfig/ui/linetabpage.ui
index 26dd4db2b166..9b7893219710 100644
--- a/cui/uiconfig/ui/linetabpage.ui
+++ b/cui/uiconfig/ui/linetabpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<!-- interface-requires LibreOffice 1.0 -->
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustmentPERCENT">
@@ -27,15 +27,15 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Flat</col>
+ <col id="0" translatable="yes" context="linetabpage|liststoreCAP_STYLE">Flat</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Round</col>
+ <col id="0" translatable="yes" context="linetabpage|liststoreCAP_STYLE">Round</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Square</col>
+ <col id="0" translatable="yes" context="linetabpage|liststoreCAP_STYLE">Square</col>
<col id="1">2</col>
</row>
</data>
@@ -49,19 +49,19 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Rounded</col>
+ <col id="0" translatable="yes" context="linetabpage|liststoreEDGE_STYLE">Rounded</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">- none -</col>
+ <col id="0" translatable="yes" context="linetabpage|liststoreEDGE_STYLE">- none -</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Mitered</col>
+ <col id="0" translatable="yes" context="linetabpage|liststoreEDGE_STYLE">Mitered</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Beveled</col>
+ <col id="0" translatable="yes" context="linetabpage|liststoreEDGE_STYLE">Beveled</col>
<col id="1">3</col>
</row>
</data>
@@ -106,7 +106,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Style:</property>
+ <property name="label" translatable="yes" context="linetabpage|FT_LINE_STYLE">_Style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">LB_LINE_STYLE</property>
</object>
@@ -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">Colo_r:</property>
+ <property name="label" translatable="yes" context="linetabpage|FT_COLOR">Colo_r:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">LB_COLOR</property>
</object>
@@ -183,7 +183,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="linetabpage|FT_LINE_WIDTH">_Width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_LINE_WIDTH:0cm</property>
</object>
@@ -225,7 +225,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Transparency:</property>
+ <property name="label" translatable="yes" context="linetabpage|FT_TRANSPARENT">_Transparency:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_LINE_TRANSPARENT:0%</property>
</object>
@@ -264,7 +264,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Line Properties</property>
+ <property name="label" translatable="yes" context="linetabpage|label1">Line Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -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">Start st_yle:</property>
+ <property name="label" translatable="yes" context="linetabpage|FT_LINE_ENDS_STYLE">Start st_yle:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">LB_START_STYLE</property>
</object>
@@ -352,7 +352,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">End sty_le:</property>
+ <property name="label" translatable="yes" context="linetabpage|label5">End sty_le:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">LB_END_STYLE</property>
</object>
@@ -374,7 +374,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Wi_dth:</property>
+ <property name="label" translatable="yes" context="linetabpage|FT_LINE_START_WIDTH">Wi_dth:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_START_WIDTH:0cm</property>
</object>
@@ -401,7 +401,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_CENTER_START">
- <property name="label" translatable="yes">Ce_nter</property>
+ <property name="label" translatable="yes" context="linetabpage|TSB_CENTER_START">Ce_nter</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -435,7 +435,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="linetabpage|FT_LINE_END_WIDTH">W_idth:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_END_WIDTH:0cm</property>
</object>
@@ -462,7 +462,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_CENTER_END">
- <property name="label" translatable="yes">C_enter</property>
+ <property name="label" translatable="yes" context="linetabpage|TSB_CENTER_END">C_enter</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -494,7 +494,7 @@
</child>
<child>
<object class="GtkCheckButton" id="CBX_SYNCHRONIZE">
- <property name="label" translatable="yes">Synchroni_ze ends</property>
+ <property name="label" translatable="yes" context="linetabpage|CBX_SYNCHRONIZE">Synchroni_ze ends</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -516,7 +516,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Arrow Styles</property>
+ <property name="label" translatable="yes" context="linetabpage|label2">Arrow Styles</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -552,7 +552,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Corner style:</property>
+ <property name="label" translatable="yes" context="linetabpage|FT_EDGE_STYLE">_Corner style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">LB_EDGE_STYLE</property>
</object>
@@ -568,7 +568,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Ca_p style:</property>
+ <property name="label" translatable="yes" context="linetabpage|FT_CAP_STYLE">Ca_p style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">LB_CAP_STYLE</property>
</object>
@@ -613,7 +613,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Corner and Cap Styles</property>
+ <property name="label" translatable="yes" context="linetabpage|label3">Corner and Cap Styles</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -646,7 +646,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkButton" id="MB_SYMBOL_BITMAP:menuSELECT">
- <property name="label" translatable="yes">Select...</property>
+ <property name="label" translatable="yes" context="linetabpage|MB_SYMBOL_BITMAP">Select...</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">True</property>
@@ -668,7 +668,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Widt_h:</property>
+ <property name="label" translatable="yes" context="linetabpage|FT_SYMBOL_WIDTH">Widt_h:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MF_SYMBOL_WIDTH:0cm</property>
</object>
@@ -696,7 +696,7 @@
</child>
<child>
<object class="GtkCheckButton" id="CB_SYMBOL_RATIO">
- <property name="label" translatable="yes">_Keep ratio</property>
+ <property name="label" translatable="yes" context="linetabpage|CB_SYMBOL_RATIO">_Keep ratio</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -716,7 +716,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Hei_ght:</property>
+ <property name="label" translatable="yes" context="linetabpage|FT_SYMBOL_HEIGHT">Hei_ght:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -756,7 +756,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Icon</property>
+ <property name="label" translatable="yes" context="linetabpage|label4">Icon</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -795,7 +795,7 @@
<property name="can_focus">False</property>
<child internal-child="accessible">
<object class="AtkObject" id="CTL_PREVIEW:border-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Example</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="linetabpage|CTL_PREVIEW-atkobject">Example</property>
</object>
</child>
</object>
@@ -821,7 +821,7 @@
<object class="GtkMenuItem" id="menuitem1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_No Symbol</property>
+ <property name="label" translatable="yes" context="linetabpage|menuitem1">_No Symbol</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -829,7 +829,7 @@
<object class="GtkMenuItem" id="menuitem2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Automatic</property>
+ <property name="label" translatable="yes" context="linetabpage|menuitem2">_Automatic</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -837,7 +837,7 @@
<object class="GtkMenuItem" id="menuitem3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_From file...</property>
+ <property name="label" translatable="yes" context="linetabpage|menuitem3">_From file...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -845,7 +845,7 @@
<object class="GtkMenuItem" id="menuitem4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Gallery</property>
+ <property name="label" translatable="yes" context="linetabpage|menuitem4">_Gallery</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -853,7 +853,7 @@
<object class="GtkMenuItem" id="menuitem5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Symbols</property>
+ <property name="label" translatable="yes" context="linetabpage|menuitem5">_Symbols</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/cui/uiconfig/ui/macroassigndialog.ui b/cui/uiconfig/ui/macroassigndialog.ui
index 5e13ca6ea559..8dcc8532bd58 100644
--- a/cui/uiconfig/ui/macroassigndialog.ui
+++ b/cui/uiconfig/ui/macroassigndialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="MacroAssignDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Assign Action</property>
+ <property name="title" translatable="yes" context="macroassigndialog|MacroAssignDialog">Assign Action</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
diff --git a/cui/uiconfig/ui/macroassignpage.ui b/cui/uiconfig/ui/macroassignpage.ui
index a7a02307130b..4bd104716608 100644
--- a/cui/uiconfig/ui/macroassignpage.ui
+++ b/cui/uiconfig/ui/macroassignpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 on Thu Jan 23 10:25:37 2014 -->
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkGrid" id="MacroAssignPage">
@@ -54,7 +54,7 @@
<object class="GtkLabel" id="eventft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Event</property>
+ <property name="label" translatable="yes" context="macroassignpage|eventft">Event</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -67,7 +67,7 @@
<object class="GtkLabel" id="assignft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Assigned Action</property>
+ <property name="label" translatable="yes" context="macroassignpage|assignft">Assigned Action</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -92,7 +92,7 @@
<object class="GtkLabel" id="libraryft1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Assignments</property>
+ <property name="label" translatable="yes" context="macroassignpage|libraryft1">Assignments</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -127,7 +127,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="assign">
- <property name="label" translatable="yes">M_acro...</property>
+ <property name="label" translatable="yes" context="macroassignpage|assign">M_acro...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -141,7 +141,7 @@
</child>
<child>
<object class="GtkButton" id="component">
- <property name="label" translatable="yes">Com_ponent...</property>
+ <property name="label" translatable="yes" context="macroassignpage|component">Com_ponent...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -155,7 +155,7 @@
</child>
<child>
<object class="GtkButton" id="delete">
- <property name="label" translatable="yes">Remove</property>
+ <property name="label" translatable="yes" context="macroassignpage|delete">Remove</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -213,7 +213,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Assign</property>
+ <property name="label" translatable="yes" context="macroassignpage|label1">Assign</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/macroselectordialog.ui b/cui/uiconfig/ui/macroselectordialog.ui
index 476b526ffef4..0d9db625a4b1 100644
--- a/cui/uiconfig/ui/macroselectordialog.ui
+++ b/cui/uiconfig/ui/macroselectordialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkDialog" id="MacroSelectorDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Macro Selector</property>
+ <property name="title" translatable="yes" context="macroselectordialog|MacroSelectorDialog">Macro Selector</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -34,7 +34,7 @@
</child>
<child>
<object class="GtkButton" id="add">
- <property name="label" translatable="yes">Add</property>
+ <property name="label" translatable="yes" context="macroselectordialog|add">Add</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
@@ -111,7 +111,7 @@
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Select the library that contains the macro you want. Then select the macro under 'Macro name'.</property>
+ <property name="label" translatable="yes" context="macroselectordialog|helpmacro">Select the library that contains the macro you want. Then select the macro under 'Macro name'.</property>
<property name="wrap">True</property>
<property name="max_width_chars">60</property>
</object>
@@ -127,7 +127,7 @@
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">To add a command to a toolbar, select the category and then the command. Then drag the command to the Commands list of the Toolbars tab page in the Customize dialog.</property>
+ <property name="label" translatable="yes" context="macroselectordialog|helptoolbar">To add a command to a toolbar, select the category and then the command. Then drag the command to the Commands list of the Toolbars tab page in the Customize dialog.</property>
<property name="wrap">True</property>
<property name="max_width_chars">60</property>
</object>
@@ -181,7 +181,7 @@
<object class="GtkLabel" id="libraryft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Library</property>
+ <property name="label" translatable="yes" context="macroselectordialog|libraryft">Library</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -196,7 +196,7 @@
<object class="GtkLabel" id="categoryft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Category</property>
+ <property name="label" translatable="yes" context="macroselectordialog|categoryft">Category</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -253,7 +253,7 @@
<object class="GtkLabel" id="macronameft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Macro Name</property>
+ <property name="label" translatable="yes" context="macroselectordialog|macronameft">Macro Name</property>
<property name="track_visited_links">False</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -269,7 +269,7 @@
<object class="GtkLabel" id="commandsft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Commands</property>
+ <property name="label" translatable="yes" context="macroselectordialog|commandsft">Commands</property>
<property name="track_visited_links">False</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -338,7 +338,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Description</property>
+ <property name="label" translatable="yes" context="macroselectordialog|label1">Description</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/menuassignpage.ui b/cui/uiconfig/ui/menuassignpage.ui
index 435a33e9737a..1213719c2f3c 100644
--- a/cui/uiconfig/ui/menuassignpage.ui
+++ b/cui/uiconfig/ui/menuassignpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.10"/>
<object class="GtkMenu" id="contentmenu">
<property name="visible">True</property>
@@ -9,7 +9,7 @@
<object class="GtkMenuItem" id="toolrename">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Rename...</property>
+ <property name="label" translatable="yes" context="menuassignpage|toolrename">Rename...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -17,7 +17,7 @@
<object class="GtkMenuItem" id="toolrestore">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Restore Default Command</property>
+ <property name="label" translatable="yes" context="menuassignpage|toolrestore">Restore Default Command</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -31,7 +31,7 @@
<object class="GtkMenuItem" id="toolchange">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Change Icon...</property>
+ <property name="label" translatable="yes" context="menuassignpage|toolchange">Change Icon...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -39,7 +39,7 @@
<object class="GtkMenuItem" id="toolreset">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Reset Icon</property>
+ <property name="label" translatable="yes" context="menuassignpage|toolreset">Reset Icon</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -89,7 +89,7 @@
<object class="GtkLabel" id="toplevelft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Menu</property>
+ <property name="label" translatable="yes" context="menuassignpage|toplevelft">Menu</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">toplevellist</property>
<property name="xalign">0</property>
@@ -117,7 +117,7 @@
<property name="can_focus">False</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
- <property name="label" translatable="yes">Style</property>
+ <property name="label" translatable="yes" context="menuassignpage|toolbarstyleft">Style</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">toplevellist</property>
<property name="xalign">0</property>
@@ -137,7 +137,7 @@
<property name="hexpand">True</property>
<child>
<object class="GtkRadioButton" id="iconsandtextrb">
- <property name="label" translatable="yes">Icons &amp; Text</property>
+ <property name="label" translatable="yes" context="menuassignpage|iconsandtextrb">Icons &amp; Text</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="iconsrb">
- <property name="label" translatable="yes">Icons</property>
+ <property name="label" translatable="yes" context="menuassignpage|iconsrb">Icons</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="textrb">
- <property name="label" translatable="yes">Text</property>
+ <property name="label" translatable="yes" context="menuassignpage|textrb">Text</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -208,7 +208,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="toplevelbutton">
- <property name="label" translatable="yes">New...</property>
+ <property name="label" translatable="yes" context="menuassignpage|toplevelbutton">New...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -222,7 +222,7 @@
</child>
<child>
<object class="GtkButton" id="menuedit:menu">
- <property name="label" translatable="yes">Menu</property>
+ <property name="label" translatable="yes" context="menuassignpage|menuedit">Menu</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -247,7 +247,7 @@
<object class="GtkLabel" id="label26">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">%PRODUCTNAME %MODULENAME Menus</property>
+ <property name="label" translatable="yes" context="menuassignpage|label26">%PRODUCTNAME %MODULENAME Menus</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -306,7 +306,7 @@
<object class="GtkLabel" id="label33">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Save In</property>
+ <property name="label" translatable="yes" context="menuassignpage|label33">_Save In</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">savein</property>
<property name="xalign">0</property>
@@ -321,7 +321,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">start</property>
- <property name="label" translatable="yes">Entries</property>
+ <property name="label" translatable="yes" context="menuassignpage|contentslabel">Entries</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entries</property>
<property name="xalign">0</property>
@@ -426,7 +426,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="resetbtn">
- <property name="label" translatable="yes">Reset</property>
+ <property name="label" translatable="yes" context="menuassignpage|resetbtn">Reset</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -454,7 +454,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="modify:modmenu">
- <property name="label" translatable="yes">Modify</property>
+ <property name="label" translatable="yes" context="menuassignpage|modify">Modify</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -467,7 +467,7 @@
</child>
<child>
<object class="GtkButton" id="deletebtn">
- <property name="label" translatable="yes">Remove</property>
+ <property name="label" translatable="yes" context="menuassignpage|deletebtn">Remove</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -495,7 +495,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="add">
- <property name="label" translatable="yes">Add Command</property>
+ <property name="label" translatable="yes" context="menuassignpage|add">Add Command</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -509,7 +509,7 @@
</child>
<child>
<object class="GtkButton" id="addseparatorbtn">
- <property name="label" translatable="yes">Add Separator</property>
+ <property name="label" translatable="yes" context="menuassignpage|addseparatorbtn">Add Separator</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -523,7 +523,7 @@
</child>
<child>
<object class="GtkButton" id="addsubmenubtn">
- <property name="label" translatable="yes">Add Submenu</property>
+ <property name="label" translatable="yes" context="menuassignpage|addsubmenubtn">Add Submenu</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -555,7 +555,7 @@
<object class="GtkLabel" id="label27">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Menu Content</property>
+ <property name="label" translatable="yes" context="menuassignpage|label27">Menu Content</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -602,7 +602,7 @@
<object class="GtkLabel" id="label28">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Description</property>
+ <property name="label" translatable="yes" context="menuassignpage|label28">_Description</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -642,7 +642,7 @@
<object class="GtkMenuItem" id="move">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Move...</property>
+ <property name="label" translatable="yes" context="menuassignpage|move">Move...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -650,7 +650,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="menuassignpage|rename">Rename...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -664,7 +664,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="menuassignpage|delete">Delete...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -676,14 +676,14 @@
<object class="GtkMenuItem" id="modtoolrename">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Rename...</property>
+ <property name="label" translatable="yes" context="menuassignpage|modtoolrename">Rename...</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="modtooldelete">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Delete</property>
+ <property name="label" translatable="yes" context="menuassignpage|modtooldelete">Delete</property>
</object>
</child>
</object>
@@ -694,7 +694,7 @@
<object class="GtkMenuItem" id="modrename">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Rename...</property>
+ <property name="label" translatable="yes" context="menuassignpage|modrename">Rename...</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/cui/uiconfig/ui/messbox.ui b/cui/uiconfig/ui/messbox.ui
index 29913a9a2654..6e9120c4df3d 100644
--- a/cui/uiconfig/ui/messbox.ui
+++ b/cui/uiconfig/ui/messbox.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="MessBox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/mosaicdialog.ui b/cui/uiconfig/ui/mosaicdialog.ui
index b29991b26590..ac7714c486eb 100644
--- a/cui/uiconfig/ui/mosaicdialog.ui
+++ b/cui/uiconfig/ui/mosaicdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<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="MosaicDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Mosaic</property>
+ <property name="title" translatable="yes" context="mosaicdialog|MosaicDialog">Mosaic</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -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">_Width:</property>
+ <property name="label" translatable="yes" context="mosaicdialog|label2">_Width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">width:px</property>
</object>
@@ -165,7 +165,7 @@
<object class="GtkSpinButton" id="height:px">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="text" translatable="yes">2</property>
+ <property name="text" translatable="yes" context="mosaicdialog|height">2</property>
<property name="adjustment">adjustment1</property>
<property name="value">2</property>
</object>
@@ -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">_Height:</property>
+ <property name="label" translatable="yes" context="mosaicdialog|label3">_Height:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">height:px</property>
</object>
@@ -196,7 +196,7 @@
</child>
<child>
<object class="GtkCheckButton" id="edges">
- <property name="label" translatable="yes">E_nhance edges</property>
+ <property name="label" translatable="yes" context="mosaicdialog|edges">E_nhance edges</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -223,7 +223,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Parameters</property>
+ <property name="label" translatable="yes" context="mosaicdialog|label1">Parameters</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/movemenu.ui b/cui/uiconfig/ui/movemenu.ui
index d6533a42377e..dee4c288d53c 100644
--- a/cui/uiconfig/ui/movemenu.ui
+++ b/cui/uiconfig/ui/movemenu.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkImage" id="image1">
@@ -16,7 +16,7 @@
<object class="GtkDialog" id="MoveMenuDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">New Menu</property>
+ <property name="title" translatable="yes" context="movemenu|MoveMenuDialog">New Menu</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -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">Menu name:</property>
+ <property name="label" translatable="yes" context="movemenu|menunameft">Menu name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">menuname</property>
</object>
@@ -194,7 +194,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Menu _position:</property>
+ <property name="label" translatable="yes" context="movemenu|label1">Menu _position:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -241,7 +241,7 @@
<property name="image">image1</property>
<child internal-child="accessible">
<object class="AtkObject" id="up-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Up</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="movemenu|up-atkobject">Up</property>
</object>
</child>
</object>
@@ -259,7 +259,7 @@
<property name="image">image2</property>
<child internal-child="accessible">
<object class="AtkObject" id="down-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Down</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="movemenu|down-atkobject">Down</property>
</object>
</child>
</object>
diff --git a/cui/uiconfig/ui/multipathdialog.ui b/cui/uiconfig/ui/multipathdialog.ui
index 6a0322385eea..616d37720961 100644
--- a/cui/uiconfig/ui/multipathdialog.ui
+++ b/cui/uiconfig/ui/multipathdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="MultiPathDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Select Paths</property>
+ <property name="title" translatable="yes" context="multipathdialog|MultiPathDialog">Select Paths</property>
<property name="resizable">False</property>
<property name="type_hint">normal</property>
<child internal-child="vbox">
@@ -104,7 +104,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="multipathdialog|add">_Add...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -161,7 +161,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Path list:</property>
+ <property name="label" translatable="yes" context="multipathdialog|pathlist">Path list:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -182,7 +182,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Mark the Default Path for New Files</property>
+ <property name="label" translatable="yes" context="multipathdialog|label1">Mark the Default Path for New Files</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/namedialog.ui b/cui/uiconfig/ui/namedialog.ui
index 541b795f1a8a..7a221cef9c74 100644
--- a/cui/uiconfig/ui/namedialog.ui
+++ b/cui/uiconfig/ui/namedialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="NameDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Name</property>
+ <property name="title" translatable="yes" context="namedialog|NameDialog">Name</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
diff --git a/cui/uiconfig/ui/newlibdialog.ui b/cui/uiconfig/ui/newlibdialog.ui
index 7b284317acc4..79d42644d729 100644
--- a/cui/uiconfig/ui/newlibdialog.ui
+++ b/cui/uiconfig/ui/newlibdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 on Sat Jan 4 16:52:18 2014 -->
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="NewLibDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Create Library</property>
+ <property name="title" translatable="yes" context="newlibdialog|NewLibDialog">Create Library</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -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">Enter the name for the new library.</property>
+ <property name="label" translatable="yes" context="newlibdialog|newlibft">Enter the name for the new library.</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry</property>
</object>
@@ -54,7 +54,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Enter the name for the new macro.</property>
+ <property name="label" translatable="yes" context="newlibdialog|newmacroft">Enter the name for the new macro.</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry</property>
</object>
@@ -70,7 +70,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Enter the new name for the selected object.</property>
+ <property name="label" translatable="yes" context="newlibdialog|renameft">Enter the new name for the selected object.</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry</property>
</object>
@@ -85,7 +85,7 @@
<object class="GtkLabel" id="altmacrotitle">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Create Macro</property>
+ <property name="label" translatable="yes" context="newlibdialog|altmacrotitle">Create Macro</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -99,7 +99,7 @@
<object class="GtkLabel" id="altrenametitle">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Rename</property>
+ <property name="label" translatable="yes" context="newlibdialog|altrenametitle">Rename</property>
<property name="use_underline">True</property>
</object>
<packing>
diff --git a/cui/uiconfig/ui/newtabledialog.ui b/cui/uiconfig/ui/newtabledialog.ui
index bddbd31a3ba9..a7448651e965 100644
--- a/cui/uiconfig/ui/newtabledialog.ui
+++ b/cui/uiconfig/ui/newtabledialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="columns_value">
<property name="lower">1</property>
@@ -19,7 +19,7 @@
<object class="GtkDialog" id="NewTableDialog">
<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="newtabledialog|NewTableDialog">Insert Table</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -96,7 +96,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Number of columns:</property>
+ <property name="label" translatable="yes" context="newtabledialog|columns_label">_Number of columns:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">columns</property>
</object>
@@ -113,7 +113,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Number of rows:</property>
+ <property name="label" translatable="yes" context="newtabledialog|rows_label">_Number of rows:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">rows</property>
</object>
diff --git a/cui/uiconfig/ui/newtoolbardialog.ui b/cui/uiconfig/ui/newtoolbardialog.ui
index 5c617436ed57..815776afe986 100644
--- a/cui/uiconfig/ui/newtoolbardialog.ui
+++ b/cui/uiconfig/ui/newtoolbardialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="NewToolbarDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Name</property>
+ <property name="title" translatable="yes" context="newtoolbardialog|NewToolbarDialog">Name</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -90,7 +90,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Toolbar name:</property>
+ <property name="label" translatable="yes" context="newtoolbardialog|label1">_Toolbar name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">edit</property>
</object>
@@ -131,7 +131,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Save in:</property>
+ <property name="label" translatable="yes" context="newtoolbardialog|label2">_Save in:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">savein</property>
</object>
diff --git a/cui/uiconfig/ui/numberingformatpage.ui b/cui/uiconfig/ui/numberingformatpage.ui
index a6250aa4141a..90fde3e53a8e 100644
--- a/cui/uiconfig/ui/numberingformatpage.ui
+++ b/cui/uiconfig/ui/numberingformatpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -35,37 +35,37 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">All</col>
+ <col id="0" translatable="yes" context="numberingformatpage|liststore1">All</col>
</row>
<row>
- <col id="0" translatable="yes">User-defined</col>
+ <col id="0" translatable="yes" context="numberingformatpage|liststore1">User-defined</col>
</row>
<row>
- <col id="0" translatable="yes">Number</col>
+ <col id="0" translatable="yes" context="numberingformatpage|liststore1">Number</col>
</row>
<row>
- <col id="0" translatable="yes">Percent</col>
+ <col id="0" translatable="yes" context="numberingformatpage|liststore1">Percent</col>
</row>
<row>
- <col id="0" translatable="yes">Currency</col>
+ <col id="0" translatable="yes" context="numberingformatpage|liststore1">Currency</col>
</row>
<row>
- <col id="0" translatable="yes">Date</col>
+ <col id="0" translatable="yes" context="numberingformatpage|liststore1">Date</col>
</row>
<row>
- <col id="0" translatable="yes">Time</col>
+ <col id="0" translatable="yes" context="numberingformatpage|liststore1">Time</col>
</row>
<row>
- <col id="0" translatable="yes">Scientific</col>
+ <col id="0" translatable="yes" context="numberingformatpage|liststore1">Scientific</col>
</row>
<row>
- <col id="0" translatable="yes">Fraction</col>
+ <col id="0" translatable="yes" context="numberingformatpage|liststore1">Fraction</col>
</row>
<row>
- <col id="0" translatable="yes">Boolean Value</col>
+ <col id="0" translatable="yes" context="numberingformatpage|liststore1">Boolean Value</col>
</row>
<row>
- <col id="0" translatable="yes">Text</col>
+ <col id="0" translatable="yes" context="numberingformatpage|liststore1">Text</col>
</row>
</data>
</object>
@@ -76,7 +76,7 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Automatically</col>
+ <col id="0" translatable="yes" context="numberingformatpage|liststore2">Automatically</col>
</row>
</data>
</object>
@@ -123,7 +123,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Add</property>
+ <property name="tooltip_text" translatable="yes" context="numberingformatpage|add|tooltip_text">Add</property>
<property name="valign">center</property>
<property name="image">image2</property>
</object>
@@ -138,7 +138,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">Edit Comment</property>
+ <property name="tooltip_text" translatable="yes" context="numberingformatpage|edit|tooltip_text">Edit Comment</property>
<property name="valign">center</property>
<property name="image">image3</property>
</object>
@@ -153,7 +153,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</property>
+ <property name="tooltip_text" translatable="yes" context="numberingformatpage|delete|tooltip_text">Remove</property>
<property name="valign">center</property>
<property name="image">image1</property>
</object>
@@ -194,7 +194,7 @@
<object class="GtkLabel" id="formatf">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Format code</property>
+ <property name="label" translatable="yes" context="numberingformatpage|formatf">_Format code</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">formatted</property>
<attributes>
@@ -290,7 +290,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Decimal places:</property>
+ <property name="label" translatable="yes" context="numberingformatpage|decimalsft">_Decimal places:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">decimalsed</property>
</object>
@@ -305,7 +305,7 @@
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Den_ominator places:</property>
+ <property name="label" translatable="yes" context="numberingformatpage|denominatorft">Den_ominator places:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">denominatored</property>
</object>
@@ -326,7 +326,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Leading _zeroes:</property>
+ <property name="label" translatable="yes" context="numberingformatpage|leadzerosft">Leading _zeroes:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">leadzerosed</property>
</object>
@@ -337,7 +337,7 @@
</child>
<child>
<object class="GtkCheckButton" id="negnumred">
- <property name="label" translatable="yes">_Negative numbers red</property>
+ <property name="label" translatable="yes" context="numberingformatpage|negnumred">_Negative numbers red</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -359,7 +359,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="thousands">
- <property name="label" translatable="yes">_Thousands separator</property>
+ <property name="label" translatable="yes" context="numberingformatpage|thousands">_Thousands separator</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -375,7 +375,7 @@
</child>
<child>
<object class="GtkCheckButton" id="engineering">
- <property name="label" translatable="yes">_Engineering notation</property>
+ <property name="label" translatable="yes" context="numberingformatpage|engineering">_Engineering notation</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -403,7 +403,7 @@
<object class="GtkLabel" id="optionsft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="numberingformatpage|optionsft">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -460,7 +460,7 @@
<object class="GtkLabel" id="categoryft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">C_ategory</property>
+ <property name="label" translatable="yes" context="numberingformatpage|categoryft">C_ategory</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">categorylb:border</property>
<attributes>
@@ -533,7 +533,7 @@
<object class="GtkLabel" id="formatft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Fo_rmat</property>
+ <property name="label" translatable="yes" context="numberingformatpage|formatft">Fo_rmat</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">formatlb:border</property>
<attributes>
@@ -593,7 +593,7 @@
</child>
<child>
<object class="GtkCheckButton" id="sourceformat">
- <property name="label" translatable="yes">So_urce format</property>
+ <property name="label" translatable="yes" context="numberingformatpage|sourceformat">So_urce format</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -614,7 +614,7 @@
<object class="GtkLabel" id="languageft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Language</property>
+ <property name="label" translatable="yes" context="numberingformatpage|languageft">_Language</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">languagelb</property>
<attributes>
diff --git a/cui/uiconfig/ui/numberingoptionspage.ui b/cui/uiconfig/ui/numberingoptionspage.ui
index 0e18b19e74ab..36c369f46dcc 100644
--- a/cui/uiconfig/ui/numberingoptionspage.ui
+++ b/cui/uiconfig/ui/numberingoptionspage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">19.989999999999998</property>
@@ -61,7 +61,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="numberingoptionspage|label1">Level</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -107,7 +107,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Number:</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|label4">Number:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numfmtlb</property>
<property name="xalign">1</property>
@@ -156,7 +156,7 @@
<object class="GtkLabel" id="startatft">
<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="numberingoptionspage|startatft">Start at:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">startat</property>
<property name="xalign">1</property>
@@ -180,7 +180,7 @@
<object class="GtkLabel" id="bitmapft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Graphics:</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|bitmapft">Graphics:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">bitmap:bitmapmenu</property>
<property name="xalign">1</property>
@@ -194,7 +194,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="numberingoptionspage|widthft">Width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">widthmf:0.00cm</property>
<property name="xalign">1</property>
@@ -221,7 +221,7 @@
<object class="GtkLabel" id="heightft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Height:</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|heightft">Height:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">heightmf:0.00cm</property>
<property name="ellipsize">end</property>
@@ -247,7 +247,7 @@
</child>
<child>
<object class="GtkCheckButton" id="keepratio">
- <property name="label" translatable="yes">Keep ratio</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|keepratio">Keep ratio</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -263,7 +263,7 @@
<object class="GtkLabel" id="orientft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Alignment:</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|orientft">Alignment:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">orientlb</property>
<property name="xalign">1</property>
@@ -278,15 +278,15 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Top of baseline</item>
- <item translatable="yes">Center of baseline</item>
- <item translatable="yes">Bottom of baseline</item>
- <item translatable="yes">Top of character</item>
- <item translatable="yes">Center of character</item>
- <item translatable="yes">Bottom of character</item>
- <item translatable="yes">Top of line</item>
- <item translatable="yes">Center of line</item>
- <item translatable="yes">Bottom of line</item>
+ <item translatable="yes" context="numberingoptionspage|orientlb">Top of baseline</item>
+ <item translatable="yes" context="numberingoptionspage|orientlb">Center of baseline</item>
+ <item translatable="yes" context="numberingoptionspage|orientlb">Bottom of baseline</item>
+ <item translatable="yes" context="numberingoptionspage|orientlb">Top of character</item>
+ <item translatable="yes" context="numberingoptionspage|orientlb">Center of character</item>
+ <item translatable="yes" context="numberingoptionspage|orientlb">Bottom of character</item>
+ <item translatable="yes" context="numberingoptionspage|orientlb">Top of line</item>
+ <item translatable="yes" context="numberingoptionspage|orientlb">Center of line</item>
+ <item translatable="yes" context="numberingoptionspage|orientlb">Bottom of line</item>
</items>
</object>
<packing>
@@ -296,7 +296,7 @@
</child>
<child>
<object class="GtkButton" id="bitmap:bitmapmenu">
- <property name="label" translatable="yes">Select...</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|bitmap">Select...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -333,9 +333,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Left</item>
- <item translatable="yes">Centered</item>
- <item translatable="yes">Right</item>
+ <item translatable="yes" context="numberingoptionspage|numalign">Left</item>
+ <item translatable="yes" context="numberingoptionspage|numalign">Centered</item>
+ <item translatable="yes" context="numberingoptionspage|numalign">Right</item>
</items>
</object>
<packing>
@@ -345,7 +345,7 @@
</child>
<child>
<object class="GtkButton" id="bullet">
- <property name="label" translatable="yes">Select...</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|bullet">Select...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -364,7 +364,7 @@
<object class="GtkLabel" id="prefixft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Before:</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|prefixft">Before:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefix</property>
<property name="xalign">1</property>
@@ -385,7 +385,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="numberingoptionspage|separator">Separator</property>
<property name="xalign">1</property>
</object>
</child>
@@ -421,7 +421,7 @@
<object class="GtkLabel" id="suffixft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">After:</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|suffixft">After:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">suffix</property>
<property name="xalign">1</property>
@@ -435,7 +435,7 @@
<object class="GtkLabel" id="sublevelsft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Show sublevels:</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|sublevelsft">Show sublevels:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">sublevels</property>
<property name="ellipsize">end</property>
@@ -450,7 +450,7 @@
<object class="GtkLabel" id="bulletft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Character:</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|bulletft">Character:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">bullet</property>
<property name="xalign">1</property>
@@ -464,7 +464,7 @@
<object class="GtkLabel" id="relsizeft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Relative size:</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|relsizeft">_Relative size:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">relsize:0%</property>
<property name="xalign">1</property>
@@ -478,7 +478,7 @@
<object class="GtkLabel" id="colorft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Color:</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|colorft">Color:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">color</property>
<property name="xalign">1</property>
@@ -492,7 +492,7 @@
<object class="GtkLabel" id="charstyleft">
<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="numberingoptionspage|charstyleft">Character style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">charstyle</property>
<property name="xalign">1</property>
@@ -506,7 +506,7 @@
<object class="GtkLabel" id="numalignft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Alignment:</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|numalignft">_Alignment:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numalign</property>
<property name="xalign">1</property>
@@ -550,7 +550,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="numberingoptionspage|label2">Numbering</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -577,7 +577,7 @@
<property name="left_padding">12</property>
<child>
<object class="GtkCheckButton" id="allsame">
- <property name="label" translatable="yes">_Consecutive numbering</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|allsame">_Consecutive numbering</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -593,7 +593,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">All Levels</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|label3">All Levels</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -621,7 +621,7 @@
<object class="GtkMenuItem" id="fromfile">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">From file...</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|fromfile">From file...</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -629,7 +629,7 @@
<object class="GtkMenuItem" id="gallery">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Gallery</property>
+ <property name="label" translatable="yes" context="numberingoptionspage|gallery">Gallery</property>
<property name="use_underline">True</property>
</object>
</child>
diff --git a/cui/uiconfig/ui/numberingpositionpage.ui b/cui/uiconfig/ui/numberingpositionpage.ui
index 9f08ba2e6480..aaed61012926 100644
--- a/cui/uiconfig/ui/numberingpositionpage.ui
+++ b/cui/uiconfig/ui/numberingpositionpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">19.989999999999998</property>
@@ -20,13 +20,13 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Left</col>
+ <col id="0" translatable="yes" context="numberingpositionpage|liststore1">Left</col>
</row>
<row>
- <col id="0" translatable="yes">Centered</col>
+ <col id="0" translatable="yes" context="numberingpositionpage|liststore1">Centered</col>
</row>
<row>
- <col id="0" translatable="yes">Right</col>
+ <col id="0" translatable="yes" context="numberingpositionpage|liststore1">Right</col>
</row>
</data>
</object>
@@ -37,13 +37,13 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Tab stop</col>
+ <col id="0" translatable="yes" context="numberingpositionpage|liststore2">Tab stop</col>
</row>
<row>
- <col id="0" translatable="yes">Space</col>
+ <col id="0" translatable="yes" context="numberingpositionpage|liststore2">Space</col>
</row>
<row>
- <col id="0" translatable="yes">Nothing</col>
+ <col id="0" translatable="yes" context="numberingpositionpage|liststore2">Nothing</col>
</row>
</data>
</object>
@@ -85,7 +85,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="numberingpositionpage|1">Level</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -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">Numbering followed by:</property>
+ <property name="label" translatable="yes" context="numberingpositionpage|numfollowedby">Numbering followed by:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numfollowedbylb</property>
</object>
@@ -150,7 +150,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">N_umbering alignment:</property>
+ <property name="label" translatable="yes" context="numberingpositionpage|num2align">N_umbering alignment:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">num2alignlb</property>
</object>
@@ -164,7 +164,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Aligned at:</property>
+ <property name="label" translatable="yes" context="numberingpositionpage|alignedat">Aligned at:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">alignedatmf:0.00cm</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">Indent at:</property>
+ <property name="label" translatable="yes" context="numberingpositionpage|indentat">Indent at:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">indentatmf:0.00cm</property>
</object>
@@ -214,7 +214,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Tab stop at:</property>
+ <property name="label" translatable="yes" context="numberingpositionpage|at">Tab stop at:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">atmf:0.00cm</property>
</object>
@@ -263,7 +263,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Indent:</property>
+ <property name="label" translatable="yes" context="numberingpositionpage|indent">Indent:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">indentmf:0.00cm</property>
</object>
@@ -287,7 +287,7 @@
</child>
<child>
<object class="GtkCheckButton" id="relative">
- <property name="label" translatable="yes">Relati_ve</property>
+ <property name="label" translatable="yes" context="numberingpositionpage|relative">Relati_ve</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -307,7 +307,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Width of numbering:</property>
+ <property name="label" translatable="yes" context="numberingpositionpage|numberingwidth">Width of numbering:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numberingwidthmf:0.00cm</property>
</object>
@@ -347,7 +347,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Minimum space between
+ <property name="label" translatable="yes" context="numberingpositionpage|numdist">Minimum space between
numbering and text:</property>
<property name="use_underline">True</property>
<property name="justify">right</property>
@@ -363,7 +363,7 @@ numbering and text:</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">N_umbering alignment:</property>
+ <property name="label" translatable="yes" context="numberingpositionpage|numalign">N_umbering alignment:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numalignlb</property>
</object>
@@ -391,7 +391,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="numberingpositionpage|label10">Position and Spacing</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -413,7 +413,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="numberingpositionpage|standard">Default</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/cui/uiconfig/ui/objectnamedialog.ui b/cui/uiconfig/ui/objectnamedialog.ui
index d5da22a35554..dd1cb4f7a05a 100644
--- a/cui/uiconfig/ui/objectnamedialog.ui
+++ b/cui/uiconfig/ui/objectnamedialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="ObjectNameDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Name</property>
+ <property name="title" translatable="yes" context="objectnamedialog|ObjectNameDialog">Name</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox3">
@@ -80,7 +80,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="objectnamedialog|object_name_label">_Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">object_name_entry</property>
</object>
diff --git a/cui/uiconfig/ui/objecttitledescdialog.ui b/cui/uiconfig/ui/objecttitledescdialog.ui
index fdf781124280..797394ef6555 100644
--- a/cui/uiconfig/ui/objecttitledescdialog.ui
+++ b/cui/uiconfig/ui/objecttitledescdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkTextBuffer" id="textbuffer1">
<property name="text">
@@ -12,7 +12,7 @@
<object class="GtkDialog" id="ObjectTitleDescDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Description</property>
+ <property name="title" translatable="yes" context="objecttitledescdialog|ObjectTitleDescDialog">Description</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox5">
@@ -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">_Title:</property>
+ <property name="label" translatable="yes" context="objecttitledescdialog|object_title_label">_Title:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">object_title_entry</property>
</object>
@@ -115,7 +115,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Description:</property>
+ <property name="label" translatable="yes" context="objecttitledescdialog|desc_label">_Description:</property>
<property name="use_underline">True</property>
</object>
<packing>
diff --git a/cui/uiconfig/ui/optaccessibilitypage.ui b/cui/uiconfig/ui/optaccessibilitypage.ui
index faacf845ff52..182d54d359ab 100644
--- a/cui/uiconfig/ui/optaccessibilitypage.ui
+++ b/cui/uiconfig/ui/optaccessibilitypage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="OptAccessibilityPage">
<property name="visible">True</property>
@@ -28,7 +28,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="acctool">
- <property name="label" translatable="yes">Support _assistive technology tools (program restart required)</property>
+ <property name="label" translatable="yes" context="optaccessibilitypage|acctool">Support _assistive technology tools (program restart required)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -44,7 +44,7 @@
</child>
<child>
<object class="GtkCheckButton" id="textselinreadonly">
- <property name="label" translatable="yes">Use te_xt selection cursor in read-only text documents</property>
+ <property name="label" translatable="yes" context="optaccessibilitypage|textselinreadonly">Use te_xt selection cursor in read-only text documents</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -60,7 +60,7 @@
</child>
<child>
<object class="GtkCheckButton" id="animatedgraphics">
- <property name="label" translatable="yes">Allow animated _images</property>
+ <property name="label" translatable="yes" context="optaccessibilitypage|animatedgraphics">Allow animated _images</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -76,7 +76,7 @@
</child>
<child>
<object class="GtkCheckButton" id="animatedtext">
- <property name="label" translatable="yes">Allow animated _text</property>
+ <property name="label" translatable="yes" context="optaccessibilitypage|animatedtext">Allow animated _text</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -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">Miscellaneous Options</property>
+ <property name="label" translatable="yes" context="optaccessibilitypage|label1">Miscellaneous Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -131,7 +131,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="autodetecthc">
- <property name="label" translatable="yes">Automatically _detect high contrast mode of operating system</property>
+ <property name="label" translatable="yes" context="optaccessibilitypage|autodetecthc">Automatically _detect high contrast mode of operating system</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="GtkCheckButton" id="autofontcolor">
- <property name="label" translatable="yes">Use automatic font _color for screen display</property>
+ <property name="label" translatable="yes" context="optaccessibilitypage|autofontcolor">Use automatic font _color for screen display</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="GtkCheckButton" id="systempagepreviewcolor">
- <property name="label" translatable="yes">_Use system colors for page previews</property>
+ <property name="label" translatable="yes" context="optaccessibilitypage|systempagepreviewcolor">_Use system colors for page previews</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="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options for High Contrast Appearance</property>
+ <property name="label" translatable="yes" context="optaccessibilitypage|label2">Options for High Contrast Appearance</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optadvancedpage.ui b/cui/uiconfig/ui/optadvancedpage.ui
index eac60789eab1..c8ec75c5880f 100644
--- a/cui/uiconfig/ui/optadvancedpage.ui
+++ b/cui/uiconfig/ui/optadvancedpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.19.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkBox" id="OptAdvancedPage">
@@ -35,7 +35,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="javaenabled">
- <property name="label" translatable="yes">_Use a Java runtime environment</property>
+ <property name="label" translatable="yes" context="optadvancedpage|javaenabled">_Use a Java runtime environment</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -69,7 +69,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">_Java runtime environments (JRE) already installed:</property>
+ <property name="label" translatable="yes" context="optadvancedpage|label2">_Java runtime environments (JRE) already installed:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">javas</property>
</object>
@@ -95,7 +95,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="optadvancedpage|add">_Add...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -109,7 +109,7 @@
</child>
<child>
<object class="GtkButton" id="parameters">
- <property name="label" translatable="yes">_Parameters...</property>
+ <property name="label" translatable="yes" context="optadvancedpage|parameters">_Parameters...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -123,7 +123,7 @@
</child>
<child>
<object class="GtkButton" id="classpath">
- <property name="label" translatable="yes">_Class Path...</property>
+ <property name="label" translatable="yes" context="optadvancedpage|classpath">_Class Path...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -156,7 +156,7 @@
<object class="GtkLabel" id="vendor">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Vendor</property>
+ <property name="label" translatable="yes" context="optadvancedpage|vendor">Vendor</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -168,7 +168,7 @@
<object class="GtkLabel" id="version">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Version</property>
+ <property name="label" translatable="yes" context="optadvancedpage|version">Version</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -180,7 +180,7 @@
<object class="GtkLabel" id="features">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Features</property>
+ <property name="label" translatable="yes" context="optadvancedpage|features">Features</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -192,7 +192,7 @@
<object class="GtkLabel" id="a11y">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">with accessibility support</property>
+ <property name="label" translatable="yes" context="optadvancedpage|a11y">with accessibility support</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -203,7 +203,7 @@
<object class="GtkLabel" id="selectruntime">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Select a Java Runtime Environment</property>
+ <property name="label" translatable="yes" context="optadvancedpage|selectruntime">Select a Java Runtime Environment</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -251,7 +251,7 @@
<object class="GtkLabel" id="javapath">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Location: </property>
+ <property name="label" translatable="yes" context="optadvancedpage|javapath">Location: </property>
<property name="xalign">0</property>
</object>
<packing>
@@ -277,7 +277,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Java Options</property>
+ <property name="label" translatable="yes" context="optadvancedpage|label1">Java Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -312,7 +312,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="experimental">
- <property name="label" translatable="yes">Enable experimental features (may be unstable)</property>
+ <property name="label" translatable="yes" context="optadvancedpage|experimental">Enable experimental features (may be unstable)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -327,7 +327,7 @@
</child>
<child>
<object class="GtkCheckButton" id="macrorecording">
- <property name="label" translatable="yes">Enable macro recording (may be limited)</property>
+ <property name="label" translatable="yes" context="optadvancedpage|macrorecording">Enable macro recording (may be limited)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -341,7 +341,7 @@
</child>
<child>
<object class="GtkButton" id="expertconfig">
- <property name="label" translatable="yes">Open Expert Configuration</property>
+ <property name="label" translatable="yes" context="optadvancedpage|expertconfig">Open Expert Configuration</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -361,7 +361,7 @@
<object class="GtkLabel" id="label12">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Optional Features</property>
+ <property name="label" translatable="yes" context="optadvancedpage|label12">Optional Features</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optappearancepage.ui b/cui/uiconfig/ui/optappearancepage.ui
index f3d602857e15..7dad23e72945 100644
--- a/cui/uiconfig/ui/optappearancepage.ui
+++ b/cui/uiconfig/ui/optappearancepage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="OptAppearancePage">
<property name="visible">True</property>
@@ -32,7 +32,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Scheme:</property>
+ <property name="label" translatable="yes" context="optappearancepage|label3">_Scheme:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">colorschemelb</property>
</object>
@@ -85,7 +85,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Color Scheme</property>
+ <property name="label" translatable="yes" context="optappearancepage|label1">Color Scheme</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -130,7 +130,7 @@
<property name="width_request">250</property>
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">User interface elements</property>
+ <property name="label" translatable="yes" context="optappearancepage|uielements">User interface elements</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -142,7 +142,7 @@
<property name="width_request">150</property>
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Color setting</property>
+ <property name="label" translatable="yes" context="optappearancepage|colorsetting">Color setting</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -154,7 +154,7 @@
<property name="width_request">100</property>
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Preview</property>
+ <property name="label" translatable="yes" context="optappearancepage|preview">Preview</property>
</object>
<packing>
<property name="left_attach">3</property>
@@ -165,7 +165,7 @@
<object class="GtkLabel" id="on">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">On</property>
+ <property name="label" translatable="yes" context="optappearancepage|on">On</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -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">Custom Colors</property>
+ <property name="label" translatable="yes" context="optappearancepage|label2">Custom Colors</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optasianpage.ui b/cui/uiconfig/ui/optasianpage.ui
index 79f7e4848251..3016fa00a54e 100644
--- a/cui/uiconfig/ui/optasianpage.ui
+++ b/cui/uiconfig/ui/optasianpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="OptAsianPage">
@@ -28,7 +28,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="charkerning">
- <property name="label" translatable="yes">_Western text only</property>
+ <property name="label" translatable="yes" context="optasianpage|charkerning">_Western text only</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -46,7 +46,7 @@
</child>
<child>
<object class="GtkRadioButton" id="charpunctkerning">
- <property name="label" translatable="yes">Western _text and Asian punctuation</property>
+ <property name="label" translatable="yes" context="optasianpage|charpunctkerning">Western _text and Asian punctuation</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="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Kerning</property>
+ <property name="label" translatable="yes" context="optasianpage|label1">Kerning</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -102,7 +102,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="nocompression">
- <property name="label" translatable="yes">_No compression</property>
+ <property name="label" translatable="yes" context="optasianpage|nocompression">_No compression</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -120,7 +120,7 @@
</child>
<child>
<object class="GtkRadioButton" id="punctcompression">
- <property name="label" translatable="yes">_Compress punctuation only</property>
+ <property name="label" translatable="yes" context="optasianpage|punctcompression">_Compress punctuation only</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -138,7 +138,7 @@
</child>
<child>
<object class="GtkRadioButton" id="punctkanacompression">
- <property name="label" translatable="yes">Compress punctuation and Japanese Kana</property>
+ <property name="label" translatable="yes" context="optasianpage|punctkanacompression">Compress punctuation and Japanese Kana</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="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Character Spacing</property>
+ <property name="label" translatable="yes" context="optasianpage|label2">Character Spacing</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -223,7 +223,7 @@
</child>
<child>
<object class="GtkCheckButton" id="standard">
- <property name="label" translatable="yes">_Default</property>
+ <property name="label" translatable="yes" context="optasianpage|standard">_Default</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -248,7 +248,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="optasianpage|languageft">_Language:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">language</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">Not _at start of line:</property>
+ <property name="label" translatable="yes" context="optasianpage|startft">Not _at start of line:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">start</property>
</object>
@@ -276,7 +276,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Not at _end of line:</property>
+ <property name="label" translatable="yes" context="optasianpage|endft">Not at _end of line:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">end</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">Without user-defined line break symbols</property>
+ <property name="label" translatable="yes" context="optasianpage|hintft">Without user-defined line break symbols</property>
</object>
<packing>
<property name="expand">False</property>
@@ -337,7 +337,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">First and Last Characters</property>
+ <property name="label" translatable="yes" context="optasianpage|label3">First and Last Characters</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optbasicidepage.ui b/cui/uiconfig/ui/optbasicidepage.ui
index 90ea4c88ba55..70af9886d9dd 100644
--- a/cui/uiconfig/ui/optbasicidepage.ui
+++ b/cui/uiconfig/ui/optbasicidepage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="OptBasicIDEPage">
<property name="visible">True</property>
@@ -26,7 +26,7 @@
<property name="can_focus">False</property>
<child>
<object class="GtkCheckButton" id="codecomplete_enable">
- <property name="label" translatable="yes">Enable code completion</property>
+ <property name="label" translatable="yes" context="optbasicidepage|codecomplete_enable">Enable code completion</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -46,7 +46,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Code Completion</property>
+ <property name="label" translatable="yes" context="optbasicidepage|label1">Code Completion</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -78,7 +78,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="autoclose_proc">
- <property name="label" translatable="yes">Autoclose procedures</property>
+ <property name="label" translatable="yes" context="optbasicidepage|autoclose_proc">Autoclose procedures</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -92,7 +92,7 @@
</child>
<child>
<object class="GtkCheckButton" id="autoclose_paren">
- <property name="label" translatable="yes">Autoclose parenthesis</property>
+ <property name="label" translatable="yes" context="optbasicidepage|autoclose_paren">Autoclose parenthesis</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="GtkCheckButton" id="autoclose_quotes">
- <property name="label" translatable="yes">Autoclose quotes</property>
+ <property name="label" translatable="yes" context="optbasicidepage|autoclose_quotes">Autoclose quotes</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -120,7 +120,7 @@
</child>
<child>
<object class="GtkCheckButton" id="autocorrect">
- <property name="label" translatable="yes">Autocorrection</property>
+ <property name="label" translatable="yes" context="optbasicidepage|autocorrect">Autocorrection</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -141,7 +141,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Code Suggestion</property>
+ <property name="label" translatable="yes" context="optbasicidepage|label2">Code Suggestion</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -173,7 +173,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="extendedtypes_enable">
- <property name="label" translatable="yes">Use extended types</property>
+ <property name="label" translatable="yes" context="optbasicidepage|extendedtypes_enable">Use extended types</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -193,7 +193,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Language Features</property>
+ <property name="label" translatable="yes" context="optbasicidepage|label3">Language Features</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optchartcolorspage.ui b/cui/uiconfig/ui/optchartcolorspage.ui
index 3d1fc1a40b83..59bc5e744f36 100644
--- a/cui/uiconfig/ui/optchartcolorspage.ui
+++ b/cui/uiconfig/ui/optchartcolorspage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="OptChartColorsPage">
@@ -39,7 +39,7 @@
<object class="GtkLabel" id="label20">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Chart Colors</property>
+ <property name="label" translatable="yes" context="optchartcolorspage|label20">Chart Colors</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -125,7 +125,7 @@
</child>
<child>
<object class="GtkButton" id="default">
- <property name="label" translatable="yes">_Default</property>
+ <property name="label" translatable="yes" context="optchartcolorspage|default">_Default</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -153,7 +153,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Color Table</property>
+ <property name="label" translatable="yes" context="optchartcolorspage|label1">Color Table</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optctlpage.ui b/cui/uiconfig/ui/optctlpage.ui
index b7e3d9ae1937..cb04e7f1e9c9 100644
--- a/cui/uiconfig/ui/optctlpage.ui
+++ b/cui/uiconfig/ui/optctlpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkBox" id="OptCTLPage">
<property name="visible">True</property>
@@ -28,7 +28,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="sequencechecking">
- <property name="label" translatable="yes">Use se_quence checking</property>
+ <property name="label" translatable="yes" context="optctlpage|sequencechecking">Use se_quence checking</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -53,7 +53,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="restricted">
- <property name="label" translatable="yes">Restricted</property>
+ <property name="label" translatable="yes" context="optctlpage|restricted">Restricted</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -67,7 +67,7 @@
</child>
<child>
<object class="GtkCheckButton" id="typeandreplace">
- <property name="label" translatable="yes">_Type and replace</property>
+ <property name="label" translatable="yes" context="optctlpage|typeandreplace">_Type and replace</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -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">Sequence Checking</property>
+ <property name="label" translatable="yes" context="optctlpage|label1">Sequence Checking</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -131,7 +131,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Movement:</property>
+ <property name="label" translatable="yes" context="optctlpage|label3">Movement:</property>
<property name="xalign">1</property>
</object>
<packing>
@@ -141,7 +141,7 @@
</child>
<child>
<object class="GtkRadioButton" id="movementlogical">
- <property name="label" translatable="yes">Lo_gical</property>
+ <property name="label" translatable="yes" context="optctlpage|movementlogical">Lo_gical</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="movementvisual">
- <property name="label" translatable="yes">_Visual</property>
+ <property name="label" translatable="yes" context="optctlpage|movementvisual">_Visual</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -183,7 +183,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Cursor Control</property>
+ <property name="label" translatable="yes" context="optctlpage|label2">Cursor Control</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -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">_Numerals:</property>
+ <property name="label" translatable="yes" context="optctlpage|label5">_Numerals:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">numerals</property>
<property name="xalign">1</property>
@@ -232,10 +232,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Arabic (1, 2, 3…)</item>
- <item translatable="yes">Eastern Arabic (٣ ,٢ ,١…)</item>
- <item translatable="yes">System</item>
- <item translatable="yes">Context</item>
+ <item translatable="yes" context="optctlpage|numerals">Arabic (1, 2, 3…)</item>
+ <item translatable="yes" context="optctlpage|numerals">Eastern Arabic (٣ ,٢ ,١…)</item>
+ <item translatable="yes" context="optctlpage|numerals">System</item>
+ <item translatable="yes" context="optctlpage|numerals">Context</item>
</items>
</object>
<packing>
@@ -251,7 +251,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">General Options</property>
+ <property name="label" translatable="yes" context="optctlpage|label4">General Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optemailpage.ui b/cui/uiconfig/ui/optemailpage.ui
index 890604488538..0f1d68ede197 100644
--- a/cui/uiconfig/ui/optemailpage.ui
+++ b/cui/uiconfig/ui/optemailpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkFrame" id="OptEmailPage">
<property name="visible">True</property>
@@ -23,7 +23,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_E-mail program:</property>
+ <property name="label" translatable="yes" context="optemailpage|label2">_E-mail program:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">url</property>
</object>
@@ -52,7 +52,7 @@
</child>
<child>
<object class="GtkButton" id="browse">
- <property name="label" translatable="yes">Browse...</property>
+ <property name="label" translatable="yes" context="optemailpage|browse">Browse...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -86,7 +86,7 @@
<object class="GtkLabel" id="browsetitle">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">All files</property>
+ <property name="label" translatable="yes" context="optemailpage|browsetitle">All files</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -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">Suppress hidden elements of documents</property>
+ <property name="label" translatable="yes" context="optemailpage|suppress">Suppress hidden elements of documents</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -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">Sending Documents as E-mail Attachments</property>
+ <property name="label" translatable="yes" context="optemailpage|label1">Sending Documents as E-mail Attachments</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optfltrembedpage.ui b/cui/uiconfig/ui/optfltrembedpage.ui
index 4e882419054c..811ecdc990ff 100644
--- a/cui/uiconfig/ui/optfltrembedpage.ui
+++ b/cui/uiconfig/ui/optfltrembedpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkGrid" id="OptFilterPage">
@@ -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">[L]: Load and convert the object</property>
+ <property name="label" translatable="yes" context="optfltrembedpage|label2">[L]: Load and convert the object</property>
</object>
<packing>
<property name="expand">False</property>
@@ -62,7 +62,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">[S]: Convert and save the object</property>
+ <property name="label" translatable="yes" context="optfltrembedpage|label3">[S]: Convert and save the object</property>
</object>
<packing>
<property name="expand">False</property>
@@ -78,7 +78,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Embedded Objects</property>
+ <property name="label" translatable="yes" context="optfltrembedpage|label1">Embedded Objects</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -113,7 +113,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Export as:</property>
+ <property name="label" translatable="yes" context="optfltrembedpage|label5">Export as:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -128,7 +128,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkRadioButton" id="highlighting">
- <property name="label" translatable="yes">Highlighting</property>
+ <property name="label" translatable="yes" context="optfltrembedpage|highlighting">Highlighting</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -144,7 +144,7 @@
</child>
<child>
<object class="GtkRadioButton" id="shading">
- <property name="label" translatable="yes">Shading</property>
+ <property name="label" translatable="yes" context="optfltrembedpage|shading">Shading</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -172,7 +172,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Character Highlighting</property>
+ <property name="label" translatable="yes" context="optfltrembedpage|label4">Character Highlighting</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optfltrpage.ui b/cui/uiconfig/ui/optfltrpage.ui
index 3e43b457f0f3..b5b614aed852 100644
--- a/cui/uiconfig/ui/optfltrpage.ui
+++ b/cui/uiconfig/ui/optfltrpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkBox" id="OptFltrPage">
<property name="visible">True</property>
@@ -26,7 +26,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="wo_basic">
- <property name="label" translatable="yes">Load Basic _code</property>
+ <property name="label" translatable="yes" context="optfltrpage|wo_basic">Load Basic _code</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -43,7 +43,7 @@
</child>
<child>
<object class="GtkCheckButton" id="wo_exec">
- <property name="label" translatable="yes">E_xecutable code</property>
+ <property name="label" translatable="yes" context="optfltrpage|wo_exec">E_xecutable code</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="GtkCheckButton" id="wo_saveorig">
- <property name="label" translatable="yes">Save _original Basic code</property>
+ <property name="label" translatable="yes" context="optfltrpage|wo_saveorig">Save _original Basic code</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -84,7 +84,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Microsoft Word 97/2000/XP</property>
+ <property name="label" translatable="yes" context="optfltrpage|label1">Microsoft Word 97/2000/XP</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -116,7 +116,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="ex_basic">
- <property name="label" translatable="yes">Lo_ad Basic code</property>
+ <property name="label" translatable="yes" context="optfltrpage|ex_basic">Lo_ad Basic code</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -133,7 +133,7 @@
</child>
<child>
<object class="GtkCheckButton" id="ex_exec">
- <property name="label" translatable="yes">E_xecutable code</property>
+ <property name="label" translatable="yes" context="optfltrpage|ex_exec">E_xecutable code</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -151,7 +151,7 @@
</child>
<child>
<object class="GtkCheckButton" id="ex_saveorig">
- <property name="label" translatable="yes">Sa_ve original Basic code</property>
+ <property name="label" translatable="yes" context="optfltrpage|ex_saveorig">Sa_ve original Basic code</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -174,7 +174,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Microsoft Excel 97/2000/XP</property>
+ <property name="label" translatable="yes" context="optfltrpage|label2">Microsoft Excel 97/2000/XP</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -206,7 +206,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="pp_basic">
- <property name="label" translatable="yes">Load Ba_sic code</property>
+ <property name="label" translatable="yes" context="optfltrpage|pp_basic">Load Ba_sic code</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="GtkCheckButton" id="pp_saveorig">
- <property name="label" translatable="yes">Sav_e original Basic code</property>
+ <property name="label" translatable="yes" context="optfltrpage|pp_saveorig">Sav_e original Basic code</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -246,7 +246,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Microsoft PowerPoint 97/2000/XP</property>
+ <property name="label" translatable="yes" context="optfltrpage|label3">Microsoft PowerPoint 97/2000/XP</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optfontspage.ui b/cui/uiconfig/ui/optfontspage.ui
index 99e94ade7879..a315e8277280 100644
--- a/cui/uiconfig/ui/optfontspage.ui
+++ b/cui/uiconfig/ui/optfontspage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkImage" id="image1">
@@ -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">_Font:</property>
+ <property name="label" translatable="yes" context="optfontspage|label2">_Font:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">font1</property>
</object>
@@ -70,7 +70,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Re_place with:</property>
+ <property name="label" translatable="yes" context="optfontspage|label3">Re_place with:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">font2</property>
</object>
@@ -107,7 +107,7 @@
<object class="GtkLabel" id="always">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Always</property>
+ <property name="label" translatable="yes" context="optfontspage|always">Always</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -118,7 +118,7 @@
<object class="GtkLabel" id="screenonly">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Screen only</property>
+ <property name="label" translatable="yes" context="optfontspage|screenonly">Screen only</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -129,7 +129,7 @@
<object class="GtkLabel" id="font">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Font</property>
+ <property name="label" translatable="yes" context="optfontspage|font">Font</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -140,7 +140,7 @@
<object class="GtkLabel" id="replacewith">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Replace with</property>
+ <property name="label" translatable="yes" context="optfontspage|replacewith">Replace with</property>
</object>
<packing>
<property name="left_attach">3</property>
@@ -202,7 +202,7 @@
</child>
<child>
<object class="GtkCheckButton" id="usetable">
- <property name="label" translatable="yes">_Apply replacement table</property>
+ <property name="label" translatable="yes" context="optfontspage|usetable">_Apply replacement table</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -224,7 +224,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Replacement Table</property>
+ <property name="label" translatable="yes" context="optfontspage|label4">Replacement Table</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -263,7 +263,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Fon_ts:</property>
+ <property name="label" translatable="yes" context="optfontspage|label8">Fon_ts:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">fontname</property>
</object>
@@ -278,7 +278,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Size:</property>
+ <property name="label" translatable="yes" context="optfontspage|label9">_Size:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">fontheight</property>
</object>
@@ -292,7 +292,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Automatic</item>
+ <item translatable="yes" context="optfontspage|fontname">Automatic</item>
</items>
</object>
<packing>
@@ -302,7 +302,7 @@
</child>
<child>
<object class="GtkCheckButton" id="nonpropfontonly">
- <property name="label" translatable="yes">_Non-proportional fonts only</property>
+ <property name="label" translatable="yes" context="optfontspage|nonpropfontonly">_Non-proportional fonts only</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -338,7 +338,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Font Settings for HTML, Basic and SQL Sources</property>
+ <property name="label" translatable="yes" context="optfontspage|label1">Font Settings for HTML, Basic and SQL Sources</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optgeneralpage.ui b/cui/uiconfig/ui/optgeneralpage.ui
index ac98e80ba79b..49d383ec4a37 100644
--- a/cui/uiconfig/ui/optgeneralpage.ui
+++ b/cui/uiconfig/ui/optgeneralpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.19.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1583</property>
@@ -28,7 +28,7 @@
<property name="left_padding">12</property>
<child>
<object class="GtkCheckButton" id="exthelp">
- <property name="label" translatable="yes">_Extended tips</property>
+ <property name="label" translatable="yes" context="optgeneralpage|exthelp">_Extended tips</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -43,7 +43,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Help</property>
+ <property name="label" translatable="yes" context="optgeneralpage|label1">Help</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -74,7 +74,7 @@
<property name="column_spacing">6</property>
<child>
<object class="GtkCheckButton" id="filedlg">
- <property name="label" translatable="yes">_Use %PRODUCTNAME dialogs</property>
+ <property name="label" translatable="yes" context="optgeneralpage|filedlg">_Use %PRODUCTNAME dialogs</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -108,7 +108,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Open/Save Dialogs</property>
+ <property name="label" translatable="yes" context="optgeneralpage|label2">Open/Save Dialogs</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -134,7 +134,7 @@
<property name="left_padding">12</property>
<child>
<object class="GtkCheckButton" id="printdlg">
- <property name="label" translatable="yes">Use %PRODUCTNAME _dialogs</property>
+ <property name="label" translatable="yes" context="optgeneralpage|printdlg">Use %PRODUCTNAME _dialogs</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -149,7 +149,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Print Dialogs</property>
+ <property name="label" translatable="yes" context="optgeneralpage|label3">Print Dialogs</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -175,7 +175,7 @@
<property name="left_padding">12</property>
<child>
<object class="GtkCheckButton" id="docstatus">
- <property name="label" translatable="yes">_Printing sets "document modified" status</property>
+ <property name="label" translatable="yes" context="optgeneralpage|docstatus">_Printing sets "document modified" status</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -190,7 +190,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Document Status</property>
+ <property name="label" translatable="yes" context="optgeneralpage|label4">Document Status</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -223,7 +223,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Interpret as years between </property>
+ <property name="label" translatable="yes" context="optgeneralpage|label6">_Interpret as years between </property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">year</property>
<property name="xalign">0</property>
@@ -249,7 +249,7 @@
<object class="GtkLabel" id="toyear">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">and </property>
+ <property name="label" translatable="yes" context="optgeneralpage|toyear">and </property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -264,7 +264,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Year (Two Digits)</property>
+ <property name="label" translatable="yes" context="optgeneralpage|label5">Year (Two Digits)</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -290,7 +290,7 @@
<property name="left_padding">12</property>
<child>
<object class="GtkCheckButton" id="collectusageinfo">
- <property name="label" translatable="yes">Collect usage data and send it to The Document Foundation</property>
+ <property name="label" translatable="yes" context="optgeneralpage|collectusageinfo">Collect usage data and send it to The Document Foundation</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -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">Help Improve %PRODUCTNAME</property>
+ <property name="label" translatable="yes" context="optgeneralpage|label7">Help Improve %PRODUCTNAME</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/opthtmlpage.ui b/cui/uiconfig/ui/opthtmlpage.ui
index 7032b399c242..ef063d453fe4 100644
--- a/cui/uiconfig/ui/opthtmlpage.ui
+++ b/cui/uiconfig/ui/opthtmlpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkAdjustment" id="adjustsize1">
@@ -87,7 +87,7 @@
<object class="GtkLabel" id="size7FT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Size _7:</property>
+ <property name="label" translatable="yes" context="opthtmlpage|size7FT">Size _7:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">size7</property>
</object>
@@ -116,7 +116,7 @@
<object class="GtkLabel" id="size6FT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Size _6:</property>
+ <property name="label" translatable="yes" context="opthtmlpage|size6FT">Size _6:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">size6</property>
</object>
@@ -145,7 +145,7 @@
<object class="GtkLabel" id="size5FT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Size _5:</property>
+ <property name="label" translatable="yes" context="opthtmlpage|size5FT">Size _5:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">size5</property>
</object>
@@ -174,7 +174,7 @@
<object class="GtkLabel" id="size4FT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Size _4:</property>
+ <property name="label" translatable="yes" context="opthtmlpage|size4FT">Size _4:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">size4</property>
</object>
@@ -203,7 +203,7 @@
<object class="GtkLabel" id="size3FT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Size _3:</property>
+ <property name="label" translatable="yes" context="opthtmlpage|size3FT">Size _3:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">size3</property>
</object>
@@ -232,7 +232,7 @@
<object class="GtkLabel" id="size2FT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Size _2:</property>
+ <property name="label" translatable="yes" context="opthtmlpage|size2FT">Size _2:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">size2</property>
</object>
@@ -261,7 +261,7 @@
<object class="GtkLabel" id="size1FT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Size _1:</property>
+ <property name="label" translatable="yes" context="opthtmlpage|size1FT">Size _1:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">size1</property>
</object>
@@ -294,7 +294,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Font Sizes</property>
+ <property name="label" translatable="yes" context="opthtmlpage|label1">Font Sizes</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -344,7 +344,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="ignorefontnames">
- <property name="label" translatable="yes">Ignore _font settings</property>
+ <property name="label" translatable="yes" context="opthtmlpage|ignorefontnames">Ignore _font settings</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="unknowntag">
- <property name="label" translatable="yes">_Import unknown HTML tags as fields</property>
+ <property name="label" translatable="yes" context="opthtmlpage|unknowntag">_Import unknown HTML tags as fields</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -380,7 +380,7 @@
</child>
<child>
<object class="GtkCheckButton" id="numbersenglishus">
- <property name="label" translatable="yes">_Use '%ENGLISHUSLOCALE' locale for numbers</property>
+ <property name="label" translatable="yes" context="opthtmlpage|numbersenglishus">_Use '%ENGLISHUSLOCALE' locale for numbers</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -404,7 +404,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Import</property>
+ <property name="label" translatable="yes" context="opthtmlpage|label2">Import</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -451,7 +451,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="opthtmlpage|charsetFT">Character _set:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">charset</property>
</object>
@@ -486,7 +486,7 @@
</child>
<child>
<object class="GtkCheckButton" id="savegrflocal">
- <property name="label" translatable="yes">_Copy local images to Internet</property>
+ <property name="label" translatable="yes" context="opthtmlpage|savegrflocal">_Copy local images to Internet</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -504,7 +504,7 @@
</child>
<child>
<object class="GtkCheckButton" id="printextension">
- <property name="label" translatable="yes">_Print layout</property>
+ <property name="label" translatable="yes" context="opthtmlpage|printextension">_Print layout</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -522,7 +522,7 @@
</child>
<child>
<object class="GtkCheckButton" id="starbasicwarning">
- <property name="label" translatable="yes">Display _warning</property>
+ <property name="label" translatable="yes" context="opthtmlpage|starbasicwarning">Display _warning</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -541,7 +541,7 @@
</child>
<child>
<object class="GtkCheckButton" id="starbasic">
- <property name="label" translatable="yes">LibreOffice _Basic</property>
+ <property name="label" translatable="yes" context="opthtmlpage|starbasic">LibreOffice _Basic</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -565,7 +565,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Export</property>
+ <property name="label" translatable="yes" context="opthtmlpage|label3">Export</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optionsdialog.ui b/cui/uiconfig/ui/optionsdialog.ui
index e40815bef3ed..7c1465e2c7cc 100644
--- a/cui/uiconfig/ui/optionsdialog.ui
+++ b/cui/uiconfig/ui/optionsdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="OptionsDialog">
@@ -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">Options</property>
+ <property name="title" translatable="yes" context="optionsdialog|OptionsDialog">Options</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
diff --git a/cui/uiconfig/ui/optjsearchpage.ui b/cui/uiconfig/ui/optjsearchpage.ui
index 008f2eb8c2eb..96c2773f4aaa 100644
--- a/cui/uiconfig/ui/optjsearchpage.ui
+++ b/cui/uiconfig/ui/optjsearchpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkBox" id="OptJSearchPage">
<property name="visible">True</property>
@@ -30,7 +30,7 @@
<property name="column_homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="matchcase">
- <property name="label" translatable="yes">_uppercase/lowercase</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchcase">_uppercase/lowercase</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -47,7 +47,7 @@
</child>
<child>
<object class="GtkCheckButton" id="matchfullhalfwidth">
- <property name="label" translatable="yes">_full-width/half-width forms</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchfullhalfwidth">_full-width/half-width forms</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -64,7 +64,7 @@
</child>
<child>
<object class="GtkCheckButton" id="matchhiraganakatakana">
- <property name="label" translatable="yes">_hiragana/katakana</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchhiraganakatakana">_hiragana/katakana</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -81,7 +81,7 @@
</child>
<child>
<object class="GtkCheckButton" id="matchcontractions">
- <property name="label" translatable="yes">_contractions (yo-on, sokuon)</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchcontractions">_contractions (yo-on, sokuon)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -98,7 +98,7 @@
</child>
<child>
<object class="GtkCheckButton" id="matchminusdashchoon">
- <property name="label" translatable="yes">_minus/dash/cho-on</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchminusdashchoon">_minus/dash/cho-on</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -115,7 +115,7 @@
</child>
<child>
<object class="GtkCheckButton" id="matchrepeatcharmarks">
- <property name="label" translatable="yes">'re_peat character' marks</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchrepeatcharmarks">'re_peat character' marks</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -132,7 +132,7 @@
</child>
<child>
<object class="GtkCheckButton" id="matchvariantformkanji">
- <property name="label" translatable="yes">_variant-form kanji (itaiji)</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchvariantformkanji">_variant-form kanji (itaiji)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -149,7 +149,7 @@
</child>
<child>
<object class="GtkCheckButton" id="matcholdkanaforms">
- <property name="label" translatable="yes">_old Kana forms</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matcholdkanaforms">_old Kana forms</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -166,7 +166,7 @@
</child>
<child>
<object class="GtkCheckButton" id="matchdiziduzu">
- <property name="label" translatable="yes">_di/zi, du/zu</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchdiziduzu">_di/zi, du/zu</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -183,7 +183,7 @@
</child>
<child>
<object class="GtkCheckButton" id="matchbavahafa">
- <property name="label" translatable="yes">_ba/va, ha/fa</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchbavahafa">_ba/va, ha/fa</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="GtkCheckButton" id="matchtsithichidhizi">
- <property name="label" translatable="yes">_tsi/thi/chi, dhi/zi</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchtsithichidhizi">_tsi/thi/chi, dhi/zi</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -217,7 +217,7 @@
</child>
<child>
<object class="GtkCheckButton" id="matchhyuiyubyuvyu">
- <property name="label" translatable="yes">h_yu/fyu, byu/vyu</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchhyuiyubyuvyu">h_yu/fyu, byu/vyu</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="matchseshezeje">
- <property name="label" translatable="yes">_se/she, ze/je</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchseshezeje">_se/she, ze/je</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="matchiaiya">
- <property name="label" translatable="yes">_ia/iya (piano/piyano)</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchiaiya">_ia/iya (piano/piyano)</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="matchkiku">
- <property name="label" translatable="yes">_ki/ku (tekisuto/tekusuto)</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchkiku">_ki/ku (tekisuto/tekusuto)</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="matchprolongedsoundmark">
- <property name="label" translatable="yes">Prolon_ged vowels (ka-/kaa)</property>
+ <property name="label" translatable="yes" context="optjsearchpage|matchprolongedsoundmark">Prolon_ged vowels (ka-/kaa)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -308,7 +308,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Treat as Equal</property>
+ <property name="label" translatable="yes" context="optjsearchpage|label1">Treat as Equal</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -342,7 +342,7 @@
<property name="column_homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="ignorepunctuation">
- <property name="label" translatable="yes">Pu_nctuation characters</property>
+ <property name="label" translatable="yes" context="optjsearchpage|ignorepunctuation">Pu_nctuation characters</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -359,7 +359,7 @@
</child>
<child>
<object class="GtkCheckButton" id="ignorewhitespace">
- <property name="label" translatable="yes">_Whitespace characters</property>
+ <property name="label" translatable="yes" context="optjsearchpage|ignorewhitespace">_Whitespace characters</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -376,7 +376,7 @@
</child>
<child>
<object class="GtkCheckButton" id="ignoremiddledot">
- <property name="label" translatable="yes">Midd_le dots</property>
+ <property name="label" translatable="yes" context="optjsearchpage|ignoremiddledot">Midd_le dots</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -402,7 +402,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Ignore</property>
+ <property name="label" translatable="yes" context="optjsearchpage|label2">Ignore</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optlanguagespage.ui b/cui/uiconfig/ui/optlanguagespage.ui
index f642c47f5473..20845a3231cd 100644
--- a/cui/uiconfig/ui/optlanguagespage.ui
+++ b/cui/uiconfig/ui/optlanguagespage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="OptLanguagesPage">
@@ -34,7 +34,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_User interface:</property>
+ <property name="label" translatable="yes" context="optlanguagespage|label4">_User interface:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">userinterface</property>
</object>
@@ -48,7 +48,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Locale setting:</property>
+ <property name="label" translatable="yes" context="optlanguagespage|localesettingFT">Locale setting:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">localesetting</property>
</object>
@@ -62,7 +62,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Decimal separator key:</property>
+ <property name="label" translatable="yes" context="optlanguagespage|label6">Decimal separator key:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">decimalseparator</property>
</object>
@@ -76,7 +76,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Default currency:</property>
+ <property name="label" translatable="yes" context="optlanguagespage|defaultcurrency">_Default currency:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">currencylb</property>
</object>
@@ -90,7 +90,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Date acceptance _patterns:</property>
+ <property name="label" translatable="yes" context="optlanguagespage|dataaccpatterns">Date acceptance _patterns:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">datepatterns</property>
</object>
@@ -151,7 +151,7 @@
</child>
<child>
<object class="GtkCheckButton" id="decimalseparator">
- <property name="label" translatable="yes">_Same as locale setting ( %1 )</property>
+ <property name="label" translatable="yes" context="optlanguagespage|decimalseparator">_Same as locale setting ( %1 )</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -172,7 +172,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Language Of</property>
+ <property name="label" translatable="yes" context="optlanguagespage|label1">Language Of</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -243,7 +243,7 @@
</child>
<child>
<object class="GtkCheckButton" id="currentdoc">
- <property name="label" translatable="yes">For the current document only</property>
+ <property name="label" translatable="yes" context="optlanguagespage|currentdoc">For the current document only</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -259,7 +259,7 @@
</child>
<child>
<object class="GtkCheckButton" id="ctlsupport">
- <property name="label" translatable="yes">Complex _text layout:</property>
+ <property name="label" translatable="yes" context="optlanguagespage|ctlsupport">Complex _text layout:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -274,7 +274,7 @@
</child>
<child>
<object class="GtkCheckButton" id="asiansupport">
- <property name="label" translatable="yes">Asian:</property>
+ <property name="label" translatable="yes" context="optlanguagespage|asiansupport">Asian:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -292,7 +292,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Western:</property>
+ <property name="label" translatable="yes" context="optlanguagespage|western">Western:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">westernlanguage</property>
</object>
@@ -309,7 +309,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Default Languages for Documents</property>
+ <property name="label" translatable="yes" context="optlanguagespage|label2">Default Languages for Documents</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -340,7 +340,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="ignorelanguagechange">
- <property name="label" translatable="yes">Ignore s_ystem input language</property>
+ <property name="label" translatable="yes" context="optlanguagespage|ignorelanguagechange">Ignore s_ystem input language</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="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Enhanced Language Support</property>
+ <property name="label" translatable="yes" context="optlanguagespage|label3">Enhanced Language Support</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optlingupage.ui b/cui/uiconfig/ui/optlingupage.ui
index 5034a5df4088..8ffee5e470b5 100644
--- a/cui/uiconfig/ui/optlingupage.ui
+++ b/cui/uiconfig/ui/optlingupage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkGrid" id="OptLinguPage">
@@ -44,7 +44,7 @@
<object class="GtkLabel" id="lingumodulesft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Available language modules:</property>
+ <property name="label" translatable="yes" context="optlingupage|lingumodulesft">_Available language modules:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">lingumodules:border</property>
<property name="xalign">0</property>
@@ -71,7 +71,7 @@
</child>
<child>
<object class="GtkButton" id="lingumodulesedit">
- <property name="label" translatable="yes">_Edit...</property>
+ <property name="label" translatable="yes" context="optlingupage|lingumodulesedit">_Edit...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -79,7 +79,7 @@
<property name="use_underline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="lingumodulesedit-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Edit Available language modules</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optlingupage|lingumodulesedit-atkobject">Edit Available language modules</property>
</object>
</child>
</object>
@@ -109,7 +109,7 @@
<object class="GtkLabel" id="lingudictsft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_User-defined dictionaries:</property>
+ <property name="label" translatable="yes" context="optlingupage|lingudictsft">_User-defined dictionaries:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">lingudicts:border</property>
<property name="xalign">0</property>
@@ -143,7 +143,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="lingudictsnew">
- <property name="label" translatable="yes">_New...</property>
+ <property name="label" translatable="yes" context="optlingupage|lingudictsnew">_New...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -157,14 +157,14 @@
</child>
<child>
<object class="GtkButton" id="lingudictsedit">
- <property name="label" translatable="yes">Ed_it...</property>
+ <property name="label" translatable="yes" context="optlingupage|lingudictsedit">Ed_it...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="lingudictsedit-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Edit User-defined dictionaries</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optlingupage|lingudictsedit-atkobject">Edit User-defined dictionaries</property>
</object>
</child>
</object>
@@ -176,7 +176,7 @@
</child>
<child>
<object class="GtkButton" id="lingudictsdelete">
- <property name="label" translatable="yes">_Delete</property>
+ <property name="label" translatable="yes" context="optlingupage|lingudictsdelete">_Delete</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -215,7 +215,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Options:</property>
+ <property name="label" translatable="yes" context="optlingupage|label4">_Options:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">linguoptions:border</property>
<property name="xalign">0</property>
@@ -227,7 +227,7 @@
</child>
<child>
<object class="GtkLinkButton" id="moredictslink">
- <property name="label" translatable="yes">Get more dictionaries online...</property>
+ <property name="label" translatable="yes" context="optlingupage|moredictslink">Get more dictionaries online...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -259,7 +259,7 @@
</child>
<child>
<object class="GtkButton" id="linguoptionsedit">
- <property name="label" translatable="yes">Edi_t...</property>
+ <property name="label" translatable="yes" context="optlingupage|linguoptionsedit">Edi_t...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -267,7 +267,7 @@
<property name="use_underline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="linguoptionsedit-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Edit Options</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optlingupage|linguoptionsedit-atkobject">Edit Options</property>
</object>
</child>
</object>
@@ -293,7 +293,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Writing Aids</property>
+ <property name="label" translatable="yes" context="optlingupage|label1">Writing Aids</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optmemorypage.ui b/cui/uiconfig/ui/optmemorypage.ui
index 38953cde10bb..736e25b82a58 100644
--- a/cui/uiconfig/ui/optmemorypage.ui
+++ b/cui/uiconfig/ui/optmemorypage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.19.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -51,7 +51,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Use for %PRODUCTNAME:</property>
+ <property name="label" translatable="yes" context="optmemorypage|label6">_Use for %PRODUCTNAME:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">graphiccache</property>
<property name="xalign">1</property>
@@ -65,7 +65,7 @@
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Memory per object:</property>
+ <property name="label" translatable="yes" context="optmemorypage|label7">_Memory per object:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">objectcache</property>
<property name="xalign">1</property>
@@ -79,7 +79,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Remove _from memory after:</property>
+ <property name="label" translatable="yes" context="optmemorypage|label8">Remove _from memory after:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">objecttime:hh:mm</property>
<property name="xalign">1</property>
@@ -93,7 +93,7 @@
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">MB</property>
+ <property name="label" translatable="yes" context="optmemorypage|label9">MB</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -105,7 +105,7 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">MB</property>
+ <property name="label" translatable="yes" context="optmemorypage|label10">MB</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -152,7 +152,7 @@
<object class="GtkLabel" id="label12">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">hh:mm</property>
+ <property name="label" translatable="yes" context="optmemorypage|label12">hh:mm</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -167,7 +167,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Image Cache</property>
+ <property name="label" translatable="yes" context="optmemorypage|label2">Image Cache</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -213,7 +213,7 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Number of objects:</property>
+ <property name="label" translatable="yes" context="optmemorypage|label11">Number of objects:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">olecache</property>
<property name="xalign">1</property>
@@ -231,7 +231,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Cache for Inserted Objects</property>
+ <property name="label" translatable="yes" context="optmemorypage|label3">Cache for Inserted Objects</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -263,7 +263,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="quicklaunch">
- <property name="label" translatable="yes">Load %PRODUCTNAME during system start-up</property>
+ <property name="label" translatable="yes" context="optmemorypage|quicklaunch">Load %PRODUCTNAME during system start-up</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -277,7 +277,7 @@
</child>
<child>
<object class="GtkCheckButton" id="systray">
- <property name="label" translatable="yes">Enable systray Quickstarter</property>
+ <property name="label" translatable="yes" context="optmemorypage|systray">Enable systray Quickstarter</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -297,7 +297,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">%PRODUCTNAME Quickstarter</property>
+ <property name="label" translatable="yes" context="optmemorypage|label4">%PRODUCTNAME Quickstarter</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optnewdictionarydialog.ui b/cui/uiconfig/ui/optnewdictionarydialog.ui
index b5a78e54f7e6..ebcde4147fa1 100644
--- a/cui/uiconfig/ui/optnewdictionarydialog.ui
+++ b/cui/uiconfig/ui/optnewdictionarydialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="OptNewDictionaryDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">New Dictionary</property>
+ <property name="title" translatable="yes" context="optnewdictionarydialog|OptNewDictionaryDialog">New Dictionary</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -118,7 +118,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="optnewdictionarydialog|name_label">_Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">nameedit</property>
</object>
@@ -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">_Language:</property>
+ <property name="label" translatable="yes" context="optnewdictionarydialog|language_label">_Language:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">language</property>
</object>
@@ -143,7 +143,7 @@
</child>
<child>
<object class="GtkCheckButton" id="except">
- <property name="label" translatable="yes">_Exception (-)</property>
+ <property name="label" translatable="yes" context="optnewdictionarydialog|except">_Exception (-)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</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">Dictionary</property>
+ <property name="label" translatable="yes" context="optnewdictionarydialog|label1">Dictionary</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optonlineupdatepage.ui b/cui/uiconfig/ui/optonlineupdatepage.ui
index fca1c9906b79..cd70c881f57c 100644
--- a/cui/uiconfig/ui/optonlineupdatepage.ui
+++ b/cui/uiconfig/ui/optonlineupdatepage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.19.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkFrame" id="OptOnlineUpdatePage">
<property name="visible">True</property>
@@ -25,7 +25,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="autocheck">
- <property name="label" translatable="yes">_Check for updates automatically</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|autocheck">_Check for updates automatically</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -51,7 +51,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="everyday">
- <property name="label" translatable="yes">Every da_y</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|everyday">Every da_y</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="GtkRadioButton" id="everyweek">
- <property name="label" translatable="yes">Every _week</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|everyweek">Every _week</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="everymonth">
- <property name="label" translatable="yes">Every _month</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|everymonth">Every _month</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="lastchecked">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Last checked: %DATE%, %TIME%</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|lastchecked">Last checked: %DATE%, %TIME%</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -122,7 +122,7 @@
</child>
<child>
<object class="GtkButton" id="checknow">
- <property name="label" translatable="yes">Check _Now</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|checknow">Check _Now</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="GtkCheckButton" id="autodownload">
- <property name="label" translatable="yes">_Download updates automatically</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|autodownload">_Download updates automatically</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -169,7 +169,7 @@
<object class="GtkLabel" id="destpathlabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Download destination:</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|destpathlabel">Download destination:</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -179,7 +179,7 @@
</child>
<child>
<object class="GtkButton" id="changepath">
- <property name="label" translatable="yes">Ch_ange...</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|changepath">Ch_ange...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -217,11 +217,11 @@
</child>
<child>
<object class="GtkCheckButton" id="extrabits">
- <property name="label" translatable="yes">_Send OS version and basic hardware information</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|extrabits">_Send OS version and basic hardware information</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">This information lets us make optimizations for your hardware and operating system.</property>
+ <property name="tooltip_text" translatable="yes" context="optonlineupdatepage|extrabits|tooltip_text">This information lets us make optimizations for your hardware and operating system.</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
@@ -241,7 +241,7 @@
<object class="GtkLabel" id="useragent_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">User Agent:</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|useragent_label">User Agent:</property>
<property name="yalign">0</property>
</object>
<packing>
@@ -253,7 +253,7 @@
<child>
<object class="GtkLabel" id="useragent_changed">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Hit apply to update</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|useragent_changed">Hit apply to update</property>
<property name="yalign">0</property>
</object>
<packing>
@@ -285,7 +285,7 @@
<object class="GtkLabel" id="neverchecked">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Last checked: Not yet</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|neverchecked">Last checked: Not yet</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -302,7 +302,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Online Update Options</property>
+ <property name="label" translatable="yes" context="optonlineupdatepage|label1">Online Update Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optopenclpage.ui b/cui/uiconfig/ui/optopenclpage.ui
index 86eee5774d6e..3408825fd3b0 100644
--- a/cui/uiconfig/ui/optopenclpage.ui
+++ b/cui/uiconfig/ui/optopenclpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkFrame" id="OptOpenCLPage">
@@ -27,7 +27,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkCheckButton" id="useswinterpreter">
- <property name="label" translatable="yes">Allow use of Software Interpreter (even when OpenCL is not available)</property>
+ <property name="label" translatable="yes" context="optopenclpage|useswinterpreter">Allow use of Software Interpreter (even when OpenCL is not available)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -43,7 +43,7 @@
</child>
<child>
<object class="GtkCheckButton" id="useopencl">
- <property name="label" translatable="yes">Allow use of OpenCL</property>
+ <property name="label" translatable="yes" context="optopenclpage|useopencl">Allow use of OpenCL</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -61,7 +61,7 @@
<object class="GtkLabel" id="openclused">
<property name="visible">False</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">OpenCL is available for use.</property>
+ <property name="label" translatable="yes" context="optopenclpage|openclused">OpenCL is available for use.</property>
</object>
<packing>
<property name="expand">False</property>
@@ -73,7 +73,7 @@
<object class="GtkLabel" id="openclnotused">
<property name="visible">False</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">OpenCL is not used.</property>
+ <property name="label" translatable="yes" context="optopenclpage|openclnotused">OpenCL is not used.</property>
</object>
<packing>
<property name="expand">False</property>
@@ -89,7 +89,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">OpenCL Options</property>
+ <property name="label" translatable="yes" context="optopenclpage|label1">OpenCL Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optpathspage.ui b/cui/uiconfig/ui/optpathspage.ui
index 887904d5707d..0a24ebc201c2 100644
--- a/cui/uiconfig/ui/optpathspage.ui
+++ b/cui/uiconfig/ui/optpathspage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkBox" id="OptPathsPage">
<property name="visible">True</property>
@@ -37,7 +37,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="optpathspage|type">Type</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -50,7 +50,7 @@
<object class="GtkLabel" id="path">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Path</property>
+ <property name="label" translatable="yes" context="optpathspage|path">Path</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -63,7 +63,7 @@
<object class="GtkLabel" id="editpaths">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Edit Paths: %1</property>
+ <property name="label" translatable="yes" context="optpathspage|editpaths">Edit Paths: %1</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -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">Paths used by %PRODUCTNAME</property>
+ <property name="label" translatable="yes" context="optpathspage|label1">Paths used by %PRODUCTNAME</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -134,7 +134,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="default">
- <property name="label" translatable="yes">_Default</property>
+ <property name="label" translatable="yes" context="optpathspage|default">_Default</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -148,7 +148,7 @@
</child>
<child>
<object class="GtkButton" id="edit">
- <property name="label" translatable="yes">_Edit...</property>
+ <property name="label" translatable="yes" context="optpathspage|edit">_Edit...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/cui/uiconfig/ui/optproxypage.ui b/cui/uiconfig/ui/optproxypage.ui
index 46d0dcaef9ed..c2ea4b11d3c2 100644
--- a/cui/uiconfig/ui/optproxypage.ui
+++ b/cui/uiconfig/ui/optproxypage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkFrame" id="OptProxyPage">
@@ -29,7 +29,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Proxy s_erver:</property>
+ <property name="label" translatable="yes" context="optproxypage|label2">Proxy s_erver:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">proxymode</property>
</object>
@@ -135,9 +135,9 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<items>
- <item translatable="yes">None</item>
- <item translatable="yes">System</item>
- <item translatable="yes">Manual</item>
+ <item translatable="yes" context="optproxypage|proxymode">None</item>
+ <item translatable="yes" context="optproxypage|proxymode">System</item>
+ <item translatable="yes" context="optproxypage|proxymode">Manual</item>
</items>
</object>
<packing>
@@ -150,7 +150,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">HT_TP proxy:</property>
+ <property name="label" translatable="yes" context="optproxypage|httpft">HT_TP proxy:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">http</property>
</object>
@@ -163,7 +163,7 @@
<object class="GtkLabel" id="httpportft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Port:</property>
+ <property name="label" translatable="yes" context="optproxypage|httpportft">_Port:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">httpport</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">HTTP_S proxy:</property>
+ <property name="label" translatable="yes" context="optproxypage|httpsft">HTTP_S proxy:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">https</property>
</object>
@@ -191,7 +191,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_FTP proxy:</property>
+ <property name="label" translatable="yes" context="optproxypage|ftpft">_FTP proxy:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">ftp</property>
</object>
@@ -205,7 +205,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_No proxy for:</property>
+ <property name="label" translatable="yes" context="optproxypage|noproxyft">_No proxy for:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">noproxy</property>
</object>
@@ -218,7 +218,7 @@
<object class="GtkLabel" id="httpsportft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">P_ort:</property>
+ <property name="label" translatable="yes" context="optproxypage|httpsportft">P_ort:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">httpsport</property>
</object>
@@ -231,7 +231,7 @@
<object class="GtkLabel" id="ftpportft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">P_ort:</property>
+ <property name="label" translatable="yes" context="optproxypage|ftpportft">P_ort:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">ftpport</property>
</object>
@@ -245,7 +245,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="optproxypage|noproxydesc">Separator ;</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -267,7 +267,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="optproxypage|label1">Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optsavepage.ui b/cui/uiconfig/ui/optsavepage.ui
index 9a6b81ef1416..9438d03d334c 100644
--- a/cui/uiconfig/ui/optsavepage.ui
+++ b/cui/uiconfig/ui/optsavepage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="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="GtkCheckButton" id="load_docprinter">
- <property name="label" translatable="yes">Load printer settings with the document</property>
+ <property name="label" translatable="yes" context="optsavepage|load_docprinter">Load printer settings with the document</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -49,7 +49,7 @@
</child>
<child>
<object class="GtkCheckButton" id="load_settings">
- <property name="label" translatable="yes">Load user-specific settings with the document</property>
+ <property name="label" translatable="yes" context="optsavepage|load_settings">Load user-specific settings with the document</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -71,7 +71,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Load</property>
+ <property name="label" translatable="yes" context="optsavepage|label1">Load</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -108,7 +108,7 @@
<property name="column_spacing">6</property>
<child>
<object class="GtkCheckButton" id="autosave">
- <property name="label" translatable="yes">Save _AutoRecovery information every:</property>
+ <property name="label" translatable="yes" context="optsavepage|autosave">Save _AutoRecovery information every:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -137,7 +137,7 @@
<object class="GtkLabel" id="autosave_mins">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">minutes</property>
+ <property name="label" translatable="yes" context="optsavepage|autosave_mins">minutes</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -152,7 +152,7 @@
</child>
<child>
<object class="GtkCheckButton" id="userautosave">
- <property name="label" translatable="yes">Automatically save the document too</property>
+ <property name="label" translatable="yes" context="optsavepage|userautosave">Automatically save the document too</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -168,7 +168,7 @@
</child>
<child>
<object class="GtkCheckButton" id="relative_fsys">
- <property name="label" translatable="yes">Save URLs relative to file system</property>
+ <property name="label" translatable="yes" context="optsavepage|relative_fsys">Save URLs relative to file system</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -183,7 +183,7 @@
</child>
<child>
<object class="GtkCheckButton" id="docinfo">
- <property name="label" translatable="yes">_Edit document properties before saving</property>
+ <property name="label" translatable="yes" context="optsavepage|docinfo">_Edit document properties before saving</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -198,7 +198,7 @@
</child>
<child>
<object class="GtkCheckButton" id="relative_inet">
- <property name="label" translatable="yes">Save URLs relative to internet</property>
+ <property name="label" translatable="yes" context="optsavepage|relative_inet">Save URLs relative to internet</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -213,7 +213,7 @@
</child>
<child>
<object class="GtkCheckButton" id="backup">
- <property name="label" translatable="yes">Al_ways create backup copy</property>
+ <property name="label" translatable="yes" context="optsavepage|backup">Al_ways create backup copy</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -234,7 +234,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Save</property>
+ <property name="label" translatable="yes" context="optsavepage|label2">Save</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -266,7 +266,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="warnalienformat">
- <property name="label" translatable="yes">Warn when not saving in ODF or default format</property>
+ <property name="label" translatable="yes" context="optsavepage|warnalienformat">Warn when not saving in ODF or default format</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -290,7 +290,7 @@
<object class="GtkLabel" id="odfwarning_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes" comments="EN-US, the term 'extended' must not be translated.">Not using ODF 1.2 Extended may cause information to be lost.</property>
+ <property name="label" translatable="yes" context="optsavepage|odfwarning_label" comments="EN-US, the term 'extended' must not be translated.">Not using ODF 1.2 Extended may cause information to be lost.</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -320,10 +320,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">1.0/1.1</item>
- <item translatable="yes">1.2</item>
- <item translatable="yes">1.2 Extended (compatibility mode)</item>
- <item translatable="yes">1.2 Extended (recommended)</item>
+ <item translatable="yes" context="optsavepage|odfversion">1.0/1.1</item>
+ <item translatable="yes" context="optsavepage|odfversion">1.2</item>
+ <item translatable="yes" context="optsavepage|odfversion">1.2 Extended (compatibility mode)</item>
+ <item translatable="yes" context="optsavepage|odfversion">1.2 Extended (recommended)</item>
</items>
</object>
<packing>
@@ -336,7 +336,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">ODF format version:</property>
+ <property name="label" translatable="yes" context="optsavepage|label5">ODF format version:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">odfversion</property>
</object>
@@ -350,7 +350,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Always sa_ve as:</property>
+ <property name="label" translatable="yes" context="optsavepage|saveas_label">Always sa_ve as:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">saveas</property>
</object>
@@ -364,13 +364,13 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Text document</item>
- <item translatable="yes">HTML document</item>
- <item translatable="yes">Master document</item>
- <item translatable="yes">Spreadsheet</item>
- <item translatable="yes">Presentation</item>
- <item translatable="yes">Drawing</item>
- <item translatable="yes">Formula</item>
+ <item translatable="yes" context="optsavepage|doctype">Text document</item>
+ <item translatable="yes" context="optsavepage|doctype">HTML document</item>
+ <item translatable="yes" context="optsavepage|doctype">Master document</item>
+ <item translatable="yes" context="optsavepage|doctype">Spreadsheet</item>
+ <item translatable="yes" context="optsavepage|doctype">Presentation</item>
+ <item translatable="yes" context="optsavepage|doctype">Drawing</item>
+ <item translatable="yes" context="optsavepage|doctype">Formula</item>
</items>
</object>
<packing>
@@ -393,7 +393,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">D_ocument type:</property>
+ <property name="label" translatable="yes" context="optsavepage|label6">D_ocument type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">doctype</property>
</object>
@@ -410,7 +410,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Default File Format and ODF Settings</property>
+ <property name="label" translatable="yes" context="optsavepage|label3">Default File Format and ODF Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optsecuritypage.ui b/cui/uiconfig/ui/optsecuritypage.ui
index 121af49d8b5b..13feb26c8921 100644
--- a/cui/uiconfig/ui/optsecuritypage.ui
+++ b/cui/uiconfig/ui/optsecuritypage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkGrid" id="OptSecurityPage">
<property name="visible">True</property>
@@ -33,7 +33,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Maintain a list of Time Stamping Authority (TSA) URLs to be used for digital signatures in PDF export.</property>
+ <property name="label" translatable="yes" context="optsecuritypage|label9">Maintain a list of Time Stamping Authority (TSA) URLs to be used for digital signatures in PDF export.</property>
<property name="wrap">True</property>
<property name="max_width_chars">56</property>
</object>
@@ -46,7 +46,7 @@
</child>
<child>
<object class="GtkButton" id="tsas">
- <property name="label" translatable="yes">_TSAs...</property>
+ <property name="label" translatable="yes" context="optsecuritypage|tsas">_TSAs...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -68,7 +68,7 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">TSAs</property>
+ <property name="label" translatable="yes" context="optsecuritypage|label10">TSAs</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -108,7 +108,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Select the Network Security Services certificate directory to use for digital signatures.</property>
+ <property name="label" translatable="yes" context="optsecuritypage|label7">Select the Network Security Services certificate directory to use for digital signatures.</property>
<property name="wrap">True</property>
<property name="max_width_chars">56</property>
</object>
@@ -121,7 +121,7 @@
</child>
<child>
<object class="GtkButton" id="cert">
- <property name="label" translatable="yes">_Certificate...</property>
+ <property name="label" translatable="yes" context="optsecuritypage|cert">_Certificate...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -143,7 +143,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Certificate Path</property>
+ <property name="label" translatable="yes" context="optsecuritypage|label8">Certificate Path</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -183,7 +183,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Adjust the security level for executing macros and specify trusted macro developers.</property>
+ <property name="label" translatable="yes" context="optsecuritypage|label5">Adjust the security level for executing macros and specify trusted macro developers.</property>
<property name="wrap">True</property>
<property name="max_width_chars">56</property>
</object>
@@ -196,7 +196,7 @@
</child>
<child>
<object class="GtkButton" id="macro">
- <property name="label" translatable="yes">Macro Securit_y...</property>
+ <property name="label" translatable="yes" context="optsecuritypage|macro">Macro Securit_y...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -218,7 +218,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Macro Security</property>
+ <property name="label" translatable="yes" context="optsecuritypage|label3">Macro Security</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -260,7 +260,7 @@
<property name="row_spacing">12</property>
<child>
<object class="GtkCheckButton" id="savepassword:wrap">
- <property name="label" translatable="yes">Persistently _save passwords for web connections</property>
+ <property name="label" translatable="yes" context="optsecuritypage|savepassword">Persistently _save passwords for web connections</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -289,7 +289,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="usemasterpassword">
- <property name="label" translatable="yes">Protected _by a master password (recommended)</property>
+ <property name="label" translatable="yes" context="optsecuritypage|usemasterpassword">Protected _by a master password (recommended)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -310,7 +310,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Passwords are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list.</property>
+ <property name="label" translatable="yes" context="optsecuritypage|masterpasswordtext">Passwords are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list.</property>
<property name="wrap">True</property>
<property name="max_width_chars">56</property>
</object>
@@ -327,7 +327,7 @@
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.
+ <property name="label" translatable="yes" context="optsecuritypage|nopasswordsave">Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.
Do you want to delete password list and reset master password?</property>
<property name="wrap">True</property>
@@ -364,7 +364,7 @@ Do you want to delete password list and reset master password?</property>
<property name="can_focus">False</property>
<child>
<object class="GtkButton" id="connections">
- <property name="label" translatable="yes">Connect_ions...</property>
+ <property name="label" translatable="yes" context="optsecuritypage|connections">Connect_ions...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -381,7 +381,7 @@ Do you want to delete password list and reset master password?</property>
</child>
<child>
<object class="GtkButton" id="masterpassword">
- <property name="label" translatable="yes">_Master Password...</property>
+ <property name="label" translatable="yes" context="optsecuritypage|masterpassword">_Master Password...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -412,7 +412,7 @@ Do you want to delete password list and reset master password?</property>
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Passwords for Web Connections</property>
+ <property name="label" translatable="yes" context="optsecuritypage|label2">Passwords for Web Connections</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -452,7 +452,7 @@ Do you want to delete password list and reset master password?</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Adjust security related options and define warnings for hidden information in documents. </property>
+ <property name="label" translatable="yes" context="optsecuritypage|label4">Adjust security related options and define warnings for hidden information in documents. </property>
<property name="wrap">True</property>
<property name="max_width_chars">56</property>
</object>
@@ -465,7 +465,7 @@ Do you want to delete password list and reset master password?</property>
</child>
<child>
<object class="GtkButton" id="options">
- <property name="label" translatable="yes">O_ptions...</property>
+ <property name="label" translatable="yes" context="optsecuritypage|options">O_ptions...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -487,7 +487,7 @@ Do you want to delete password list and reset master password?</property>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Security Options and Warnings</property>
+ <property name="label" translatable="yes" context="optsecuritypage|label1">Security Options and Warnings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optuserpage.ui b/cui/uiconfig/ui/optuserpage.ui
index 93a7db478f96..61245f6fb3b8 100644
--- a/cui/uiconfig/ui/optuserpage.ui
+++ b/cui/uiconfig/ui/optuserpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.19.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkFrame" id="OptUserPage">
<property name="visible">True</property>
@@ -25,7 +25,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Company:</property>
+ <property name="label" translatable="yes" context="optuserpage|companyft">_Company:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">company</property>
</object>
@@ -39,7 +39,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">First/last _name/initials:</property>
+ <property name="label" translatable="yes" context="optuserpage|nameft">First/last _name/initials:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">firstname</property>
</object>
@@ -53,7 +53,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Street:</property>
+ <property name="label" translatable="yes" context="optuserpage|streetft">_Street:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">street</property>
</object>
@@ -67,7 +67,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">City/state/_zip:</property>
+ <property name="label" translatable="yes" context="optuserpage|cityft">City/state/_zip:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">city</property>
</object>
@@ -81,7 +81,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Country/re_gion:</property>
+ <property name="label" translatable="yes" context="optuserpage|countryft">Country/re_gion:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">country</property>
</object>
@@ -95,7 +95,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Title/position:</property>
+ <property name="label" translatable="yes" context="optuserpage|titleft">_Title/position:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">title</property>
</object>
@@ -109,12 +109,12 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Telephone (home/_work):</property>
+ <property name="label" translatable="yes" context="optuserpage|phoneft">Telephone (home/_work):</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">home</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="optuserpage|phoneft-atkobject">Home telephone number</property>
</object>
</child>
</object>
@@ -128,7 +128,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Fa_x/e-mail:</property>
+ <property name="label" translatable="yes" context="optuserpage|faxft">Fa_x/e-mail:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">fax</property>
</object>
@@ -151,7 +151,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="optuserpage|firstname-atkobject">First name</property>
</object>
</child>
</object>
@@ -169,7 +169,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="optuserpage|lastname-atkobject">Last name</property>
</object>
</child>
</object>
@@ -187,7 +187,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="optuserpage|shortname-atkobject">Initials</property>
</object>
</child>
</object>
@@ -216,7 +216,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="city-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">City</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|city-atkobject">City</property>
</object>
</child>
</object>
@@ -234,7 +234,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="state-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">State</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|state-atkobject">State</property>
</object>
</child>
</object>
@@ -252,7 +252,7 @@
<property name="width_chars">15</property>
<child internal-child="accessible">
<object class="AtkObject" id="zip-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Zip code</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|zip-atkobject">Zip code</property>
</object>
</child>
</object>
@@ -282,7 +282,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="optuserpage|title-atkobject">Title</property>
</object>
</child>
</object>
@@ -300,7 +300,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="position-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Position</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|position-atkobject">Position</property>
</object>
</child>
</object>
@@ -329,7 +329,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="home-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Home telephone number</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|home-atkobject">Home telephone number</property>
</object>
</child>
</object>
@@ -347,7 +347,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="work-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Work telephone number</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|work-atkobject">Work telephone number</property>
</object>
</child>
</object>
@@ -377,7 +377,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="fax-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">FAX number</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|fax-atkobject">FAX number</property>
</object>
</child>
</object>
@@ -395,7 +395,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="optuserpage|email-atkobject">email address</property>
</object>
</child>
</object>
@@ -412,7 +412,7 @@
</child>
<child>
<object class="GtkCheckButton" id="usefordocprop">
- <property name="label" translatable="yes">Use data for document properties</property>
+ <property name="label" translatable="yes" context="optuserpage|usefordocprop">Use data for document properties</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -429,7 +429,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Last name/first _name/father’s name/initials:</property>
+ <property name="label" translatable="yes" context="optuserpage|rusnameft">Last name/first _name/father’s name/initials:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">ruslastname</property>
</object>
@@ -452,7 +452,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="ruslastname-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Last name</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|ruslastname-atkobject">Last name</property>
</object>
</child>
</object>
@@ -470,7 +470,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="rusfathersname-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Father's name</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|rusfathersname-atkobject">Father's name</property>
</object>
</child>
</object>
@@ -488,7 +488,7 @@
<property name="width_chars">7</property>
<child internal-child="accessible">
<object class="AtkObject" id="russhortname-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Initials</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|russhortname-atkobject">Initials</property>
</object>
</child>
</object>
@@ -506,7 +506,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="rusfirstname-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">First name</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|rusfirstname-atkobject">First name</property>
</object>
</child>
</object>
@@ -526,7 +526,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Last/first _name/initials:</property>
+ <property name="label" translatable="yes" context="optuserpage|eastnameft">Last/first _name/initials:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">eastlastname</property>
</object>
@@ -549,7 +549,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="eastlastname-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Last name</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|eastlastname-atkobject">Last name</property>
</object>
</child>
</object>
@@ -567,7 +567,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="eastfirstname-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">First name</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|eastfirstname-atkobject">First name</property>
</object>
</child>
</object>
@@ -585,7 +585,7 @@
<property name="width_chars">7</property>
<child internal-child="accessible">
<object class="AtkObject" id="eastshortname-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Initials</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|eastshortname-atkobject">Initials</property>
</object>
</child>
</object>
@@ -605,7 +605,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Street/apartment number:</property>
+ <property name="label" translatable="yes" context="optuserpage|russtreetft">_Street/apartment number:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">russtreet</property>
</object>
@@ -628,7 +628,7 @@
<property name="invisible_char">•</property>
<child internal-child="accessible">
<object class="AtkObject" id="russtreet-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Street</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|russtreet-atkobject">Street</property>
</object>
</child>
</object>
@@ -646,7 +646,7 @@
<property name="width_chars">15</property>
<child internal-child="accessible">
<object class="AtkObject" id="apartnum-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Apartment number</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|apartnum-atkobject">Apartment number</property>
</object>
</child>
</object>
@@ -666,7 +666,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">_Zip/city:</property>
+ <property name="label" translatable="yes" context="optuserpage|icityft">_Zip/city:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">izip</property>
</object>
@@ -689,7 +689,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="optuserpage|icity-atkobject">City</property>
</object>
</child>
</object>
@@ -707,7 +707,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="optuserpage|izip-atkobject">Zip code</property>
</object>
</child>
</object>
@@ -805,7 +805,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Address</property>
+ <property name="label" translatable="yes" context="optuserpage|label1">Address</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/optviewpage.ui b/cui/uiconfig/ui/optviewpage.ui
index fc75fc821e9d..56d227d55b38 100644
--- a/cui/uiconfig/ui/optviewpage.ui
+++ b/cui/uiconfig/ui/optviewpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">80</property>
@@ -44,11 +44,11 @@
<object class="GtkGrid" id="grid3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Requires restart</property>
+ <property name="tooltip_text" translatable="yes" context="optviewpage|grid3|tooltip_text">Requires restart</property>
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="useaccel">
- <property name="label" translatable="yes">Use hard_ware acceleration</property>
+ <property name="label" translatable="yes" context="optviewpage|useaccel">Use hard_ware acceleration</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -63,7 +63,7 @@
</child>
<child>
<object class="GtkCheckButton" id="useaa">
- <property name="label" translatable="yes">Use anti-a_liasing</property>
+ <property name="label" translatable="yes" context="optviewpage|useaa">Use anti-a_liasing</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="GtkCheckButton" id="useopengl">
- <property name="label" translatable="yes">Use OpenGL for all rendering</property>
+ <property name="label" translatable="yes" context="optviewpage|useopengl">Use OpenGL for all rendering</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -92,11 +92,11 @@
</child>
<child>
<object class="GtkCheckButton" id="forceopengl">
- <property name="label" translatable="yes">Ignore OpenGL blacklist</property>
+ <property name="label" translatable="yes" context="optviewpage|forceopengl">Ignore OpenGL blacklist</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Requires restart. Enabling this may expose driver bugs</property>
+ <property name="tooltip_text" translatable="yes" context="optviewpage|forceopengl|tooltip_text">Requires restart. Enabling this may expose driver bugs</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="openglenabled">
<property name="can_focus">False</property>
<property name="margin_left">12</property>
- <property name="label" translatable="yes">GL is currently enabled.</property>
+ <property name="label" translatable="yes" context="optviewpage|openglenabled">GL is currently enabled.</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -122,7 +122,7 @@
<object class="GtkLabel" id="opengldisabled">
<property name="can_focus">False</property>
<property name="margin_left">12</property>
- <property name="label" translatable="yes">GL is currently disabled.</property>
+ <property name="label" translatable="yes" context="optviewpage|opengldisabled">GL is currently disabled.</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -138,7 +138,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Graphics Output</property>
+ <property name="label" translatable="yes" context="optviewpage|label2">Graphics Output</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -172,7 +172,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Icons in men_us:</property>
+ <property name="label" translatable="yes" context="optviewpage|label13">Icons in men_us:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">menuicons</property>
</object>
@@ -186,9 +186,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Automatic</item>
- <item translatable="yes">Hide</item>
- <item translatable="yes">Show</item>
+ <item translatable="yes" context="optviewpage|contextmenushortcuts">Automatic</item>
+ <item translatable="yes" context="optviewpage|contextmenushortcuts">Hide</item>
+ <item translatable="yes" context="optviewpage|contextmenushortcuts">Show</item>
</items>
</object>
<packing>
@@ -201,7 +201,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Shortcuts in context menus:</property>
+ <property name="label" translatable="yes" context="optviewpage|label10">Shortcuts in context menus:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">contextmenushortcuts</property>
</object>
@@ -215,9 +215,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Automatic</item>
- <item translatable="yes">Hide</item>
- <item translatable="yes">Show</item>
+ <item translatable="yes" context="optviewpage|menuicons">Automatic</item>
+ <item translatable="yes" context="optviewpage|menuicons">Hide</item>
+ <item translatable="yes" context="optviewpage|menuicons">Show</item>
</items>
</object>
<packing>
@@ -233,7 +233,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Menu</property>
+ <property name="label" translatable="yes" context="optviewpage|label3">Menu</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -264,7 +264,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="showfontpreview">
- <property name="label" translatable="yes">Show p_review of fonts</property>
+ <property name="label" translatable="yes" context="optviewpage|showfontpreview">Show p_review of fonts</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -285,7 +285,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Font Lists</property>
+ <property name="label" translatable="yes" context="optviewpage|label5">Font Lists</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -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">Toolbar icon _size:</property>
+ <property name="label" translatable="yes" context="optviewpage|label8">Toolbar icon _size:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">iconsize</property>
</object>
@@ -355,16 +355,16 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">Automatic</item>
- <item translatable="yes">Galaxy</item>
- <item translatable="yes">High Contrast</item>
- <item translatable="yes">Crystal</item>
- <item translatable="yes">Tango</item>
- <item translatable="yes">Oxygen</item>
- <item translatable="yes">Classic</item>
- <item translatable="yes">Sifr</item>
- <item translatable="yes">Breeze</item>
- <item translatable="yes">Tango Testing</item>
+ <item translatable="yes" context="optviewpage|iconstyle">Automatic</item>
+ <item translatable="yes" context="optviewpage|iconstyle">Galaxy</item>
+ <item translatable="yes" context="optviewpage|iconstyle">High Contrast</item>
+ <item translatable="yes" context="optviewpage|iconstyle">Crystal</item>
+ <item translatable="yes" context="optviewpage|iconstyle">Tango</item>
+ <item translatable="yes" context="optviewpage|iconstyle">Oxygen</item>
+ <item translatable="yes" context="optviewpage|iconstyle">Classic</item>
+ <item translatable="yes" context="optviewpage|iconstyle">Sifr</item>
+ <item translatable="yes" context="optviewpage|iconstyle">Breeze</item>
+ <item translatable="yes" context="optviewpage|iconstyle">Tango Testing</item>
</items>
</object>
<packing>
@@ -377,10 +377,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Automatic</item>
- <item translatable="yes">Small</item>
- <item translatable="yes">Large</item>
- <item translatable="yes">Extra Large</item>
+ <item translatable="yes" context="optviewpage|iconsize">Automatic</item>
+ <item translatable="yes" context="optviewpage|iconsize">Small</item>
+ <item translatable="yes" context="optviewpage|iconsize">Large</item>
+ <item translatable="yes" context="optviewpage|iconsize">Extra Large</item>
</items>
</object>
<packing>
@@ -393,7 +393,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Icon s_tyle:</property>
+ <property name="label" translatable="yes" context="optviewpage|label6">Icon s_tyle:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">iconstyle</property>
</object>
@@ -404,7 +404,7 @@
</child>
<child>
<object class="GtkCheckButton" id="aafont">
- <property name="label" translatable="yes">Screen font antialiasin_g</property>
+ <property name="label" translatable="yes" context="optviewpage|aafont">Screen font antialiasin_g</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -422,7 +422,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Sidebar _icon size:</property>
+ <property name="label" translatable="yes" context="optviewpage|label9">Sidebar _icon size:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">iconsize</property>
</object>
@@ -436,9 +436,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Automatic</item>
- <item translatable="yes">Small</item>
- <item translatable="yes">Large</item>
+ <item translatable="yes" context="optviewpage|sidebariconsize">Automatic</item>
+ <item translatable="yes" context="optviewpage|sidebariconsize">Small</item>
+ <item translatable="yes" context="optviewpage|sidebariconsize">Large</item>
</items>
</object>
<packing>
@@ -451,7 +451,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">_Notebookbar icon size:</property>
+ <property name="label" translatable="yes" context="optviewpage|label7">_Notebookbar icon size:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">iconsize</property>
</object>
@@ -465,9 +465,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Automatic</item>
- <item translatable="yes">Small</item>
- <item translatable="yes">Large</item>
+ <item translatable="yes" context="optviewpage|notebookbariconsize">Automatic</item>
+ <item translatable="yes" context="optviewpage|notebookbariconsize">Small</item>
+ <item translatable="yes" context="optviewpage|notebookbariconsize">Large</item>
</items>
</object>
<packing>
@@ -486,7 +486,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">fro_m:</property>
+ <property name="label" translatable="yes" context="optviewpage|aafrom">fro_m:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">aanf:0pixels</property>
</object>
@@ -527,7 +527,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">User Interface</property>
+ <property name="label" translatable="yes" context="optviewpage|label1">User Interface</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -564,7 +564,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Mouse _positioning:</property>
+ <property name="label" translatable="yes" context="optviewpage|label11">Mouse _positioning:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">mousepos</property>
</object>
@@ -578,7 +578,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Middle mouse _button:</property>
+ <property name="label" translatable="yes" context="optviewpage|label12">Middle mouse _button:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">mousemiddle</property>
</object>
@@ -594,9 +594,9 @@
<property name="halign">start</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">Default button</item>
- <item translatable="yes">Dialog center</item>
- <item translatable="yes">No automatic positioning</item>
+ <item translatable="yes" context="optviewpage|mousepos">Default button</item>
+ <item translatable="yes" context="optviewpage|mousepos">Dialog center</item>
+ <item translatable="yes" context="optviewpage|mousepos">No automatic positioning</item>
</items>
</object>
<packing>
@@ -611,9 +611,9 @@
<property name="halign">start</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes">No function</item>
- <item translatable="yes">Automatic scrolling</item>
- <item translatable="yes">Paste clipboard</item>
+ <item translatable="yes" context="optviewpage|mousemiddle">No function</item>
+ <item translatable="yes" context="optviewpage|mousemiddle">Automatic scrolling</item>
+ <item translatable="yes" context="optviewpage|mousemiddle">Paste clipboard</item>
</items>
</object>
<packing>
@@ -629,7 +629,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Mouse</property>
+ <property name="label" translatable="yes" context="optviewpage|label4">Mouse</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/pageformatpage.ui b/cui/uiconfig/ui/pageformatpage.ui
index ef717c2e296e..4fccfc9f9e1c 100644
--- a/cui/uiconfig/ui/pageformatpage.ui
+++ b/cui/uiconfig/ui/pageformatpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="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="pageformatpage|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="pageformatpage|liststorePageLayout">Mirrored</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Only right</col>
+ <col id="0" translatable="yes" context="pageformatpage|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="pageformatpage|liststorePageLayout">Only left</col>
<col id="1">0</col>
</row>
</data>
@@ -69,7 +69,7 @@
<object class="GtkLabel" id="labelFormat">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Format:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelFormat">_Format:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboPageFormat</property>
<property name="xalign">0</property>
@@ -93,7 +93,7 @@
<object class="GtkLabel" id="labelWidth">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Width:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelWidth">_Width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinWidth:0.00cm</property>
<property name="xalign">0</property>
@@ -120,7 +120,7 @@
<object class="GtkLabel" id="labelHeight">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Height:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelHeight">_Height:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinHeight:0.00cm</property>
<property name="xalign">0</property>
@@ -146,7 +146,7 @@
<object class="GtkLabel" id="labelOrientation">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Orientation:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelOrientation">_Orientation:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">radiobuttonPortrait</property>
<property name="xalign">0</property>
@@ -158,7 +158,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radiobuttonPortrait">
- <property name="label" translatable="yes">_Portrait</property>
+ <property name="label" translatable="yes" context="pageformatpage|radiobuttonPortrait">_Portrait</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -179,7 +179,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radiobuttonLandscape">
- <property name="label" translatable="yes">L_andscape</property>
+ <property name="label" translatable="yes" context="pageformatpage|radiobuttonLandscape">L_andscape</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -202,7 +202,7 @@
<object class="GtkLabel" id="labelTextFlow">
<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="pageformatpage|labelTextFlow">_Text direction:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboTextFlowBox</property>
<property name="xalign">0</property>
@@ -263,7 +263,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Paper _tray:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelPaperTray">Paper _tray:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboPaperTray</property>
<property name="xalign">0</property>
@@ -299,7 +299,7 @@
<object class="GtkLabel" id="labelPaperFormat">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Paper Format</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelPaperFormat">Paper Format</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -343,7 +343,7 @@
<object class="GtkLabel" id="labelTopMargin">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Top:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelTopMargin">Top:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinMargTop:0.00cm</property>
<property name="xalign">0</property>
@@ -357,7 +357,7 @@
<object class="GtkLabel" id="labelBottomMargin">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Bottom:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelBottomMargin">Bottom:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinMargBot:0.00cm</property>
<property name="xalign">0</property>
@@ -420,7 +420,7 @@
<child>
<object class="GtkLabel" id="labelRightMargin">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Right:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelRightMargin">Right:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinMargRight:0.00cm</property>
<property name="xalign">0</property>
@@ -434,7 +434,7 @@
<child>
<object class="GtkLabel" id="labelOuter">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">O_uter:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelOuter">O_uter:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinMargRight:0.00cm</property>
<property name="xalign">0</property>
@@ -460,7 +460,7 @@
<child>
<object class="GtkLabel" id="labelLeftMargin">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Left:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelLeftMargin">Left:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinMargLeft:0.00cm</property>
<property name="xalign">0</property>
@@ -474,7 +474,7 @@
<child>
<object class="GtkLabel" id="labelInner">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">I_nner:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelInner">I_nner:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinMargLeft:0.00cm</property>
<property name="xalign">0</property>
@@ -499,7 +499,7 @@
<object class="GtkLabel" id="labelMargins">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Margins</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelMargins">Margins</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -536,7 +536,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">_Page layout:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelPageLayout">_Page layout:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboPageLayout</property>
<property name="xalign">0</property>
@@ -551,7 +551,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Page numbers:</property>
+ <property name="label" translatable="yes" context="pageformatpage|label4">Page numbers:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboLayoutFormat</property>
<property name="xalign">0</property>
@@ -563,7 +563,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkRegisterTrue">
- <property name="label" translatable="yes">Register-tr_ue</property>
+ <property name="label" translatable="yes" context="pageformatpage|checkRegisterTrue">Register-tr_ue</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -603,7 +603,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Table alignment:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelTblAlign">Table alignment:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">checkbuttonHorz</property>
<property name="xalign">0</property>
@@ -615,7 +615,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkbuttonHorz">
- <property name="label" translatable="yes">Hori_zontal</property>
+ <property name="label" translatable="yes" context="pageformatpage|checkbuttonHorz">Hori_zontal</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -630,7 +630,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkbuttonVert">
- <property name="label" translatable="yes">_Vertical</property>
+ <property name="label" translatable="yes" context="pageformatpage|checkbuttonVert">_Vertical</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -645,7 +645,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkAdaptBox">
- <property name="label" translatable="yes">_Fit object to paper format</property>
+ <property name="label" translatable="yes" context="pageformatpage|checkAdaptBox">_Fit object to paper format</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
@@ -676,7 +676,7 @@
<object class="GtkLabel" id="labelRegisterStyle">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Reference _Style:</property>
+ <property name="label" translatable="yes" context="pageformatpage|labelRegisterStyle">Reference _Style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboRegisterStyle</property>
<property name="xalign">0</property>
@@ -718,7 +718,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Layout Settings</property>
+ <property name="label" translatable="yes" context="pageformatpage|label5">Layout Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -739,7 +739,7 @@
<child>
<object class="GtkLabel" id="labelMsg">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">The margin settings are out of print range.
+ <property name="label" translatable="yes" context="pageformatpage|labelMsg">The margin settings are out of print range.
Do you still want to apply these settings?</property>
</object>
diff --git a/cui/uiconfig/ui/paragalignpage.ui b/cui/uiconfig/ui/paragalignpage.ui
index b94b73dcfaf3..ba90b60a3fee 100644
--- a/cui/uiconfig/ui/paragalignpage.ui
+++ b/cui/uiconfig/ui/paragalignpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkListStore" id="liststoreLB_LASTLINE">
@@ -12,19 +12,19 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Default</col>
+ <col id="0" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Default</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Left</col>
+ <col id="0" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Left</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Centered</col>
+ <col id="0" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Centered</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Justified</col>
+ <col id="0" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Justified</col>
<col id="1">3</col>
</row>
</data>
@@ -38,23 +38,23 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Automatic</col>
+ <col id="0" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Automatic</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Base line</col>
+ <col id="0" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Base line</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Top</col>
+ <col id="0" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Top</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Middle</col>
+ <col id="0" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Middle</col>
<col id="1">3</col>
</row>
<row>
- <col id="0" translatable="yes">Bottom</col>
+ <col id="0" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Bottom</col>
<col id="1">4</col>
</row>
</data>
@@ -82,7 +82,7 @@
<property name="valign">start</property>
<child internal-child="accessible">
<object class="AtkObject" id="drawingareaWN_EXAMPLE-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Example</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="paragalignpage|drawingareaWN_EXAMPLE-atkobject">Example</property>
</object>
</child>
</object>
@@ -117,7 +117,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="radioBTN_LEFTALIGN">
- <property name="label" translatable="yes">_Left</property>
+ <property name="label" translatable="yes" context="paragalignpage|radioBTN_LEFTALIGN">_Left</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -133,7 +133,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radioBTN_RIGHTALIGN">
- <property name="label" translatable="yes">_Right</property>
+ <property name="label" translatable="yes" context="paragalignpage|radioBTN_RIGHTALIGN">_Right</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -149,7 +149,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radioBTN_CENTERALIGN">
- <property name="label" translatable="yes">_Center</property>
+ <property name="label" translatable="yes" context="paragalignpage|radioBTN_CENTERALIGN">_Center</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -166,7 +166,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radioBTN_JUSTIFYALIGN">
- <property name="label" translatable="yes">_Justified</property>
+ <property name="label" translatable="yes" context="paragalignpage|radioBTN_JUSTIFYALIGN">_Justified</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -182,7 +182,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkCB_EXPAND">
- <property name="label" translatable="yes">_Expand single word</property>
+ <property name="label" translatable="yes" context="paragalignpage|checkCB_EXPAND">_Expand single word</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -199,7 +199,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkCB_SNAP">
- <property name="label" translatable="yes">_Snap to text grid (if active)</property>
+ <property name="label" translatable="yes" context="paragalignpage|checkCB_SNAP">_Snap to text grid (if active)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -230,7 +230,7 @@
<property name="can_focus">False</property>
<property name="margin_left">12</property>
<property name="vexpand">True</property>
- <property name="label" translatable="yes">_Last line:</property>
+ <property name="label" translatable="yes" context="paragalignpage|labelLB_LASTLINE">_Last line:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboLB_LASTLINE</property>
<property name="xalign">0</property>
@@ -274,7 +274,7 @@
<child>
<object class="GtkLabel" id="labelST_RIGHTALIGN_ASIAN">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Righ_t/Bottom</property>
+ <property name="label" translatable="yes" context="paragalignpage|labelST_RIGHTALIGN_ASIAN">Righ_t/Bottom</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -287,7 +287,7 @@
<object class="GtkLabel" id="labelST_LEFTALIGN_ASIAN">
<property name="can_focus">False</property>
<property name="xpad">5</property>
- <property name="label" translatable="yes">_Left/Top</property>
+ <property name="label" translatable="yes" context="paragalignpage|labelST_LEFTALIGN_ASIAN">_Left/Top</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -310,7 +310,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="paragalignpage|label1">Options</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="margin_right">12</property>
- <property name="label" translatable="yes">_Alignment:</property>
+ <property name="label" translatable="yes" context="paragalignpage|labelFT_VERTALIGN">_Alignment:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboLB_VERTALIGN</property>
<property name="xalign">0</property>
@@ -375,7 +375,7 @@
<object class="GtkLabel" id="labelFL_VERTALIGN">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text-to-text</property>
+ <property name="label" translatable="yes" context="paragalignpage|labelFL_VERTALIGN">Text-to-text</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -409,7 +409,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_right">12</property>
- <property name="label" translatable="yes">_Text direction:</property>
+ <property name="label" translatable="yes" context="paragalignpage|label2">_Text direction:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboLB_TEXTDIRECTION</property>
<property name="xalign">0</property>
@@ -441,7 +441,7 @@
<object class="GtkLabel" id="labelFL_PROPERTIES">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="paragalignpage|labelFL_PROPERTIES">Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/paraindentspacing.ui b/cui/uiconfig/ui/paraindentspacing.ui
index 18a0dc4ff7e4..734d23f2d42e 100644
--- a/cui/uiconfig/ui/paraindentspacing.ui
+++ b/cui/uiconfig/ui/paraindentspacing.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustmentED_DIST">
@@ -34,31 +34,31 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Single</col>
+ <col id="0" translatable="yes" context="paraindentspacing|liststoreLB_LINEDIST">Single</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">1.15 Lines</col>
+ <col id="0" translatable="yes" context="paraindentspacing|liststoreLB_LINEDIST">1.15 Lines</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">1.5 Lines</col>
+ <col id="0" translatable="yes" context="paraindentspacing|liststoreLB_LINEDIST">1.5 Lines</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Double</col>
+ <col id="0" translatable="yes" context="paraindentspacing|liststoreLB_LINEDIST">Double</col>
<col id="1">3</col>
</row>
<row>
- <col id="0" translatable="yes">Proportional</col>
+ <col id="0" translatable="yes" context="paraindentspacing|liststoreLB_LINEDIST">Proportional</col>
<col id="1">4</col>
</row>
<row>
- <col id="0" translatable="yes">At least</col>
+ <col id="0" translatable="yes" context="paraindentspacing|liststoreLB_LINEDIST">At least</col>
<col id="1">5</col>
</row>
<row>
- <col id="0" translatable="yes">Leading</col>
+ <col id="0" translatable="yes" context="paraindentspacing|liststoreLB_LINEDIST">Leading</col>
<col id="1">6</col>
</row>
</data>
@@ -88,7 +88,7 @@
<property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="drawingareaWN_EXAMPLE-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Example</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="paraindentspacing|drawingareaWN_EXAMPLE-atkobject">Example</property>
</object>
</child>
</object>
@@ -126,7 +126,7 @@
<object class="GtkLabel" id="labelFT_LEFTINDENT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Before text:</property>
+ <property name="label" translatable="yes" context="paraindentspacing|labelFT_LEFTINDENT">_Before text:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinED_LEFTINDENT:0cm</property>
<property name="xalign">0</property>
@@ -140,7 +140,7 @@
<object class="GtkLabel" id="labelFT_RIGHTINDENT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">After _text:</property>
+ <property name="label" translatable="yes" context="paraindentspacing|labelFT_RIGHTINDENT">After _text:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinED_RIGHTINDENT:0cm</property>
<property name="xalign">0</property>
@@ -154,7 +154,7 @@
<object class="GtkLabel" id="labelFT_FLINEINDENT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_First line:</property>
+ <property name="label" translatable="yes" context="paraindentspacing|labelFT_FLINEINDENT">_First line:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinED_FLINEINDENT:0cm</property>
<property name="xalign">0</property>
@@ -166,7 +166,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkCB_AUTO">
- <property name="label" translatable="yes">_Automatic</property>
+ <property name="label" translatable="yes" context="paraindentspacing|checkCB_AUTO">_Automatic</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -218,7 +218,7 @@
<child>
<object class="GtkLabel" id="labelST_LINEDIST_ABS">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Fixed</property>
+ <property name="label" translatable="yes" context="paraindentspacing|labelST_LINEDIST_ABS">Fixed</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -233,7 +233,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Indent</property>
+ <property name="label" translatable="yes" context="paraindentspacing|label1">Indent</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -273,7 +273,7 @@
<object class="GtkLabel" id="labelFT_TOPDIST">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Ab_ove paragraph:</property>
+ <property name="label" translatable="yes" context="paraindentspacing|labelFT_TOPDIST">Ab_ove paragraph:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinED_TOPDIST:0cm</property>
<property name="xalign">0</property>
@@ -287,7 +287,7 @@
<object class="GtkLabel" id="labelFT_BOTTOMDIST">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Below _paragraph:</property>
+ <property name="label" translatable="yes" context="paraindentspacing|labelFT_BOTTOMDIST">Below _paragraph:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinED_BOTTOMDIST:0cm</property>
<property name="xalign">0</property>
@@ -330,7 +330,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkCB_CONTEXTUALSPACING">
- <property name="label" translatable="yes">Don't add space between paragraphs of the same style</property>
+ <property name="label" translatable="yes" context="paraindentspacing|checkCB_CONTEXTUALSPACING">Don't add space between paragraphs of the same style</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -351,7 +351,7 @@
<object class="GtkLabel" id="labelFL_VERTALIGN">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Spacing</property>
+ <property name="label" translatable="yes" context="paraindentspacing|labelFL_VERTALIGN">Spacing</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -401,7 +401,7 @@
<object class="GtkLabel" id="labelFT_LINEDIST">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">of</property>
+ <property name="label" translatable="yes" context="paraindentspacing|labelFT_LINEDIST">of</property>
</object>
<packing>
<property name="expand">False</property>
@@ -461,7 +461,7 @@
<object class="GtkLabel" id="labelFL_PROPERTIES">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Line Spacing</property>
+ <property name="label" translatable="yes" context="paraindentspacing|labelFL_PROPERTIES">Line Spacing</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -486,7 +486,7 @@
<property name="left_padding">12</property>
<child>
<object class="GtkCheckButton" id="checkCB_REGISTER">
- <property name="label" translatable="yes">A_ctivate</property>
+ <property name="label" translatable="yes" context="paraindentspacing|checkCB_REGISTER">A_ctivate</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">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">Register-true</property>
+ <property name="label" translatable="yes" context="paraindentspacing|label3">Register-true</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/paratabspage.ui b/cui/uiconfig/ui/paratabspage.ui
index 74f632482eb5..56344137082e 100644
--- a/cui/uiconfig/ui/paratabspage.ui
+++ b/cui/uiconfig/ui/paratabspage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -46,7 +46,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position</property>
+ <property name="label" translatable="yes" context="paratabspage|label1">Position</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -81,7 +81,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="radiobuttonBTN_TABTYPE_DECIMAL">
- <property name="label" translatable="yes">Deci_mal</property>
+ <property name="label" translatable="yes" context="paratabspage|radiobuttonBTN_TABTYPE_DECIMAL">Deci_mal</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -154,7 +154,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkRadioButton" id="radiobuttonBTN_TABTYPE_LEFT">
- <property name="label" translatable="yes">_Left</property>
+ <property name="label" translatable="yes" context="paratabspage|radiobuttonBTN_TABTYPE_LEFT">_Left</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
@@ -171,7 +171,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radiobuttonST_LEFTTAB_ASIAN">
- <property name="label" translatable="yes">_Left/Top</property>
+ <property name="label" translatable="yes" context="paratabspage|radiobuttonST_LEFTTAB_ASIAN">_Left/Top</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
@@ -198,7 +198,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkRadioButton" id="radiobuttonBTN_TABTYPE_RIGHT">
- <property name="label" translatable="yes">Righ_t</property>
+ <property name="label" translatable="yes" context="paratabspage|radiobuttonBTN_TABTYPE_RIGHT">Righ_t</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
@@ -214,7 +214,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radiobuttonST_RIGHTTAB_ASIAN">
- <property name="label" translatable="yes">Righ_t/Bottom</property>
+ <property name="label" translatable="yes" context="paratabspage|radiobuttonST_RIGHTTAB_ASIAN">Righ_t/Bottom</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
@@ -236,7 +236,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radiobuttonBTN_TABTYPE_CENTER">
- <property name="label" translatable="yes">C_entered</property>
+ <property name="label" translatable="yes" context="paratabspage|radiobuttonBTN_TABTYPE_CENTER">C_entered</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -260,7 +260,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">center</property>
- <property name="label" translatable="yes">_Character</property>
+ <property name="label" translatable="yes" context="paratabspage|labelFT_TABTYPE_DECCHAR">_Character</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entryED_TABTYPE_DECCHAR</property>
<property name="xalign">0</property>
@@ -280,7 +280,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="paratabspage|label2">Type</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -314,7 +314,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="radiobuttonBTN_FILLCHAR_NO">
- <property name="label" translatable="yes">N_one</property>
+ <property name="label" translatable="yes" context="paratabspage|radiobuttonBTN_FILLCHAR_NO">N_one</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -331,7 +331,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radiobuttonBTN_FILLCHAR_POINTS">
- <property name="label" translatable="yes">_........</property>
+ <property name="label" translatable="yes" context="paratabspage|radiobuttonBTN_FILLCHAR_POINTS">_........</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -348,7 +348,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radiobuttonBTN_FILLCHAR_DASHLINE">
- <property name="label" translatable="yes">_--------</property>
+ <property name="label" translatable="yes" context="paratabspage|radiobuttonBTN_FILLCHAR_DASHLINE">_--------</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -365,7 +365,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radiobuttonBTN_FILLCHAR_UNDERSCORE">
- <property name="label" translatable="yes">______</property>
+ <property name="label" translatable="yes" context="paratabspage|radiobuttonBTN_FILLCHAR_UNDERSCORE">______</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -382,7 +382,7 @@
</child>
<child>
<object class="GtkRadioButton" id="radiobuttonBTN_FILLCHAR_OTHER">
- <property name="label" translatable="yes">C_haracter</property>
+ <property name="label" translatable="yes" context="paratabspage|radiobuttonBTN_FILLCHAR_OTHER">C_haracter</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -422,7 +422,7 @@
<object class="GtkLabel" id="label3">
<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="paratabspage|label3">Fill Character</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -460,7 +460,7 @@
</child>
<child>
<object class="GtkButton" id="buttonBTN_DELALL">
- <property name="label" translatable="yes">Delete _all</property>
+ <property name="label" translatable="yes" context="paratabspage|buttonBTN_DELALL">Delete _all</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">True</property>
@@ -489,7 +489,7 @@
<child>
<object class="GtkLabel" id="label4">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">points</property>
+ <property name="label" translatable="yes" context="paratabspage|label4">points</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">radiobuttonBTN_FILLCHAR_POINTS</property>
</object>
@@ -502,7 +502,7 @@
<child>
<object class="GtkLabel" id="label5">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">dashes</property>
+ <property name="label" translatable="yes" context="paratabspage|label5">dashes</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">radiobuttonBTN_FILLCHAR_DASHLINE</property>
</object>
@@ -515,7 +515,7 @@
<child>
<object class="GtkLabel" id="label6">
<property name="can_focus">False</property>
- <property name="label" translatable="yes">underscores</property>
+ <property name="label" translatable="yes" context="paratabspage|label6">underscores</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">radiobuttonBTN_FILLCHAR_UNDERSCORE</property>
</object>
diff --git a/cui/uiconfig/ui/password.ui b/cui/uiconfig/ui/password.ui
index f19a40e1912f..eef7168a9ed7 100644
--- a/cui/uiconfig/ui/password.ui
+++ b/cui/uiconfig/ui/password.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="PasswordDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Set Password</property>
+ <property name="title" translatable="yes" context="password|PasswordDialog">Set Password</property>
<property name="type_hint">normal</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -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">Confirm password</property>
+ <property name="label" translatable="yes" context="password|label5">Confirm password</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">confirmpassEntry</property>
</object>
@@ -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">_Enter password to open</property>
+ <property name="label" translatable="yes" context="password|label4">_Enter password to open</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">newpassEntry</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">Note: After a password has been set, the document will only open with the password. Should you lose the password, there will be no way to recover the document. Please also note that this password is case-sensitive.</property>
+ <property name="label" translatable="yes" context="password|label1">Note: After a password has been set, the document will only open with the password. Should you lose the password, there will be no way to recover the document. Please also note that this password is case-sensitive.</property>
<property name="wrap">True</property>
<property name="max_width_chars">60</property>
</object>
@@ -182,7 +182,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="readonly">
- <property name="label" translatable="yes">Open file read-only</property>
+ <property name="label" translatable="yes" context="password|readonly">Open file read-only</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -201,7 +201,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Enter password to allow editing</property>
+ <property name="label" translatable="yes" context="password|label7">Enter password to allow editing</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">newpassroEntry</property>
</object>
@@ -231,7 +231,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Confirm password</property>
+ <property name="label" translatable="yes" context="password|label8">Confirm password</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">confirmropassEntry</property>
</object>
@@ -264,7 +264,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">File Sharing Password</property>
+ <property name="label" translatable="yes" context="password|label6">File Sharing Password</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -276,7 +276,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="password|label3">_Options</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -296,7 +296,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">File Encryption Password</property>
+ <property name="label" translatable="yes" context="password|label2">File Encryption Password</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/pastespecial.ui b/cui/uiconfig/ui/pastespecial.ui
index fd37b963fd7e..017e2a408dd6 100644
--- a/cui/uiconfig/ui/pastespecial.ui
+++ b/cui/uiconfig/ui/pastespecial.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="PasteSpecialDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Paste Special</property>
+ <property name="title" translatable="yes" context="pastespecial|PasteSpecialDialog">Paste Special</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox3">
@@ -84,7 +84,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Source:</property>
+ <property name="label" translatable="yes" context="pastespecial|label2">Source:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -154,7 +154,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="pastespecial|label1">Selection</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/patterntabpage.ui b/cui/uiconfig/ui/patterntabpage.ui
index 309608cd34ba..8f2a34fd63d7 100644
--- a/cui/uiconfig/ui/patterntabpage.ui
+++ b/cui/uiconfig/ui/patterntabpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="PatternTabPage">
@@ -62,7 +62,7 @@
</child>
<child>
<object class="GtkButton" id="BTN_MODIFY">
- <property name="label" translatable="yes">_Modify</property>
+ <property name="label" translatable="yes" context="patterntabpage|BTN_MODIFY">_Modify</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">True</property>
@@ -89,7 +89,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Pattern</property>
+ <property name="label" translatable="yes" context="patterntabpage|label3">Pattern</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -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">Pattern Editor:</property>
+ <property name="label" translatable="yes" context="patterntabpage|label4">Pattern Editor:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -148,7 +148,7 @@
<property name="valign">start</property>
<child internal-child="accessible">
<object class="AtkObject" id="CTL_PIXEL-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Pattern Editor</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="patterntabpage|CTL_PIXEL-atkobject">Pattern Editor</property>
</object>
</child>
</object>
@@ -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">Foreground Color:</property>
+ <property name="label" translatable="yes" context="patterntabpage|label5">Foreground Color:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -214,7 +214,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Background Color:</property>
+ <property name="label" translatable="yes" context="patterntabpage|label6">Background Color:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -249,7 +249,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="patterntabpage|label1">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -292,7 +292,7 @@
<property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="CTL_PREVIEW-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Example</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="patterntabpage|CTL_PREVIEW-atkobject">Example</property>
</object>
</child>
</object>
@@ -310,7 +310,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Preview</property>
+ <property name="label" translatable="yes" context="patterntabpage|label2">Preview</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/percentdialog.ui b/cui/uiconfig/ui/percentdialog.ui
index 991cda65d690..e95f17790d6a 100644
--- a/cui/uiconfig/ui/percentdialog.ui
+++ b/cui/uiconfig/ui/percentdialog.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">100</property>
@@ -10,7 +10,7 @@
<object class="GtkDialog" id="PercentDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Combine</property>
+ <property name="title" translatable="yes" context="percentdialog|PercentDialog">Combine</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -91,7 +91,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Minimum Size</property>
+ <property name="label" translatable="yes" context="percentdialog|label1">Minimum Size</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/personalization_tab.ui b/cui/uiconfig/ui/personalization_tab.ui
index d240a2da1934..623d6ccdb411 100644
--- a/cui/uiconfig/ui/personalization_tab.ui
+++ b/cui/uiconfig/ui/personalization_tab.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkVBox" id="PersonalizationTabPage">
<property name="visible">True</property>
@@ -28,7 +28,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkRadioButton" id="no_persona">
- <property name="label" translatable="yes">Default look, do not use Themes</property>
+ <property name="label" translatable="yes" context="personalization_tab|no_persona">Default look, do not use Themes</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -44,7 +44,7 @@
</child>
<child>
<object class="GtkRadioButton" id="default_persona">
- <property name="label" translatable="yes">Pre-installed Theme (if available)</property>
+ <property name="label" translatable="yes" context="personalization_tab|default_persona">Pre-installed Theme (if available)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -116,7 +116,7 @@
<property name="homogeneous">True</property>
<child>
<object class="GtkRadioButton" id="own_persona">
- <property name="label" translatable="yes">Own Theme</property>
+ <property name="label" translatable="yes" context="personalization_tab|own_persona">Own Theme</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="GtkButton" id="select_persona">
- <property name="label" translatable="yes">Select Theme</property>
+ <property name="label" translatable="yes" context="personalization_tab|select_persona">Select Theme</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="extensions_label">
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Or, select from the Themes installed via extensions:</property>
+ <property name="label" translatable="yes" context="personalization_tab|extensions_label">Or, select from the Themes installed via extensions:</property>
</object>
<packing>
<property name="expand">True</property>
@@ -217,7 +217,7 @@
<object class="GtkLabel" id="personas_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Firefox Themes</property>
+ <property name="label" translatable="yes" context="personalization_tab|personas_label">Firefox Themes</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/pickbulletpage.ui b/cui/uiconfig/ui/pickbulletpage.ui
index faa76e284648..da2a1dae0198 100644
--- a/cui/uiconfig/ui/pickbulletpage.ui
+++ b/cui/uiconfig/ui/pickbulletpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkFrame" id="PickBulletPage">
<property name="visible">True</property>
@@ -31,7 +31,7 @@
<object class="GtkLabel" id="label25">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Selection</property>
+ <property name="label" translatable="yes" context="pickbulletpage|label25">Selection</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/pickgraphicpage.ui b/cui/uiconfig/ui/pickgraphicpage.ui
index 2979aebdcd58..8f11c574c316 100644
--- a/cui/uiconfig/ui/pickgraphicpage.ui
+++ b/cui/uiconfig/ui/pickgraphicpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkFrame" id="PickGraphicPage">
<property name="visible">True</property>
@@ -42,7 +42,7 @@
<object class="GtkLabel" id="errorft">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">The Gallery theme 'Bullets' is empty (no images).</property>
+ <property name="label" translatable="yes" context="pickgraphicpage|errorft">The Gallery theme 'Bullets' is empty (no images).</property>
<property name="wrap">True</property>
</object>
<packing>
@@ -54,7 +54,7 @@
</child>
<child>
<object class="GtkButton" id="browseBtn">
- <property name="label" translatable="yes">Add and Resize</property>
+ <property name="label" translatable="yes" context="pickgraphicpage|browseBtn">Add and Resize</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
@@ -72,7 +72,7 @@
<object class="GtkLabel" id="label25">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Selection</property>
+ <property name="label" translatable="yes" context="pickgraphicpage|label25">Selection</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/picknumberingpage.ui b/cui/uiconfig/ui/picknumberingpage.ui
index 868e8f625d31..13eb0317c380 100644
--- a/cui/uiconfig/ui/picknumberingpage.ui
+++ b/cui/uiconfig/ui/picknumberingpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkFrame" id="PickNumberingPage">
<property name="visible">True</property>
@@ -31,7 +31,7 @@
<object class="GtkLabel" id="label25">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Selection</property>
+ <property name="label" translatable="yes" context="picknumberingpage|label25">Selection</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/pickoutlinepage.ui b/cui/uiconfig/ui/pickoutlinepage.ui
index 8e1f4a332483..bfcbdf12a5d9 100644
--- a/cui/uiconfig/ui/pickoutlinepage.ui
+++ b/cui/uiconfig/ui/pickoutlinepage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkFrame" id="PickOutlinePage">
<property name="visible">True</property>
@@ -31,7 +31,7 @@
<object class="GtkLabel" id="label25">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Selection</property>
+ <property name="label" translatable="yes" context="pickoutlinepage|label25">Selection</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/positionpage.ui b/cui/uiconfig/ui/positionpage.ui
index 755835235b8d..3cefde8e549d 100644
--- a/cui/uiconfig/ui/positionpage.ui
+++ b/cui/uiconfig/ui/positionpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -54,7 +54,7 @@
<property name="homogeneous">True</property>
<child>
<object class="GtkRadioButton" id="superscript">
- <property name="label" translatable="yes">Superscript</property>
+ <property name="label" translatable="yes" context="positionpage|superscript">Superscript</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="normal">
- <property name="label" translatable="yes">Normal</property>
+ <property name="label" translatable="yes" context="positionpage|normal">Normal</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="GtkRadioButton" id="subscript">
- <property name="label" translatable="yes">Subscript</property>
+ <property name="label" translatable="yes" context="positionpage|subscript">Subscript</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -118,7 +118,7 @@
<object class="GtkLabel" id="raiselower">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Raise/lower by</property>
+ <property name="label" translatable="yes" context="positionpage|raiselower">Raise/lower by</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">raiselowersb:0%</property>
<property name="xalign">0</property>
@@ -154,7 +154,7 @@
</child>
<child>
<object class="GtkCheckButton" id="automatic">
- <property name="label" translatable="yes">Automatic</property>
+ <property name="label" translatable="yes" context="positionpage|automatic">Automatic</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -170,7 +170,7 @@
<object class="GtkLabel" id="relativefontsize">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Relative font size</property>
+ <property name="label" translatable="yes" context="positionpage|relativefontsize">Relative font size</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">fontsizesb:0%</property>
<property name="xalign">0</property>
@@ -198,7 +198,7 @@
<object class="GtkLabel" id="label20">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position</property>
+ <property name="label" translatable="yes" context="positionpage|label20">Position</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -236,7 +236,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkRadioButton" id="0deg">
- <property name="label" translatable="yes">0 degrees</property>
+ <property name="label" translatable="yes" context="positionpage|0deg">0 degrees</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -252,7 +252,7 @@
</child>
<child>
<object class="GtkRadioButton" id="90deg">
- <property name="label" translatable="yes">90 degrees</property>
+ <property name="label" translatable="yes" context="positionpage|90deg">90 degrees</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="GtkRadioButton" id="270deg">
- <property name="label" translatable="yes">270 degrees</property>
+ <property name="label" translatable="yes" context="positionpage|270deg">270 degrees</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -284,7 +284,7 @@
</child>
<child>
<object class="GtkCheckButton" id="fittoline">
- <property name="label" translatable="yes">Fit to line</property>
+ <property name="label" translatable="yes" context="positionpage|fittoline">Fit to line</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -313,7 +313,7 @@
<object class="GtkLabel" id="label24">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Scale width</property>
+ <property name="label" translatable="yes" context="positionpage|label24">Scale width</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">scalewidthsb:0%</property>
</object>
@@ -356,7 +356,7 @@
<object class="GtkLabel" id="rotateandscale">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Rotation / Scaling</property>
+ <property name="label" translatable="yes" context="positionpage|rotateandscale">Rotation / Scaling</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -372,7 +372,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Scaling</property>
+ <property name="label" translatable="yes" context="positionpage|scale">Scaling</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -425,7 +425,7 @@
</child>
<child>
<object class="GtkCheckButton" id="pairkerning">
- <property name="label" translatable="yes">Pair kerning</property>
+ <property name="label" translatable="yes" context="positionpage|pairkerning">Pair kerning</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -446,7 +446,7 @@
<object class="GtkLabel" id="label22">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Spacing</property>
+ <property name="label" translatable="yes" context="positionpage|label22">Spacing</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -475,7 +475,7 @@
<property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="preview:border-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Preview</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="positionpage|preview-atkobject">Preview</property>
</object>
</child>
</object>
diff --git a/cui/uiconfig/ui/positionsizedialog.ui b/cui/uiconfig/ui/positionsizedialog.ui
index fa8e1628ff96..9a40c10c48bc 100644
--- a/cui/uiconfig/ui/positionsizedialog.ui
+++ b/cui/uiconfig/ui/positionsizedialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="PositionAndSizeDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Position and Size</property>
+ <property name="title" translatable="yes" context="positionsizedialog|PositionAndSizeDialog">Position and Size</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
@@ -98,7 +98,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_POSITION_SIZE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position and Size</property>
+ <property name="label" translatable="yes" context="positionsizedialog|RID_SVXPAGE_POSITION_SIZE">Position and Size</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -111,7 +111,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_SWPOSSIZE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position and Size</property>
+ <property name="label" translatable="yes" context="positionsizedialog|RID_SVXPAGE_SWPOSSIZE">Position and Size</property>
</object>
<packing>
<property name="position">1</property>
@@ -125,7 +125,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_ANGLE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Rotation</property>
+ <property name="label" translatable="yes" context="positionsizedialog|RID_SVXPAGE_ANGLE">Rotation</property>
</object>
<packing>
<property name="position">2</property>
@@ -139,7 +139,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_SLANT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Slant &amp; Corner Radius</property>
+ <property name="label" translatable="yes" context="positionsizedialog|RID_SVXPAGE_SLANT">Slant &amp; Corner Radius</property>
</object>
<packing>
<property name="position">3</property>
diff --git a/cui/uiconfig/ui/possizetabpage.ui b/cui/uiconfig/ui/possizetabpage.ui
index 25c48cbbe2e7..93eeaf4823c0 100644
--- a/cui/uiconfig/ui/possizetabpage.ui
+++ b/cui/uiconfig/ui/possizetabpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkBox" id="PositionAndSize">
@@ -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">Position _X:</property>
+ <property name="label" translatable="yes" context="possizetabpage|FT_POS_X">Position _X:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_POS_X:0.00cm</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">Position _Y:</property>
+ <property name="label" translatable="yes" context="possizetabpage|FT_POS_Y">Position _Y:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_POS_Y:0.00cm</property>
</object>
@@ -109,7 +109,7 @@
<object class="GtkLabel" id="FT_POSREFERENCE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Base point:</property>
+ <property name="label" translatable="yes" context="possizetabpage|FT_POSREFERENCE">_Base point:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">CTL_POSRECT</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">Position</property>
+ <property name="label" translatable="yes" context="possizetabpage|label1">Position</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -189,7 +189,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Wi_dth:</property>
+ <property name="label" translatable="yes" context="possizetabpage|FT_WIDTH">Wi_dth:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_WIDTH:0.00cm</property>
</object>
@@ -205,7 +205,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="possizetabpage|FT_HEIGHT">H_eight:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_HEIGHT:0.00cm</property>
</object>
@@ -248,7 +248,7 @@
</child>
<child>
<object class="GtkCheckButton" id="CBX_SCALE">
- <property name="label" translatable="yes">_Keep ratio</property>
+ <property name="label" translatable="yes" context="possizetabpage|CBX_SCALE">_Keep ratio</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -280,7 +280,7 @@
<object class="GtkLabel" id="FT_SIZEREFERENCE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Base _point:</property>
+ <property name="label" translatable="yes" context="possizetabpage|FT_SIZEREFERENCE">Base _point:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">CTL_SIZERECT</property>
</object>
@@ -318,7 +318,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="possizetabpage|label2">Size</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -357,7 +357,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="TSB_POSPROTECT">
- <property name="label" translatable="yes">Positio_n</property>
+ <property name="label" translatable="yes" context="possizetabpage|TSB_POSPROTECT">Positio_n</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -374,7 +374,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_SIZEPROTECT">
- <property name="label" translatable="yes">_Size</property>
+ <property name="label" translatable="yes" context="possizetabpage|TSB_SIZEPROTECT">_Size</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -398,7 +398,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Protect</property>
+ <property name="label" translatable="yes" context="possizetabpage|label3">Protect</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -431,7 +431,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="TSB_AUTOGROW_WIDTH">
- <property name="label" translatable="yes">_Fit width to text</property>
+ <property name="label" translatable="yes" context="possizetabpage|TSB_AUTOGROW_WIDTH">_Fit width to text</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -448,7 +448,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_AUTOGROW_HEIGHT">
- <property name="label" translatable="yes">Fit _height to text</property>
+ <property name="label" translatable="yes" context="possizetabpage|TSB_AUTOGROW_HEIGHT">Fit _height to text</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -472,7 +472,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Adapt</property>
+ <property name="label" translatable="yes" context="possizetabpage|label4">Adapt</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/posterdialog.ui b/cui/uiconfig/ui/posterdialog.ui
index 59fdcc322133..4c0658eccace 100644
--- a/cui/uiconfig/ui/posterdialog.ui
+++ b/cui/uiconfig/ui/posterdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<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="PosterDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Posterize</property>
+ <property name="title" translatable="yes" context="posterdialog|PosterDialog">Posterize</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -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">Poster colors:</property>
+ <property name="label" translatable="yes" context="posterdialog|label2">Poster colors:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">value</property>
</object>
@@ -156,7 +156,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Parameters</property>
+ <property name="label" translatable="yes" context="posterdialog|label1">Parameters</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/querychangelineenddialog.ui b/cui/uiconfig/ui/querychangelineenddialog.ui
index 41dd4573b8e7..b8e5f113a203 100644
--- a/cui/uiconfig/ui/querychangelineenddialog.ui
+++ b/cui/uiconfig/ui/querychangelineenddialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.6"/>
<object class="GtkMessageDialog" id="AskChangeLineEndDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Save Arrowhead?</property>
+ <property name="title" translatable="yes" context="querychangelineenddialog|AskChangeLineEndDialog">Save Arrowhead?</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">yes-no</property>
- <property name="text" translatable="yes">The arrowhead was modified without saving.</property>
- <property name="secondary_text" translatable="yes">Would you like to save the arrowhead now?</property>
+ <property name="text" translatable="yes" context="querychangelineenddialog|AskChangeLineEndDialog">The arrowhead was modified without saving.</property>
+ <property name="secondary_text" translatable="yes" context="querychangelineenddialog|AskChangeLineEndDialog">Would you like to save the arrowhead now?</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/querydeletebitmapdialog.ui b/cui/uiconfig/ui/querydeletebitmapdialog.ui
index c484fdcbe16e..a737c87ee58a 100644
--- a/cui/uiconfig/ui/querydeletebitmapdialog.ui
+++ b/cui/uiconfig/ui/querydeletebitmapdialog.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="AskDelBitmapDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Delete Bitmap?</property>
+ <property name="title" translatable="yes" context="querydeletebitmapdialog|AskDelBitmapDialog">Delete Bitmap?</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">Are you sure you want to delete the bitmap?</property>
+ <property name="text" translatable="yes" context="querydeletebitmapdialog|AskDelBitmapDialog">Are you sure you want to delete the bitmap?</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/querydeletechartcolordialog.ui b/cui/uiconfig/ui/querydeletechartcolordialog.ui
index 6b1ebb84b198..ad07c12effdb 100644
--- a/cui/uiconfig/ui/querydeletechartcolordialog.ui
+++ b/cui/uiconfig/ui/querydeletechartcolordialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="QueryDeleteChartColorDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Delete Color?</property>
+ <property name="title" translatable="yes" context="querydeletechartcolordialog|QueryDeleteChartColorDialog">Delete Color?</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">yes-no</property>
- <property name="text" translatable="yes">Do you really want to delete the chart color?</property>
- <property name="secondary_text" translatable="yes">This action cannot be undone.</property>
+ <property name="text" translatable="yes" context="querydeletechartcolordialog|QueryDeleteChartColorDialog">Do you really want to delete the chart color?</property>
+ <property name="secondary_text" translatable="yes" context="querydeletechartcolordialog|QueryDeleteChartColorDialog">This action cannot be undone.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/querydeletecolordialog.ui b/cui/uiconfig/ui/querydeletecolordialog.ui
index f44ac093634f..fc142aacde96 100644
--- a/cui/uiconfig/ui/querydeletecolordialog.ui
+++ b/cui/uiconfig/ui/querydeletecolordialog.ui
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkMessageDialog" id="AskDelColorDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Delete color?</property>
+ <property name="title" translatable="yes" context="querydeletecolordialog|AskDelColorDialog">Delete color?</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 delete the color?</property>
+ <property name="text" translatable="yes" context="querydeletecolordialog|AskDelColorDialog">Do you want to delete the color?</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/querydeletedictionarydialog.ui b/cui/uiconfig/ui/querydeletedictionarydialog.ui
index ef0ae5676d9f..663b917689a1 100644
--- a/cui/uiconfig/ui/querydeletedictionarydialog.ui
+++ b/cui/uiconfig/ui/querydeletedictionarydialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="QueryDeleteDictionaryDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Delete Dictionary?</property>
+ <property name="title" translatable="yes" context="querydeletedictionarydialog|QueryDeleteDictionaryDialog">Delete Dictionary?</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">yes-no</property>
- <property name="text" translatable="yes">Do you really want to delete the dictionary?</property>
- <property name="secondary_text" translatable="yes">This action cannot be undone.</property>
+ <property name="text" translatable="yes" context="querydeletedictionarydialog|QueryDeleteDictionaryDialog">Do you really want to delete the dictionary?</property>
+ <property name="secondary_text" translatable="yes" context="querydeletedictionarydialog|QueryDeleteDictionaryDialog">This action cannot be undone.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/querydeletegradientdialog.ui b/cui/uiconfig/ui/querydeletegradientdialog.ui
index c6bc9646eab7..b4353a10413f 100644
--- a/cui/uiconfig/ui/querydeletegradientdialog.ui
+++ b/cui/uiconfig/ui/querydeletegradientdialog.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="AskDelGradientDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Delete gradient?</property>
+ <property name="title" translatable="yes" context="querydeletegradientdialog|AskDelGradientDialog">Delete gradient?</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 delete the gradient?</property>
+ <property name="text" translatable="yes" context="querydeletegradientdialog|AskDelGradientDialog">Do you want to delete the gradient?</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/querydeletehatchdialog.ui b/cui/uiconfig/ui/querydeletehatchdialog.ui
index 8545fbacc20e..ab22d721852e 100644
--- a/cui/uiconfig/ui/querydeletehatchdialog.ui
+++ b/cui/uiconfig/ui/querydeletehatchdialog.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="AskDelHatchDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Delete Hatching?</property>
+ <property name="title" translatable="yes" context="querydeletehatchdialog|AskDelHatchDialog">Delete Hatching?</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 delete the hatching?</property>
+ <property name="text" translatable="yes" context="querydeletehatchdialog|AskDelHatchDialog">Do you want to delete the hatching?</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/querydeletelineenddialog.ui b/cui/uiconfig/ui/querydeletelineenddialog.ui
index f5a6c7120989..30355fcd662c 100644
--- a/cui/uiconfig/ui/querydeletelineenddialog.ui
+++ b/cui/uiconfig/ui/querydeletelineenddialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.6"/>
<object class="GtkMessageDialog" id="AskDelLineEndDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Delete Arrowhead?</property>
+ <property name="title" translatable="yes" context="querydeletelineenddialog|AskDelLineEndDialog">Delete Arrowhead?</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 really want to delete the arrowhead?</property>
- <property name="secondary_text" translatable="yes">This action cannot be undone.</property>
+ <property name="text" translatable="yes" context="querydeletelineenddialog|AskDelLineEndDialog">Do you really want to delete the arrowhead?</property>
+ <property name="secondary_text" translatable="yes" context="querydeletelineenddialog|AskDelLineEndDialog">This action cannot be undone.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/querydeletelinestyledialog.ui b/cui/uiconfig/ui/querydeletelinestyledialog.ui
index b08db9802332..86aa1fdf08da 100644
--- a/cui/uiconfig/ui/querydeletelinestyledialog.ui
+++ b/cui/uiconfig/ui/querydeletelinestyledialog.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.6"/>
<object class="GtkMessageDialog" id="AskDelLineStyleDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Delete Line Style?</property>
+ <property name="title" translatable="yes" context="querydeletelinestyledialog|AskDelLineStyleDialog">Delete Line Style?</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 delete the line style?</property>
+ <property name="text" translatable="yes" context="querydeletelinestyledialog|AskDelLineStyleDialog">Do you want to delete the line style?</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/queryduplicatedialog.ui b/cui/uiconfig/ui/queryduplicatedialog.ui
index beafdb33cc1c..172e14baddef 100644
--- a/cui/uiconfig/ui/queryduplicatedialog.ui
+++ b/cui/uiconfig/ui/queryduplicatedialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.6"/>
<object class="GtkMessageDialog" id="DuplicateNameDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Duplicate Name</property>
+ <property name="title" translatable="yes" context="queryduplicatedialog|DuplicateNameDialog">Duplicate Name</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">The name you have entered already exists.</property>
- <property name="secondary_text" translatable="yes">Please choose another name.</property>
+ <property name="text" translatable="yes" context="queryduplicatedialog|DuplicateNameDialog">The name you have entered already exists.</property>
+ <property name="secondary_text" translatable="yes" context="queryduplicatedialog|DuplicateNameDialog">Please choose another name.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/querynoloadedfiledialog.ui b/cui/uiconfig/ui/querynoloadedfiledialog.ui
index 0ac554f58d24..397919a42717 100644
--- a/cui/uiconfig/ui/querynoloadedfiledialog.ui
+++ b/cui/uiconfig/ui/querynoloadedfiledialog.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.6"/>
<object class="GtkMessageDialog" id="NoLoadedFileDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">No Loaded File</property>
+ <property name="title" translatable="yes" context="querynoloadedfiledialog|NoLoadedFileDialog">No Loaded File</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">The file could not be loaded!</property>
+ <property name="text" translatable="yes" context="querynoloadedfiledialog|NoLoadedFileDialog">The file could not be loaded!</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/querynosavefiledialog.ui b/cui/uiconfig/ui/querynosavefiledialog.ui
index 0d1f71304fec..a579aba13727 100644
--- a/cui/uiconfig/ui/querynosavefiledialog.ui
+++ b/cui/uiconfig/ui/querynosavefiledialog.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.6"/>
<object class="GtkMessageDialog" id="NoSaveFileDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">No Saved File</property>
+ <property name="title" translatable="yes" context="querynosavefiledialog|NoSaveFileDialog">No Saved File</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">The file could not be saved!</property>
+ <property name="text" translatable="yes" context="querynosavefiledialog|NoSaveFileDialog">The file could not be saved!</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/querysavelistdialog.ui b/cui/uiconfig/ui/querysavelistdialog.ui
index deb85061f475..8ccf00b71b67 100644
--- a/cui/uiconfig/ui/querysavelistdialog.ui
+++ b/cui/uiconfig/ui/querysavelistdialog.ui
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.6"/>
<object class="GtkMessageDialog" id="AskSaveList">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Save List?</property>
+ <property name="title" translatable="yes" context="querysavelistdialog|AskSaveList">Save List?</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-cancel</property>
- <property name="text" translatable="yes">The list was modified without saving.</property>
- <property name="secondary_text" translatable="yes">Would you like to save the list now?</property>
+ <property name="text" translatable="yes" context="querysavelistdialog|AskSaveList">The list was modified without saving.</property>
+ <property name="secondary_text" translatable="yes" context="querysavelistdialog|AskSaveList">Would you like to save the list now?</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui b/cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui
index 8f26b2b81355..e41d5cca1724 100644
--- a/cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui
+++ b/cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="QueryUpdateFileListDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Update File List?</property>
+ <property name="title" translatable="yes" context="queryupdategalleryfilelistdialog|QueryUpdateFileListDialog">Update File List?</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 update the file list?</property>
+ <property name="text" translatable="yes" context="queryupdategalleryfilelistdialog|QueryUpdateFileListDialog">Do you want to update the file list?</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox4">
<property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/recordnumberdialog.ui b/cui/uiconfig/ui/recordnumberdialog.ui
index 9f4824b8cea1..9e843967a654 100644
--- a/cui/uiconfig/ui/recordnumberdialog.ui
+++ b/cui/uiconfig/ui/recordnumberdialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="RecordNumberDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Record Number</property>
+ <property name="title" translatable="yes" context="recordnumberdialog|RecordNumberDialog">Record Number</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -22,7 +22,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">go to record</property>
+ <property name="label" translatable="yes" context="recordnumberdialog|label2">go to record</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry-nospin</property>
</object>
diff --git a/cui/uiconfig/ui/rotationtabpage.ui b/cui/uiconfig/ui/rotationtabpage.ui
index 7c3e34d757b8..7d63bdd04b51 100644
--- a/cui/uiconfig/ui/rotationtabpage.ui
+++ b/cui/uiconfig/ui/rotationtabpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustmentANGLE">
@@ -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">Position _X:</property>
+ <property name="label" translatable="yes" context="rotationtabpage|FT_POS_X">Position _X:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_POS_X:0.00cm</property>
</object>
@@ -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">Position _Y:</property>
+ <property name="label" translatable="yes" context="rotationtabpage|FT_POS_Y">Position _Y:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_POS_Y:0.00cm</property>
</object>
@@ -115,7 +115,7 @@
<object class="GtkLabel" id="FT_POSPRESETS">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Default settings:</property>
+ <property name="label" translatable="yes" context="rotationtabpage|FT_POSPRESETS">_Default settings:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">CTL_RECT</property>
</object>
@@ -129,7 +129,7 @@
<object class="svxlo-SvxRectCtl" id="CTL_RECT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Rotation point</property>
+ <property name="tooltip_text" translatable="yes" context="rotationtabpage|CTL_RECT|tooltip_text">Rotation point</property>
<property name="halign">center</property>
</object>
<packing>
@@ -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">Pivot Point</property>
+ <property name="label" translatable="yes" context="rotationtabpage|label1">Pivot Point</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -196,7 +196,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Angle:</property>
+ <property name="label" translatable="yes" context="rotationtabpage|FT_ANGLE">_Angle:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">NF_ANGLE</property>
</object>
@@ -238,7 +238,7 @@
<object class="GtkLabel" id="FT_ANGLEPRESETS">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Default _settings:</property>
+ <property name="label" translatable="yes" context="rotationtabpage|FT_ANGLEPRESETS">Default _settings:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">CTL_ANGLE</property>
</object>
@@ -252,7 +252,7 @@
<object class="svxlo-DialControl" id="CTL_ANGLE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Rotation Angle</property>
+ <property name="tooltip_text" translatable="yes" context="rotationtabpage|CTL_ANGLE|tooltip_text">Rotation Angle</property>
<property name="halign">center</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">Rotation Angle</property>
+ <property name="label" translatable="yes" context="rotationtabpage|label2">Rotation Angle</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/screenshotannotationdialog.ui b/cui/uiconfig/ui/screenshotannotationdialog.ui
index 0da255e064cc..3e6c2f67dcea 100644
--- a/cui/uiconfig/ui/screenshotannotationdialog.ui
+++ b/cui/uiconfig/ui/screenshotannotationdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="ScreenshotAnnotationDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Interactive Screenshot Annotation</property>
+ <property name="title" translatable="yes" context="screenshotannotationdialog|ScreenshotAnnotationDialog">Interactive Screenshot Annotation</property>
<property name="modal">True</property>
<property name="default_width">600</property>
<property name="default_height">460</property>
@@ -36,7 +36,7 @@
</child>
<child>
<object class="GtkButton" id="save">
- <property name="label" translatable="yes">Save Screenshot...</property>
+ <property name="label" translatable="yes" context="screenshotannotationdialog|save">Save Screenshot...</property>
<property name="name">save</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -64,7 +64,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Click the widgets to add annotation:</property>
+ <property name="label" translatable="yes" context="screenshotannotationdialog|label2">Click the widgets to add annotation:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -90,7 +90,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Paste the following markup into the help file:</property>
+ <property name="label" translatable="yes" context="screenshotannotationdialog|label1">Paste the following markup into the help file:</property>
<property name="ellipsize">end</property>
</object>
<packing>
diff --git a/cui/uiconfig/ui/scriptorganizer.ui b/cui/uiconfig/ui/scriptorganizer.ui
index 4b17afa87ee6..c7a7001ad29d 100644
--- a/cui/uiconfig/ui/scriptorganizer.ui
+++ b/cui/uiconfig/ui/scriptorganizer.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="ScriptOrganizerDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">%MACROLANG Macros</property>
+ <property name="title" translatable="yes" context="scriptorganizer|ScriptOrganizerDialog">%MACROLANG Macros</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">start</property>
<child>
<object class="GtkButton" id="run">
- <property name="label" translatable="yes">Run</property>
+ <property name="label" translatable="yes" context="scriptorganizer|run">Run</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -46,7 +46,7 @@
</child>
<child>
<object class="GtkButton" id="create">
- <property name="label" translatable="yes">Create...</property>
+ <property name="label" translatable="yes" context="scriptorganizer|create">Create...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -76,7 +76,7 @@
</child>
<child>
<object class="GtkButton" id="rename">
- <property name="label" translatable="yes">Rename...</property>
+ <property name="label" translatable="yes" context="scriptorganizer|rename">Rename...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -90,7 +90,7 @@
</child>
<child>
<object class="GtkButton" id="delete">
- <property name="label" translatable="yes">Delete...</property>
+ <property name="label" translatable="yes" context="scriptorganizer|delete">Delete...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -157,7 +157,7 @@
<object class="GtkLabel" id="macrosft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Macros</property>
+ <property name="label" translatable="yes" context="scriptorganizer|macrosft">Macros</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/searchattrdialog.ui b/cui/uiconfig/ui/searchattrdialog.ui
index 5741e9238248..827c380f875d 100644
--- a/cui/uiconfig/ui/searchattrdialog.ui
+++ b/cui/uiconfig/ui/searchattrdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="SearchAttrDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Attributes</property>
+ <property name="title" translatable="yes" context="searchattrdialog|SearchAttrDialog">Attributes</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
diff --git a/cui/uiconfig/ui/searchformatdialog.ui b/cui/uiconfig/ui/searchformatdialog.ui
index 4a95988a97c9..8a4f612c876b 100644
--- a/cui/uiconfig/ui/searchformatdialog.ui
+++ b/cui/uiconfig/ui/searchformatdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="SearchFormatDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Text Format</property>
+ <property name="title" translatable="yes" context="searchformatdialog|SearchFormatDialog">Text Format</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="searchformatdialog|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="searchformatdialog|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="searchformatdialog|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="searchformatdialog|asianlayout">Asian Layout</property>
</object>
<packing>
<property name="position">3</property>
@@ -152,7 +152,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="searchformatdialog|labelTP_PARA_STD">Indents &amp; Spacing</property>
</object>
<packing>
<property name="position">4</property>
@@ -167,7 +167,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="searchformatdialog|labelTP_PARA_ALIGN">Alignment</property>
</object>
<packing>
<property name="position">5</property>
@@ -182,7 +182,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="searchformatdialog|labelTP_PARA_EXT">Text Flow</property>
</object>
<packing>
<property name="position">6</property>
@@ -196,7 +196,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="searchformatdialog|labelTP_PARA_ASIAN">Asian Typography</property>
</object>
<packing>
<property name="position">7</property>
@@ -210,7 +210,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="searchformatdialog|background">Highlighting</property>
</object>
<packing>
<property name="position">8</property>
diff --git a/cui/uiconfig/ui/securityoptionsdialog.ui b/cui/uiconfig/ui/securityoptionsdialog.ui
index 1262e1047eb6..077fe67db1c2 100644
--- a/cui/uiconfig/ui/securityoptionsdialog.ui
+++ b/cui/uiconfig/ui/securityoptionsdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="SecurityOptionsDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Security Options and Warnings</property>
+ <property name="title" translatable="yes" context="securityoptionsdialog|SecurityOptionsDialog">Security Options and Warnings</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -102,7 +102,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="savesenddocs">
- <property name="label" translatable="yes">_When saving or sending</property>
+ <property name="label" translatable="yes" context="securityoptionsdialog|savesenddocs">_When saving or sending</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -117,7 +117,7 @@
</child>
<child>
<object class="GtkCheckButton" id="whensigning">
- <property name="label" translatable="yes">When _signing</property>
+ <property name="label" translatable="yes" context="securityoptionsdialog|whensigning">When _signing</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -132,7 +132,7 @@
</child>
<child>
<object class="GtkCheckButton" id="whenprinting">
- <property name="label" translatable="yes">When _printing</property>
+ <property name="label" translatable="yes" context="securityoptionsdialog|whenprinting">When _printing</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="GtkCheckButton" id="whenpdf">
- <property name="label" translatable="yes">When creating PDF _files</property>
+ <property name="label" translatable="yes" context="securityoptionsdialog|whenpdf">When creating PDF _files</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -224,7 +224,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Warn if document contains recorded changes, versions, hidden information or notes:</property>
+ <property name="label" translatable="yes" context="securityoptionsdialog|label3">Warn if document contains recorded changes, versions, hidden information or notes:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -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">Security Warnings</property>
+ <property name="label" translatable="yes" context="securityoptionsdialog|label1">Security Warnings</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -273,7 +273,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="removepersonal">
- <property name="label" translatable="yes">_Remove personal information on saving</property>
+ <property name="label" translatable="yes" context="securityoptionsdialog|removepersonal">_Remove personal information on saving</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -289,7 +289,7 @@
</child>
<child>
<object class="GtkCheckButton" id="password">
- <property name="label" translatable="yes">Recommend password protection on sa_ving</property>
+ <property name="label" translatable="yes" context="securityoptionsdialog|password">Recommend password protection on sa_ving</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -305,7 +305,7 @@
</child>
<child>
<object class="GtkCheckButton" id="ctrlclick">
- <property name="label" translatable="yes">Ctrl-click required _to follow hyperlinks</property>
+ <property name="label" translatable="yes" context="securityoptionsdialog|ctrlclick">Ctrl-click required _to follow hyperlinks</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -321,7 +321,7 @@
</child>
<child>
<object class="GtkCheckButton" id="blockuntrusted">
- <property name="label" translatable="yes">Block any links from documents not among the trusted locations (see Macro Security)</property>
+ <property name="label" translatable="yes" context="securityoptionsdialog|blockuntrusted">Block any links from documents not among the trusted locations (see Macro Security)</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="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Security Options</property>
+ <property name="label" translatable="yes" context="securityoptionsdialog|label2">Security Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/select_persona_dialog.ui b/cui/uiconfig/ui/select_persona_dialog.ui
index 230f3b241930..087dccdf0df9 100644
--- a/cui/uiconfig/ui/select_persona_dialog.ui
+++ b/cui/uiconfig/ui/select_persona_dialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="SelectPersonaDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Select Firefox Theme</property>
+ <property name="title" translatable="yes" context="select_persona_dialog|SelectPersonaDialog">Select Firefox Theme</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -53,7 +53,7 @@
</child>
<child>
<object class="GtkButton" id="search_personas">
- <property name="label" translatable="yes">_Go</property>
+ <property name="label" translatable="yes" context="select_persona_dialog|search_personas">_Go</property>
<property name="width_request">85</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -83,7 +83,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Search Term or Firefox Theme URL</property>
+ <property name="label" translatable="yes" context="select_persona_dialog|label1">Search Term or Firefox Theme URL</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -225,7 +225,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Categories</property>
+ <property name="label" translatable="yes" context="select_persona_dialog|label6">Categories</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/selectpathdialog.ui b/cui/uiconfig/ui/selectpathdialog.ui
index 4578362f3298..0e7dfe483583 100644
--- a/cui/uiconfig/ui/selectpathdialog.ui
+++ b/cui/uiconfig/ui/selectpathdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="SelectPathDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Select Paths</property>
+ <property name="title" translatable="yes" context="selectpathdialog|SelectPathDialog">Select Paths</property>
<property name="resizable">False</property>
<property name="type_hint">normal</property>
<child internal-child="vbox">
@@ -103,7 +103,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="selectpathdialog|add">_Add...</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">Paths</property>
+ <property name="label" translatable="yes" context="selectpathdialog|label1">Paths</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/shadowtabpage.ui b/cui/uiconfig/ui/shadowtabpage.ui
index 98c2563b5b14..c7e2913dfb6e 100644
--- a/cui/uiconfig/ui/shadowtabpage.ui
+++ b/cui/uiconfig/ui/shadowtabpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustmentDistance">
@@ -42,7 +42,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="TSB_SHOW_SHADOW">
- <property name="label" translatable="yes">_Use shadow</property>
+ <property name="label" translatable="yes" context="shadowtabpage|TSB_SHOW_SHADOW">_Use shadow</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -120,7 +120,7 @@
<object class="GtkLabel" id="FT_DISTANCE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Distance:</property>
+ <property name="label" translatable="yes" context="shadowtabpage|FT_DISTANCE">_Distance:</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -156,7 +156,7 @@
<object class="GtkLabel" id="FT_TRANSPARENT">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Transparency:</property>
+ <property name="label" translatable="yes" context="shadowtabpage|FT_TRANSPARENT">_Transparency:</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -177,7 +177,7 @@
<object class="GtkLabel" id="FT_SHADOW_COLOR">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Color:</property>
+ <property name="label" translatable="yes" context="shadowtabpage|FT_SHADOW_COLOR">_Color:</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -220,7 +220,7 @@
<property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="CTL_COLOR_PREVIEW-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Example</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="shadowtabpage|CTL_COLOR_PREVIEW-atkobject">Example</property>
</object>
</child>
</object>
@@ -245,7 +245,7 @@
<object class="GtkLabel" id="label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="shadowtabpage|label">Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/showcoldialog.ui b/cui/uiconfig/ui/showcoldialog.ui
index 67e8b5f6c476..b576fd6d1120 100644
--- a/cui/uiconfig/ui/showcoldialog.ui
+++ b/cui/uiconfig/ui/showcoldialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="ShowColDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Show Columns</property>
+ <property name="title" translatable="yes" context="showcoldialog|ShowColDialog">Show Columns</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -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">The following columns are currently hidden. Please mark the fields you want to show and choose OK.</property>
+ <property name="label" translatable="yes" context="showcoldialog|label1">The following columns are currently hidden. Please mark the fields you want to show and choose OK.</property>
<property name="use_underline">True</property>
<property name="wrap">True</property>
<property name="mnemonic_widget">treeview:border</property>
diff --git a/cui/uiconfig/ui/similaritysearchdialog.ui b/cui/uiconfig/ui/similaritysearchdialog.ui
index d82a62d45002..bee9ca70b722 100644
--- a/cui/uiconfig/ui/similaritysearchdialog.ui
+++ b/cui/uiconfig/ui/similaritysearchdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">30</property>
@@ -11,7 +11,7 @@
<object class="GtkDialog" id="SimilaritySearchDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Similarity Search</property>
+ <property name="title" translatable="yes" context="similaritysearchdialog|SimilaritySearchDialog">Similarity Search</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -92,7 +92,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Exchange characters:</property>
+ <property name="label" translatable="yes" context="similaritysearchdialog|label2">_Exchange characters:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">otherfld</property>
</object>
@@ -106,7 +106,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Add characters:</property>
+ <property name="label" translatable="yes" context="similaritysearchdialog|label3">_Add characters:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">longerfld</property>
</object>
@@ -120,7 +120,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Remove characters:</property>
+ <property name="label" translatable="yes" context="similaritysearchdialog|label4">_Remove characters:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">shorterfld</property>
</object>
@@ -131,7 +131,7 @@
</child>
<child>
<object class="GtkCheckButton" id="relaxbox">
- <property name="label" translatable="yes">_Combine</property>
+ <property name="label" translatable="yes" context="similaritysearchdialog|relaxbox">_Combine</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/cui/uiconfig/ui/slantcornertabpage.ui b/cui/uiconfig/ui/slantcornertabpage.ui
index 177656a712be..32573a622f85 100644
--- a/cui/uiconfig/ui/slantcornertabpage.ui
+++ b/cui/uiconfig/ui/slantcornertabpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustmentRADIUS">
<property name="upper">500</property>
@@ -47,7 +47,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_X:</property>
+ <property name="label" translatable="yes" context="slantcornertabpage|label5">_X:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">controlx1:0.00cm</property>
<property name="xalign">0</property>
@@ -86,7 +86,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Y:</property>
+ <property name="label" translatable="yes" context="slantcornertabpage|label6">_Y:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">controly1:0.00cm</property>
<property name="xalign">0</property>
@@ -124,7 +124,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Control Point 1</property>
+ <property name="label" translatable="yes" context="slantcornertabpage|label3">Control Point 1</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -158,7 +158,7 @@
<object class="GtkLabel" id="FT_RADIUS">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Radius:</property>
+ <property name="label" translatable="yes" context="slantcornertabpage|FT_RADIUS">_Radius:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_RADIUS:0.00cm</property>
<property name="xalign">0</property>
@@ -189,7 +189,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Corner Radius</property>
+ <property name="label" translatable="yes" context="slantcornertabpage|label1">Corner Radius</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -223,7 +223,7 @@
<object class="GtkLabel" id="FT_ANGLE">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Angle:</property>
+ <property name="label" translatable="yes" context="slantcornertabpage|FT_ANGLE">_Angle:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_ANGLE:0.00degrees</property>
<property name="xalign">0</property>
@@ -254,7 +254,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Slant</property>
+ <property name="label" translatable="yes" context="slantcornertabpage|label2">Slant</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -295,7 +295,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_X:</property>
+ <property name="label" translatable="yes" context="slantcornertabpage|label4">_X:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">controlx2:0.00cm</property>
<property name="xalign">0</property>
@@ -334,7 +334,7 @@
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Y:</property>
+ <property name="label" translatable="yes" context="slantcornertabpage|label7">_Y:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">controly2:0.00cm</property>
<property name="xalign">0</property>
@@ -372,7 +372,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Control Point 2</property>
+ <property name="label" translatable="yes" context="slantcornertabpage|label8">Control Point 2</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
diff --git a/cui/uiconfig/ui/smarttagoptionspage.ui b/cui/uiconfig/ui/smarttagoptionspage.ui
index 405f365701dd..31be2c46d834 100644
--- a/cui/uiconfig/ui/smarttagoptionspage.ui
+++ b/cui/uiconfig/ui/smarttagoptionspage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkGrid" id="SmartTagOptionsPage">
@@ -18,7 +18,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="main">
- <property name="label" translatable="yes">Label text with smart tags</property>
+ <property name="label" translatable="yes" context="smarttagoptionspage|main">Label text with smart tags</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -58,7 +58,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="properties">
- <property name="label" translatable="yes">Properties...</property>
+ <property name="label" translatable="yes" context="smarttagoptionspage|properties">Properties...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Currently Installed Smart Tags</property>
+ <property name="label" translatable="yes" context="smarttagoptionspage|label1">Currently Installed Smart Tags</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/smoothdialog.ui b/cui/uiconfig/ui/smoothdialog.ui
index a08eb9cfc2fb..8cd503f378b4 100644
--- a/cui/uiconfig/ui/smoothdialog.ui
+++ b/cui/uiconfig/ui/smoothdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<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="SmoothDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Smooth</property>
+ <property name="title" translatable="yes" context="smoothdialog|SmoothDialog">Smooth</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -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">_Smooth radius:</property>
+ <property name="label" translatable="yes" context="smoothdialog|label2">_Smooth radius:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">radius</property>
</object>
@@ -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">Parameters</property>
+ <property name="label" translatable="yes" context="smoothdialog|label1">Parameters</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/solarizedialog.ui b/cui/uiconfig/ui/solarizedialog.ui
index 14215225dcd7..9d4c007e8e86 100644
--- a/cui/uiconfig/ui/solarizedialog.ui
+++ b/cui/uiconfig/ui/solarizedialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -11,7 +11,7 @@
<object class="GtkDialog" id="SolarizeDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Solarization</property>
+ <property name="title" translatable="yes" context="solarizedialog|SolarizeDialog">Solarization</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -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">Threshold _value:</property>
+ <property name="label" translatable="yes" context="solarizedialog|label2">Threshold _value:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">value:0%</property>
</object>
@@ -143,7 +143,7 @@
</child>
<child>
<object class="GtkCheckButton" id="invert">
- <property name="label" translatable="yes">_Invert</property>
+ <property name="label" translatable="yes" context="solarizedialog|invert">_Invert</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -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">Parameters</property>
+ <property name="label" translatable="yes" context="solarizedialog|label1">Parameters</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/specialcharacters.ui b/cui/uiconfig/ui/specialcharacters.ui
index e6429826a57b..6440b9bacac3 100644
--- a/cui/uiconfig/ui/specialcharacters.ui
+++ b/cui/uiconfig/ui/specialcharacters.ui
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="" version="3.0"/>
<!-- interface-local-resource-path /home/akki/libreoffice/extras/source/glade -->
<object class="GtkDialog" id="SpecialCharactersDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Special Characters</property>
+ <property name="title" translatable="yes" context="specialcharacters|SpecialCharactersDialog">Special Characters</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -20,7 +20,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="specialcharacters|ok">_Insert</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_default">True</property>
@@ -89,7 +89,7 @@
<object class="GtkLabel" id="fontft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Font:</property>
+ <property name="label" translatable="yes" context="specialcharacters|fontft">Font:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">fontlb</property>
</object>
@@ -102,7 +102,7 @@
<object class="GtkLabel" id="subsetft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Subset:</property>
+ <property name="label" translatable="yes" context="specialcharacters|subsetft">Subset:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">subsetlb</property>
</object>
@@ -187,7 +187,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Hexadecimal:</property>
+ <property name="label" translatable="yes" context="specialcharacters|hexlabel">Hexadecimal:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -238,7 +238,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Decimal:</property>
+ <property name="label" translatable="yes" context="specialcharacters|decimallabel">Decimal:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -296,7 +296,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="valign">start</property>
- <property name="label" translatable="yes">Recent Characters:</property>
+ <property name="label" translatable="yes" context="specialcharacters|symboltext1">Recent Characters:</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/cui/uiconfig/ui/spellingdialog.ui b/cui/uiconfig/ui/spellingdialog.ui
index 94b530770678..0f576da899ac 100644
--- a/cui/uiconfig/ui/spellingdialog.ui
+++ b/cui/uiconfig/ui/spellingdialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.19.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="SpellingDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Spelling and Grammar: $LANGUAGE ($LOCATION)</property>
+ <property name="title" translatable="yes" context="spellingdialog|SpellingDialog">Spelling and Grammar: $LANGUAGE ($LOCATION)</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -35,7 +35,7 @@
</child>
<child>
<object class="GtkButton" id="options">
- <property name="label" translatable="yes">_Options...</property>
+ <property name="label" translatable="yes" context="spellingdialog|options">_Options...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -107,7 +107,7 @@
</child>
<child>
<object class="GtkButton" id="ignore">
- <property name="label" translatable="yes">_Ignore Once</property>
+ <property name="label" translatable="yes" context="spellingdialog|ignore">_Ignore Once</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="change">
- <property name="label" translatable="yes">Co_rrect</property>
+ <property name="label" translatable="yes" context="spellingdialog|change">Co_rrect</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -149,7 +149,7 @@
</child>
<child>
<object class="GtkButton" id="changeall">
- <property name="label" translatable="yes">Correct A_ll</property>
+ <property name="label" translatable="yes" context="spellingdialog|changeall">Correct A_ll</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -163,7 +163,7 @@
</child>
<child>
<object class="GtkButton" id="autocorrect">
- <property name="label" translatable="yes">Alwa_ys Correct</property>
+ <property name="label" translatable="yes" context="spellingdialog|autocorrect">Alwa_ys Correct</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -177,7 +177,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkgrammar">
- <property name="label" translatable="yes">Chec_k grammar</property>
+ <property name="label" translatable="yes" context="spellingdialog|checkgrammar">Chec_k grammar</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="GtkButton" id="ignoreall">
- <property name="label" translatable="yes">I_gnore All</property>
+ <property name="label" translatable="yes" context="spellingdialog|ignoreall">I_gnore All</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -207,7 +207,7 @@
</child>
<child>
<object class="GtkButton" id="ignorerule">
- <property name="label" translatable="yes">I_gnore Rule</property>
+ <property name="label" translatable="yes" context="spellingdialog|ignorerule">I_gnore Rule</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -223,7 +223,7 @@
<object class="GtkLabel" id="languageft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text languag_e:</property>
+ <property name="label" translatable="yes" context="spellingdialog|languageft">Text languag_e:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">languagelb</property>
<property name="xalign">0</property>
@@ -249,7 +249,7 @@
</child>
<child>
<object class="GtkLinkButton" id="explainlink">
- <property name="label" translatable="yes">More...</property>
+ <property name="label" translatable="yes" context="spellingdialog|explainlink">More...</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -265,7 +265,7 @@
<object class="GtkLabel" id="resumeft">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Res_ume</property>
+ <property name="label" translatable="yes" context="spellingdialog|resumeft">Res_ume</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -277,7 +277,7 @@
<object class="GtkLabel" id="nosuggestionsft">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">(no suggestions)</property>
+ <property name="label" translatable="yes" context="spellingdialog|nosuggestionsft">(no suggestions)</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -289,7 +289,7 @@
<object class="GtkLabel" id="alttitleft">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">Spelling: $LANGUAGE ($LOCATION)</property>
+ <property name="label" translatable="yes" context="spellingdialog|alttitleft">Spelling: $LANGUAGE ($LOCATION)</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -316,7 +316,7 @@
</child>
<child>
<object class="GtkButton" id="add">
- <property name="label" translatable="yes">_Add to Dictionary</property>
+ <property name="label" translatable="yes" context="spellingdialog|add">_Add to Dictionary</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -330,7 +330,7 @@
</child>
<child>
<object class="GtkButton" id="addmb:addmenu">
- <property name="label" translatable="yes">_Add to Dictionary</property>
+ <property name="label" translatable="yes" context="spellingdialog|addmb">_Add to Dictionary</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -346,7 +346,7 @@
<object class="GtkLabel" id="suggestionsft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Suggestions</property>
+ <property name="label" translatable="yes" context="spellingdialog|suggestionsft">_Suggestions</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">suggestionslb</property>
<property name="xalign">0</property>
@@ -362,7 +362,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">_Not in dictionary</property>
+ <property name="label" translatable="yes" context="spellingdialog|notindictft">_Not in dictionary</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">sentence</property>
<property name="xalign">0</property>
@@ -383,7 +383,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">paste</property>
- <property name="label" translatable="yes">Paste</property>
+ <property name="label" translatable="yes" context="spellingdialog|paste">Paste</property>
<property name="use_underline">True</property>
<property name="icon_name">cmd/sc_paste.png</property>
</object>
@@ -397,7 +397,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">insert</property>
- <property name="label" translatable="yes">Special Character</property>
+ <property name="label" translatable="yes" context="spellingdialog|insert">Special Character</property>
<property name="use_underline">True</property>
<property name="icon_name">cmd/sc_insertsymbol.png</property>
</object>
diff --git a/cui/uiconfig/ui/spelloptionsdialog.ui b/cui/uiconfig/ui/spelloptionsdialog.ui
index 29c6add47ad3..34bb3a66e92f 100644
--- a/cui/uiconfig/ui/spelloptionsdialog.ui
+++ b/cui/uiconfig/ui/spelloptionsdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="SpellOptionsDialog">
<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="spelloptionsdialog|SpellOptionsDialog">Options</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
diff --git a/cui/uiconfig/ui/splitcellsdialog.ui b/cui/uiconfig/ui/splitcellsdialog.ui
index 89c276d7b7e2..9131178af49d 100644
--- a/cui/uiconfig/ui/splitcellsdialog.ui
+++ b/cui/uiconfig/ui/splitcellsdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">2</property>
@@ -22,7 +22,7 @@
<object class="GtkDialog" id="SplitCellsDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Split Cells</property>
+ <property name="title" translatable="yes" context="splitcellsdialog|SplitCellsDialog">Split Cells</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -114,7 +114,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Split cell into:</property>
+ <property name="label" translatable="yes" context="splitcellsdialog|label3">_Split cell into:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">countnf</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">Split</property>
+ <property name="label" translatable="yes" context="splitcellsdialog|label1">Split</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -175,7 +175,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="hori">
- <property name="label" translatable="yes">H_orizontally</property>
+ <property name="label" translatable="yes" context="splitcellsdialog|hori">H_orizontally</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="GtkRadioButton" id="vert">
- <property name="label" translatable="yes">_Vertically</property>
+ <property name="label" translatable="yes" context="splitcellsdialog|vert">_Vertically</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -215,7 +215,7 @@
<property name="left_padding">12</property>
<child>
<object class="GtkCheckButton" id="prop">
- <property name="label" translatable="yes">_Into equal proportions</property>
+ <property name="label" translatable="yes" context="splitcellsdialog|prop">_Into equal proportions</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -238,7 +238,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Direction</property>
+ <property name="label" translatable="yes" context="splitcellsdialog|label2">Direction</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/storedwebconnectiondialog.ui b/cui/uiconfig/ui/storedwebconnectiondialog.ui
index 8e200e3201cb..b75122bb17cf 100644
--- a/cui/uiconfig/ui/storedwebconnectiondialog.ui
+++ b/cui/uiconfig/ui/storedwebconnectiondialog.ui
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="StoredWebConnectionDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Stored Web Connection Information</property>
+ <property name="title" translatable="yes" context="storedwebconnectiondialog|StoredWebConnectionDialog">Stored Web Connection Information</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -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">Web login information (passwords are never shown)</property>
+ <property name="label" translatable="yes" context="storedwebconnectiondialog|label1">Web login information (passwords are never shown)</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -84,7 +84,7 @@
<object class="GtkLabel" id="website">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Website</property>
+ <property name="label" translatable="yes" context="storedwebconnectiondialog|website">Website</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -95,7 +95,7 @@
<object class="GtkLabel" id="username">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">User name</property>
+ <property name="label" translatable="yes" context="storedwebconnectiondialog|username">User name</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -145,7 +145,7 @@
</child>
<child>
<object class="GtkButton" id="removeall">
- <property name="label" translatable="yes">Remove _All</property>
+ <property name="label" translatable="yes" context="storedwebconnectiondialog|removeall">Remove _All</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -159,7 +159,7 @@
</child>
<child>
<object class="GtkButton" id="change">
- <property name="label" translatable="yes">_Change Password...</property>
+ <property name="label" translatable="yes" context="storedwebconnectiondialog|change">_Change Password...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/cui/uiconfig/ui/swpossizepage.ui b/cui/uiconfig/ui/swpossizepage.ui
index 893607c2e9c4..9bc70c3d07b3 100644
--- a/cui/uiconfig/ui/swpossizepage.ui
+++ b/cui/uiconfig/ui/swpossizepage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -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">_Width:</property>
+ <property name="label" translatable="yes" context="swpossizepage|widthft">_Width:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">width:0.00cm</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">H_eight:</property>
+ <property name="label" translatable="yes" context="swpossizepage|heightft">H_eight:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">height:0.00cm</property>
</object>
@@ -127,7 +127,7 @@
</child>
<child>
<object class="GtkCheckButton" id="ratio">
- <property name="label" translatable="yes">_Keep ratio</property>
+ <property name="label" translatable="yes" context="swpossizepage|ratio">_Keep ratio</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -148,7 +148,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="swpossizepage|label2">Size</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -204,7 +204,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="swpossizepage|topage">To _page</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -221,7 +221,7 @@
</child>
<child>
<object class="GtkRadioButton" id="topara">
- <property name="label" translatable="yes">To paragrap_h</property>
+ <property name="label" translatable="yes" context="swpossizepage|topara">To paragrap_h</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="tochar">
- <property name="label" translatable="yes">To cha_racter</property>
+ <property name="label" translatable="yes" context="swpossizepage|tochar">To cha_racter</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -253,7 +253,7 @@
</child>
<child>
<object class="GtkRadioButton" id="aschar">
- <property name="label" translatable="yes">_As character</property>
+ <property name="label" translatable="yes" context="swpossizepage|aschar">_As character</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -269,7 +269,7 @@
</child>
<child>
<object class="GtkRadioButton" id="toframe">
- <property name="label" translatable="yes">To _frame</property>
+ <property name="label" translatable="yes" context="swpossizepage|toframe">To _frame</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -291,7 +291,7 @@
<object class="GtkLabel" id="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="swpossizepage|label1">Anchor</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -332,7 +332,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="swpossizepage|horiposft">Hori_zontal:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">horipos</property>
</object>
@@ -346,7 +346,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="swpossizepage|horibyft">b_y:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">byhori:0.00cm</property>
</object>
@@ -360,7 +360,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="swpossizepage|vertbyft">_by:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">byvert:0.00cm</property>
</object>
@@ -374,7 +374,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="swpossizepage|horitoft">_to:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">horianchor</property>
</object>
@@ -421,7 +421,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="swpossizepage|vertposft">_Vertical:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">vertpos</property>
</object>
@@ -458,7 +458,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="swpossizepage|verttoft">t_o:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">vertanchor</property>
</object>
@@ -479,7 +479,7 @@
</child>
<child>
<object class="GtkCheckButton" id="mirror">
- <property name="label" translatable="yes">_Mirror on even pages</property>
+ <property name="label" translatable="yes" context="swpossizepage|mirror">_Mirror on even pages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -496,7 +496,7 @@
</child>
<child>
<object class="GtkCheckButton" id="followtextflow">
- <property name="label" translatable="yes">Follow te_xt flow</property>
+ <property name="label" translatable="yes" context="swpossizepage|followtextflow">Follow te_xt flow</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -519,7 +519,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="swpossizepage|label11">Position</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -550,7 +550,7 @@
<property name="column_spacing">18</property>
<child>
<object class="GtkCheckButton" id="pos">
- <property name="label" translatable="yes">Positio_n</property>
+ <property name="label" translatable="yes" context="swpossizepage|pos">Positio_n</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -566,7 +566,7 @@
</child>
<child>
<object class="GtkCheckButton" id="size">
- <property name="label" translatable="yes">_Size</property>
+ <property name="label" translatable="yes" context="swpossizepage|size">_Size</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -588,7 +588,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Protect</property>
+ <property name="label" translatable="yes" context="swpossizepage|label3">Protect</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/textanimtabpage.ui b/cui/uiconfig/ui/textanimtabpage.ui
index b49480431526..1926205a52e5 100644
--- a/cui/uiconfig/ui/textanimtabpage.ui
+++ b/cui/uiconfig/ui/textanimtabpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustmentAMOUNT">
<property name="upper">100</property>
@@ -46,23 +46,23 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">No Effect</col>
+ <col id="0" translatable="yes" context="textanimtabpage|liststoreEFFECT">No Effect</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Blink</col>
+ <col id="0" translatable="yes" context="textanimtabpage|liststoreEFFECT">Blink</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Scroll Through</col>
+ <col id="0" translatable="yes" context="textanimtabpage|liststoreEFFECT">Scroll Through</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">Scroll Back and Forth</col>
+ <col id="0" translatable="yes" context="textanimtabpage|liststoreEFFECT">Scroll Back and Forth</col>
<col id="1">3</col>
</row>
<row>
- <col id="0" translatable="yes">Scroll In</col>
+ <col id="0" translatable="yes" context="textanimtabpage|liststoreEFFECT">Scroll In</col>
<col id="1">4</col>
</row>
</data>
@@ -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">E_ffect:</property>
+ <property name="label" translatable="yes" context="textanimtabpage|FT_EFFECTS">E_ffect:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">LB_EFFECT</property>
</object>
@@ -132,7 +132,7 @@
<object class="GtkLabel" id="FT_DIRECTION">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Direction:</property>
+ <property name="label" translatable="yes" context="textanimtabpage|FT_DIRECTION">Direction:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">grid1</property>
</object>
@@ -152,13 +152,13 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">To top</property>
+ <property name="tooltip_text" translatable="yes" context="textanimtabpage|BTN_UP|tooltip_text">To top</property>
<property name="halign">center</property>
<property name="hexpand">True</property>
<property name="image">imageUP</property>
<child internal-child="accessible">
<object class="AtkObject" id="BTN_UP-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Up</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="textanimtabpage|BTN_UP-atkobject">Up</property>
</object>
</child>
</object>
@@ -173,13 +173,13 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">To right</property>
+ <property name="tooltip_text" translatable="yes" context="textanimtabpage|BTN_RIGHT|tooltip_text">To right</property>
<property name="halign">center</property>
<property name="hexpand">True</property>
<property name="image">imageRIGHT</property>
<child internal-child="accessible">
<object class="AtkObject" id="BTN_RIGHT-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Right</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="textanimtabpage|BTN_RIGHT-atkobject">Right</property>
</object>
</child>
</object>
@@ -194,13 +194,13 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">To left</property>
+ <property name="tooltip_text" translatable="yes" context="textanimtabpage|BTN_LEFT|tooltip_text">To left</property>
<property name="halign">center</property>
<property name="hexpand">True</property>
<property name="image">imageLEFT</property>
<child internal-child="accessible">
<object class="AtkObject" id="BTN_LEFT-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Left</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="textanimtabpage|BTN_LEFT-atkobject">Left</property>
</object>
</child>
</object>
@@ -215,13 +215,13 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">To bottom</property>
+ <property name="tooltip_text" translatable="yes" context="textanimtabpage|BTN_DOWN|tooltip_text">To bottom</property>
<property name="halign">center</property>
<property name="hexpand">True</property>
<property name="image">imageDOWN</property>
<child internal-child="accessible">
<object class="AtkObject" id="BTN_DOWN-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Down</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="textanimtabpage|BTN_DOWN-atkobject">Down</property>
</object>
</child>
</object>
@@ -286,7 +286,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="TSB_START_INSIDE">
- <property name="label" translatable="yes">S_tart inside</property>
+ <property name="label" translatable="yes" context="textanimtabpage|TSB_START_INSIDE">S_tart inside</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -303,7 +303,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_STOP_INSIDE">
- <property name="label" translatable="yes">Text _visible when exiting</property>
+ <property name="label" translatable="yes" context="textanimtabpage|TSB_STOP_INSIDE">Text _visible when exiting</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -323,7 +323,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Animation cycles:</property>
+ <property name="label" translatable="yes" context="textanimtabpage|FT_COUNT">Animation cycles:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -341,7 +341,7 @@
<property name="homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="TSB_ENDLESS">
- <property name="label" translatable="yes">_Continuous</property>
+ <property name="label" translatable="yes" context="textanimtabpage|TSB_ENDLESS">_Continuous</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -387,7 +387,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Increment:</property>
+ <property name="label" translatable="yes" context="textanimtabpage|FT_AMOUNT">Increment:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -405,7 +405,7 @@
<property name="homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="TSB_PIXEL">
- <property name="label" translatable="yes">_Pixels</property>
+ <property name="label" translatable="yes" context="textanimtabpage|TSB_PIXEL">_Pixels</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -451,7 +451,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Delay:</property>
+ <property name="label" translatable="yes" context="textanimtabpage|FT_DELAY">Delay:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -469,7 +469,7 @@
<property name="homogeneous">True</property>
<child>
<object class="GtkCheckButton" id="TSB_AUTO">
- <property name="label" translatable="yes">_Automatic</property>
+ <property name="label" translatable="yes" context="textanimtabpage|TSB_AUTO">_Automatic</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -519,7 +519,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Properties</property>
+ <property name="label" translatable="yes" context="textanimtabpage|label2">Properties</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/textattrtabpage.ui b/cui/uiconfig/ui/textattrtabpage.ui
index dc0059bb32db..6390bbefd230 100644
--- a/cui/uiconfig/ui/textattrtabpage.ui
+++ b/cui/uiconfig/ui/textattrtabpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -40,7 +40,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="TSB_AUTOGROW_WIDTH">
- <property name="label" translatable="yes">Fit wi_dth to text</property>
+ <property name="label" translatable="yes" context="textattrtabpage|TSB_AUTOGROW_WIDTH">Fit wi_dth to text</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="TSB_AUTOGROW_HEIGHT">
- <property name="label" translatable="yes">Fit h_eight to text</property>
+ <property name="label" translatable="yes" context="textattrtabpage|TSB_AUTOGROW_HEIGHT">Fit h_eight to text</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -72,7 +72,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_FIT_TO_SIZE">
- <property name="label" translatable="yes">_Fit to frame</property>
+ <property name="label" translatable="yes" context="textattrtabpage|TSB_FIT_TO_SIZE">_Fit to frame</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -88,7 +88,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_CONTOUR">
- <property name="label" translatable="yes">_Adjust to contour</property>
+ <property name="label" translatable="yes" context="textattrtabpage|TSB_CONTOUR">_Adjust to contour</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">Drawing Object Text</property>
+ <property name="label" translatable="yes" context="textattrtabpage|label1">Drawing Object Text</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -143,7 +143,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="TSB_WORDWRAP_TEXT">
- <property name="label" translatable="yes">_Word wrap text in shape</property>
+ <property name="label" translatable="yes" context="textattrtabpage|TSB_WORDWRAP_TEXT">_Word wrap text in shape</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -159,7 +159,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_AUTOGROW_SIZE">
- <property name="label" translatable="yes">_Resize shape to fit text</property>
+ <property name="label" translatable="yes" context="textattrtabpage|TSB_AUTOGROW_SIZE">_Resize shape to fit text</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -187,7 +187,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Custom Shape Text</property>
+ <property name="label" translatable="yes" context="textattrtabpage|label8">Custom Shape Text</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -234,7 +234,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Left:</property>
+ <property name="label" translatable="yes" context="textattrtabpage|label4">_Left:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_LEFT:0.00cm</property>
<property name="xalign">0</property>
@@ -248,7 +248,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Right:</property>
+ <property name="label" translatable="yes" context="textattrtabpage|label5">_Right:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_RIGHT:0.00cm</property>
<property name="xalign">0</property>
@@ -262,7 +262,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Top:</property>
+ <property name="label" translatable="yes" context="textattrtabpage|label6">_Top:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_TOP:0.00cm</property>
<property name="xalign">0</property>
@@ -276,7 +276,7 @@
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Bottom:</property>
+ <property name="label" translatable="yes" context="textattrtabpage|label7">_Bottom:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_FLD_BOTTOM:0.00cm</property>
<property name="xalign">0</property>
@@ -346,7 +346,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Spacing to Borders</property>
+ <property name="label" translatable="yes" context="textattrtabpage|label2">Spacing to Borders</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -395,7 +395,7 @@
</child>
<child>
<object class="GtkCheckButton" id="TSB_FULL_WIDTH">
- <property name="label" translatable="yes">Full _width</property>
+ <property name="label" translatable="yes" context="textattrtabpage|TSB_FULL_WIDTH">Full _width</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -418,7 +418,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text Anchor</property>
+ <property name="label" translatable="yes" context="textattrtabpage|label3">Text Anchor</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/textdialog.ui b/cui/uiconfig/ui/textdialog.ui
index 8c7ec8553b53..16157dce4fe2 100644
--- a/cui/uiconfig/ui/textdialog.ui
+++ b/cui/uiconfig/ui/textdialog.ui
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="TextDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Text</property>
+ <property name="title" translatable="yes" context="textdialog|TextDialog">Text</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -97,7 +97,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_TEXTATTR">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text</property>
+ <property name="label" translatable="yes" context="textdialog|RID_SVXPAGE_TEXTATTR">Text</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -110,7 +110,7 @@
<object class="GtkLabel" id="RID_SVXPAGE_TEXTANIMATION">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Text Animation</property>
+ <property name="label" translatable="yes" context="textdialog|RID_SVXPAGE_TEXTANIMATION">Text Animation</property>
</object>
<packing>
<property name="position">1</property>
diff --git a/cui/uiconfig/ui/textflowpage.ui b/cui/uiconfig/ui/textflowpage.ui
index 8ce7a43b9100..6565cb8427ea 100644
--- a/cui/uiconfig/ui/textflowpage.ui
+++ b/cui/uiconfig/ui/textflowpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">2</property>
@@ -50,7 +50,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="checkAuto">
- <property name="label" translatable="yes">A_utomatically</property>
+ <property name="label" translatable="yes" context="textflowpage|checkAuto">A_utomatically</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -115,7 +115,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">C_haracters at line end</property>
+ <property name="label" translatable="yes" context="textflowpage|labelLineEnd">C_haracters at line end</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinLineEnd</property>
</object>
@@ -129,7 +129,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Cha_racters at line begin</property>
+ <property name="label" translatable="yes" context="textflowpage|labelLineBegin">Cha_racters at line begin</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinLineBegin</property>
</object>
@@ -143,7 +143,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">_Maximum number of consecutive hyphens</property>
+ <property name="label" translatable="yes" context="textflowpage|labelMaxNum">_Maximum number of consecutive hyphens</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">spinMaxNum</property>
</object>
@@ -160,7 +160,7 @@
<object class="GtkLabel" id="LabelHyphenation">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Hyphenation</property>
+ <property name="label" translatable="yes" context="textflowpage|LabelHyphenation">Hyphenation</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -193,7 +193,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="checkInsert">
- <property name="label" translatable="yes">_Insert</property>
+ <property name="label" translatable="yes" context="textflowpage|checkInsert">_Insert</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -209,7 +209,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkPageStyle">
- <property name="label" translatable="yes">With page st_yle:</property>
+ <property name="label" translatable="yes" context="textflowpage|checkPageStyle">With page st_yle:</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="labelType">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Type:</property>
+ <property name="label" translatable="yes" context="textflowpage|labelType">_Type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">comboBreakType</property>
<property name="xalign">0</property>
@@ -257,7 +257,7 @@
<object class="GtkCheckButton" id="labelPageNum">
<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="textflowpage|labelPageNum">Page _number:</property>
<property name="use_underline">True</property>
<property name="inconsistent">True</property>
<property name="justify">right</property>
@@ -272,7 +272,7 @@
<object class="GtkLabel" id="labelPosition">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Position:</property>
+ <property name="label" translatable="yes" context="textflowpage|labelPosition">Position:</property>
<property name="use_underline">True</property>
<property name="justify">right</property>
<property name="mnemonic_widget">comboBreakPosition</property>
@@ -292,7 +292,7 @@
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="comboPageStyle-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Page Style</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="textflowpage|comboPageStyle-atkobject">Page Style</property>
</object>
</child>
</object>
@@ -306,8 +306,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Page</item>
- <item translatable="yes">Column</item>
+ <item translatable="yes" context="textflowpage|comboBreakType">Page</item>
+ <item translatable="yes" context="textflowpage|comboBreakType">Column</item>
</items>
</object>
<packing>
@@ -320,8 +320,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes">Before</item>
- <item translatable="yes">After</item>
+ <item translatable="yes" context="textflowpage|comboBreakPosition">Before</item>
+ <item translatable="yes" context="textflowpage|comboBreakPosition">After</item>
</items>
</object>
<packing>
@@ -340,7 +340,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Breaks</property>
+ <property name="label" translatable="yes" context="textflowpage|label3">Breaks</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -372,7 +372,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="checkSplitPara">
- <property name="label" translatable="yes">_Do not split paragraph</property>
+ <property name="label" translatable="yes" context="textflowpage|checkSplitPara">_Do not split paragraph</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -388,7 +388,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkKeepPara">
- <property name="label" translatable="yes">_Keep with next paragraph</property>
+ <property name="label" translatable="yes" context="textflowpage|checkKeepPara">_Keep with next paragraph</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -404,7 +404,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkOrphan">
- <property name="label" translatable="yes">_Orphan control</property>
+ <property name="label" translatable="yes" context="textflowpage|checkOrphan">_Orphan control</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -420,7 +420,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkWidow">
- <property name="label" translatable="yes">_Widow control</property>
+ <property name="label" translatable="yes" context="textflowpage|checkWidow">_Widow control</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -470,7 +470,7 @@
<object class="GtkLabel" id="labelOrphan">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">lines</property>
+ <property name="label" translatable="yes" context="textflowpage|labelOrphan">lines</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -482,7 +482,7 @@
<object class="GtkLabel" id="labelWidow">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">lines</property>
+ <property name="label" translatable="yes" context="textflowpage|labelWidow">lines</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -510,7 +510,7 @@
<object class="GtkLabel" id="labelOptions">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Options</property>
+ <property name="label" translatable="yes" context="textflowpage|labelOptions">Options</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/thesaurus.ui b/cui/uiconfig/ui/thesaurus.ui
index 61ea65fe977d..c2c1cc17dc4f 100644
--- a/cui/uiconfig/ui/thesaurus.ui
+++ b/cui/uiconfig/ui/thesaurus.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkImage" id="image1">
@@ -11,7 +11,7 @@
<object class="GtkDialog" id="ThesaurusDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Thesaurus</property>
+ <property name="title" translatable="yes" context="thesaurus|ThesaurusDialog">Thesaurus</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -40,7 +40,7 @@
</child>
<child>
<object class="GtkButton" id="replace">
- <property name="label" translatable="yes">_Replace</property>
+ <property name="label" translatable="yes" context="thesaurus|replace">_Replace</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_default">True</property>
@@ -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">Current word:</property>
+ <property name="label" translatable="yes" context="thesaurus|label1">Current word:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">wordcb</property>
</object>
@@ -101,7 +101,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Alternatives:</property>
+ <property name="label" translatable="yes" context="thesaurus|label2">Alternatives:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">alternatives</property>
</object>
@@ -116,7 +116,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Replace with:</property>
+ <property name="label" translatable="yes" context="thesaurus|label3">Replace with:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">replaceed</property>
</object>
diff --git a/cui/uiconfig/ui/transparencytabpage.ui b/cui/uiconfig/ui/transparencytabpage.ui
index 4e6d244313fa..544b86e44f34 100644
--- a/cui/uiconfig/ui/transparencytabpage.ui
+++ b/cui/uiconfig/ui/transparencytabpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustmentDegrees">
@@ -22,27 +22,27 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Linear</col>
+ <col id="0" translatable="yes" context="transparencytabpage|liststoreTYPE">Linear</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Axial</col>
+ <col id="0" translatable="yes" context="transparencytabpage|liststoreTYPE">Axial</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Radial</col>
+ <col id="0" translatable="yes" context="transparencytabpage|liststoreTYPE">Radial</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Ellipsoid</col>
+ <col id="0" translatable="yes" context="transparencytabpage|liststoreTYPE">Ellipsoid</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Quadratic</col>
+ <col id="0" translatable="yes" context="transparencytabpage|liststoreTYPE">Quadratic</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Square</col>
+ <col id="0" translatable="yes" context="transparencytabpage|liststoreTYPE">Square</col>
<col id="1">0</col>
</row>
</data>
@@ -82,7 +82,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkRadioButton" id="RBT_TRANS_OFF">
- <property name="label" translatable="yes">_No transparency</property>
+ <property name="label" translatable="yes" context="transparencytabpage|RBT_TRANS_OFF">_No transparency</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -100,7 +100,7 @@
</child>
<child>
<object class="GtkRadioButton" id="RBT_TRANS_LINEAR">
- <property name="label" translatable="yes">_Transparency:</property>
+ <property name="label" translatable="yes" context="transparencytabpage|RBT_TRANS_LINEAR">_Transparency:</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -121,7 +121,7 @@
</child>
<child>
<object class="GtkRadioButton" id="RBT_TRANS_GRADIENT">
- <property name="label" translatable="yes">_Gradient</property>
+ <property name="label" translatable="yes" context="transparencytabpage|RBT_TRANS_GRADIENT">_Gradient</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -263,7 +263,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Ty_pe:</property>
+ <property name="label" translatable="yes" context="transparencytabpage|FT_TRGR_TYPE">Ty_pe:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">LB_TRGR_GRADIENT_TYPES</property>
</object>
@@ -284,7 +284,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Center _X:</property>
+ <property name="label" translatable="yes" context="transparencytabpage|FT_TRGR_CENTER_X">Center _X:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_TRGR_CENTER_X:0%</property>
</object>
@@ -305,7 +305,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Center _Y:</property>
+ <property name="label" translatable="yes" context="transparencytabpage|FT_TRGR_CENTER_Y">Center _Y:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_TRGR_CENTER_Y:0%</property>
</object>
@@ -326,7 +326,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Angle:</property>
+ <property name="label" translatable="yes" context="transparencytabpage|FT_TRGR_ANGLE">_Angle:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_TRGR_ANGLE:0degree</property>
</object>
@@ -347,7 +347,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Border:</property>
+ <property name="label" translatable="yes" context="transparencytabpage|FT_TRGR_BORDER">_Border:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_TRGR_BORDER:0%</property>
</object>
@@ -368,7 +368,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Start value:</property>
+ <property name="label" translatable="yes" context="transparencytabpage|FT_TRGR_START_VALUE">_Start value:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_TRGR_START_VALUE:0%</property>
</object>
@@ -389,7 +389,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_End value:</property>
+ <property name="label" translatable="yes" context="transparencytabpage|FT_TRGR_END_VALUE">_End value:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">MTR_TRGR_END_VALUE:0%</property>
</object>
@@ -432,7 +432,7 @@
<property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="CTL_BITMAP_PREVIEW-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Example</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="transparencytabpage|CTL_BITMAP_PREVIEW-atkobject">Example</property>
</object>
</child>
</object>
@@ -450,7 +450,7 @@
<property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="CTL_TRANS_PREVIEW-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Example</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="transparencytabpage|CTL_TRANS_PREVIEW-atkobject">Example</property>
</object>
</child>
</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">Area Transparency Mode</property>
+ <property name="label" translatable="yes" context="transparencytabpage|FL_PROP">Area Transparency Mode</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/tsaurldialog.ui b/cui/uiconfig/ui/tsaurldialog.ui
index 172970d3d9e1..4b5b137b738a 100644
--- a/cui/uiconfig/ui/tsaurldialog.ui
+++ b/cui/uiconfig/ui/tsaurldialog.ui
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="TSAURLDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Time Stamping Authority URLs</property>
+ <property name="title" translatable="yes" context="tsaurldialog|TSAURLDialog">Time Stamping Authority URLs</property>
<property name="type_hint">normal</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -32,7 +32,7 @@
</child>
<child>
<object class="GtkButton" id="delete">
- <property name="label" translatable="yes">_Delete...</property>
+ <property name="label" translatable="yes" context="tsaurldialog|delete">_Delete...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -48,7 +48,7 @@
</child>
<child>
<object class="GtkButton" id="add">
- <property name="label" translatable="yes">_Add...</property>
+ <property name="label" translatable="yes" context="tsaurldialog|add">_Add...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -128,7 +128,7 @@
<property name="margin_bottom">6</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">Add or delete Time Stamp Authority URLs</property>
+ <property name="label" translatable="yes" context="tsaurldialog|label2">Add or delete Time Stamp Authority URLs</property>
<property name="use_underline">True</property>
<property name="wrap">True</property>
<property name="max_width_chars">60</property>
@@ -164,7 +164,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes">Enter a Time Stamp Authority URL</property>
+ <property name="label" translatable="yes" context="tsaurldialog|enteraurl">Enter a Time Stamp Authority URL</property>
</object>
<packing>
<property name="left_attach">2</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">TSA URL</property>
+ <property name="label" translatable="yes" context="tsaurldialog|label1">TSA URL</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/cui/uiconfig/ui/twolinespage.ui b/cui/uiconfig/ui/twolinespage.ui
index 2adca53b0187..57a4b6f1d5c4 100644
--- a/cui/uiconfig/ui/twolinespage.ui
+++ b/cui/uiconfig/ui/twolinespage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface>
+<interface domain="cui">
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkListStore" id="liststore1">
@@ -11,27 +11,27 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">(None)</col>
+ <col id="0" translatable="yes" context="twolinespage|liststore1">(None)</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">(</col>
+ <col id="0" translatable="yes" context="twolinespage|liststore1">(</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">[</col>
+ <col id="0" translatable="yes" context="twolinespage|liststore1">[</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">&lt;</col>
+ <col id="0" translatable="yes" context="twolinespage|liststore1">&lt;</col>
<col id="1">3</col>
</row>
<row>
- <col id="0" translatable="yes">{</col>
+ <col id="0" translatable="yes" context="twolinespage|liststore1">{</col>
<col id="1">4</col>
</row>
<row>
- <col id="0" translatable="yes">Other Characters...</col>
+ <col id="0" translatable="yes" context="twolinespage|liststore1">Other Characters...</col>
<col id="1">5</col>
</row>
</data>
@@ -45,27 +45,27 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">(None)</col>
+ <col id="0" translatable="yes" context="twolinespage|liststore2">(None)</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">)</col>
+ <col id="0" translatable="yes" context="twolinespage|liststore2">)</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">]</col>
+ <col id="0" translatable="yes" context="twolinespage|liststore2">]</col>
<col id="1">2</col>
</row>
<row>
- <col id="0" translatable="yes">&gt;</col>
+ <col id="0" translatable="yes" context="twolinespage|liststore2">&gt;</col>
<col id="1">3</col>
</row>
<row>
- <col id="0" translatable="yes">}</col>
+ <col id="0" translatable="yes" context="twolinespage|liststore2">}</col>
<col id="1">4</col>
</row>
<row>
- <col id="0" translatable="yes">Other Characters...</col>
+ <col id="0" translatable="yes" context="twolinespage|liststore2">Other Characters...</col>
<col id="1">5</col>
</row>
</data>
@@ -90,7 +90,7 @@
<property name="left_padding">12</property>
<child>
<object class="GtkCheckButton" id="twolines">
- <property name="label" translatable="yes">Write in double lines</property>
+ <property name="label" translatable="yes" context="twolinespage|twolines">Write in double lines</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -104,7 +104,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Double-lined</property>
+ <property name="label" translatable="yes" context="twolinespage|label2">Double-lined</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -139,7 +139,7 @@
<object class="GtkLabel" id="label29">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Initial character</property>
+ <property name="label" translatable="yes" context="twolinespage|label29">Initial character</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -152,7 +152,7 @@
<object class="GtkLabel" id="label30">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Final character</property>
+ <property name="label" translatable="yes" context="twolinespage|label30">Final character</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -203,7 +203,7 @@
<object class="GtkLabel" id="label28">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Enclosing Character</property>
+ <property name="label" translatable="yes" context="twolinespage|label28">Enclosing Character</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -230,7 +230,7 @@
<property name="can_focus">False</property>
<child internal-child="accessible">
<object class="AtkObject" id="preview:border-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Preview</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="twolinespage|preview-atkobject">Preview</property>
</object>
</child>
</object>
diff --git a/cui/uiconfig/ui/wordcompletionpage.ui b/cui/uiconfig/ui/wordcompletionpage.ui
index 0ab7df972b9c..48a981b5b288 100644
--- a/cui/uiconfig/ui/wordcompletionpage.ui
+++ b/cui/uiconfig/ui/wordcompletionpage.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -40,7 +40,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkButton" id="delete">
- <property name="label" translatable="yes">_Delete Entry</property>
+ <property name="label" translatable="yes" context="wordcompletionpage|delete">_Delete Entry</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -84,7 +84,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Max. entries:</property>
+ <property name="label" translatable="yes" context="wordcompletionpage|label1">_Max. entries:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">maxentries</property>
</object>
@@ -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">Mi_n. word length:</property>
+ <property name="label" translatable="yes" context="wordcompletionpage|label2">Mi_n. word length:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">maxentries</property>
</object>
@@ -169,7 +169,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="appendspace">
- <property name="label" translatable="yes">_Append space</property>
+ <property name="label" translatable="yes" context="wordcompletionpage|appendspace">_Append space</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="GtkCheckButton" id="showastip">
- <property name="label" translatable="yes">_Show as tip</property>
+ <property name="label" translatable="yes" context="wordcompletionpage|showastip">_Show as tip</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="enablewordcomplete">
- <property name="label" translatable="yes">Enable word _completion</property>
+ <property name="label" translatable="yes" context="wordcompletionpage|enablewordcomplete">Enable word _completion</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -243,7 +243,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="whenclosing:wrap">
- <property name="label" translatable="yes">_When closing a document, remove the words collected from it from the list</property>
+ <property name="label" translatable="yes" context="wordcompletionpage|whenclosing">_When closing a document, remove the words collected from it from the list</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -266,7 +266,7 @@
</child>
<child>
<object class="GtkCheckButton" id="collectwords">
- <property name="label" translatable="yes">C_ollect words</property>
+ <property name="label" translatable="yes" context="wordcompletionpage|collectwords">C_ollect words</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -296,7 +296,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Acc_ept with:</property>
+ <property name="label" translatable="yes" context="wordcompletionpage|label3">Acc_ept with:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">acceptwith</property>
</object>
diff --git a/cui/uiconfig/ui/zoomdialog.ui b/cui/uiconfig/ui/zoomdialog.ui
index 5d5df219b7f5..40fa13f6b3fb 100644
--- a/cui/uiconfig/ui/zoomdialog.ui
+++ b/cui/uiconfig/ui/zoomdialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
-<interface>
+<interface domain="cui">
<requires lib="gtk+" version="3.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
@@ -11,7 +11,7 @@
<object class="GtkDialog" id="ZoomDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Zoom &amp; View Layout</property>
+ <property name="title" translatable="yes" context="zoomdialog|ZoomDialog">Zoom &amp; View Layout</property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
@@ -100,7 +100,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="optimal">
- <property name="label" translatable="yes">Optimal</property>
+ <property name="label" translatable="yes" context="zoomdialog|optimal">Optimal</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -117,7 +117,7 @@
</child>
<child>
<object class="GtkRadioButton" id="fitwandh">
- <property name="label" translatable="yes">Fit width and height</property>
+ <property name="label" translatable="yes" context="zoomdialog|fitwandh">Fit width and height</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -134,7 +134,7 @@
</child>
<child>
<object class="GtkRadioButton" id="fitw">
- <property name="label" translatable="yes">Fit width</property>
+ <property name="label" translatable="yes" context="zoomdialog|fitw">Fit width</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -151,7 +151,7 @@
</child>
<child>
<object class="GtkRadioButton" id="100pc">
- <property name="label" translatable="yes">100%</property>
+ <property name="label" translatable="yes" context="zoomdialog|100pc">100%</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -173,7 +173,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkRadioButton" id="variable">
- <property name="label" translatable="yes">Variable:</property>
+ <property name="label" translatable="yes" context="zoomdialog|variable">Variable:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -201,7 +201,7 @@
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="zoomsb:0%-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Variable</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="zoomdialog|zoomsb-atkobject">Variable</property>
</object>
</child>
</object>
@@ -226,7 +226,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Zoom Factor</property>
+ <property name="label" translatable="yes" context="zoomdialog|label2">Zoom Factor</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -259,7 +259,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="automatic">
- <property name="label" translatable="yes">Automatic</property>
+ <property name="label" translatable="yes" context="zoomdialog|automatic">Automatic</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -276,7 +276,7 @@
</child>
<child>
<object class="GtkRadioButton" id="singlepage">
- <property name="label" translatable="yes">Single page</property>
+ <property name="label" translatable="yes" context="zoomdialog|singlepage">Single page</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -298,7 +298,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkRadioButton" id="columns">
- <property name="label" translatable="yes">Columns:</property>
+ <property name="label" translatable="yes" context="zoomdialog|columns">Columns:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -329,7 +329,7 @@
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="columnssb-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Columns</property>
+ <property name="AtkObject::accessible-name" translatable="yes" context="zoomdialog|columnssb-atkobject">Columns</property>
</object>
</child>
</object>
@@ -353,7 +353,7 @@
<property name="left_padding">12</property>
<child>
<object class="GtkCheckButton" id="bookmode">
- <property name="label" translatable="yes">Book mode</property>
+ <property name="label" translatable="yes" context="zoomdialog|bookmode">Book mode</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="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">View Layout</property>
+ <property name="label" translatable="yes" context="zoomdialog|label1">View Layout</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>