gnome-control-center/panels/keyboard/01-screenshot.xml.in
Bastien Nocera 2def485526 keyboard: Ensure the dir name shown matches the XDG Pictures dir
If the Pictures directory was renamed, or the directory name doesn't
match the current language, the dir name would have been wrong.

Enable translator to leave a space for the directory name in their
translation.

https://bugzilla.gnome.org/show_bug.cgi?id=685605
2012-10-10 18:55:53 +02:00

26 lines
1.1 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"/>
</KeyListEntries>