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

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

Issue 7635012: Host process i18n and Linux implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 4 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
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 d8aee993606d0051c3c75236dc89392b85db52f7..116649bf73e4db0eb7284ab08b3608ed651d0ef4 100644
--- a/remoting/webapp/me2mom/_locales/en/messages.json
+++ b/remoting/webapp/me2mom/_locales/en/messages.json
@@ -23,6 +23,10 @@
"message": "Continue",
"description": "Label for the continue button on the pre-authorization page"
},
+ "continuePrompt": {
+ "message": "You are currently sharing this machine with another user. Please confirm that you want to continue sharing.",
+ "description": "Message displayed when the session has lasted longer than five minutes, explaining that the host computer is being shared and asking whether or not the user wants to continue sharing it"
+ },
"debugButton": {
"message": "Debug Log",
"description": "Label for the debug log button"
@@ -39,6 +43,18 @@
"message": "Disconnect",
"description": "Label for the disconnect button"
},
+ "disconnectButtonPlusShortcutLinux": {
+ "message": "Disconnect (Ctrl+Alt+Esc)",
+ "description": "Shortcut for the disconnect action on Linux"
+ },
+ "disconnectButtonPlusShortcutMacOSX": {
+ "message": "Disconnect (⌥⌃⎋)",
+ "description": "Shortcut for the disconnect action on Mac OS X. This probably doesn't need localizing since it is common practise on this platform to refer to the keys involved using symbols."
+ },
+ "disconnectButtonPlusShortcutWindows": {
+ "message": "Disconnect (Ctrl+Alt+Esc)",
+ "description": "Shortcut for the disconnect action on Windows"
+ },
"errorGeneric": {
"message": "An error occurred.",
"description": "Generic error message"

Powered by Google App Engine
This is Rietveld 408576698