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

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

Issue 9836062: Implement exponential backoff for failed Me2Me authentication attempts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "description": "Error displayed if authentication fails. This can be caused by stale credentials, in which logging out of the web-app and retrying can fix t he problem." 131 "description": "Error displayed if authentication fails. This can be caused by stale credentials, in which logging out of the web-app and retrying can fix t he problem."
132 }, 132 },
133 "ERROR_BAD_PLUGIN_VERSION": { 133 "ERROR_BAD_PLUGIN_VERSION": {
134 "message": "Some components required for Chromoting are missing. Please make sure you have installed the latest version and try again.", 134 "message": "Some components required for Chromoting are missing. Please make sure you have installed the latest version and try again.",
135 "description": "Error displayed if the host or client plugin are missing or if they could not be loaded." 135 "description": "Error displayed if the host or client plugin are missing or if they could not be loaded."
136 }, 136 },
137 "ERROR_GENERIC": { 137 "ERROR_GENERIC": {
138 "message": "An unknown error occurred. Please sign out of Chromoting and try again.", 138 "message": "An unknown error occurred. Please sign out of Chromoting and try again.",
139 "description": "Generic error message, displayed if something went wrong, bu t we aren't able to determine what, or the cause is too technical to be of use t o a typical user." 139 "description": "Generic error message, displayed if something went wrong, bu t we aren't able to determine what, or the cause is too technical to be of use t o a typical user."
140 }, 140 },
141 "ERROR_HOST_IS_DISABLED": {
142 "message": "Connections to the remote computer are temporarily blocked becau se somebody was trying to connect to it with invalid PIN. Please try again later .",
143 "description": "Error that is shown on the client side when the host is bloc king all connections due to failed authentication attempts."
144 },
141 "ERROR_HOST_IS_OFFLINE": { 145 "ERROR_HOST_IS_OFFLINE": {
142 "message": "The remote computer is not responding to connection requests. Pl ease verify that it is online and try again.", 146 "message": "The remote computer is not responding to connection requests. Pl ease verify that it is online and try again.",
143 "description": "Error that is shown on the client side when we don't get a r esponse from the host." 147 "description": "Error that is shown on the client side when we don't get a r esponse from the host."
144 }, 148 },
145 "ERROR_INCOMPATIBLE_PROTOCOL": { 149 "ERROR_INCOMPATIBLE_PROTOCOL": {
146 "message": "An incompatible version of Chromoting was detected. Please make sure that you have the latest version of Chromium and Chromoting on both compute rs and try again.", 150 "message": "An incompatible version of Chromoting was detected. Please make sure that you have the latest version of Chromium and Chromoting on both compute rs and try again.",
147 "description": "Error that is shown on the client side when incompatible Chr omoting versions are installed on host and client." 151 "description": "Error that is shown on the client side when incompatible Chr omoting versions are installed on host and client."
148 }, 152 },
149 "ERROR_INVALID_ACCESS_CODE": { 153 "ERROR_INVALID_ACCESS_CODE": {
150 "message": "The access code is invalid. Please try again.", 154 "message": "The access code is invalid. Please try again.",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 }, 356 },
353 "WARNING_NAT_DISABLED": { 357 "WARNING_NAT_DISABLED": {
354 "message": "NOTE: Policy settings permit connections only between computers within your network.", 358 "message": "NOTE: Policy settings permit connections only between computers within your network.",
355 "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." 359 "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."
356 }, 360 },
357 "YES": { 361 "YES": {
358 "message": "Yes", 362 "message": "Yes",
359 "description": "Label for general-purpose 'Yes' buttons." 363 "description": "Label for general-purpose 'Yes' buttons."
360 } 364 }
361 } 365 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698