summaryrefslogtreecommitdiffstats
path: root/remoting/resources
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-28 17:52:52 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-28 17:52:52 +0000
commit6ec66b28d32bc2a34974685c25ecaadc91859580 (patch)
tree7f7b94525eadf826c5b67b4a3086c0df3b980e3a /remoting/resources
parentfde8b32ad1bb6b192c774f8d5a0e7319415e2edc (diff)
downloadchromium_src-6ec66b28d32bc2a34974685c25ecaadc91859580.zip
chromium_src-6ec66b28d32bc2a34974685c25ecaadc91859580.tar.gz
chromium_src-6ec66b28d32bc2a34974685c25ecaadc91859580.tar.bz2
Show a warning overlay and connection interstitial for out-of-date hosts.
Out-of-date hosts can be identified from the hostVersion field in the directory. They are identified in the host-list using the existing "warning" icon overlaid on the host icon. Off-line hosts are never flagged as out-of-date, as this may not indicate a problem (if they have been off-line for a long time). Attempting to connect to an out-of-date host shows a warning interstitial explaining that a manual update is required (and can be done while connected). The CL also cleans up the HostTableEntry class, better separating the duties of the ctor, create (now createDom) and init methods. BUG=177122 Review URL: https://chromiumcodereview.appspot.com/12342024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/resources')
-rw-r--r--remoting/resources/remoting_strings.grd15
1 files changed, 15 insertions, 0 deletions
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index a620c85..7bb12ed 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -190,6 +190,9 @@
<message desc="Message displayed at the bottom of the client connect dialog if Chrome Remote Desktop is running in the wrong start-up mode." name="IDR_WARNING_NOT_WINDOWED">
NOTE: To ensure that all keyboard shortcuts are available, you can configure Chrome Remote Desktop to ‘Open as window’.
</message>
+ <message desc="Error message displayed if the user tries to connect to a computer running out-of-date Me2Me host software." name="IDR_HOST_NEEDS_UPDATE_TITLE">
+ Chrome Remote Desktop on <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> is out-of-date and needs to be updated.
+ </message>
</if>
<if expr="not pp_ifdef('_google_chrome')">
@@ -247,6 +250,9 @@
<message desc="Message displayed at the bottom of the client connect dialog if Chromoting is running in the wrong start-up mode." name="IDR_WARNING_NOT_WINDOWED">
NOTE: To ensure that all keyboard shortcuts are available, you can configure Chromoting to ‘Open as window’.
</message>
+ <message desc="Error message displayed if the user tries to connect to a computer running out-of-date Me2Me host software." name="IDR_HOST_NEEDS_UPDATE_TITLE">
+ Chromoting on <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> is out-of-date and needs to be updated.
+ </message>
</if>
<message desc="Label for the access code entry box. This is where the client user enters the code that permits access to the host." name="IDR_ACCESS_CODE">
@@ -276,6 +282,9 @@
<message desc="Label for the connect button. Clicking this button will start the Chrome Remote Desktop session if the access code is correct." name="IDR_CONNECT_BUTTON">
Connect
</message>
+ <message desc="Label for the connect button for hosts running an out-of-date version of the Me2Me host software. The user clicks this button to acknowledge the message but continue with the connection anyway." name="IDR_CONNECT_ANYWAY">
+ Connect anyway
+ </message>
<message desc="Confirmation prompt shown when a user attempts to delete a Me2Me host from their host list." name="IDR_CONFIRM_HOST_DELETE">
Are you sure you want to disable remote connections to <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph>? If you change your mind, you'll need to visit that computer to re-enable connections.
</message>
@@ -453,6 +462,12 @@
<message desc="Modified version of the host name shown for hosts that are not currently accessible." name="IDR_OFFLINE">
<ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (offline)
</message>
+ <message desc="Modified version of the host name shown for hosts that are running an out-of-date version of the Me2Me host software." name="IDR_UPDATE_REQUIRED">
+ <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (out-of-date)
+ </message>
+ <message desc="Explanatory text displayed if the user tries to connect to a computer running out-of-date Me2Me host software." name="IDR_HOST_NEEDS_UPDATE_DETAIL">
+ Software updates usually happen automatically, but can fail in some rare cases. Updating the software should take no more than a few minutes and can be done while connected to your computer remotely.
+ </message>
<message desc="In the connection history dialog, clicking this button shows only recent connections from this computer." name="IDR_OUTGOING_CONNECTIONS">
From this computer
</message>