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

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

Issue 10544169: Revert 142056 - Adding "Help us to improve..." message to be presented next to the checkbox enablin… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | no next file » | 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "description": "Button displayed when the current computer is accepting remo te connections. Clicking this button causes it to stop accepting remote connecti ons." 219 "description": "Button displayed when the current computer is accepting remo te connections. Clicking this button causes it to stop accepting remote connecti ons."
220 }, 220 },
221 "HOME_DAEMON_START_BUTTON": { 221 "HOME_DAEMON_START_BUTTON": {
222 "message": "Enable remote connections", 222 "message": "Enable remote connections",
223 "description": "Button displayed when the current computer is not accepting remote connections. Clicking this button causes it to start accepting remote con nections." 223 "description": "Button displayed when the current computer is not accepting remote connections. Clicking this button causes it to start accepting remote con nections."
224 }, 224 },
225 "HOME_DAEMON_START_MESSAGE": { 225 "HOME_DAEMON_START_MESSAGE": {
226 "message": "You must enable remote connections if you want to use Chromoting to access this computer.", 226 "message": "You must enable remote connections if you want to use Chromoting to access this computer.",
227 "description": "Message displayed when the current computer is not accepting remote connections, instructing the user how to enable them." 227 "description": "Message displayed when the current computer is not accepting remote connections, instructing the user how to enable them."
228 }, 228 },
229 "HOST_SETUP_CRASH_REPORTING_MESSAGE": {
230 "message": "Help us improve Chromoting by allowing us to collect usage stati stics and crash reports.",
231 "description": "Message displayed next to the checkbox that the user can sel ect to allow crash dump collection and reporting."
232 },
233 "HOST_SETUP_DIALOG_DESCRIPTION": { 229 "HOST_SETUP_DIALOG_DESCRIPTION": {
234 "message": "To protect access to this computer, please choose a PIN. This PI N will be required when connecting from another location.", 230 "message": "To protect access to this computer, please choose a PIN. This PI N will be required when connecting from another location.",
235 "description": "Explanatory text displayed when the user enables remote acce ss or changes the PIN." 231 "description": "Explanatory text displayed when the user enables remote acce ss or changes the PIN."
236 }, 232 },
237 "HOST_SETUP_HOST_FAILED": { 233 "HOST_SETUP_HOST_FAILED": {
238 "message": "Failed to start remote access service.", 234 "message": "Failed to start remote access service.",
239 "description": "Message shown when host service fails to start when enabling the host on local computer." 235 "description": "Message shown when host service fails to start when enabling the host on local computer."
240 }, 236 },
241 "HOST_SETUP_INSTALL": { 237 "HOST_SETUP_INSTALL": {
242 "message": "Chrome is downloading the Chrome Remote Desktop Host installer. Once the download is complete, please run the installer before continuing.", 238 "message": "Chrome is downloading the Chrome Remote Desktop Host installer. Once the download is complete, please run the installer before continuing.",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 }, 456 },
461 "WARNING_NAT_DISABLED": { 457 "WARNING_NAT_DISABLED": {
462 "message": "NOTE: Policy settings permit connections only between computers within your network.", 458 "message": "NOTE: Policy settings permit connections only between computers within your network.",
463 "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." 459 "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."
464 }, 460 },
465 "WHY_IS_THIS_SAFE": { 461 "WHY_IS_THIS_SAFE": {
466 "message": "Why is this safe?", 462 "message": "Why is this safe?",
467 "description": "Help link displayed when the user enables the host on this c omputer. Clicking this link opens a page that explains why this operation is saf e. This string appears in a UI with limited horizontal space. Please try to keep translations no more than about 30 characters." 463 "description": "Help link displayed when the user enables the host on this c omputer. Clicking this link opens a page that explains why this operation is saf e. This string appears in a UI with limited horizontal space. Please try to keep translations no more than about 30 characters."
468 } 464 }
469 } 465 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698