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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains the strings for ash. 4 This file contains the strings for ash.
5 --> 5 -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/ash_strings.h" type="rc_header"> 10 <output filename="grit/ash_strings.h" type="rc_header">
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 </message> 591 </message>
592 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the logout confirmation dialog."> 592 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the logout confirmation dialog.">
593 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<e x>5 seconds</ex></ph>. 593 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<e x>5 seconds</ex></ph>.
594 </message> 594 </message>
595 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left."> 595 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left.">
596 You will be signed out now. 596 You will be signed out now.
597 </message> 597 </message>
598 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay button of the logout confirmation dialog."> 598 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay button of the logout confirmation dialog.">
599 Sign out now 599 Sign out now
600 </message> 600 </message>
601 <message name="IDS_ASH_STICKY_KEY_CONTROL" desc="Name of [Ctrl] key name u sed 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.
602 ctrl
603 </message>
604 <message name="IDS_ASH_STICKY_KEY_SHIFT" desc="Name of [Shift] key name us ed for sticky keys. Shouldn't be translated in many languages actually.">
605 shift
606 </message>
607 <message name="IDS_ASH_STICKY_KEY_ALT" desc="Name of [Alt] key name used f or sticky keys. Shouldn't be translated in many languages actually.">
608 alt
609 </message>
610 <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.">
611 search
612 </message>
601 613
602 <!-- ChromeOS-specific strings --> 614 <!-- ChromeOS-specific strings -->
603 <if expr="pp_ifdef('chromeos')"> 615 <if expr="pp_ifdef('chromeos')">
604 <part file="ash_chromeos_strings.grdp" /> 616 <part file="ash_chromeos_strings.grdp" />
605 </if> 617 </if>
606 618
607 </messages> 619 </messages>
608 </release> 620 </release>
609 </grit> 621 </grit>
610 622
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698