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

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

Issue 10703034: Remove 'Enable' button on unsupported platforms. Added 'No hosts' message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewer comments. Created 8 years, 5 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 | remoting/webapp/host_controller.js » ('j') | remoting/webapp/l10n.js » ('J')
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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "description": "Description of the 'access' or 'client' functionality, displ ayed next to a button that instigates an access operation." 199 "description": "Description of the 'access' or 'client' functionality, displ ayed next to a button that instigates an access operation."
200 }, 200 },
201 "HOME_DAEMON_ACTIVE_MESSAGE": { 201 "HOME_DAEMON_ACTIVE_MESSAGE": {
202 "message": "You may securely access this computer using Chromoting.", 202 "message": "You may securely access this computer using Chromoting.",
203 "description": "Message displayed when the current computer is accepting rem ote connections." 203 "description": "Message displayed when the current computer is accepting rem ote connections."
204 }, 204 },
205 "HOME_DAEMON_CHANGE_PIN_LINK": { 205 "HOME_DAEMON_CHANGE_PIN_LINK": {
206 "message": "Change PIN", 206 "message": "Change PIN",
207 "description": "Hyperlink displayed immediately after the message indicating that the current computer is accepting remote connectins. Clicking this link al lows the user to change the PIN (personal identification number) for accessing t his host." 207 "description": "Hyperlink displayed immediately after the message indicating that the current computer is accepting remote connectins. Clicking this link al lows the user to change the PIN (personal identification number) for accessing t his host."
208 }, 208 },
209 "HOME_DAEMON_DISABLED_MESSAGE": {
210 "message": "Sharing this computer for any-time access is not yet supported o n this platform\u2026 stay tuned.",
211 "description": "Message displayed when the current computer is not accepting remote connections, instructing the user how to enable them."
212 },
213 "HOME_DAEMON_STOP_BUTTON": { 209 "HOME_DAEMON_STOP_BUTTON": {
214 "message": "Disable remote connections", 210 "message": "Disable remote connections",
215 "description": "Button displayed when the current computer is accepting remo te connections. Clicking this button causes it to stop accepting remote connecti ons." 211 "description": "Button displayed when the current computer is accepting remo te connections. Clicking this button causes it to stop accepting remote connecti ons."
216 }, 212 },
217 "HOME_DAEMON_START_BUTTON": { 213 "HOME_DAEMON_START_BUTTON": {
218 "message": "Enable remote connections", 214 "message": "Enable remote connections",
219 "description": "Button displayed when the current computer is not accepting remote connections. Clicking this button causes it to start accepting remote con nections." 215 "description": "Button displayed when the current computer is not accepting remote connections. Clicking this button causes it to start accepting remote con nections."
220 }, 216 },
221 "HOME_DAEMON_START_MESSAGE": { 217 "HOME_DAEMON_START_MESSAGE": {
222 "message": "You must enable remote connections if you want to use Chromoting to access this computer.", 218 "message": "You must enable remote connections if you want to use Chromoting to access this computer.",
223 "description": "Message displayed when the current computer is not accepting remote connections, instructing the user how to enable them." 219 "description": "Message displayed when the current computer is not accepting remote connections, instructing the user how to enable them."
224 }, 220 },
221 "HOST_LIST_EMPTY": {
222 "message": "You have no computers registered. You can add a computer here by installing Chromoting on it and clicking $boldBegin$$buttonName$$boldEnd$.",
223 "description": "Message displayed to the user if there are no hosts register ed to their account, informing them how to set up a host.",
224 "placeholders": {
225 "boldBegin": {
226 "content": "$1",
227 "example": "<b>"
228 },
229 "buttonName": {
230 "content": "$2",
231 "example": "Enable remote connections"
232 },
233 "boldEnd": {
234 "content": "$3",
235 "example": "</b>"
236 }
237 }
238
239 },
225 "HOST_SETUP_CRASH_REPORTING_MESSAGE": { 240 "HOST_SETUP_CRASH_REPORTING_MESSAGE": {
226 "message": "Help us improve Chromoting by allowing us to collect usage stati stics and crash reports.", 241 "message": "Help us improve Chromoting by allowing us to collect usage stati stics and crash reports.",
227 "description": "Message displayed next to the checkbox that the user can sel ect to allow crash dump collection and reporting." 242 "description": "Message displayed next to the checkbox that the user can sel ect to allow crash dump collection and reporting."
228 }, 243 },
229 "HOST_SETUP_DIALOG_DESCRIPTION": { 244 "HOST_SETUP_DIALOG_DESCRIPTION": {
230 "message": "To protect access to this computer, please choose a PIN. This PI N will be required when connecting from another location.", 245 "message": "To protect access to this computer, please choose a PIN. This PI N will be required when connecting from another location.",
231 "description": "Explanatory text displayed when the user enables remote acce ss or changes the PIN." 246 "description": "Explanatory text displayed when the user enables remote acce ss or changes the PIN."
232 }, 247 },
233 "HOST_SETUP_HOST_FAILED": { 248 "HOST_SETUP_HOST_FAILED": {
234 "message": "Failed to start remote access service.", 249 "message": "Failed to start remote access service.",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 }, 475 },
461 "WARNING_NAT_DISABLED": { 476 "WARNING_NAT_DISABLED": {
462 "message": "NOTE: Policy settings permit connections only between computers within your network.", 477 "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." 478 "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 }, 479 },
465 "WHY_IS_THIS_SAFE": { 480 "WHY_IS_THIS_SAFE": {
466 "message": "Why is this safe?", 481 "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." 482 "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 } 483 }
469 } 484 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/host_controller.js » ('j') | remoting/webapp/l10n.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698