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

Side by Side Diff: ash/ash_strings.grd

Issue 2855143004: Implements a display scale tray setting behind a chrome switch (Closed)
Patch Set: Sync with ToT Created 3 years, 7 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/BUILD.gn ('k') | ash/ash_switches.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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" 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 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 <message name="IDS_DEPRECATED_SHOW_IME_BUBBLE_MSG" 1024 <message name="IDS_DEPRECATED_SHOW_IME_BUBBLE_MSG"
1025 desc="Notification message to tell users about the deprecation of Alt+Shift+K shortcut to show the input options menu bubble in the shelf."> 1025 desc="Notification message to tell users about the deprecation of Alt+Shift+K shortcut to show the input options menu bubble in the shelf.">
1026 The shortcut to show the input options menu bubble in the shelf has chan ged. Please use <ph name="NEW_SHORTCUT">$1<ex>Search+Shift+K</ex></ph> instead o f <ph name="OLD_SHORTCUT">$2<ex>Alt+Shift+K</ex></ph>. 1026 The shortcut to show the input options menu bubble in the shelf has chan ged. Please use <ph name="NEW_SHORTCUT">$1<ex>Search+Shift+K</ex></ph> instead o f <ph name="OLD_SHORTCUT">$2<ex>Alt+Shift+K</ex></ph>.
1027 </message> 1027 </message>
1028 1028
1029 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back --> 1029 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back -->
1030 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" 1030 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG"
1031 desc="Notification message to tell users that they just pressed t he Search+Shift+H shortcut to toggle High Contrast Mode, and that pressing it ag ain will toggle it off."> 1031 desc="Notification message to tell users that they just pressed t he Search+Shift+H shortcut to toggle High Contrast Mode, and that pressing it ag ain will toggle it off.">
1032 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. 1032 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off.
1033 </message> 1033 </message>
1034
1035 <!-- Tray scale strings -->
1036 <message name="IDS_ASH_STATUS_TRAY_SCALE" desc="The label used in scale se tting detailed page of ash tray popup.">
1037 Display scale settings
1038 </message>
1039 <message name="IDS_ASH_STATUS_TRAY_SCALE_SLIDER" desc="The accessible text for the scale slider">Display scale</message>
1034 </messages> 1040 </messages>
1035 </release> 1041 </release>
1036 </grit> 1042 </grit>
1037 1043
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698