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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 2333373002: chromeos: Update screenshot notification to "Show in folder" (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | 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 <!-- ChromeOS-specific strings (included from ash_strings.grd). 2 <!-- ChromeOS-specific strings (included from ash_strings.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 5
6 <!-- Device types --> 6 <!-- Device types -->
7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver sus say Chromebox)"> 7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver sus say Chromebox)">
8 Chromebase 8 Chromebase
9 </message> 9 </message>
10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu s say Chromebox)"> 10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu s say Chromebox)">
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 </message> 452 </message>
453 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_SUCCESS" desc="The title of the notification when a screenshot was taken."> 453 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_SUCCESS" desc="The title of the notification when a screenshot was taken.">
454 Screenshot taken 454 Screenshot taken
455 </message> 455 </message>
456 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_DISABLED" desc="The title of the notification when taking a screenshot failed because screenshots are dis abled."> 456 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_DISABLED" desc="The title of the notification when taking a screenshot failed because screenshots are dis abled.">
457 Screenshots disabled 457 Screenshots disabled
458 </message> 458 </message>
459 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title of the notification when taking a screenshot failed."> 459 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title of the notification when taking a screenshot failed.">
460 An error occurred 460 An error occurred
461 </message> 461 </message>
462 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_SUCCESS" desc="The text of the notification when a screenshot was taken."> 462 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_SUCCESS" desc="The text of the notification when a screenshot was taken. If clicked, the screenshot file i s displayed in the Files app.">
463 Click to view 463 Show in folder
464 </message> 464 </message>
465 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_DISABLED" desc="The text o f the notification when taking a screenshot failed because screenshots are disab led by administrator policy."> 465 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_DISABLED" desc="The text o f the notification when taking a screenshot failed because screenshots are disab led by administrator policy.">
466 The ability to take screenshots has been disabled by your administrator. 466 The ability to take screenshots has been disabled by your administrator.
467 </message> 467 </message>
468 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text of th e notification when taking a screenshot failed."> 468 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text of th e notification when taking a screenshot failed.">
469 Failed to save screenshot 469 Failed to save screenshot
470 </message> 470 </message>
471 <message name="IDS_ASH_SIGN_OUT_WARNING_POPUP_TEXT" desc="The text of the popu p when the user preses the exit shortcut in chrome-os."> 471 <message name="IDS_ASH_SIGN_OUT_WARNING_POPUP_TEXT" desc="The text of the popu p when the user preses the exit shortcut in chrome-os.">
472 Press Ctrl+Shift+Q twice to sign out. 472 Press Ctrl+Shift+Q twice to sign out.
473 </message> 473 </message>
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 </message> 535 </message>
536 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" 536 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG"
537 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager."> 537 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager.">
538 The shortcut to open the task manager has changed. Please use <ph name="NEW_ SHORTCUT">$1<ex>Search+Esc</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Sh ift+Esc</ex></ph>. 538 The shortcut to open the task manager has changed. Please use <ph name="NEW_ SHORTCUT">$1<ex>Search+Esc</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Sh ift+Esc</ex></ph>.
539 </message> 539 </message>
540 <message name="IDS_DEPRECATED_NEXT_IME_MSG" 540 <message name="IDS_DEPRECATED_NEXT_IME_MSG"
541 desc="Notification message to tell users about the deprecation of Shi ft+Alt shortcut to switch to the next input method."> 541 desc="Notification message to tell users about the deprecation of Shi ft+Alt shortcut to switch to the next input method.">
542 The shortcut to switch to the next input method has changed. Please use <ph name="NEW_SHORTCUT">$1<ex>Ctrl+Shift+Space</ex></ph> instead of <ph name="OLD_SH ORTCUT">$2<ex>Shift+Alt</ex></ph>. 542 The shortcut to switch to the next input method has changed. Please use <ph name="NEW_SHORTCUT">$1<ex>Ctrl+Shift+Space</ex></ph> instead of <ph name="OLD_SH ORTCUT">$2<ex>Shift+Alt</ex></ph>.
543 </message> 543 </message>
544 </grit-part> 544 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698