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

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

Issue 8782001: Refactored HostList to better support bookmarking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge bug. Created 9 years 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') | 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 "ACCESS_CODE": { 2 "ACCESS_CODE": {
3 "message": "Access code", 3 "message": "Access code",
4 "description": "Label for the access code entry box. This is where the clien t user enters the code that permits access to the host." 4 "description": "Label for the access code entry box. This is where the clien t user enters the code that permits access to the host."
5 }, 5 },
6 "ACCESS_CODE_TIMER": { 6 "ACCESS_CODE_TIMER": {
7 "message": "This access code will expire in $timeout$", 7 "message": "This access code will expire in $timeout$",
8 "description": "Text displayed when the access code is due to time out withi n 30 seconds.", 8 "description": "Text displayed when the access code is due to time out withi n 30 seconds.",
9 "placeholders": { 9 "placeholders": {
10 "timeout": { 10 "timeout": {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "description": "Error displayed if an invalid access code is entered." 96 "description": "Error displayed if an invalid access code is entered."
97 }, 97 },
98 "ERROR_MISSING_PLUGIN": { 98 "ERROR_MISSING_PLUGIN": {
99 "message": "Some components required for Chromoting are missing. Please make sure you're running the latest version of Chromium and try again.", 99 "message": "Some components required for Chromoting are missing. Please make sure you're running the latest version of Chromium and try again.",
100 "description": "Error displayed if the client plugin fails to load." 100 "description": "Error displayed if the client plugin fails to load."
101 }, 101 },
102 "ERROR_NO_RESPONSE": { 102 "ERROR_NO_RESPONSE": {
103 "message": "The server failed to respond to the network request.", 103 "message": "The server failed to respond to the network request.",
104 "description": "Error displayed by the client if the server does not respond to a network request." 104 "description": "Error displayed by the client if the server does not respond to a network request."
105 }, 105 },
106 "ERROR_UNEXPECTED": {
107 "message": "An unexpected error occurred. Please report this problem to the developers.",
108 "description": "Error displayed in situations where things go wrong in ways not anticipated by the developers. There is typically no user-workaround to sugg est, other than reporting the error so that we can investigate further."
109 },
106 "FOOTER_WAITING": { 110 "FOOTER_WAITING": {
107 "message": "waiting for connection\u2026", 111 "message": "waiting for connection\u2026",
108 "description": "Footer text displayed at the host after an access code has b een generated, but before a client connects." 112 "description": "Footer text displayed at the host after an access code has b een generated, but before a client connects."
109 }, 113 },
110 "HELP": { 114 "HELP": {
111 "message": "Help", 115 "message": "Help",
112 "description": "Help link, displayed in the top-left (assuming ltr layout) c orner of the main screen. Clicking this takes the user to our FAQ." 116 "description": "Help link, displayed in the top-left (assuming ltr layout) c orner of the main screen. Clicking this takes the user to our FAQ."
113 }, 117 },
114 "HOME_ACCESS_BUTTON": { 118 "HOME_ACCESS_BUTTON": {
115 "message": "Access Now", 119 "message": "Access Now",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 }, 211 },
208 "TOOLTIP_SCALING": { 212 "TOOLTIP_SCALING": {
209 "message": "Scale to fit", 213 "message": "Scale to fit",
210 "description": "The tool-tip shown when the user hovers over the scale to fi t button. Clicking this button toggles between scaling down the remote desktop t o fit it inside the Chromium browser window and displaying it at 1:1 scale." 214 "description": "The tool-tip shown when the user hovers over the scale to fi t button. Clicking this button toggles between scaling down the remote desktop t o fit it inside the Chromium browser window and displaying it at 1:1 scale."
211 }, 215 },
212 "WARNING_NAT_DISABLED": { 216 "WARNING_NAT_DISABLED": {
213 "message": "NOTE: Policy settings permit connections only between computers within your network.", 217 "message": "NOTE: Policy settings permit connections only between computers within your network.",
214 "description": "Message displayed at the bottom of the host screen if local policy dictates that NAT traversal is disabled, meaning that connections outside the local network will not work." 218 "description": "Message displayed at the bottom of the host screen if local policy dictates that NAT traversal is disabled, meaning that connections outside the local network will not work."
215 } 219 }
216 } 220 }
OLDNEW
« 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