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

Side by Side Diff: ash/ash_strings.grd

Issue 11361274: Add NetworkStateListDetailedView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix clang warning Created 8 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 | 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_CONNECTING" desc="Shows a conne cting network in the network list.">
459 <ph name="NETWORK">$1<ex>GoogleGuest</ex></ph>: Connecting...
460 </message>
461
458 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 462 <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 463 Previous menu
460 </message> 464 </message>
461 <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The ac cessible name of the web notification tray (message center)."> 465 <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The ac cessible name of the web notification tray (message center).">
462 Message Center 466 Message Center
463 </message> 467 </message>
464 468
465 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window get maximized."> 469 <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 470 Maximize
467 </message> 471 </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."> 484 <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 . 485 Can't duplicate image on attached monitors. No matching resolution found .
482 </message> 486 </message>
483 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings."> 487 <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 488 Internal Display
485 </message> 489 </message>
486 </messages> 490 </messages>
487 </release> 491 </release>
488 </grit> 492 </grit>
489 493
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698