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

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
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 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 <message name="IDS_DEPRECATED_SHOW_IME_BUBBLE_MSG" 1022 <message name="IDS_DEPRECATED_SHOW_IME_BUBBLE_MSG"
1023 desc="Notification message to tell users about the deprecation of Alt+Shift+K shortcut to show the input options menu bubble in the shelf."> 1023 desc="Notification message to tell users about the deprecation of Alt+Shift+K shortcut to show the input options menu bubble in the shelf.">
1024 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>. 1024 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>.
1025 </message> 1025 </message>
1026 1026
1027 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back --> 1027 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back -->
1028 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" 1028 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG"
1029 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."> 1029 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.">
1030 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. 1030 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off.
1031 </message> 1031 </message>
1032
1033 <!-- Tray scale strings -->
1034 <message name="IDS_ASH_STATUS_TRAY_SCALE" desc="The label used in scale se tting detailed page of ash tray popup.">
1035 Display scale settings
1036 </message>
1037 <message name="IDS_ASH_STATUS_TRAY_SCALE_SLIDER" desc="The accessible text for the scale slider">Display scale</message>
1032 </messages> 1038 </messages>
1033 </release> 1039 </release>
1034 </grit> 1040 </grit>
1035 1041
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698