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

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: changes on calling TakeScreenshot 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 4757 matching lines...) Expand 10 before | Expand all | Expand 10 after
4768 </message> 4768 </message>
4769 <message name="IDS_KEYBOARD_OVERLAY_SHOW_STATUS_MENU" desc="The text in the ke yboard overlay to explain the shortcut (show the status menu)."> 4769 <message name="IDS_KEYBOARD_OVERLAY_SHOW_STATUS_MENU" desc="The text in the ke yboard overlay to explain the shortcut (show the status menu).">
4770 Status menu 4770 Status menu
4771 </message> 4771 </message>
4772 <message name="IDS_KEYBOARD_OVERLAY_SIGN_OUT" desc="The text in the keyboard o verlay to explain the shortcut."> 4772 <message name="IDS_KEYBOARD_OVERLAY_SIGN_OUT" desc="The text in the keyboard o verlay to explain the shortcut.">
4773 Sign out 4773 Sign out
4774 </message> 4774 </message>
4775 <message name="IDS_KEYBOARD_OVERLAY_SWAP_PRIMARY_MONITOR" desc="The text in th e keyboard overlay to explain the shortcut (swap primary monitor)."> 4775 <message name="IDS_KEYBOARD_OVERLAY_SWAP_PRIMARY_MONITOR" desc="The text in th e keyboard overlay to explain the shortcut (swap primary monitor).">
4776 Swap primary monitor 4776 Swap primary monitor
4777 </message> 4777 </message>
4778 <message name="IDS_KEYBOARD_OVERLAY_SCREENSHOT_WINDOW" desc="The text in the k eyboard overlay to explain the shortcut.">
4779 Screenshot window
4780 </message>
oshima 2016/04/13 23:05:37 sort the order. (move after IDS_KEYBOARD_OVERLAY_S
Qiang(Joe) Xu 2016/04/13 23:36:16 Done.
4778 <message name="IDS_KEYBOARD_OVERLAY_TAKE_SCREENSHOT" desc="The text in the key board overlay to explain the shortcut."> 4781 <message name="IDS_KEYBOARD_OVERLAY_TAKE_SCREENSHOT" desc="The text in the key board overlay to explain the shortcut.">
4779 Screenshot 4782 Screenshot
4780 </message> 4783 </message>
4781 <message name="IDS_KEYBOARD_OVERLAY_TASK_MANAGER" desc="The text in the keyboa rd overlay to explain the shortcut."> 4784 <message name="IDS_KEYBOARD_OVERLAY_TASK_MANAGER" desc="The text in the keyboa rd overlay to explain the shortcut.">
4782 Task manager 4785 Task manager
4783 </message> 4786 </message>
4784 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_BOOKMARK_BAR" desc="The text in the keyboard overlay to explain the shortcut."> 4787 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_BOOKMARK_BAR" desc="The text in the keyboard overlay to explain the shortcut.">
4785 Bookmark bar 4788 Bookmark bar
4786 </message> 4789 </message>
4787 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_CAPS_LOCK" desc="The text in the ke yboard overlay to explain the shortcut (enable or disable caps lock)."> 4790 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_CAPS_LOCK" desc="The text in the ke yboard overlay to explain the shortcut (enable or disable caps lock).">
(...skipping 1765 matching lines...) Expand 10 before | Expand all | Expand 10 after
6553 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error"> 6556 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error">
6554 Server communication error 6557 Server communication error
6555 </message> 6558 </message>
6556 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu."> 6559 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu.">
6557 Enable opt-in IME menu 6560 Enable opt-in IME menu
6558 </message> 6561 </message>
6559 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu."> 6562 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu.">
6560 Enable access to the new IME menu in the Language Settings page. 6563 Enable access to the new IME menu in the Language Settings page.
6561 </message> 6564 </message>
6562 </grit-part> 6565 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698