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

Unified Diff: remoting/webapp/_locales/en/messages.json

Issue 9884001: Added screen options menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplified onShow callback. Created 8 years, 9 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/tick.png ('k') | remoting/webapp/client_session.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/_locales/en/messages.json
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json
index 4ba42e6c117a7dc004d5db939fd52a9b76250b7b..b309742d77126c0044fa2695ec1f7fccb1c248ca 100644
--- a/remoting/webapp/_locales/en/messages.json
+++ b/remoting/webapp/_locales/en/messages.json
@@ -182,6 +182,10 @@
"message": "waiting for connection\u2026",
"description": "Footer text displayed at the host after an access code has been generated, but before a client connects."
},
+ "FULL_SCREEN": {
+ "message": "Full screen",
+ "description": "Menu option for toggle full-screen mode. Equivalent to using the Wrench menu to do the same thing."
+ },
"HELP": {
"message": "Help",
"description": "Help link, displayed in the top-left (assuming ltr layout) corner of the main screen. Clicking this takes the user to our FAQ."
@@ -286,6 +290,10 @@
}
}
},
+ "ORIGINAL_SIZE": {
+ "message": "Original size",
+ "description": "Menu option for disabling shrink-to-fit. When clicked, the remote desktop will be displayed at 1:1 scale."
+ },
"OUTGOING_CONNECTIONS": {
"message": "From this computer",
"description": "In the connection history dialog, clicking this button shows only recent connections from this computer."
@@ -320,6 +328,14 @@
"message": "Retry",
"description": "Label for button to retry connecting to a Me2Me host, after failing to connect to that host. This button appears on the 'session-finished' page."
},
+ "SCREEN_OPTIONS": {
+ "message": "Screen options",
+ "description": "Tool-bar button used to access the Full-screen and shrink-to-fit features ('screen' in this context refers to the fact that the options are related to how the remote screen is displayed)."
+ },
+ "SHRINK_TO_FIT": {
+ "message": "Shrink to fit",
+ "description": "Menu option for enabling shrink-to-fit. When clicked, the remote desktop will be scaled down so that it fits in the browser window."
+ },
"SIGN_OUT_BUTTON": {
"message": "Sign out",
"description": "Sign out button, visible if the user has authenticated. Clicking this clears authentication credentials and returns the web-app to the initial 'unauthenticated' state."
@@ -346,10 +362,6 @@
"message": "Disable remote connections to this computer",
"description": "The tool-tip shown when the user hovers over the 'delete host' button. Clicking this button removes the host from the list and disables connections to it."
},
- "TOOLTIP_SCALING": {
- "message": "Scale to fit",
- "description": "The tool-tip shown when the user hovers over the scale to fit button. Clicking this button toggles between scaling down the remote desktop to fit it inside the Chromium browser window and displaying it at 1:1 scale."
- },
"TOOLTIP_RENAME": {
"message": "Edit computer name",
"description": "The tool-tip shown when the user hovers over the 'rename host' button. Clicking this button allows the host name to be edited in-place."
« no previous file with comments | « remoting/resources/tick.png ('k') | remoting/webapp/client_session.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698