diff options
author | Alan Fitton <ajf@eth0.org.uk> | 2011-01-30 10:57:07 +0000 |
---|---|---|
committer | Alan Fitton <ajf@eth0.org.uk> | 2011-01-30 10:57:07 +0000 |
commit | eca35c468094fc6b7177f33ef51fa873eb88e79c (patch) | |
tree | fa07fd0ea1db72ff2ad4bd8b04b8e546717f2731 /src/transmission-remote-gtk.schemas |
hello world!
Diffstat (limited to 'src/transmission-remote-gtk.schemas')
-rw-r--r-- | src/transmission-remote-gtk.schemas | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/src/transmission-remote-gtk.schemas b/src/transmission-remote-gtk.schemas new file mode 100644 index 0000000..11c8cdb --- /dev/null +++ b/src/transmission-remote-gtk.schemas @@ -0,0 +1,109 @@ +<gconfschemafile> + <schemalist> + + <schema> + <key>/schemas/apps/trg/auto-connect</key> + <applyto>/apps/trg/auto-connect</applyto> + <owner>trg</owner> + <type>bool</type> + <default>0</default> + + <locale name="C"> + <short>Auto connect</short> + <long>Auto connect</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/trg/system-tray</key> + <applyto>/apps/trg/system-tray</applyto> + <owner>trg</owner> + <type>bool</type> + <default>0</default> + + <locale name="C"> + <short>Show system tray icon</short> + <long>Show system tray icon while app is running</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/trg/window_height</key> + <applyto>/apps/trg/window_height</applyto> + <owner>trg</owner> + <type>int</type> + <default>600</default> + + <locale name="C"> + <short>Window height</short> + <long>Window height</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/trg/window_width</key> + <applyto>/apps/trg/window_width</applyto> + <owner>trg</owner> + <type>int</type> + <default>800</default> + + <locale name="C"> + <short>Window width</short> + <long>Window width</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/trg/port</key> + <applyto>/apps/trg/port</applyto> + <owner>trg</owner> + <type>int</type> + <default>9091</default> + + <locale name="C"> + <short>Port</short> + <long>Port</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/trg/username</key> + <applyto>/apps/trg/username</applyto> + <owner>trg</owner> + <type>string</type> + <default></default> + + <locale name="C"> + <short>Username</short> + <long>Username</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/trg/password</key> + <applyto>/apps/trg/password</applyto> + <owner>trg</owner> + <type>string</type> + <default></default> + + <locale name="C"> + <short>Password</short> + <long>Password</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/trg/hostname</key> + <applyto>/apps/trg/hostname</applyto> + <owner>trg</owner> + <type>string</type> + <default></default> + + <locale name="C"> + <short>Hostname</short> + <long>Hostname</long> + </locale> + </schema> + + </schemalist> +</gconfschemafile> |