gnome-control-center/panels/keyboard/01-screenshot.xml.in
Iñigo Martínez 0dd386f405 build: Migrate from Intltool to Gettext
Recent versions of Gettext are able to translate several formats
that are used in GNOME applications. This patch migrates from
Intltool to Gettext by using meson's i18n features.

https://bugzilla.gnome.org/show_bug.cgi?id=787588
2018-01-23 10:49:31 +01:00

29 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<KeyListEntries group="system" schema="org.gnome.settings-daemon.plugins.media-keys" name="Screenshots">
<!-- translators: $PICTURES will be replaced by the name of the XDG Pictures directory -->
<KeyListEntry name="screenshot"
description="Save a screenshot to $PICTURES"/>
<!-- translators: $PICTURES will be replaced by the name of the XDG Pictures directory -->
<KeyListEntry name="window-screenshot"
description="Save a screenshot of a window to $PICTURES"/>
<!-- translators: $PICTURES will be replaced by the name of the XDG Pictures directory -->
<KeyListEntry name="area-screenshot"
description="Save a screenshot of an area to $PICTURES"/>
<KeyListEntry name="screenshot-clip"
description="Copy a screenshot to clipboard"/>
<KeyListEntry name="window-screenshot-clip"
description="Copy a screenshot of a window to clipboard"/>
<KeyListEntry name="area-screenshot-clip"
description="Copy a screenshot of an area to clipboard"/>
<KeyListEntry name="screencast"
description="Record a short screencast"/>
</KeyListEntries>