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

Side by Side Diff: ash/ash_strings.grd

Issue 11568036: Add countdown when session time is limited (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed. 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/session_length_limit/session_length_limit_observer.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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 </message> 502 </message>
503 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text for the network info button."> 503 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text for the network info button.">
504 Network Info 504 Network Info
505 </message> 505 </message>
506 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ ay in the network info bubble when it is otherwise empty."> 506 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ ay in the network info bubble when it is otherwise empty.">
507 No network information available 507 No network information available
508 </message> 508 </message>
509 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CONNECTING" desc="Shows a conne cting network in the network list."> 509 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CONNECTING" desc="Shows a conne cting network in the network list.">
510 <ph name="NETWORK">$1<ex>GoogleGuest</ex></ph>: Connecting... 510 <ph name="NETWORK">$1<ex>GoogleGuest</ex></ph>: Connecting...
511 </message> 511 </message>
512 <message name="IDS_ASH_STATUS_TRAY_REMAINING_SESSION_TIME" desc="The time remaining until the end of the session. Shown if the session length is limited." >
513 <ph name="hours">$1<ex>01</ex></ph>:<ph name="minutes">$2<ex>35</ex></ph >:<ph name="seconds">$3<ex>12</ex></ph>
514 </message>
512 515
513 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 516 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items.">
514 Previous menu 517 Previous menu
515 </message> 518 </message>
516 <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The ac cessible name of the web notification tray (message center)."> 519 <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The ac cessible name of the web notification tray (message center).">
517 Message Center 520 Message Center
518 </message> 521 </message>
519 522
520 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window get maximized."> 523 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window get maximized.">
521 Maximize 524 Maximize
(...skipping 13 matching lines...) Expand all
535 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode."> 538 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode.">
536 Can't duplicate image on attached monitors. No matching resolution found . 539 Can't duplicate image on attached monitors. No matching resolution found .
537 </message> 540 </message>
538 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings."> 541 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings.">
539 Internal Display 542 Internal Display
540 </message> 543 </message>
541 </messages> 544 </messages>
542 </release> 545 </release>
543 </grit> 546 </grit>
544 547
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/system/session_length_limit/session_length_limit_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698