[gtk+] gdk: Translate some more key names



commit 5678b70fafe9049c89082f998da05589f646b49b
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Oct 8 01:05:22 2017 +0200

    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

 gdk/keyname-table.h        |   13 ++++++++++---
 gdk/keynames-translate.txt |    7 +++++++
 2 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/gdk/keyname-table.h b/gdk/keyname-table.h
index 5d13322..29b747e 100644
--- a/gdk/keyname-table.h
+++ b/gdk/keyname-table.h
@@ -1,6 +1,6 @@
 /* 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.   
  */
@@ -6832,7 +6832,7 @@ static const gdk_key gdk_keys_by_name[] = {
 /*
  * Translators, the strings in the “keyboard label” context are
  * 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
  * for “key pad” and you may want to include that in your translation.
  * Here are some examples of English translations:
@@ -6860,7 +6860,7 @@ NC_("keyboard label", "Begin")
 NC_("keyboard label", "Print")
 NC_("keyboard label", "Insert")
 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_Tab")
 NC_("keyboard label", "KP_Enter")
@@ -6894,6 +6894,13 @@ NC_("keyboard label", "AudioRecord")
 NC_("keyboard label", "AudioPause")
 NC_("keyboard label", "AudioRewind")
 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", "Battery")
 NC_("keyboard label", "Launch1")
diff --git a/gdk/keynames-translate.txt b/gdk/keynames-translate.txt
index dd92c52..3902fe5 100644
--- a/gdk/keynames-translate.txt
+++ b/gdk/keynames-translate.txt
@@ -51,6 +51,13 @@ AudioRecord
 AudioPause
 AudioRewind
 AudioMedia
+Eject
+Explorer
+Calculator
+Mail
+WWW
+Search
+Tools
 ScreenSaver
 Battery
 Launch1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]