File: org.gnome.Taquin.gschema.xml

package info (click to toggle)
gnome-taquin 3.38.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,184 kB
  • sloc: xml: 81; python: 11; makefile: 6
file content (70 lines) | stat: -rw-r--r-- 3,887 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<schemalist>
  <schema id="org.gnome.Taquin.Lib">
    <key name="automatic-night-mode" type="b">
      <default>false</default>
      <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/taquin/automatic-night-mode' -->
      <summary>A flag to follow system night light</summary>
      <!-- Translators: description of a settings key, see 'dconf-editor /org/gnome/taquin/automatic-night-mode' -->
      <description>Use GNOME night light setting to activate night-mode.</description>
    </key>
    <key name="window-width" type="i">
      <default>540</default>
      <!-- see AdaptativeWindow.width-request at data/ui/adaptative-window.ui:22 -->
      <!-- range min="350"/ FIXME -->
      <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/taquin/window-width' -->
      <summary>The width of the window</summary>
      <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/taquin/window-width' -->
      <description>The width of the main window in pixels.</description>
    </key>
    <key name="window-height" type="i">
      <default>500</default>
      <!-- see AdaptativeWindow.height-request at data/ui/adaptative-window.ui:21 -->
      <!-- range min="284"/ FIXME -->
      <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/taquin/window-height' -->
      <summary>The height of the window</summary>
      <!-- Translators: description of a settings key, see 'dconf-editor /org/gnome/taquin/window-height' -->
      <description>The height of the main window in pixels.</description>
    </key>
    <key name="window-is-maximized" type="b">
      <default>false</default>
      <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/taquin/window-is-maximized' -->
      <summary>A flag to enable maximized mode</summary>
      <!-- Translators: description of a settings key, see 'dconf-editor /org/gnome/taquin/window-is-maximized' -->
      <description>If “true”, the main window starts in maximized mode.</description>
    </key>
  </schema>

  <enum id="org.gnome.Taquin.GameType">
    <value value="0" nick="fifteen"/>
    <value value="1" nick="sixteen"/>
  </enum>

  <schema id="org.gnome.Taquin" path="/org/gnome/taquin/" gettext-domain="gnome-taquin">
    <key name="type" enum="org.gnome.Taquin.GameType">
      <default>'fifteen'</default>
      <!-- TODO add summary and description -->
    </key>
    <key name="size" type="i">
      <default>4</default>
      <range min="2" max="9"/>
      <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/taquin/size' -->
      <summary>Number of tiles on each edge.</summary>
      <!-- Translators: description of a settings key, see 'dconf-editor /org/gnome/taquin/size' -->
      <description>The game offers to play with a board size from 3 to 5. The setting could be set from 2 (good for testing) to 9, limited by the way files are selected.</description>
    </key>
    <key name="theme" type="s">
      <default>'cats'</default>
      <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/taquin/theme' -->
      <summary>Name of the theme folder.</summary>
      <!-- Translators: description of a settings key, see 'dconf-editor /org/gnome/taquin/theme'; TODO the themes names are translated in the UI, but not in the settings; not sure what to do for now -->
      <description>Taquin has two default themes: 'cats' and 'numbers'.</description>
    </key>
    <key name="sound" type="b">
      <default>true</default>
      <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/taquin/sound' -->
      <summary>Sound</summary>
      <!-- Translators: description of a settings key, see 'dconf-editor /org/gnome/taquin/sound' -->
      <description>Whether or not to play event sounds.</description>
    </key>
  </schema>
</schemalist>