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

Side by Side Diff: ash/ash_strings.grd

Issue 615133002: Add support for a virtual display on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ash/ dep from content Created 5 years, 9 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/display/display_change_observer_chromeos.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 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 372 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items.">
373 Previous menu 373 Previous menu
374 </message> 374 </message>
375 375
376 <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."> 376 <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.">
377 9+ 377 9+
378 </message> 378 </message>
379 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings."> 379 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings.">
380 Internal Display 380 Internal Display
381 </message> 381 </message>
382 <message name="IDS_ASH_VIRTUAL_DISPLAY_NAME" desc="The name of the virtual display which is shown in the display settings.">
383 Virtual Display
384 </message>
382 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu p when the user preses the exit shortcut."> 385 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu p when the user preses the exit shortcut.">
383 Press Ctrl+Shift+Q twice to quit. 386 Press Ctrl+Shift+Q twice to quit.
384 </message> 387 </message>
385 <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."> 388 <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.">
386 Press Control Shift Q twice to quit. 389 Press Control Shift Q twice to quit.
387 </message> 390 </message>
388 391
389 <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."> 392 <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.">
390 ctrl 393 ctrl
391 </message> 394 </message>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 430
428 <!-- ChromeOS-specific strings --> 431 <!-- ChromeOS-specific strings -->
429 <if expr="chromeos"> 432 <if expr="chromeos">
430 <part file="ash_chromeos_strings.grdp" /> 433 <part file="ash_chromeos_strings.grdp" />
431 </if> 434 </if>
432 435
433 </messages> 436 </messages>
434 </release> 437 </release>
435 </grit> 438 </grit>
436 439
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_change_observer_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698