Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1271)

Unified Diff: ash/ash_strings.grd

Issue 137373003: Show overlay displaying the state of all sticky keys when it is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unit tests for overlay Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/ash_strings.grd
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd
index c51d8824b5249b079fd005d501931ce042559101..cfbb47e7e02bab49080781dab582fb6520ca806d 100644
--- a/ash/ash_strings.grd
+++ b/ash/ash_strings.grd
@@ -598,6 +598,18 @@ Press Shift + Alt to switch.
<message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay button of the logout confirmation dialog.">
Sign out now
</message>
+ <message name="IDS_ASH_STICKY_KEY_CONTROL" desc="Name of [Ctrl] key name used for sticky keys. Shouldn't be translated in many languages actually.">
James Cook 2014/01/15 22:53:53 These could probably have more generic names like
Tim Song 2014/01/16 00:01:59 Done.
+ ctrl
+ </message>
+ <message name="IDS_ASH_STICKY_KEY_SHIFT" desc="Name of [Shift] key name used for sticky keys. Shouldn't be translated in many languages actually.">
+ shift
+ </message>
+ <message name="IDS_ASH_STICKY_KEY_ALT" desc="Name of [Alt] key name used for sticky keys. Shouldn't be translated in many languages actually.">
+ alt
+ </message>
+ <message name="IDS_ASH_STICKY_KEY_SEARCH" desc="Name of [Search] key name used for sticky keys. Shouldn't be translated in many languages actually.">
+ search
+ </message>
<!-- ChromeOS-specific strings -->
<if expr="pp_ifdef('chromeos')">

Powered by Google App Engine
This is Rietveld 408576698