summaryrefslogtreecommitdiffstats
path: root/remoting/resources
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 07:57:09 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 07:57:09 +0000
commite2c9435ee471fd8763aa5c45c6192d04310747f2 (patch)
treede60d494fb9d0f715d14de925c0b04fb51725fb7 /remoting/resources
parentccdd24794bb4051f2c450584a9142978101f55c7 (diff)
downloadchromium_src-e2c9435ee471fd8763aa5c45c6192d04310747f2.zip
chromium_src-e2c9435ee471fd8763aa5c45c6192d04310747f2.tar.gz
chromium_src-e2c9435ee471fd8763aa5c45c6192d04310747f2.tar.bz2
Include last-online time in offline message.
BUG=248702 Review URL: https://chromiumcodereview.appspot.com/22855013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218673 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/resources')
-rw-r--r--remoting/resources/remoting_strings.grd5
1 files changed, 4 insertions, 1 deletions
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index f71fafd..41d6c534 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -530,9 +530,12 @@
<message desc="Label for general-purpose OK buttons." name="IDR_OK">
OK
</message>
- <message desc="Modified version of the host name shown for hosts that are not currently accessible." name="IDR_OFFLINE">
+ <message desc="Modified version of the host name shown for hosts that are not currently accessible, and for which no last-online status is available." 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 not currently accessible." name="IDR_LAST_ONLINE">
+ <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (last online <ph name="DATE">$2<ex>1/6/13</ex></ph>)
+ </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>