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

Side by Side Diff: ash/ash_strings.grd

Issue 196473011: Attempting to reland the Overview Button Change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge in updates from Master 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/resources/ash_resources.grd » ('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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 <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."> 617 <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.">
618 alt 618 alt
619 </message> 619 </message>
620 <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."> 620 <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.">
621 altgr 621 altgr
622 </message> 622 </message>
623 <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."> 623 <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.">
624 search 624 search
625 </message> 625 </message>
626 626
627 <!-- Overview Mode -->
628 <message name="IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME" desc="The accessib le name for the Overview button in the system tray.">
629 Toggle window overview
630 </message>
631
627 <!-- ChromeOS-specific strings --> 632 <!-- ChromeOS-specific strings -->
628 <if expr="chromeos"> 633 <if expr="chromeos">
629 <part file="ash_chromeos_strings.grdp" /> 634 <part file="ash_chromeos_strings.grdp" />
630 </if> 635 </if>
631 636
632 </messages> 637 </messages>
633 </release> 638 </release>
634 </grit> 639 </grit>
635 640
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/resources/ash_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698