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

Side by Side Diff: ash/ash_strings.grd

Issue 17445002: Updates the display message in the uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « ash/ash.gyp ('k') | ash/system/chromeos/tray_display.h » ('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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 </message> 314 </message>
315 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING_NO_INTERNAL" desc="Th e label used in the tray to show that the current status is mirroring and the de vice doesn't have the internal display."> 315 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING_NO_INTERNAL" desc="Th e label used in the tray to show that the current status is mirroring and the de vice doesn't have the internal display.">
316 Mirroring 316 Mirroring
317 </message> 317 </message>
318 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED_NO_INTERNAL" desc="The label used in the tray to show that the current status is extended and the devi ce doesn't have the internal display."> 318 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED_NO_INTERNAL" desc="The label used in the tray to show that the current status is extended and the devi ce doesn't have the internal display.">
319 Extending screen 319 Extending screen
320 </message> 320 </message>
321 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_DOCKED" desc="The label used in the tray to show that the current status is docked mode."> 321 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_DOCKED" desc="The label used in the tray to show that the current status is docked mode.">
322 Dock mode 322 Dock mode
323 </message> 323 </message>
324 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_RESOLUTION_CHANGED" desc="The l abel used in the tray to notify that the display resolution settings has changed .">
325 <ph name="DISPLAY_NAME">$1</ph> is resized to <ph name="RESOLUTION">$2</ ph>
James Cook 2013/06/21 00:38:27 Should this be "has been resized to"?
Jun Mukai 2013/06/21 00:46:48 Done.
326 </message>
327 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ROTATED" desc="The label used i n the tray to notify that the display rotation settings has changed.">
328 <ph name="DISPLAY_NAME">$1</ph> is rotated
James Cook 2013/06/21 00:38:27 "has been rotated"?
Jun Mukai 2013/06/21 00:46:48 Done.
329 </message>
330 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_SINGLE_DISPLAY" desc="The label used in the tray to show the current display's configuration if there is a sing le display">
331 <ph name="DISPLAY_NAME">$1</ph>: <ph name="RESOLUTION">$2</ph>
332 </message>
324 <message name="IDS_ASH_STATUS_TRAY_UNKNOWN_DISPLAY_NAME" desc="Label shown in tray for a display whose name is unknown."> 333 <message name="IDS_ASH_STATUS_TRAY_UNKNOWN_DISPLAY_NAME" desc="Label shown in tray for a display whose name is unknown.">
325 Unknown Display 334 Unknown Display
326 </message> 335 </message>
327 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SYNCING" desc="The label in the t ray to indicate onoing file sync operations."> 336 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SYNCING" desc="The label in the t ray to indicate onoing file sync operations.">
328 Syncing <ph name="count">$1<ex>3</ex></ph> file(s) 337 Syncing <ph name="count">$1<ex>3</ex></ph> file(s)
329 </message> 338 </message>
330 <message name="IDS_ASH_STATUS_TRAY_DRIVE" desc="The label used for Google Drive tray details header."> 339 <message name="IDS_ASH_STATUS_TRAY_DRIVE" desc="The label used for Google Drive tray details header.">
331 Google Drive 340 Google Drive
332 </message> 341 </message>
333 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SETTINGS" desc="The label used fo r Google Drive settings entry."> 342 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SETTINGS" desc="The label used fo r Google Drive settings entry.">
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 539
531 <!-- ChromeOS-specific strings --> 540 <!-- ChromeOS-specific strings -->
532 <if expr="pp_ifdef('chromeos')"> 541 <if expr="pp_ifdef('chromeos')">
533 <part file="ash_chromeos_strings.grdp" /> 542 <part file="ash_chromeos_strings.grdp" />
534 </if> 543 </if>
535 544
536 </messages> 545 </messages>
537 </release> 546 </release>
538 </grit> 547 </grit>
539 548
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/system/chromeos/tray_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698