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

Side by Side Diff: ash/ash_strings.grd

Issue 2271523002: Adds emoji/handwriting/vocie buttons on opt-in IME menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments and sync. 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 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 </message> 296 </message>
297 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SETTINGS" desc="The label used fo r Google Drive settings entry."> 297 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SETTINGS" desc="The label used fo r Google Drive settings entry.">
298 Google Drive settings... 298 Google Drive settings...
299 </message> 299 </message>
300 <message name="IDS_ASH_STATUS_TRAY_IME" desc="The label used as the header in the IME popup."> 300 <message name="IDS_ASH_STATUS_TRAY_IME" desc="The label used as the header in the IME popup.">
301 Input methods 301 Input methods
302 </message> 302 </message>
303 <message name="IDS_ASH_STATUS_TRAY_IME_SETTINGS" desc="The label used for IME settings entry."> 303 <message name="IDS_ASH_STATUS_TRAY_IME_SETTINGS" desc="The label used for IME settings entry.">
304 Customize languages and input... 304 Customize languages and input...
305 </message> 305 </message>
306 <message name="IDS_ASH_STATUS_TRAY_IME_EMOJI" desc="The label used for IME emoji entry.">
307 Emoji palette
308 </message>
309 <message name="IDS_ASH_STATUS_TRAY_IME_HANDWRITING" desc="The label used f or IME handwriting entry.">
310 Handwriting input
311 </message>
312 <message name="IDS_ASH_STATUS_TRAY_IME_VOICE" desc="The label used for IME voice entry.">
313 Voice input
314 </message>
306 315
307 <message name="IDS_ASH_STATUS_TRAY_LOCALE_CHANGE_MESSAGE" desc="The messag e used for locale change notifications in the system tray."> 316 <message name="IDS_ASH_STATUS_TRAY_LOCALE_CHANGE_MESSAGE" desc="The messag e used for locale change notifications in the system tray.">
308 The language has changed from "<ph name="FROM_LOCALE">$1<ex>Italian</ex> </ph>" to "<ph name="TO_LOCALE">$2<ex>English (United States)</ex></ph>" after s yncing your settings. 317 The language has changed from "<ph name="FROM_LOCALE">$1<ex>Italian</ex> </ph>" to "<ph name="TO_LOCALE">$2<ex>English (United States)</ex></ph>" after s yncing your settings.
309 </message> 318 </message>
310 <message name="IDS_ASH_STATUS_TRAY_LOCALE_REVERT_MESSAGE" desc="Link to re vert a change."> 319 <message name="IDS_ASH_STATUS_TRAY_LOCALE_REVERT_MESSAGE" desc="Link to re vert a change.">
311 Change back to "<ph name="FROM_LOCALE">$1<ex>Italian</ex></ph>" (require s restart) 320 Change back to "<ph name="FROM_LOCALE">$1<ex>Italian</ex></ph>" (require s restart)
312 </message> 321 </message>
313 322
314 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY" desc="The label used in the tray menu to show the accessibility option menu."> 323 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY" desc="The label used in the tray menu to show the accessibility option menu.">
315 Accessibility 324 Accessibility
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 447
439 <!-- ChromeOS-specific strings --> 448 <!-- ChromeOS-specific strings -->
440 <if expr="chromeos"> 449 <if expr="chromeos">
441 <part file="ash_chromeos_strings.grdp" /> 450 <part file="ash_chromeos_strings.grdp" />
442 </if> 451 </if>
443 452
444 </messages> 453 </messages>
445 </release> 454 </release>
446 </grit> 455 </grit>
447 456
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