Index: remoting/resources/remoting_strings.grd |
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd |
index c27df6687089082cfd955a02aabbe98af98a8ec9..89d1d53879dc0d9abf4384edac5c7551018151e2 100644 |
--- a/remoting/resources/remoting_strings.grd |
+++ b/remoting/resources/remoting_strings.grd |
@@ -885,6 +885,18 @@ For information about privacy, please see the Google Privacy Policy (http://goo. |
name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED"> |
Host running at the console logic screen has shutdown to support curtain mode by switching to a host running in a user-specific session. |
</message> |
+ <message desc="Error message indicating that the host is offline, because the host policy was unreadable (unparseable, inaccessible, mistyped or malformed)." |
+ name="IDS_OFFLINE_REASON_POLICY_READ_ERROR"> |
+ Host failed to read the policy. |
+ </message> |
+ <message desc="Error message indicating that the host is temporarily offline, because the host is restarting (most likely due to a policy or config change that requires shutting down existing connections first)." |
+ name="IDS_OFFLINE_REASON_RESTARTING"> |
Wez
2015/02/12 21:07:07
Do these really need localizing? Where in the UI a
Łukasz Anforowicz
2015/02/12 22:51:13
Good question. An alternative would be to only lo
Wez
2015/02/14 00:49:15
No, if these end up in UX they should be localized
|
+ Host is restarting. |
+ </message> |
+ <message desc="Error message indicating that the host is offline, because another process has requested the host to shut down (via a SIGTERM signal)." |
+ name="IDS_OFFLINE_REASON_SUCCESS_EXIT"> |
+ Host has shut down. |
+ </message> |
<message desc="Error message indicating that the host is offline, because RemoteAccessHostMatchUsername policy is enabled and there is a mismatch between the name of the local user (that the host is associated with) and the name of the Google account registered as the host owner (i.e. 'johndoe' if the host is owned by 'johndoe@example.com' Google account)" |
name="IDS_OFFLINE_REASON_USERNAME_MISMATCH"> |
Invalid host owner. |