summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/_locales/en
diff options
context:
space:
mode:
authorjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-30 00:54:38 +0000
committerjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-30 00:54:38 +0000
commit2be407f6172abb4e3c505cca7df74733ccca187b (patch)
tree927e2304173bef06519ac4c13c384b9d63651f0d /remoting/webapp/_locales/en
parent815c69cfd3675a8051f75206a88e233a08937c08 (diff)
downloadchromium_src-2be407f6172abb4e3c505cca7df74733ccca187b.zip
chromium_src-2be407f6172abb4e3c505cca7df74733ccca187b.tar.gz
chromium_src-2be407f6172abb4e3c505cca7df74733ccca187b.tar.bz2
Remove 'Enable' button on unsupported platforms. Added 'No hosts' message.
BUG=131403 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10703034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145045 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/_locales/en')
-rw-r--r--remoting/webapp/_locales/en/messages.json26
1 files changed, 21 insertions, 5 deletions
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json
index eb2c2b4..df9386b 100644
--- a/remoting/webapp/_locales/en/messages.json
+++ b/remoting/webapp/_locales/en/messages.json
@@ -94,7 +94,7 @@
"placeholders": {
"url": {
"content": "$1",
- "example": "<a href=http://g.co/remote>g.co/remote</a>"
+ "example": "<a href=http://chrome.google.com/remotedesktop>chrome.google.com/remotedesktop</a>"
}
}
},
@@ -210,10 +210,6 @@
"message": "Change PIN",
"description": "Hyperlink displayed immediately after the message indicating that the current computer is accepting remote connectins. Clicking this link allows the user to change the PIN (personal identification number) for accessing this host."
},
- "HOME_DAEMON_DISABLED_MESSAGE": {
- "message": "Sharing this computer for any-time access is not yet supported on this platform\u2026 stay tuned.",
- "description": "Message displayed when the current computer is not accepting remote connections, instructing the user how to enable them."
- },
"HOME_DAEMON_STOP_BUTTON": {
"message": "Disable remote connections",
"description": "Button displayed when the current computer is accepting remote connections. Clicking this button causes it to stop accepting remote connections."
@@ -226,6 +222,26 @@
"message": "You must enable remote connections if you want to use Chromoting to access this computer.",
"description": "Message displayed when the current computer is not accepting remote connections, instructing the user how to enable them."
},
+ "HOST_LIST_EMPTY_HOSTING_SUPPORTED": {
+ "message": "To enable remote connections to a different computer, install Chromoting there and click \u201c$buttonName$\u201d.",
+ "description": "Message displayed to the user if there are no hosts registered to their account, informing them how to set up a host on another computer.",
+ "placeholders": {
+ "buttonName": {
+ "content": "$1",
+ "example": "Enable remote connections"
+ }
+ }
+ },
+ "HOST_LIST_EMPTY_HOSTING_UNSUPPORTED": {
+ "message": "You have no computers registered. To enable remote connections to a computer, install Chromoting there and click \u201c$buttonName$\u201d.",
+ "description": "Message displayed to the user if there are no hosts registered to their account, informing them how to set up a host on another computer.",
+ "placeholders": {
+ "buttonName": {
+ "content": "$1",
+ "example": "Enable remote connections"
+ }
+ }
+ },
"HOST_SETUP_CRASH_REPORTING_MESSAGE": {
"message": "Help us improve Chromoting by allowing us to collect usage statistics and crash reports.",
"description": "Message displayed next to the checkbox that the user can select to allow crash dump collection and reporting."