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_chromeos_strings.grdp

Issue 1177773002: Deprecating high-conflict accelerators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oshima's comments Created 5 years, 3 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/accelerators/accelerator_table_unittest.cc ('k') | ash/shell/shell_delegate_impl.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 <!-- ChromeOS-specific strings (included from ash_strings.grd). 2 <!-- ChromeOS-specific strings (included from ash_strings.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 5
6 <!-- Device types --> 6 <!-- Device types -->
7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver sus say Chromebox)"> 7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver sus say Chromebox)">
8 Chromebase 8 Chromebase
9 </message> 9 </message>
10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu s say Chromebox)"> 10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu s say Chromebox)">
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 </message> 429 </message>
430 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the log out confirmation dialog."> 430 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the log out confirmation dialog.">
431 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5 seconds</ex></ph>. 431 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5 seconds</ex></ph>.
432 </message> 432 </message>
433 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left."> 433 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left.">
434 You will be signed out now. 434 You will be signed out now.
435 </message> 435 </message>
436 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but ton of the logout confirmation dialog."> 436 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but ton of the logout confirmation dialog.">
437 Sign out now 437 Sign out now
438 </message> 438 </message>
439
440 <!-- Deprecated Accelerators Messages -->
441 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG"
442 desc="Notification message to tell users about the deprecation of Ctr l+Shift+L shortcut to lock the screen.">
443 The screen lock shortcut has changed. Please use Search+L instead of Ctrl+Sh ift+L.
444 </message>
445 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG"
446 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager.">
447 The task manager shortcut has changed. Please use Search+Esc instead of Shif t+Esc.
448 </message>
439 </grit-part> 449 </grit-part>
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_table_unittest.cc ('k') | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698