| OLD | NEW |
| 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 "authenticateButton": { | 10 "authenticateButton": { |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 }, | 105 }, |
| 106 "messageGenerating": { | 106 "messageGenerating": { |
| 107 "message": "Generating access code…", | 107 "message": "Generating access code…", |
| 108 "description": "Text shown while generating an access code" | 108 "description": "Text shown while generating an access code" |
| 109 }, | 109 }, |
| 110 "messageSessionFinished": { | 110 "messageSessionFinished": { |
| 111 "message": "You are no longer connected to the remote desktop.", | 111 "message": "You are no longer connected to the remote desktop.", |
| 112 "description": "Message displayed when the client has (been) disconnected" | 112 "description": "Message displayed when the client has (been) disconnected" |
| 113 }, | 113 }, |
| 114 "messageShared": { | 114 "messageShared": { |
| 115 "message": "Your desktop is currently being shared.", | 115 "message": "Your desktop is currently being shared with $USER$.", |
| 116 "description": "Message shown on the host computer while a session is active
" | 116 "description": "Message shown on the host computer while a session is active
", |
| 117 "placeholders": { |
| 118 "user": { |
| 119 "content": "$1", |
| 120 "example": "user@domain.com" |
| 121 } |
| 122 } |
| 117 }, | 123 }, |
| 118 "modeShare": { | 124 "modeShare": { |
| 119 "message": "Share", | 125 "message": "Share", |
| 120 "description": "Sub-title for the host app" | 126 "description": "Sub-title for the host app" |
| 121 }, | 127 }, |
| 122 "modeConnect": { | 128 "modeConnect": { |
| 123 "message": "Connect", | 129 "message": "Connect", |
| 124 "description": "Sub-title for the client app" | 130 "description": "Sub-title for the client app" |
| 125 }, | 131 }, |
| 126 "oauth2TokenLabel": { | 132 "oauth2TokenLabel": { |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 }, | 167 }, |
| 162 "webappDescription": { | 168 "webappDescription": { |
| 163 "message": "IT2Me-style remote support in Chrome.", | 169 "message": "IT2Me-style remote support in Chrome.", |
| 164 "description": "Web-app description" | 170 "description": "Web-app description" |
| 165 }, | 171 }, |
| 166 "webappName": { | 172 "webappName": { |
| 167 "message": "Remoting IT2Me", | 173 "message": "Remoting IT2Me", |
| 168 "description": "Web-app name" | 174 "description": "Web-app name" |
| 169 } | 175 } |
| 170 } | 176 } |
| OLD | NEW |