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

Side by Side Diff: remoting/webapp/me2mom/_locales/en/messages.json

Issue 7598012: Use the same disconnect prompt for client and host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/remoting.js » ('j') | no next file with comments »
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": { 14 "closePrompt": {
15 "message": "Navigating away from this page will end your Chromoting session. ", 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." 16 "description": "Message shown when the Chromoting client tab is closed while a connection 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 }, 17 },
22 "connectButton": { 18 "connectButton": {
23 "message": "Connect", 19 "message": "Connect",
24 "description": "Label for the connect button" 20 "description": "Label for the connect button"
25 }, 21 },
26 "continueButton": { 22 "continueButton": {
27 "message": "Continue", 23 "message": "Continue",
28 "description": "Label for the continue button on the pre-authorization page" 24 "description": "Label for the continue button on the pre-authorization page"
29 }, 25 },
30 "debugButton": { 26 "debugButton": {
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 }, 171 },
176 "webappDescription": { 172 "webappDescription": {
177 "message": "IT2Me-style remote support in Chrome.", 173 "message": "IT2Me-style remote support in Chrome.",
178 "description": "Web-app description" 174 "description": "Web-app description"
179 }, 175 },
180 "webappName": { 176 "webappName": {
181 "message": "Remoting IT2Me", 177 "message": "Remoting IT2Me",
182 "description": "Web-app name" 178 "description": "Web-app name"
183 } 179 }
184 } 180 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/me2mom/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698