<schemalist>
  <schema id="org.gnome.Klotski" path="/org/gnome/Klotski/" gettext-domain="gnome-klotski">
    <key name="level" type="i">
      <default>0</default>
      <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/Klotski/level' -->
      <summary>The puzzle in play</summary>
      <!-- Translators: description of a settings key, see 'dconf-editor /org/gnome/Klotski/level' -->
      <description>The number of the puzzle being played.</description>
    </key>
    <key name="window-width" type="i">
      <default>600</default>
      <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/Klotski/window-width' -->
      <summary>The width of the window</summary>
      <!-- Translators: description of a settings key, see 'dconf-editor /org/gnome/Klotski/window-width' -->
      <description>Width of the window in pixels</description> <!-- TODO The width of the main window in pixels. -->
    </key>
    <key name="window-height" type="i">
      <default>500</default>
      <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/Klotski/window-height' -->
      <summary>The height of the window</summary>
      <!-- Translators: description of a settings key, see 'dconf-editor /org/gnome/Klotski/window-height' -->
      <description>Height of the window in pixels</description> <!-- TODO The height of the main window in pixels. -->
    </key>
    <key name="window-is-maximized" type="b">
      <default>false</default>
      <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/Klotski/window-is-maximized' -->
      <summary>A flag to enable maximized mode</summary>
      <!-- Translators: description of a settings key, see 'dconf-editor /org/gnome/Klotski/window-is-maximized' -->
      <description>If “true”, the main window starts in maximized mode.</description>
    </key>
  </schema>
</schemalist>
