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

Side by Side 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: Fixed client/host confusion. 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/webapp/me2mom/choice.html » ('j') | remoting/webapp/me2mom/remoting.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "accessCode": { 2 "accessCode": {
3 "message": "Access code", 3 "message": "Access code",
4 "description": "Label for the access code entry box" 4 "description": "Label for the access code entry box"
5 }, 5 },
6 "accessCodeTimer": { 6 "accessCodeTimer": {
7 "message": "This access code will expire in", 7 "message": "This access code will expire in",
8 "description": "Text preceding the access code timer" 8 "description": "Text preceding the access code timer"
9 }, 9 },
10 "cancel": { 10 "cancel": {
11 "message": "Cancel", 11 "message": "Cancel",
12 "description": "Label for general-purpose Cancel buttons" 12 "description": "Label for general-purpose Cancel buttons"
13 }, 13 },
14 "closePromptClient": {
15 "message": "Navigating away from this page will end your Chromoting session. ",
16 "description": "Message shown when the client tab is closed while a connecti on is active."
17 },
18 "closePromptHost": {
19 "message": "Navigating away from this page will disconnect the Chromoting vi ewer.",
20 "description": "Message shown when the host tab is closed while a connection is active."
21 },
14 "connectButton": { 22 "connectButton": {
15 "message": "Connect", 23 "message": "Connect",
16 "description": "Label for the connect button" 24 "description": "Label for the connect button"
17 }, 25 },
18 "continueButton": { 26 "continueButton": {
19 "message": "Continue", 27 "message": "Continue",
20 "description": "Label for the continue button on the pre-authorization page" 28 "description": "Label for the continue button on the pre-authorization page"
21 }, 29 },
22 "debugButton": { 30 "debugButton": {
23 "message": "Debug Log", 31 "message": "Debug Log",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 }, 175 },
168 "webappDescription": { 176 "webappDescription": {
169 "message": "IT2Me-style remote support in Chrome.", 177 "message": "IT2Me-style remote support in Chrome.",
170 "description": "Web-app description" 178 "description": "Web-app description"
171 }, 179 },
172 "webappName": { 180 "webappName": {
173 "message": "Remoting IT2Me", 181 "message": "Remoting IT2Me",
174 "description": "Web-app name" 182 "description": "Web-app name"
175 } 183 }
176 } 184 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/me2mom/choice.html » ('j') | remoting/webapp/me2mom/remoting.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698