[orca] Fix for bug 659588, Orca present partialy untranslated with CONTROL+Plus and CONTROL+Minus accelerat
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix for bug 659588, Orca present partialy untranslated with CONTROL+Plus and CONTROL+Minus accelerat
- Date: Tue, 22 May 2012 14:21:19 +0000 (UTC)
commit dfef64d54dffaa7df168cacceea5399f1b84989f
Author: Attila Hammer <hammera pickup hu>
Date: Tue Sep 20 18:09:44 2011 +0200
Fix for bug 659588, Orca present partialy untranslated with CONTROL+Plus and CONTROL+Minus accelerators
src/orca/keynames.py | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/keynames.py b/src/orca/keynames.py
index a8ebbea..ccd2188 100644
--- a/src/orca/keynames.py
+++ b/src/orca/keynames.py
@@ -297,6 +297,15 @@ __keynames["dead_cedilla"] = _("cedilla")
#
__keynames["dead_stroke"] = _("stroke")
+# Translators: this is how someone would speak the name of the minus key
+#
+__keynames["minus"] = _("minus")
+
+# Translators: this is how someone would speak the name of the plus key
+#
+__keynames["plus"] = _("plus")
+
+
def getKeyName(key):
"""Given a keyboard key, return its name as people might refer to it
in ordinary conversation.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]