285 lines
15 KiB
Plaintext
285 lines
15 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 3.0 -->
|
||
|
<!-- interface-requires AnacondaWidgets 1.0 -->
|
||
|
<object class="GtkListStore" id="languageStore">
|
||
|
<columns>
|
||
|
<!-- column-name nativeName -->
|
||
|
<column type="gchararray"/>
|
||
|
<!-- column-name englishName -->
|
||
|
<column type="gchararray"/>
|
||
|
<!-- column-name langSetting -->
|
||
|
<column type="gchararray"/>
|
||
|
</columns>
|
||
|
</object>
|
||
|
<object class="GtkTreeModelFilter" id="languageStoreFilter">
|
||
|
<property name="child_model">languageStore</property>
|
||
|
</object>
|
||
|
<object class="AnacondaSpokeWindow" id="langsupportWindow">
|
||
|
<property name="startup_id">filler</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="startup_id">filler</property>
|
||
|
<property name="window_name" translatable="yes">LANGUAGE SUPPORT</property>
|
||
|
<signal name="button-clicked" handler="on_back_clicked" swapped="no"/>
|
||
|
<child internal-child="main_box">
|
||
|
<object class="GtkBox" id="AnacondaSpokeWindow-main_box1">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<property name="spacing">6</property>
|
||
|
<child internal-child="nav_box">
|
||
|
<object class="GtkEventBox" id="AnacondaSpokeWindow-nav_box1">
|
||
|
<property name="app_paintable">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child internal-child="nav_area">
|
||
|
<object class="GtkGrid" id="AnacondaSpokeWindow-nav_area1">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="margin_left">6</property>
|
||
|
<property name="margin_right">6</property>
|
||
|
<property name="margin_top">6</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child internal-child="alignment">
|
||
|
<object class="GtkAlignment" id="AnacondaSpokeWindow-alignment1">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="xalign">0</property>
|
||
|
<property name="yalign">0</property>
|
||
|
<property name="top_padding">12</property>
|
||
|
<property name="bottom_padding">48</property>
|
||
|
<property name="left_padding">24</property>
|
||
|
<property name="right_padding">24</property>
|
||
|
<child internal-child="action_area">
|
||
|
<object class="GtkBox" id="AnacondaSpokeWindow-action_area1">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<property name="spacing">12</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="selectLabel">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="halign">center</property>
|
||
|
<property name="label" translatable="yes">Select additional language support to be installed:</property>
|
||
|
<attributes>
|
||
|
<attribute name="font-desc" value="Cantarell 14"/>
|
||
|
<attribute name="weight" value="normal"/>
|
||
|
<attribute name="scale" value="1"/>
|
||
|
</attributes>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkGrid" id="mainGrid">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="halign">center</property>
|
||
|
<property name="hexpand">True</property>
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="row_spacing">6</property>
|
||
|
<property name="column_spacing">6</property>
|
||
|
<child>
|
||
|
<object class="GtkScrolledWindow" id="languageWindow">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="hexpand">True</property>
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="hscrollbar_policy">never</property>
|
||
|
<property name="shadow_type">in</property>
|
||
|
<child>
|
||
|
<object class="GtkTreeView" id="languageView">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="hexpand">True</property>
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="model">languageStoreFilter</property>
|
||
|
<property name="headers_visible">False</property>
|
||
|
<property name="headers_clickable">False</property>
|
||
|
<property name="enable_search">False</property>
|
||
|
<property name="search_column">0</property>
|
||
|
<child internal-child="selection">
|
||
|
<object class="GtkTreeSelection" id="languageViewSelection">
|
||
|
<signal name="changed" handler="on_lang_selection_changed" swapped="no"/>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTreeViewColumn" id="nativeName">
|
||
|
<property name="title" translatable="yes">nativeName</property>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="clickable">True</property>
|
||
|
<property name="sort_column_id">0</property>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererText" id="nativeNameRenderer">
|
||
|
<property name="xalign">0.89999997615814209</property>
|
||
|
<property name="font">Cantarell 12</property>
|
||
|
</object>
|
||
|
<attributes>
|
||
|
<attribute name="markup">0</attribute>
|
||
|
</attributes>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTreeViewColumn" id="englishName">
|
||
|
<property name="title" translatable="yes">englishName</property>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="clickable">True</property>
|
||
|
<property name="sort_column_id">1</property>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererText" id="englishNameRenderer">
|
||
|
<property name="xalign">0.10000000149011612</property>
|
||
|
<property name="font">Cantarell Italic 14</property>
|
||
|
<property name="foreground">gray</property>
|
||
|
</object>
|
||
|
<attributes>
|
||
|
<attribute name="text">1</attribute>
|
||
|
</attributes>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTreeViewColumn" id="langSelectedColumn">
|
||
|
<property name="title" translatable="yes">selected</property>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererPixbuf" id="langSelectedRenderer"/>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">0</property>
|
||
|
<property name="width">1</property>
|
||
|
<property name="height">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkEntry" id="languageEntry">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="valign">start</property>
|
||
|
<property name="invisible_char">●</property>
|
||
|
<property name="invisible_char_set">True</property>
|
||
|
<property name="secondary_icon_name">edit-clear-symbolic</property>
|
||
|
<property name="placeholder_text" translatable="yes">Type here to search.</property>
|
||
|
<signal name="changed" handler="on_entry_changed" swapped="no"/>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">1</property>
|
||
|
<property name="width">1</property>
|
||
|
<property name="height">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkScrolledWindow" id="localeWindow">
|
||
|
<property name="height_request">150</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="hexpand">True</property>
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="hscrollbar_policy">never</property>
|
||
|
<property name="shadow_type">in</property>
|
||
|
<child>
|
||
|
<object class="GtkTreeView" id="localeView">
|
||
|
<property name="width_request">300</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="hexpand">True</property>
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="model">localeStore</property>
|
||
|
<property name="headers_visible">False</property>
|
||
|
<property name="enable_search">False</property>
|
||
|
<property name="search_column">0</property>
|
||
|
<child internal-child="selection">
|
||
|
<object class="GtkTreeSelection" id="localeViewSelection"/>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTreeViewColumn" id="checked">
|
||
|
<property name="title" translatable="yes">checked</property>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererToggle" id="checkedRenderer">
|
||
|
<signal name="toggled" handler="on_locale_toggled" swapped="no"/>
|
||
|
</object>
|
||
|
<attributes>
|
||
|
<attribute name="active">2</attribute>
|
||
|
<attribute name="sensitive">3</attribute>
|
||
|
</attributes>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTreeViewColumn" id="localeNativeName">
|
||
|
<property name="title" translatable="yes">nativeName</property>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="clickable">True</property>
|
||
|
<property name="sort_column_id">0</property>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererText" id="localeNativeNameRenderer">
|
||
|
<property name="font">Cantarell 12</property>
|
||
|
</object>
|
||
|
<attributes>
|
||
|
<attribute name="markup">0</attribute>
|
||
|
</attributes>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">1</property>
|
||
|
<property name="top_attach">0</property>
|
||
|
<property name="width">1</property>
|
||
|
<property name="height">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<object class="GtkListStore" id="localeStore">
|
||
|
<columns>
|
||
|
<!-- column-name nativeName -->
|
||
|
<column type="gchararray"/>
|
||
|
<!-- column-name locale -->
|
||
|
<column type="gchararray"/>
|
||
|
<!-- column-name selected -->
|
||
|
<column type="gboolean"/>
|
||
|
<!-- column-name isAdditional -->
|
||
|
<column type="gboolean"/>
|
||
|
</columns>
|
||
|
</object>
|
||
|
</interface>
|