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

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

Issue 8228012: Use separate strings for host- and client-side disconnect buttons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use words instead of symbols for Mac shortcut. Created 9 years, 2 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/host/plugin/host_script_object.cc ('k') | remoting/webapp/me2mom/choice.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/_locales/en/messages.json
diff --git a/remoting/webapp/me2mom/_locales/en/messages.json b/remoting/webapp/me2mom/_locales/en/messages.json
index 5fe05ce48a61538918e37d759de2acc9f4f6a029..a2ee0b79a254078e359ac8829eb95249811a2961 100644
--- a/remoting/webapp/me2mom/_locales/en/messages.json
+++ b/remoting/webapp/me2mom/_locales/en/messages.json
@@ -45,21 +45,25 @@
"message": "With Chromoting you can easily and securely let another Chromium user see and control your computer.",
"description": "Description for the host app. This is shown to the host above the 'Share This Computer' button user before the client connects."
},
- "DISCONNECT_BUTTON": {
- "message": "Disconnect",
- "description": "Label for the disconnect button, without keyboard shortcuts. Only used in case we aren't able to enable hot-key support."
- },
"DISCONNECT_BUTTON_PLUS_SHORTCUT_LINUX": {
"message": "Disconnect (Ctrl+Alt+Esc)",
- "description": "Label for the disconnect button including the Linux keyboard shortcut."
+ "description": "Label for the disconnect button including the Linux keyboard shortcut. Clicking this button disconnects the remote user."
},
"DISCONNECT_BUTTON_PLUS_SHORTCUT_MAC_OS_X": {
- "message": "Disconnect (\u2325\u2303\u238b)",
- "description": "Label for the disconnect button including the Mac OS X keyboard shortcut."
+ "message": "Disconnect (Opt+Ctrl+Esc)",
+ "description": "Label for the disconnect button including the Mac OS X keyboard shortcut. Clicking this button disconnects the remote user."
},
"DISCONNECT_BUTTON_PLUS_SHORTCUT_WINDOWS": {
"message": "Disconnect (Ctrl+Alt+Esc)",
- "description": "Label for the disconnect button including the Windows keyboard shortcut."
+ "description": "Label for the disconnect button including the Windows keyboard shortcut. Clicking this button disconnects the remote user."
+ },
+ "DISCONNECT_MYSELF_BUTTON": {
+ "message": "Disconnect",
+ "description": "Label for the client-side disconnect button. Clicking this button disconnects oneself from the host."
+ },
+ "DISCONNECT_OTHER_BUTTON": {
+ "message": "Disconnect",
+ "description": "Label for the host-side disconnect button, without keyboard shortcuts. Only used in case we aren't able to enable hot-key support. Clicking this button disconnects the remote user."
},
"ERROR_HOST_IS_OFFLINE": {
"message": "The remote computer is not responding to connection requests. Please verify that it is online and try again.",
« no previous file with comments | « remoting/host/plugin/host_script_object.cc ('k') | remoting/webapp/me2mom/choice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698