summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/fmsearchdialog.ui
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/ui/fmsearchdialog.ui
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/ui/fmsearchdialog.ui')
-rw-r--r--cui/uiconfig/ui/fmsearchdialog.ui54
1 files changed, 27 insertions, 27 deletions
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>