gnome-control-center/panels
Bastien Nocera f94aeb2b02 keyboard: Add support for msgctxt in keybindings
Unfortunately, this means duplicating the description attribute
to the text inside the KeyListEntry element, and marking the
KeyListEntry element as translatable by prepending "_".

<KeyListEntry
	name="search"
	_description="Search"/>
becomes:
<_KeyListEntry
	name="search"
	description="Search"
	msgctxt="keybinding">
		Search
</_KeyListEntry>

https://bugzilla.gnome.org/show_bug.cgi?id=689623
2012-12-06 10:08:14 +01:00
..
background background: Fix not having 3 columns in high contrast 2012-11-14 23:07:16 +01:00
bluetooth bluetooth: Use '&' instead of 'and' 2012-12-03 09:22:59 -05:00
color color: Use the proper Unicode ellipsis (…) instead of three dots 2012-12-03 09:13:13 -05:00
common common: Use the proper Unicode ellipsis (…) instead of three dots 2012-12-03 09:13:47 -05:00
datetime datetime: Do not offer the 12 hr clock in locales without AM/PM 2012-11-08 12:29:44 +01:00
display display: Don't translate the resolutions list 2012-11-27 11:19:12 +01:00
info info: Use the proper Unicode ellipsis (…) instead of three dots 2012-12-03 09:14:00 -05:00
keyboard keyboard: Add support for msgctxt in keybindings 2012-12-06 10:08:14 +01:00
mouse mouse: don't add the header widget in an idle 2012-11-07 12:32:06 -05:00
network network: Use the proper Unicode ellipsis (…) instead of three dots 2012-12-03 09:18:15 -05:00
online-accounts online-accounts: Disable adding accounts when network unavailable 2012-12-04 14:25:28 +01:00
power power: Make Tip translatable 2012-09-19 00:52:24 +02:00
printers printers: Use the proper Unicode ellipsis (…) instead of three dots 2012-12-03 09:12:47 -05:00
privacy privacy: Make popups work more than once 2012-12-05 18:36:52 -05:00
region region: Use the proper Unicode ellipsis (…) instead of three dots 2012-12-03 09:13:01 -05:00
screen screen: Use the proper Unicode ellipsis (…) instead of three dots 2012-12-03 09:14:19 -05:00
search search: Use the correct icon 2012-12-04 09:41:38 +01:00
sound Use libgnome-volume-control from a submodule 2012-11-27 11:35:29 +01:00
universal-access universal-access: Use the proper Unicode ellipsis (…) instead of three dots 2012-12-03 09:16:53 -05:00
user-accounts user-accounts: Use the proper Unicode ellipsis (…) instead of three dots 2012-12-03 09:12:26 -05:00
wacom wacom: Use the proper Unicode ellipsis (…) instead of three dots 2012-12-03 09:17:15 -05:00
Makefile.am Add a privacy panel 2012-12-03 11:03:47 +01:00