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

Side by Side Diff: ash/ash_strings.grd

Issue 11369042: Caches the display names in MultiDisplayManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | Annotate | Revision Log
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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 </message> 342 </message>
343 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERING" desc="The label used in the tray popup to show bluetooth is discovering devices."> 343 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERING" desc="The label used in the tray popup to show bluetooth is discovering devices.">
344 Scanning for devices... 344 Scanning for devices...
345 </message> 345 </message>
346 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING" desc="The label used in the tray to show that the current status is mirroring."> 346 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING" desc="The label used in the tray to show that the current status is mirroring.">
347 Mirroring to <ph name="DISPLAY_NAME">$1</ph> 347 Mirroring to <ph name="DISPLAY_NAME">$1</ph>
348 </message> 348 </message>
349 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED" desc="The label used in the tray to show that the current status is extended."> 349 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED" desc="The label used in the tray to show that the current status is extended.">
350 Extending screen to <ph name="DISPLAY_NAME">$1</ph> 350 Extending screen to <ph name="DISPLAY_NAME">$1</ph>
351 </message> 351 </message>
352 <message name="IDS_ASH_STATUS_TRAY_UNKNOWN_DISPLAY_NAME" desc="The name of the display used in the tray to show the current status but the system failed t o obtain the name.">
Daniel Erat 2012/11/02 16:46:17 nit: "Label shown in tray for a display whose name
Jun Mukai 2012/11/02 18:04:35 Done.
353 Unknown Display
354 </message>
352 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SYNCING" desc="The label in the t ray to indicate onoing file sync operations."> 355 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SYNCING" desc="The label in the t ray to indicate onoing file sync operations.">
353 Syncing <ph name="count">$1<ex>3</ex></ph> file(s) 356 Syncing <ph name="count">$1<ex>3</ex></ph> file(s)
354 </message> 357 </message>
355 <message name="IDS_ASH_STATUS_TRAY_DRIVE" desc="The label used for Google Drive tray details header."> 358 <message name="IDS_ASH_STATUS_TRAY_DRIVE" desc="The label used for Google Drive tray details header.">
356 Google Drive 359 Google Drive
357 </message> 360 </message>
358 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SETTINGS" desc="The label used fo r Google Drive settings entry."> 361 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SETTINGS" desc="The label used fo r Google Drive settings entry.">
359 Google Drive settings... 362 Google Drive settings...
360 </message> 363 </message>
361 <message name="IDS_ASH_STATUS_TRAY_IME" desc="The label used as the header in the IME popup."> 364 <message name="IDS_ASH_STATUS_TRAY_IME" desc="The label used as the header in the IME popup.">
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode."> 476 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode.">
474 Can't duplicate image on attached monitors. No matching resolution found . 477 Can't duplicate image on attached monitors. No matching resolution found .
475 </message> 478 </message>
476 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings."> 479 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings.">
477 Internal Display 480 Internal Display
478 </message> 481 </message>
479 </messages> 482 </messages>
480 </release> 483 </release>
481 </grit> 484 </grit>
482 485
OLDNEW
« no previous file with comments | « no previous file | ash/display/multi_display_manager.h » ('j') | ash/display/multi_display_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698