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

Side by Side Diff: ash/ash_strings.grd

Issue 2816903002: Revert "[Merge to M58] Deprecate Alt+Shift+K and replace it by Search+Shift+K" (Closed)
Patch Set: Created 3 years, 8 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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 </message> 997 </message>
998 <message name="IDS_SHORTCUT_LOCK_SCREEN_NEW" desc="the new shortcut to loc k the screen."> 998 <message name="IDS_SHORTCUT_LOCK_SCREEN_NEW" desc="the new shortcut to loc k the screen.">
999 Search+L 999 Search+L
1000 </message> 1000 </message>
1001 <message name="IDS_SHORTCUT_TASK_MANAGER_OLD" desc="the old deprecated sho rtcut to open the task manager."> 1001 <message name="IDS_SHORTCUT_TASK_MANAGER_OLD" desc="the old deprecated sho rtcut to open the task manager.">
1002 Shift+Esc 1002 Shift+Esc
1003 </message> 1003 </message>
1004 <message name="IDS_SHORTCUT_TASK_MANAGER_NEW" desc="the new shortcut to op en the task manager."> 1004 <message name="IDS_SHORTCUT_TASK_MANAGER_NEW" desc="the new shortcut to op en the task manager.">
1005 Search+Esc 1005 Search+Esc
1006 </message> 1006 </message>
1007 <message name="IDS_SHORTCUT_IME_BUBBLE_OLD" desc="the old deprecated short cut to show the input options menu bubble in the shelf.">
1008 Alt+Shift+K
1009 </message>
1010 <message name="IDS_SHORTCUT_IME_BUBBLE_NEW" desc="the new shortcut to show the input options menu bubble in the shelf.">
1011 Search+Shift+K
1012 </message>
1013 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG" 1007 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG"
1014 desc="Notification message to tell users about the deprecation of Ctrl+Shift+L shortcut to lock the screen."> 1008 desc="Notification message to tell users about the deprecation of Ctrl+Shift+L shortcut to lock the screen.">
1015 The shortcut to lock the screen has changed. Please use <ph name="NEW_SH ORTCUT">$1<ex>Search+L</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Ctrl+S hift+L</ex></ph>. 1009 The shortcut to lock the screen has changed. Please use <ph name="NEW_SH ORTCUT">$1<ex>Search+L</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Ctrl+S hift+L</ex></ph>.
1016 </message> 1010 </message>
1017 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" 1011 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG"
1018 desc="Notification message to tell users about the deprecation of Shift+ESC shortcut to show the task manager."> 1012 desc="Notification message to tell users about the deprecation of Shift+ESC shortcut to show the task manager.">
1019 The shortcut to open the task manager has changed. Please use <ph name=" NEW_SHORTCUT">$1<ex>Search+Esc</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<e x>Shift+Esc</ex></ph>. 1013 The shortcut to open the task manager has changed. Please use <ph name=" NEW_SHORTCUT">$1<ex>Search+Esc</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<e x>Shift+Esc</ex></ph>.
1020 </message> 1014 </message>
1021 <message name="IDS_DEPRECATED_SHOW_IME_BUBBLE_MSG"
1022 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 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 </message>
1025 1015
1026 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back --> 1016 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back -->
1027 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" 1017 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG"
1028 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."> 1018 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 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. 1019 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off.
1030 </message> 1020 </message>
1031 </messages> 1021 </messages>
1032 </release> 1022 </release>
1033 </grit> 1023 </grit>
1034 1024
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/common/accelerators/accelerator_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698