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

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

Issue 7583018: Add beforeUnload handler to confirm exit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed variable name. Fixed JSDoc syntax. 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
« no previous file with comments | « no previous file | 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 a0d51dcaa9c6d44ebf374bf63fa7a971d6432c55..c8001f7b5d92eb5ee681ebce255972227d4583a6 100644
--- a/remoting/webapp/me2mom/_locales/en/messages.json
+++ b/remoting/webapp/me2mom/_locales/en/messages.json
@@ -11,6 +11,14 @@
"message": "Cancel",
"description": "Label for general-purpose Cancel buttons"
},
+ "closePromptClient": {
+ "message": "Navigating away from this page will end your Chromoting session.",
+ "description": "Message shown when the client tab is closed while a connection is active."
+ },
+ "closePromptHost": {
+ "message": "Navigating away from this page will disconnect the Chromoting viewer.",
+ "description": "Message shown when the host tab is closed while a connection is active."
+ },
"connectButton": {
"message": "Connect",
"description": "Label for the connect button"
« no previous file with comments | « no previous file | remoting/webapp/me2mom/choice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698