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

Unified Diff: remoting/resources/remoting_strings.grd

Issue 265393005: Implement apps v2 custom window frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/resources/icon_minimize.webp ('k') | remoting/webapp/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/resources/remoting_strings.grd
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index b9d8bc267e0e7580f257c854edf5ec1c17b48fa7..2161914e2622e12601be2faae981596bfc387fbe 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -552,9 +552,24 @@ For information about privacy, please see the Google Privacy Policy (http://goo.
<message desc="Footer text displayed at the host after an access code has been generated, but before a client connects." name="IDS_FOOTER_WAITING">
waiting for connection…
</message>
- <message desc="Menu option for toggle full-screen mode. Equivalent to using the Wrench menu to do the same thing." name="IDS_FULL_SCREEN" formatter_data="android_java">
+ <message desc="Menu option for toggle full-screen mode." name="IDS_FULL_SCREEN" formatter_data="android_java">
Full screen
</message>
+ <message desc="Icon to leave full-screen mode." name="IDS_EXIT_FULL_SCREEN">
+ Exit full screen
+ </message>
+ <message desc="Tool-tip for the window's close icon." name="IDS_CLOSE_WINDOW">
+ Close window
+ </message>
+ <message desc="Tool-tip for the window's maximize icon." name="IDS_MAXIMIZE_WINDOW">
+ Maximize window
+ </message>
+ <message desc="Tool-tip for the window's minimize icon." name="IDS_MINIMIZE_WINDOW">
+ Minimize window
+ </message>
+ <message desc="Tool-tip for the window's restore icon." name="IDS_RESTORE_WINDOW">
+ Restore window
+ </message>
<message desc="Button displayed underneath explanatory text for app features. Clicking causes the text, infographic and the button itself to be replaced by the actual UI for that feature." name="IDS_GET_STARTED">
Get started
</message>
« no previous file with comments | « remoting/resources/icon_minimize.webp ('k') | remoting/webapp/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698