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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 1996563002: Add ImeMenuTray element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change SetWindowState() with SetImeWindow(). Created 4 years, 5 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 <!-- 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 <message name="IDS_ASH_HATS_NOTIFICATION_TITLE" desc="The title of the notific ation for Happiness Tracking Survey."> 491 <message name="IDS_ASH_HATS_NOTIFICATION_TITLE" desc="The title of the notific ation for Happiness Tracking Survey.">
492 Help us improve Chromebooks 492 Help us improve Chromebooks
493 </message> 493 </message>
494 <message name="IDS_ASH_HATS_NOTIFICATION_BODY" desc="The body of the notificat ion for Happiness Tracking Survey."> 494 <message name="IDS_ASH_HATS_NOTIFICATION_BODY" desc="The body of the notificat ion for Happiness Tracking Survey.">
495 <!-- TODO(malaykeshav): Implement the actual HaTS notification strings --> 495 <!-- TODO(malaykeshav): Implement the actual HaTS notification strings -->
496 Chrome OS HaTS survey text here. Chrome OS HaTS survey text here. Chrome OS HaTS survey text here. Chrome OS HaTS survey text here. 496 Chrome OS HaTS survey text here. Chrome OS HaTS survey text here. Chrome OS HaTS survey text here. Chrome OS HaTS survey text here.
497 </message> 497 </message>
498 <message name="IDS_ASH_HATS_NOTIFICATION_TAKE_SURVEY_BUTTON" desc="The title o f the button in the notification for Happiness Tracking Survey to take the said survey."> 498 <message name="IDS_ASH_HATS_NOTIFICATION_TAKE_SURVEY_BUTTON" desc="The title o f the button in the notification for Happiness Tracking Survey to take the said survey.">
499 Take our survey 499 Take our survey
500 </message> 500 </message>
501 <message name="IDS_ASH_IME_MENU_ACCESSIBLE_NAME" desc="The accessible text for opt-in IME menu icon in status tray.">
502 IME menu button
James Cook 2016/06/30 18:20:57 nit: Should this be "IME menu" or "Show IME menu"?
Azure Wei 2016/06/30 19:21:37 This is raised by A11y reviewer.
503 </message>
501 504
502 <!-- Deprecated Accelerators Messages --> 505 <!-- Deprecated Accelerators Messages -->
503 <!-- Shortcut keys MUST be connected with pluses (e.g. Ctrl+Shift+L). --> 506 <!-- Shortcut keys MUST be connected with pluses (e.g. Ctrl+Shift+L). -->
504 <message name="IDS_SHORTCUT_LOCK_SCREEN_OLD" desc="the old deprecated shortcut to lock the screen."> 507 <message name="IDS_SHORTCUT_LOCK_SCREEN_OLD" desc="the old deprecated shortcut to lock the screen.">
505 Ctrl+Shift+L 508 Ctrl+Shift+L
506 </message> 509 </message>
507 <message name="IDS_SHORTCUT_LOCK_SCREEN_NEW" desc="the new shortcut to lock th e screen."> 510 <message name="IDS_SHORTCUT_LOCK_SCREEN_NEW" desc="the new shortcut to lock th e screen.">
508 Search+L 511 Search+L
509 </message> 512 </message>
510 <message name="IDS_SHORTCUT_TASK_MANAGER_OLD" desc="the old deprecated shortcu t to open the task manager."> 513 <message name="IDS_SHORTCUT_TASK_MANAGER_OLD" desc="the old deprecated shortcu t to open the task manager.">
(...skipping 14 matching lines...) Expand all
525 </message> 528 </message>
526 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" 529 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG"
527 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager."> 530 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager.">
528 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<ex>Sh ift+Esc</ex></ph>. 531 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<ex>Sh ift+Esc</ex></ph>.
529 </message> 532 </message>
530 <message name="IDS_DEPRECATED_NEXT_IME_MSG" 533 <message name="IDS_DEPRECATED_NEXT_IME_MSG"
531 desc="Notification message to tell users about the deprecation of Shi ft+Alt shortcut to switch to the next input method."> 534 desc="Notification message to tell users about the deprecation of Shi ft+Alt shortcut to switch to the next input method.">
532 The shortcut to switch to the next input method has changed. Please use <ph name="NEW_SHORTCUT">$1<ex>Ctrl+Shift+Space</ex></ph> instead of <ph name="OLD_SH ORTCUT">$2<ex>Shift+Alt</ex></ph>. 535 The shortcut to switch to the next input method has changed. Please use <ph name="NEW_SHORTCUT">$1<ex>Ctrl+Shift+Space</ex></ph> instead of <ph name="OLD_SH ORTCUT">$2<ex>Shift+Alt</ex></ph>.
533 </message> 536 </message>
534 </grit-part> 537 </grit-part>
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/shelf/shelf.cc » ('j') | ash/system/chromeos/ime_menu/ime_menu_tray.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698