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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 1827323002: Take screenshot of active window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.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 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 4751 matching lines...) Expand 10 before | Expand all | Expand 10 after
4762 </message> 4762 </message>
4763 <message name="IDS_KEYBOARD_OVERLAY_ROTATE_SCREEN" desc="The text in the keybo ard overlay to explain the shortcut (rotate the screen)."> 4763 <message name="IDS_KEYBOARD_OVERLAY_ROTATE_SCREEN" desc="The text in the keybo ard overlay to explain the shortcut (rotate the screen).">
4764 Rotate screen 4764 Rotate screen
4765 </message> 4765 </message>
4766 <message name="IDS_KEYBOARD_OVERLAY_SAVE" desc="The text in the keyboard overl ay to explain the shortcut (save page as a file)."> 4766 <message name="IDS_KEYBOARD_OVERLAY_SAVE" desc="The text in the keyboard overl ay to explain the shortcut (save page as a file).">
4767 Save 4767 Save
4768 </message> 4768 </message>
4769 <message name="IDS_KEYBOARD_OVERLAY_SCREENSHOT_REGION" desc="The text in the k eyboard overlay to explain the shortcut (take a screenshot of the selected regio n)."> 4769 <message name="IDS_KEYBOARD_OVERLAY_SCREENSHOT_REGION" desc="The text in the k eyboard overlay to explain the shortcut (take a screenshot of the selected regio n).">
4770 Screenshot region 4770 Screenshot region
4771 </message> 4771 </message>
4772 <message name="IDS_KEYBOARD_OVERLAY_SCREENSHOT_WINDOW" desc="The text in the k eyboard overlay to explain the shortcut.">
4773 Screenshot window
4774 </message>
4772 <message name="IDS_KEYBOARD_OVERLAY_SCROLL_UP_ONE_PAGE" desc="The text in the keyboard overlay to explain the shortcut."> 4775 <message name="IDS_KEYBOARD_OVERLAY_SCROLL_UP_ONE_PAGE" desc="The text in the keyboard overlay to explain the shortcut.">
4773 Scroll up one page 4776 Scroll up one page
4774 </message> 4777 </message>
4775 <message name="IDS_KEYBOARD_OVERLAY_SELECT_ALL" desc="The text in the keyboard overlay to explain the shortcut."> 4778 <message name="IDS_KEYBOARD_OVERLAY_SELECT_ALL" desc="The text in the keyboard overlay to explain the shortcut.">
4776 Select all 4779 Select all
4777 </message> 4780 </message>
4778 <message name="IDS_KEYBOARD_OVERLAY_SELECT_PREVIOUS_INPUT_METHOD" desc="The te xt in the keyboard overlay to explain the shortcut."> 4781 <message name="IDS_KEYBOARD_OVERLAY_SELECT_PREVIOUS_INPUT_METHOD" desc="The te xt in the keyboard overlay to explain the shortcut.">
4779 Previous input method 4782 Previous input method
4780 </message> 4783 </message>
4781 <message name="IDS_KEYBOARD_OVERLAY_SELECT_WORD_AT_A_TIME" desc="The text in t he keyboard overlay to explain the shortcut."> 4784 <message name="IDS_KEYBOARD_OVERLAY_SELECT_WORD_AT_A_TIME" desc="The text in t he keyboard overlay to explain the shortcut.">
(...skipping 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after
6574 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error"> 6577 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error">
6575 Server communication error 6578 Server communication error
6576 </message> 6579 </message>
6577 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu."> 6580 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu.">
6578 Enable opt-in IME menu 6581 Enable opt-in IME menu
6579 </message> 6582 </message>
6580 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu."> 6583 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu.">
6581 Enable access to the new IME menu in the Language Settings page. 6584 Enable access to the new IME menu in the Language Settings page.
6582 </message> 6585 </message>
6583 </grit-part> 6586 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698