eog/eog.schemas.in
Jens Finke 183b93171c Added intltool rule for eog.schemas.in file.
2002-10-13  Jens Finke  <jens@triq.net>

	* Makefile.am: Added intltool rule for eog.schemas.in file.

	* eog.schemas: Renamed to eog.schemas.in.

	* eog-glade.h: String updates from the preference dialog.
2002-10-13 09:15:09 +00:00

134 lines
4.4 KiB
Plaintext

<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/eog/view/interpolate</key>
<applyto>/apps/eog/view/interpolate</applyto>
<owner>eog</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Interpolate Image</short>
<long>Wether the image should be interpolated on zoom or not.
This leads to better quality but is somewhat slower than non
interpolated images.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/view/transparency</key>
<applyto>/apps/eog/view/transparency</applyto>
<owner>eog</owner>
<type>string</type>
<default>CHECK_PATTERN</default>
<locale name="C">
<short>Transparency indicator</short>
<long>Determines how transparency should be indicated. Valid values
are CHECK_PATTERN and COLOR. If COLOR is choosen, than the trans_color
key determines the used color value.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/view/trans_color</key>
<applyto>/apps/eog/view/trans_color</applyto>
<owner>eog</owner>
<type>string</type>
<default>#000000</default>
<locale name="C">
<short>Transparency color</short>
<long>If the transparency key has the value COLOR, than this
key determines the color which is used for indicating transparency.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/window/auto_size</key>
<applyto>/apps/eog/window/auto_size</applyto>
<owner>eog</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Automatically pick window size</short>
<long>Whether image windows should pick their size and zooming
factor automatically based on the size of the image. If this
option is not set, image windows will get whatever size the
window manager assigns to them.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/window/open_new_window</key>
<applyto>/apps/eog/window/open_new_window</applyto>
<owner>eog</owner>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Open images in a new window</short>
<long>Whether opening an image should create a new window
instead of replacing the image in the current window.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/full_screen/sb_policy</key>
<applyto>/apps/eog/full_screen/sb_policy</applyto>
<owner>eog</owner>
<type>int</type>
<default>2</default>
<locale name="C">
<short>Scrollbar policy for the full screen view</short>
<long>Whether to display scrollbars on the full screen view.
Possible values are: 1 (automatic; only display scrollbars if
the image is larger than the window), 2 (never display
scrollbars).</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/full_screen/zoom</key>
<applyto>/apps/eog/full_screen/zoom</applyto>
<owner>eog</owner>
<type>int</type>
<default>2</default>
<locale name="C">
<short>Default zoom factor for the full screen view</short>
<long>Default zoom factor for the full screen view. Possible
values are: 0 (use 1:1 zoom factor), 1 (use the same zoom
factor as the image window), 2 (fit the image to the
screen).</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/full_screen/fit_standard</key>
<applyto>/apps/eog/full_screen/fit_standard</applyto>
<owner>eog</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Fit standard-sized images to the screen</short>
<long>Whether to fit standard-sized images to the screen when
in full screen mode. These are images with sizes like
320x240, 640x480, 800x800, etc. This selects whether such
images should be scaled to fit the screen regardless of the
setting for the default zoom factor of the full screen
view.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/full_screen/bevel</key>
<applyto>/apps/eog/full_screen/bevel</applyto>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Put a bevel around the screen</short>
<long>Whether the full screen view should display a bevel
along the edges of the screen.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>