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

Side by Side Diff: ash/ash_strings.grd

Issue 175343007: Add sticky key support for AltGr (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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
« no previous file with comments | « no previous file | ash/sticky_keys/sticky_keys_controller.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 </message> 606 </message>
607 <message name="IDS_ASH_CONTROL_KEY" desc="Name of [Ctrl] key name. Shouldn 't be translated in many languages actually. This name should be lower case."> 607 <message name="IDS_ASH_CONTROL_KEY" desc="Name of [Ctrl] key name. Shouldn 't be translated in many languages actually. This name should be lower case.">
608 ctrl 608 ctrl
609 </message> 609 </message>
610 <message name="IDS_ASH_SHIFT_KEY" desc="Name of [Shift] key. Shouldn't be translated in many languages actually. This name should be lower case."> 610 <message name="IDS_ASH_SHIFT_KEY" desc="Name of [Shift] key. Shouldn't be translated in many languages actually. This name should be lower case.">
611 shift 611 shift
612 </message> 612 </message>
613 <message name="IDS_ASH_ALT_KEY" desc="Name of [Alt] key name. Shouldn't be translated in many languages actually. This name should be lower case."> 613 <message name="IDS_ASH_ALT_KEY" desc="Name of [Alt] key name. Shouldn't be translated in many languages actually. This name should be lower case.">
614 alt 614 alt
615 </message> 615 </message>
616 <message name="IDS_ASH_ALTGR_KEY" desc="Name of [AltGr] key name. Shouldn' t be translated in many languages actually. This name should be lower case.">
617 altgr
618 </message>
616 <message name="IDS_ASH_SEARCH_KEY" desc="Name of [Search] key name. Should n't be translated in many languages actually. This name should be lower case."> 619 <message name="IDS_ASH_SEARCH_KEY" desc="Name of [Search] key name. Should n't be translated in many languages actually. This name should be lower case.">
617 search 620 search
618 </message> 621 </message>
619 622
620 <!-- ChromeOS-specific strings --> 623 <!-- ChromeOS-specific strings -->
621 <if expr="chromeos"> 624 <if expr="chromeos">
622 <part file="ash_chromeos_strings.grdp" /> 625 <part file="ash_chromeos_strings.grdp" />
623 </if> 626 </if>
624 627
625 </messages> 628 </messages>
626 </release> 629 </release>
627 </grit> 630 </grit>
628 631
OLDNEW
« no previous file with comments | « no previous file | ash/sticky_keys/sticky_keys_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698