diff options
author | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
commit | da7bb154d27d3b872867223a5df60df8f5fb6e7d (patch) | |
tree | c1a40fbb481956cf2fda2263bf78389622eba0a5 /thumbnailer/atril-thumbnailer.schemas.in | |
parent | 342e9e9bf91625bf6f0102fb7bbc652dea222064 (diff) | |
download | atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.bz2 atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.xz |
renaming evince to atril
Diffstat (limited to 'thumbnailer/atril-thumbnailer.schemas.in')
-rw-r--r-- | thumbnailer/atril-thumbnailer.schemas.in | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/thumbnailer/atril-thumbnailer.schemas.in b/thumbnailer/atril-thumbnailer.schemas.in new file mode 100644 index 00000000..19d1d4da --- /dev/null +++ b/thumbnailer/atril-thumbnailer.schemas.in @@ -0,0 +1,80 @@ +<mateconfschemafile> + <schemalist> + + <schema> + <key>/schemas/desktop/mate/thumbnailers/application@pdf/enable</key> + <applyto>/desktop/mate/thumbnailers/application@pdf/enable</applyto> + <owner>atril</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Enable thumbnailing of PDF Documents</short> + <long>Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails</long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/mate/thumbnailers/application@pdf/command</key> + <applyto>/desktop/mate/thumbnailers/application@pdf/command</applyto> + <owner>atril</owner> + <type>string</type> + <default>atril-thumbnailer -s %s %u %o</default> + <locale name="C"> + <short>Thumbnail command for PDF Documents</short> + <long>Valid command plus arguments for the PDF Document thumbnailer. See Caja thumbnailer documentation for more information.</long> + </locale> + </schema> + + <schema> + <key>/schemas/desktop/mate/thumbnailers/application@x-bzpdf/enable</key> + <applyto>/desktop/mate/thumbnailers/application@x-bzpdf/enable</applyto> + <owner>atril</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Enable thumbnailing of PDF Documents</short> + <long>Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails</long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/mate/thumbnailers/application@x-bzpdf/command</key> + <applyto>/desktop/mate/thumbnailers/application@x-bzpdf/command</applyto> + <owner>atril</owner> + <type>string</type> + <default>atril-thumbnailer -s %s %u %o</default> + <locale name="C"> + <short>Thumbnail command for PDF Documents</short> + <long>Valid command plus arguments for the PDF Document thumbnailer. See Caja thumbnailer documentation for more information.</long> + </locale> + </schema> + + <schema> + <key>/schemas/desktop/mate/thumbnailers/application@x-gzpdf/enable</key> + <applyto>/desktop/mate/thumbnailers/application@x-gzpdf/enable</applyto> + <owner>atril</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Enable thumbnailing of PDF Documents</short> + <long>Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails</long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/mate/thumbnailers/application@x-gzpdf/command</key> + <applyto>/desktop/mate/thumbnailers/application@x-gzpdf/command</applyto> + <owner>atril</owner> + <type>string</type> + <default>atril-thumbnailer -s %s %u %o</default> + <locale name="C"> + <short>Thumbnail command for PDF Documents</short> + <long>Valid command plus arguments for the PDF Document thumbnailer. See Caja thumbnailer documentation for more information.</long> + </locale> + </schema> + + </schemalist> +</mateconfschemafile> |