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 "cancel": { | 10 "cancel": { |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 }, | 97 }, |
98 "labelConnected": { | 98 "labelConnected": { |
99 "message": "Connected:", | 99 "message": "Connected:", |
100 "description": "String displayed in front of the host in the in-session tool
bar" | 100 "description": "String displayed in front of the host in the in-session tool
bar" |
101 }, | 101 }, |
102 "logoutButton": { | 102 "logoutButton": { |
103 "message": "Logout", | 103 "message": "Logout", |
104 "description": "Logout button, visible if the user has authenticated" | 104 "description": "Logout button, visible if the user has authenticated" |
105 }, | 105 }, |
106 "messageAuthorize": { | 106 "messageAuthorize": { |
107 "message": "In order to use IT2Me you must first grant extended access permi
ssions to your computer. Click Continue to authorize. You only have to do this o
nce.", | 107 "message": "In order to use Chromoting you must first grant extended access
permissions to your computer. Click Continue to authorize. You only have to do t
his once.", |
108 "description": "Text shown when the app first starts, or if the access token
is invalidated" | 108 "description": "Text shown when the app first starts, or if the access token
is invalidated" |
109 }, | 109 }, |
110 "messageGenerating": { | 110 "messageGenerating": { |
111 "message": "Generating access code…", | 111 "message": "Generating access code…", |
112 "description": "Text shown while generating an access code" | 112 "description": "Text shown while generating an access code" |
113 }, | 113 }, |
114 "messageSessionFinished": { | 114 "messageSessionFinished": { |
115 "message": "You are no longer connected to the remote desktop.", | 115 "message": "You are no longer connected to the remote desktop.", |
116 "description": "Message displayed when the client has (been) disconnected" | 116 "description": "Message displayed when the client has (been) disconnected" |
117 }, | 117 }, |
(...skipping 16 matching lines...) Expand all Loading... |
134 "description": "Sub-title for the client app" | 134 "description": "Sub-title for the client app" |
135 }, | 135 }, |
136 "modeShare": { | 136 "modeShare": { |
137 "message": "Share", | 137 "message": "Share", |
138 "description": "Sub-title for the host app" | 138 "description": "Sub-title for the host app" |
139 }, | 139 }, |
140 "ok": { | 140 "ok": { |
141 "message": "OK", | 141 "message": "OK", |
142 "description": "Label for general-purpose OK buttons" | 142 "description": "Label for general-purpose OK buttons" |
143 }, | 143 }, |
144 "pageTitle": { | 144 "productName": { |
145 "message": "Chromoting", | 145 "message": "Chromoting" |
146 "description": "Title of the main page" | 146 }, |
| 147 "productNameAndVersion": { |
| 148 "message": "Chromoting v1.0" |
147 }, | 149 }, |
148 "scaleButton": { | 150 "scaleButton": { |
149 "message": "Fit Screen", | 151 "message": "Fit Screen", |
150 "description": "Label for the scaling button" | 152 "description": "Label for the scaling button" |
151 }, | 153 }, |
152 "shareButton": { | 154 "shareButton": { |
153 "message": "Share This Computer", | 155 "message": "Share This Computer", |
154 "description": "Label for the share button" | 156 "description": "Label for the share button" |
155 }, | 157 }, |
156 "stopSharingButton": { | 158 "stopSharingButton": { |
157 "message": "Stop Sharing", | 159 "message": "Stop Sharing", |
158 "description": "Label for the 'stop sharing' button" | 160 "description": "Label for the 'stop sharing' button" |
159 }, | 161 }, |
160 "unableToGetToken": { | 162 "unableToGetToken": { |
161 "message": "Unable to get access token.", | 163 "message": "Unable to get access token.", |
162 "description": "Error message displayed if an access token could not be gene
rated" | 164 "description": "Error message displayed if an access token could not be gene
rated" |
163 }, | 165 }, |
164 "verifyingCode": { | 166 "verifyingCode": { |
165 "message": "Verifying access code…", | 167 "message": "Verifying access code…", |
166 "description": "Message displayed while the access code is verified" | 168 "description": "Message displayed while the access code is verified" |
167 }, | 169 }, |
168 "webappDescription": { | 170 "webappDescription": { |
169 "message": "IT2Me-style remote support in Chrome.", | 171 "message": "Remote support in Chrome.", |
170 "description": "Web-app description" | 172 "description": "Web-app description" |
171 }, | |
172 "webappName": { | |
173 "message": "Remoting IT2Me", | |
174 "description": "Web-app name" | |
175 } | 173 } |
176 } | 174 } |
OLD | NEW |