diff options
Diffstat (limited to 'sc/uiconfig/scalc/ui/subtotalgrppage.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/subtotalgrppage.ui | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sc/uiconfig/scalc/ui/subtotalgrppage.ui b/sc/uiconfig/scalc/ui/subtotalgrppage.ui index d8085ec92afb..a10a47b05f35 100644 --- a/sc/uiconfig/scalc/ui/subtotalgrppage.ui +++ b/sc/uiconfig/scalc/ui/subtotalgrppage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<interface> +<interface domain="sc"> <!-- interface-requires gtk+ 3.0 --> <!-- interface-requires LibreOffice 1.0 --> <object class="GtkListStore" id="liststore1"> @@ -9,37 +9,37 @@ </columns> <data> <row> - <col id="0" translatable="yes">Sum</col> + <col id="0" translatable="yes" context="subtotalgrppage|liststore1">Sum</col> </row> <row> - <col id="0" translatable="yes">Count</col> + <col id="0" translatable="yes" context="subtotalgrppage|liststore1">Count</col> </row> <row> - <col id="0" translatable="yes">Average</col> + <col id="0" translatable="yes" context="subtotalgrppage|liststore1">Average</col> </row> <row> - <col id="0" translatable="yes">Max</col> + <col id="0" translatable="yes" context="subtotalgrppage|liststore1">Max</col> </row> <row> - <col id="0" translatable="yes">Min</col> + <col id="0" translatable="yes" context="subtotalgrppage|liststore1">Min</col> </row> <row> - <col id="0" translatable="yes">Product</col> + <col id="0" translatable="yes" context="subtotalgrppage|liststore1">Product</col> </row> <row> - <col id="0" translatable="yes">Count (numbers only)</col> + <col id="0" translatable="yes" context="subtotalgrppage|liststore1">Count (numbers only)</col> </row> <row> - <col id="0" translatable="yes">StDev (Sample)</col> + <col id="0" translatable="yes" context="subtotalgrppage|liststore1">StDev (Sample)</col> </row> <row> - <col id="0" translatable="yes">StDevP (Population)</col> + <col id="0" translatable="yes" context="subtotalgrppage|liststore1">StDevP (Population)</col> </row> <row> - <col id="0" translatable="yes">Var (Sample)</col> + <col id="0" translatable="yes" context="subtotalgrppage|liststore1">Var (Sample)</col> </row> <row> - <col id="0" translatable="yes">VarP (Population)</col> + <col id="0" translatable="yes" context="subtotalgrppage|liststore1">VarP (Population)</col> </row> </data> </object> @@ -59,7 +59,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes">Group by:</property> + <property name="label" translatable="yes" context="subtotalgrppage|label1">Group by:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">group_by</property> </object> @@ -100,7 +100,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes">Calculate subtotals for:</property> + <property name="label" translatable="yes" context="subtotalgrppage|label2">Calculate subtotals for:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">columns:border</property> </object> @@ -116,7 +116,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes">Use function:</property> + <property name="label" translatable="yes" context="subtotalgrppage|label3">Use function:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">functions:border</property> </object> |