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

Side by Side Diff: ash/ash_strings.grd

Issue 11361274: Add NetworkStateListDetailedView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/system/chromeos/network/network_detailed_view.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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 </message> 491 </message>
492 <message name="IDS_ASH_STATUS_TRAY_CELLULAR" desc="The accessible text for the cellular button."> 492 <message name="IDS_ASH_STATUS_TRAY_CELLULAR" desc="The accessible text for the cellular button.">
493 Cellular 493 Cellular
494 </message> 494 </message>
495 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text for the network info button."> 495 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text for the network info button.">
496 Network Info 496 Network Info
497 </message> 497 </message>
498 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ ay in the network info bubble when it is otherwise empty."> 498 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ ay in the network info bubble when it is otherwise empty.">
499 No network information available 499 No network information available
500 </message> 500 </message>
501 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CONNECTING" desc="Shows a conne cting network in the network list.">
502 <ph name="NETWORK">$1<ex>GoogleGuest</ex></ph>: Connecting...
503 </message>
504
501 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 505 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items.">
502 Previous menu 506 Previous menu
503 </message> 507 </message>
504 <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The ac cessible name of the web notification tray (message center)."> 508 <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The ac cessible name of the web notification tray (message center).">
505 Message Center 509 Message Center
506 </message> 510 </message>
507 511
508 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window get maximized."> 512 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window get maximized.">
509 Maximize 513 Maximize
510 </message> 514 </message>
(...skipping 12 matching lines...) Expand all
523 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode."> 527 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode.">
524 Can't duplicate image on attached monitors. No matching resolution found . 528 Can't duplicate image on attached monitors. No matching resolution found .
525 </message> 529 </message>
526 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings."> 530 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings.">
527 Internal Display 531 Internal Display
528 </message> 532 </message>
529 </messages> 533 </messages>
530 </release> 534 </release>
531 </grit> 535 </grit>
532 536
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/system/chromeos/network/network_detailed_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698