Update Belarusian translation
[cheese.git] / data / org.gnome.Cheese.gschema.xml
blob7275b5e5cfd8d4f7517351fae770db3ce5305e69
1 <?xml version="1.0" encoding="UTF-8"?>
2 <schemalist gettext-domain="cheese">
3   <schema id='org.gnome.Cheese' path='/org/gnome/cheese/'>
4     <key type='b' name='countdown'>
5       <summary>Use a countdown</summary>
6       <description>Set to true to show a countdown before taking a photo</description>
7       <default>true</default>
8     </key>
10     <key type='i' name='countdown-duration'>
11       <summary>Countdown length</summary>
12       <description>The duration of the countdown before taking a photo, in seconds</description>
13       <default>3</default>
14       <range min='1' max='10'/>
15     </key>
17     <key type='b' name='flash'>
18       <summary>Fire flash before taking a photo</summary>
19       <description>Set to true to fire a flash before taking a photo</description>
20       <default>true</default>
21     </key>
23     <key type='s' name='camera'>
24       <summary>Camera device string indicator</summary>
25       <description>The path to the device node which points to the camera, for example /dev/video0</description>
26       <default>''</default>
27     </key>
29     <key type='s' name='selected-effect'>
30       <summary>Last selected effect</summary>
31       <description>Name of the installed effect that was selected last</description>
32       <default>'identity'</default>
33     </key>
35     <key type='i' name='photo-x-resolution'>
36       <summary>Photo width</summary>
37       <description>The width of the image captured from the camera, in pixels</description>
38       <default>0</default>
39       <range min='0' max='65535'/>
40     </key>
42     <key type='i' name='photo-y-resolution'>
43       <summary>Photo height</summary>
44       <description>The height of the image captured from the camera, in pixels</description>
45       <default>0</default>
46       <range min='0' max='65535'/>
47     </key>
49     <key type='i' name='video-x-resolution'>
50       <summary>Video width</summary>
51       <description>The width of the video captured from the camera, in pixels</description>
52       <default>0</default>
53       <range min='0' max='65535'/>
54     </key>
56     <key type='i' name='video-y-resolution'>
57       <summary>Video height</summary>
58       <description>The height of the video captured from the camera, in pixels</description>
59       <default>0</default>
60       <range min='0' max='65535'/>
61     </key>
63     <key type='d' name='brightness'>
64       <summary>Image brightness</summary>
65       <description>Adjusts the brightness of the image coming from the camera</description>
66       <default>0</default>
67       <range min='-1' max='1'/>
68     </key>
70     <key type='d' name='contrast'>
71       <summary>Image contrast</summary>
72       <description>Adjusts the contrast of the image coming from the camera</description>
73       <default>1.0</default>
74       <range min='0' max='2'/>
75     </key>
77     <key type='d' name='saturation'>
78       <summary>Image saturation</summary>
79       <description>Adjusts the saturation of the image coming from the camera</description>
80       <default>1</default>
81       <range min='0' max='2'/>
82     </key>
84     <key type='d' name='hue'>
85       <summary>Image hue</summary>
86       <description>Adjusts the hue (color tint) of the image coming from the camera</description>
87       <default>0</default>
88       <range min='-1' max='1'/>
89     </key>
91     <key type='s' name='video-path'>
92       <summary>Video path</summary>
93       <description>Defines the path where the videos are stored. If empty, “XDG_VIDEOS_DIR/Webcam” will be used.</description>
94       <default>''</default>
95     </key>
97     <key type='s' name='photo-path'>
98       <summary>Photo path</summary>
99       <description>Defines the path where the photos are stored. If empty, “XDG_PICTURES_DIR/Webcam” will be used.</description>
100       <default>''</default>
101     </key>
103     <key type='i' name='burst-delay'>
104       <summary>Time between photos in burst mode</summary>
105       <description>The length of time, in milliseconds, to delay between taking each photo in a burst sequence of photos. If the burst delay is less than the countdown duration, the countdown duration will be used instead.</description>
106       <default>1000</default>
107       <range min='500' max='10000'/>
108     </key>
110     <key type='i' name='burst-repeat'>
111       <summary>Number of photos in burst mode</summary>
112       <description>The number of photos to take in a single burst.</description>
113       <default>4</default>
114       <range min='1' max='100000'/>
115     </key>
116   </schema>
117 </schemalist>