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

Side by Side Diff: ash/ash_strings.grd

Issue 275243003: Ash:Strings - Update quit message to sign out on chrome-os (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: line length (missed presubmit warning??) Created 6 years, 7 months 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/accelerators/exit_warning_handler.cc ('k') | no next file » | 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 </message> 574 </message>
575 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_SUCCESS" desc="The tex t of the notification when a screenshot was taken."> 575 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_SUCCESS" desc="The tex t of the notification when a screenshot was taken.">
576 Click to view 576 Click to view
577 </message> 577 </message>
578 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_DISABLED" desc="The te xt of the notification when taking a screenshot failed because screenshots are d isabled by administrator policy."> 578 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_DISABLED" desc="The te xt of the notification when taking a screenshot failed because screenshots are d isabled by administrator policy.">
579 The ability to take screenshots has been disabled by your administrator. 579 The ability to take screenshots has been disabled by your administrator.
580 </message> 580 </message>
581 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text o f the notification when taking a screenshot failed."> 581 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text o f the notification when taking a screenshot failed.">
582 Failed to save screenshot 582 Failed to save screenshot
583 </message> 583 </message>
584 <message name="IDS_ASH_SIGN_OUT_WARNING_POPUP_TEXT" desc="The text of the popup when the user preses the exit shortcut in chrome-os.">
585 Press Ctrl+Shift+Q twice to sign out.
586 </message>
587 <message name="IDS_ASH_SIGN_OUT_WARNING_POPUP_TEXT_ACCESSIBLE" desc="The m essage used by accessibility to indicate the content of the popup when the user preses the exit shortcut in chrome-os.">
588 Press Control Shift Q twice to sign out.
589 </message>
584 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu p when the user preses the exit shortcut."> 590 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu p when the user preses the exit shortcut.">
585 Press Ctrl+Shift+Q twice to quit. 591 Press Ctrl+Shift+Q twice to quit.
586 </message> 592 </message>
587 <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."> 593 <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.">
588 Press Control Shift Q twice to quit. 594 Press Control Shift Q twice to quit.
589 </message> 595 </message>
590 596
591 <message name="IDS_ASH_IME_INFOLIST_WINDOW_TITLE" desc="The title of the i nfolist window where the meanings and the usages of words are displayed."> 597 <message name="IDS_ASH_IME_INFOLIST_WINDOW_TITLE" desc="The title of the i nfolist window where the meanings and the usages of words are displayed.">
592 Information 598 Information
593 </message> 599 </message>
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 648
643 <!-- ChromeOS-specific strings --> 649 <!-- ChromeOS-specific strings -->
644 <if expr="chromeos"> 650 <if expr="chromeos">
645 <part file="ash_chromeos_strings.grdp" /> 651 <part file="ash_chromeos_strings.grdp" />
646 </if> 652 </if>
647 653
648 </messages> 654 </messages>
649 </release> 655 </release>
650 </grit> 656 </grit>
651 657
OLDNEW
« no previous file with comments | « ash/accelerators/exit_warning_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698