source: trunk/third/gnome-applets/modemlights/modemlights.schemas.in @ 20910

Revision 20910, 7.1 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20909, which included commits to RCS files with non-trunk default branches.
Line 
1<gconfschemafile>
2    <schemalist>
3   
4      <schema>
5        <key>/schemas/apps/modemlights/prefs/delay</key>
6        <owner>modemlights_applet2</owner>
7        <type>int</type>
8        <default>5</default>
9        <locale name="C">
10          <short>Update interval</short>
11          <long>The fraction of a second until the applet updates.</long>
12        </locale>
13      </schema>
14     
15      <schema>
16        <key>/schemas/apps/modemlights/prefs/lockfile</key>
17        <owner>modemlights_applet2</owner>
18        <type>string</type>
19        <default></default>
20        <locale name="C">
21          <short>Modem lock file</short>
22          <long>The name of the modem lock file.</long>
23        </locale>
24      </schema>
25     
26      <schema>
27        <key>/schemas/apps/modemlights/prefs/connect</key>
28        <owner>modemlights_applet2</owner>
29        <type>string</type>
30        <default>pppon</default>
31        <locale name="C">
32          <short>Command executed when connecting</short>
33          <long>Use this command to connect the modem.</long>
34        </locale>
35      </schema>
36     
37      <schema>
38        <key>/schemas/apps/modemlights/prefs/disconnect</key>
39        <owner>modemlights_applet2</owner>
40        <type>string</type>
41        <default>pppoff</default>
42        <locale name="C">
43          <short>Command executed when disconnecting</short>
44          <long>Use this command to disconnect the modem.</long>
45        </locale>
46      </schema>
47     
48      <schema>
49        <key>/schemas/apps/modemlights/prefs/confirmation</key>
50        <owner>modemlights_applet2</owner>
51        <type>int</type>
52        <default>1</default>
53        <locale name="C">
54          <short>Ask for confirmation when connecting/disconnecting</short>
55          <long>Display a confirmation dialog when connecting or disconnecting.</long>
56        </locale>
57      </schema>
58     
59      <schema>
60        <key>/schemas/apps/modemlights/prefs/device</key>
61        <owner>modemlights_applet2</owner>
62        <type>string</type>
63        <default>ppp0</default>
64        <locale name="C">
65          <short>Modem device name</short>
66          <long>The name of the modem device.</long>
67        </locale>
68      </schema>
69     
70      <schema>
71        <key>/schemas/apps/modemlights/prefs/isdn</key>
72        <owner>modemlights_applet2</owner>
73        <type>int</type>
74        <default>0</default>
75        <locale name="C">
76          <short>Use isdn</short>
77          <long>Use isdn instead of ppp to connect the modem.</long>
78        </locale>
79      </schema>
80     
81      <schema>
82        <key>/schemas/apps/modemlights/prefs/verify_lock</key>
83        <owner>modemlights_applet2</owner>
84        <type>int</type>
85        <default>1</default>
86        <locale name="C">
87          <short>Verify owner of lock file</short>
88        </locale>
89      </schema>
90     
91      <schema>
92        <key>/schemas/apps/modemlights/prefs/extra_info</key>
93        <owner>modemlights_applet2</owner>
94        <type>int</type>
95        <default>1</default>
96        <locale name="C">
97          <short>Show connect time and throughput</short>
98          <long>Show extra information about the connect time and amount of data transmitted and received.</long>
99        </locale>
100      </schema>
101     
102      <schema>
103        <key>/schemas/apps/modemlights/prefs/wait_blink</key>
104        <owner>modemlights_applet2</owner>
105        <type>int</type>
106        <default>0</default>
107        <locale name="C">
108          <short>Blink when connecting</short>
109          <long>Make the applet blink when the modem is connecting.</long>
110        </locale>
111      </schema>
112     
113      <schema>
114        <key>/schemas/apps/modemlights/prefs/color_rx</key>
115        <owner>modemlights_applet2</owner>
116        <type>string</type>
117        <default>#FF0000</default>
118        <locale name="C">
119          <short>Receive foreground color</short>
120          <long>The color used to indicate that data has been received.</long>
121        </locale>
122      </schema>
123      <schema>
124        <key>/schemas/apps/modemlights/prefs/color_rx_bg</key>
125        <owner>modemlights_applet2</owner>
126        <type>string</type>
127        <default>#4D0000</default>
128        <locale name="C">
129          <short>Receive background color</short>
130          <long>The background color of the button used to indicate data received.</long>
131        </locale>
132      </schema>
133     
134      <schema>
135        <key>/schemas/apps/modemlights/prefs/color_tx</key>
136        <owner>modemlights_applet2</owner>
137        <type>string</type>
138        <default>#00FF00</default>
139        <locale name="C">
140          <short>Send foreground color</short>
141          <long>The color used to indicate that data has been sent.</long>
142        </locale>
143      </schema>
144      <schema>
145        <key>/schemas/apps/modemlights/prefs/color_tx_bg</key>
146        <owner>modemlights_applet2</owner>
147        <type>string</type>
148        <default>#004D00</default>
149        <locale name="C">
150          <short>Send background color</short>
151          <long>The background color of the button used to indicate data sent.</long>
152        </locale>
153      </schema>
154     
155      <schema>
156        <key>/schemas/apps/modemlights/prefs/color_status_bg</key>
157        <owner>modemlights_applet2</owner>
158        <type>string</type>
159        <default>#004D00</default>
160        <locale name="C">
161          <short>Status not connected color</short>
162          <long>The color used to display the status button when the modem is not connected.</long>
163        </locale>
164      </schema>
165      <schema>
166        <key>/schemas/apps/modemlights/prefs/color_status_ok</key>
167        <owner>modemlights_applet2</owner>
168        <type>string</type>
169        <default>#00FF00</default>
170        <locale name="C">
171          <short>Status connected color</short>
172          <long>The color used to display the status button when the modem is connected.</long>
173        </locale>
174      </schema>
175      <schema>
176        <key>/schemas/apps/modemlights/prefs/color_status_wait</key>
177        <owner>modemlights_applet2</owner>
178        <type>string</type>
179        <default>#FEF06B</default>
180        <locale name="C">
181          <short>Status waiting connection color</short>
182          <long>The color used to display the status button when the modem is connecting.</long>
183        </locale>
184      </schema>
185     
186      <schema>
187        <key>/schemas/apps/modemlights/prefs/color_text_bg</key>
188        <owner>modemlights_applet2</owner>
189        <type>string</type>
190        <default>#0000000</default>
191        <locale name="C">
192          <short>Text background color</short>
193          <long></long>
194        </locale>
195      </schema>
196      <schema>
197        <key>/schemas/apps/modemlights/prefs/color_text_fg</key>
198        <owner>modemlights_applet2</owner>
199        <type>string</type>
200        <default>#00FF00</default>
201        <locale name="C">
202          <short>Text foreground color</short>
203        </locale>
204      </schema>
205      <schema>
206        <key>/schemas/apps/modemlights/prefs/color_text_mid</key>
207        <owner>modemlights_applet2</owner>
208        <type>string</type>
209        <default>#004D00</default>
210        <locale name="C">
211          <short>Text outline color</short>
212        </locale>
213      </schema>
214       
215    </schemalist>
216
217</gconfschemafile> 
Note: See TracBrowser for help on using the repository browser.