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

Side by Side Diff: ash/ash_strings.grd

Issue 14587007: Unify and change logout/sleep/lock shortcuts (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: review Created 7 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
« no previous file with comments | « ash/ash.gyp ('k') | chrome/browser/ui/views/accelerator_table.cc » ('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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 </message> 484 </message>
485 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title of the notification when taking a screenshot failed."> 485 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title of the notification when taking a screenshot failed.">
486 An error occurred 486 An error occurred
487 </message> 487 </message>
488 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_SUCCESS" desc="The tex t of the notification when a screenshot was taken."> 488 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_SUCCESS" desc="The tex t of the notification when a screenshot was taken.">
489 Click to view 489 Click to view
490 </message> 490 </message>
491 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text o f the notification when taking a screenshot failed."> 491 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text o f the notification when taking a screenshot failed.">
492 Failed to save screenshot 492 Failed to save screenshot
493 </message> 493 </message>
494 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu p when the user preses the exit shortcut.">
495 Hold Ctrl+Shift+Q to quit.
496 </message>
494 497
495 <!-- ChromeOS-specific strings --> 498 <!-- ChromeOS-specific strings -->
496 <if expr="pp_ifdef('chromeos')"> 499 <if expr="pp_ifdef('chromeos')">
497 <part file="ash_chromeos_strings.grdp" /> 500 <part file="ash_chromeos_strings.grdp" />
498 </if> 501 </if>
499 502
500 </messages> 503 </messages>
501 </release> 504 </release>
502 </grit> 505 </grit>
503 506
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | chrome/browser/ui/views/accelerator_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698