gdk: Translate some more key names
These are used in the Keyboard panel of GNOME Settings. https://bugzilla.gnome.org/show_bug.cgi?id=787866
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
/* keyname-table.h: Generated by gen-keyname-table.pl from keynames.txt
|
/* keyname-table.h: Generated by gen-keyname-table.pl from keynames.txt
|
||||||
*
|
*
|
||||||
* Date: Thu Oct 17 18:16:31 2013
|
* Date: Sat Oct 7 23:00:42 2017
|
||||||
*
|
*
|
||||||
* Do not edit.
|
* Do not edit.
|
||||||
*/
|
*/
|
||||||
@ -6832,7 +6832,7 @@ static const gdk_key gdk_keys_by_name[] = {
|
|||||||
/*
|
/*
|
||||||
* Translators, the strings in the “keyboard label” context are
|
* Translators, the strings in the “keyboard label” context are
|
||||||
* display names for keyboard keys. Some of them have prefixes like
|
* display names for keyboard keys. Some of them have prefixes like
|
||||||
* XF86 or ISO_ - these should be removed in the translation. Similarly,
|
* XF86 or ISO_ — these should be removed in the translation. Similarly,
|
||||||
* underscores should be replaced by spaces. The prefix “KP_” stands
|
* underscores should be replaced by spaces. The prefix “KP_” stands
|
||||||
* for “key pad” and you may want to include that in your translation.
|
* for “key pad” and you may want to include that in your translation.
|
||||||
* Here are some examples of English translations:
|
* Here are some examples of English translations:
|
||||||
@ -6860,7 +6860,7 @@ NC_("keyboard label", "Begin")
|
|||||||
NC_("keyboard label", "Print")
|
NC_("keyboard label", "Print")
|
||||||
NC_("keyboard label", "Insert")
|
NC_("keyboard label", "Insert")
|
||||||
NC_("keyboard label", "Num_Lock")
|
NC_("keyboard label", "Num_Lock")
|
||||||
/* Translators: KP_ means 'key pad' here */
|
/* Translators: KP_ means “key pad” here */
|
||||||
NC_("keyboard label", "KP_Space")
|
NC_("keyboard label", "KP_Space")
|
||||||
NC_("keyboard label", "KP_Tab")
|
NC_("keyboard label", "KP_Tab")
|
||||||
NC_("keyboard label", "KP_Enter")
|
NC_("keyboard label", "KP_Enter")
|
||||||
@ -6894,6 +6894,13 @@ NC_("keyboard label", "AudioRecord")
|
|||||||
NC_("keyboard label", "AudioPause")
|
NC_("keyboard label", "AudioPause")
|
||||||
NC_("keyboard label", "AudioRewind")
|
NC_("keyboard label", "AudioRewind")
|
||||||
NC_("keyboard label", "AudioMedia")
|
NC_("keyboard label", "AudioMedia")
|
||||||
|
NC_("keyboard label", "Eject")
|
||||||
|
NC_("keyboard label", "Explorer")
|
||||||
|
NC_("keyboard label", "Calculator")
|
||||||
|
NC_("keyboard label", "Mail")
|
||||||
|
NC_("keyboard label", "WWW")
|
||||||
|
NC_("keyboard label", "Search")
|
||||||
|
NC_("keyboard label", "Tools")
|
||||||
NC_("keyboard label", "ScreenSaver")
|
NC_("keyboard label", "ScreenSaver")
|
||||||
NC_("keyboard label", "Battery")
|
NC_("keyboard label", "Battery")
|
||||||
NC_("keyboard label", "Launch1")
|
NC_("keyboard label", "Launch1")
|
||||||
|
|||||||
@ -51,6 +51,13 @@ AudioRecord
|
|||||||
AudioPause
|
AudioPause
|
||||||
AudioRewind
|
AudioRewind
|
||||||
AudioMedia
|
AudioMedia
|
||||||
|
Eject
|
||||||
|
Explorer
|
||||||
|
Calculator
|
||||||
|
Mail
|
||||||
|
WWW
|
||||||
|
Search
|
||||||
|
Tools
|
||||||
ScreenSaver
|
ScreenSaver
|
||||||
Battery
|
Battery
|
||||||
Launch1
|
Launch1
|
||||||
|
|||||||
Reference in New Issue
Block a user