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

Side by Side Diff: ash/ash_strings.grd

Issue 1456623002: Add support for virtual displays (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address oshima@ feedback Created 5 years 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/display/display_change_observer_chromeos.cc » ('j') | ui/display/DEPS » ('J')
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 source_lang_id="en" enc_check="möl"> 8 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 359 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items.">
360 Previous menu 360 Previous menu
361 </message> 361 </message>
362 362
363 <message name="IDS_ASH_NOTIFICATION_UNREAD_COUNT_NINE_PLUS" desc="The text shown in the notification icon for the unread count when the count is more than 9."> 363 <message name="IDS_ASH_NOTIFICATION_UNREAD_COUNT_NINE_PLUS" desc="The text shown in the notification icon for the unread count when the count is more than 9.">
364 9+ 364 9+
365 </message> 365 </message>
366 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings."> 366 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings.">
367 Internal Display 367 Internal Display
368 </message> 368 </message>
369 <message name="IDS_ASH_VIRTUAL_DISPLAY_NAME" desc="The name of the virtual display which is shown in the display settings.">
370 Virtual Display
371 </message>
369 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu p when the user preses the exit shortcut."> 372 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu p when the user preses the exit shortcut.">
370 Press Ctrl+Shift+Q twice to quit. 373 Press Ctrl+Shift+Q twice to quit.
371 </message> 374 </message>
372 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT_ACCESSIBLE" desc="The messa ge used by accessibility to indicate the content of the popup when the user pres es the exit shortcut."> 375 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT_ACCESSIBLE" desc="The messa ge used by accessibility to indicate the content of the popup when the user pres es the exit shortcut.">
373 Press Control Shift Q twice to quit. 376 Press Control Shift Q twice to quit.
374 </message> 377 </message>
375 378
376 <message name="IDS_ASH_CONTROL_KEY" desc="Name of [Ctrl] key name. Shouldn 't be translated in many languages actually. This name should be lower case."> 379 <message name="IDS_ASH_CONTROL_KEY" desc="Name of [Ctrl] key name. Shouldn 't be translated in many languages actually. This name should be lower case.">
377 ctrl 380 ctrl
378 </message> 381 </message>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 417
415 <!-- ChromeOS-specific strings --> 418 <!-- ChromeOS-specific strings -->
416 <if expr="chromeos"> 419 <if expr="chromeos">
417 <part file="ash_chromeos_strings.grdp" /> 420 <part file="ash_chromeos_strings.grdp" />
418 </if> 421 </if>
419 422
420 </messages> 423 </messages>
421 </release> 424 </release>
422 </grit> 425 </grit>
423 426
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_change_observer_chromeos.cc » ('j') | ui/display/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698