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

Side by Side Diff: ash/ash_strings.grd

Issue 40053002: Implements the dialog view for logout button tray in public sessions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor fix Created 7 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
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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text o f the notification when taking a screenshot failed."> 578 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text o f the notification when taking a screenshot failed.">
579 Failed to save screenshot 579 Failed to save screenshot
580 </message> 580 </message>
581 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu p when the user preses the exit shortcut."> 581 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu p when the user preses the exit shortcut.">
582 Press Ctrl+Shift+Q twice to quit. 582 Press Ctrl+Shift+Q twice to quit.
583 </message> 583 </message>
584 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT_ACCESSIBLE" desc="The messa ge used by accessibility to indicate the content of the popup when the user pres es the exit shortcut."> 584 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT_ACCESSIBLE" desc="The messa ge used by accessibility to indicate the content of the popup when the user pres es the exit shortcut.">
585 Press Control Shift Q twice to quit. 585 Press Control Shift Q twice to quit.
586 </message> 586 </message>
587 587
588 <message name="IDS_ASH_LOGOUT_CONFIRMATION_TITLE" desc="Dialog title for t he logout confirmation dialog.">
589 Exiting Session
590 </message>
591 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the logout confirmation dialog.">
592 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<e x>5 seconds</ex></ph>.
593 </message>
594 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left.">
595 You will be signed out now.
596 </message>
597 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay button of the logout confirmation dialog.">
598 Sign out now
599 </message>
600
588 <!-- ChromeOS-specific strings --> 601 <!-- ChromeOS-specific strings -->
589 <if expr="pp_ifdef('chromeos')"> 602 <if expr="pp_ifdef('chromeos')">
590 <part file="ash_chromeos_strings.grdp" /> 603 <part file="ash_chromeos_strings.grdp" />
591 </if> 604 </if>
592 605
593 </messages> 606 </messages>
594 </release> 607 </release>
595 </grit> 608 </grit>
596 609
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698