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

Unified 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: Split 'no hosts' message into two sentences and display the second only if hosting is not supported. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/host_controller.js » ('j') | remoting/webapp/host_controller.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/_locales/en/messages.json
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json
index eb2c2b4837f3b33a3347a2e28cc1786d1589560a..1ee9ee7180708e9baf57dadeb33d96ff71b89d63 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,24 @@
"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": {
+ "message": "You have no computers registered.",
+ "description": "Message displayed to the user informing them that there are no hosts registered to their account."
+ },
+ "HOST_LIST_EMPTY_INSTRUCTIONS": {
+ "message": "You can add a computer here by installing Chromoting on it from $url$ and clicking \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": {
+ "url": {
+ "content": "$1",
+ "example": "<a href=http://chrome.google.com/remotedesktop>chrome.google.com/remotedesktop</a>"
+ },
+ "buttonName": {
+ "content": "$2",
+ "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."
« no previous file with comments | « no previous file | remoting/webapp/host_controller.js » ('j') | remoting/webapp/host_controller.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698