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

Side by Side Diff: ash/ash_strings.grd

Issue 11361274: Add NetworkStateListDetailedView (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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 </message> 448 </message>
449 <message name="IDS_ASH_STATUS_TRAY_CELLULAR" desc="The accessible text for the cellular button."> 449 <message name="IDS_ASH_STATUS_TRAY_CELLULAR" desc="The accessible text for the cellular button.">
450 Cellular 450 Cellular
451 </message> 451 </message>
452 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text for the network info button."> 452 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text for the network info button.">
453 Network Info 453 Network Info
454 </message> 454 </message>
455 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ ay in the network info bubble when it is otherwise empty."> 455 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ ay in the network info bubble when it is otherwise empty.">
456 No network information available 456 No network information available
457 </message> 457 </message>
458 <message name="IDS_ASH_STATUS_TRAY_NETWORK_STATUS" desc="Shows the network and its status in the network lsit.">
pneubeck (no reviews) 2012/11/21 13:34:45 nit: lsit -> list
pneubeck (no reviews) 2012/11/21 13:34:45 which network? the current network?
stevenjb 2012/11/27 00:58:18 Done.
stevenjb 2012/11/27 00:58:18 s/the/a/
459 <ph name="NETWORK">$1<ex>GoogleGuest</ex></ph>: <ph name="STATUS">$2<ex> Connecting</ex></ph>
460 </message>
461 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CONNECTING" desc="The network i s connecting.">
462 Connecting...
463 </message>
464
458 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 465 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items.">
459 Previous menu 466 Previous menu
460 </message> 467 </message>
461 <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The ac cessible name of the web notification tray (message center)."> 468 <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The ac cessible name of the web notification tray (message center).">
462 Message Center 469 Message Center
463 </message> 470 </message>
464 471
465 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window get maximized."> 472 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window get maximized.">
466 Maximize 473 Maximize
467 </message> 474 </message>
(...skipping 12 matching lines...) Expand all
480 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode."> 487 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode.">
481 Can't duplicate image on attached monitors. No matching resolution found . 488 Can't duplicate image on attached monitors. No matching resolution found .
482 </message> 489 </message>
483 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings."> 490 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings.">
484 Internal Display 491 Internal Display
485 </message> 492 </message>
486 </messages> 493 </messages>
487 </release> 494 </release>
488 </grit> 495 </grit>
489 496
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698