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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 2287453002: Change UI of settings button on IME menu. (Closed)
Patch Set: Addressed nits. Created 4 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 | « no previous file | ash/common/system/chromeos/ime_menu/ime_menu_tray.cc » ('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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI/DP) 235 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI/DP)
236 </message> 236 </message>
237 <message name="IDS_ASH_STATUS_TRAY_AUDIO_MIC_JACK_DEVICE" desc="label used for mic jack device"> 237 <message name="IDS_ASH_STATUS_TRAY_AUDIO_MIC_JACK_DEVICE" desc="label used for mic jack device">
238 Mic Jack 238 Mic Jack
239 </message> 239 </message>
240 240
241 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for change wallpaper in context menu"> 241 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for change wallpaper in context menu">
242 Set wallpaper... 242 Set wallpaper...
243 </message> 243 </message>
244 244
245 <message name="IDS_ASH_STATUS_TRAY_INPUT_SETTINGS" desc="The label used for th e language and input settings for IME menu tray.">
246 Language and input settings
247 </message>
245 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the sett ings item in the status tray."> 248 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the sett ings item in the status tray.">
246 Settings 249 Settings
247 </message> 250 </message>
248 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status tra y for SMS."> 251 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status tra y for SMS.">
249 SMS 252 SMS
250 </message> 253 </message>
251 <message name="IDS_ASH_STATUS_TRAY_SMS_MESSAGES" desc="The label used in the d efault status tray view for SMS with the number of messages."> 254 <message name="IDS_ASH_STATUS_TRAY_SMS_MESSAGES" desc="The label used in the d efault status tray view for SMS with the number of messages.">
252 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph> 255 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph>
253 </message> 256 </message>
254 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messagees in the system tray."> 257 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messagees in the system tray.">
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 </message> 538 </message>
536 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" 539 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG"
537 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager."> 540 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager.">
538 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>. 541 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>.
539 </message> 542 </message>
540 <message name="IDS_DEPRECATED_NEXT_IME_MSG" 543 <message name="IDS_DEPRECATED_NEXT_IME_MSG"
541 desc="Notification message to tell users about the deprecation of Shi ft+Alt shortcut to switch to the next input method."> 544 desc="Notification message to tell users about the deprecation of Shi ft+Alt shortcut to switch to the next input method.">
542 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>. 545 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>.
543 </message> 546 </message>
544 </grit-part> 547 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/chromeos/ime_menu/ime_menu_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698