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

Unified Diff: remoting/resources/remoting_strings.grd

Issue 882463003: Basic webapp UI for host-offline-reason. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/tools/verify_resources.py » ('j') | remoting/webapp/crd/js/host_table_entry.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/resources/remoting_strings.grd
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index b026b41bfb3287975e0c90f6e3bb63097c902cd5..24b28c7d52e56372e1ec02c796e47202e30abe84 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -853,7 +853,49 @@ For information about privacy, please see the Google Privacy Policy (http://goo.
<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="IDS_LAST_ONLINE">
- <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (last online <ph name="DATE">$2<ex>1/6/13</ex></ph>)
+ <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (last online <ph name="DATE_OR_TIME">$2<ex>1/6/2013 or 11:23:32 AM</ex></ph>)
+ </message>
+ <message desc="Modified version of the host name shown for hosts that explicitly reported an error that caused them to go offline." name="IDS_LAST_OFFLINE_REASON">
+ <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (reported an error <ph name="DATE_OR_TIME">$2<ex>1/6/2013 or 11:23:32 AM</ex></ph>)
+ </message>
Jamie 2015/02/07 00:46:46 I don't think that this is the right message to di
Łukasz Anforowicz 2015/02/09 19:21:58 Ok - done.
+ <message desc="Description of why host is offline"
+ name="IDS_OFFLINE_REASON_INITIALIZATION_FAILED_GENERATED_AT_RUNTIME"
+ internal_comment="name is generated at runtime in host_table_entry.js">
+ Host initialization failed.
+ </message>
+ <message desc="Description of why host is offline"
Jamie 2015/02/07 00:46:46 These descriptions are shown to localizers, so the
Łukasz Anforowicz 2015/02/09 19:21:58 Done.
+ name="IDS_OFFLINE_REASON_INVALID_HOST_CONFIGURATION_GENERATED_AT_RUNTIME"
+ internal_comment="name is generated at runtime in host_table_entry.js">
+ Invalid host configuration.
+ </message>
+ <message desc="Description of why host is offline"
+ name="IDS_OFFLINE_REASON_INVALID_HOST_ID_GENERATED_AT_RUNTIME"
+ internal_comment="name is generated at runtime in host_table_entry.js">
+ Invalid host id.
+ </message>
+ <message desc="Description of why host is offline"
+ name="IDS_OFFLINE_REASON_INVALID_OAUTH_CREDENTIALS_GENERATED_AT_RUNTIME"
+ internal_comment="name is generated at runtime in host_table_entry.js">
+ Invalid OAuth credentials.
+ </message>
+ <message desc="Description of why host is offline"
+ name="IDS_OFFLINE_REASON_INVALID_HOST_DOMAIN_GENERATED_AT_RUNTIME"
+ internal_comment="name is generated at runtime in host_table_entry.js">
+ Invalid host domain.
+ </message>
+ <message desc="Description of why host is offline"
+ name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED_GENERATED_AT_RUNTIME"
+ internal_comment="name is generated at runtime in host_table_entry.js">
+ Login screen is not supported in curtain mode.
+ </message>
+ <message desc="Description of why host is offline"
+ name="IDS_OFFLINE_REASON_USERNAME_MISMATCH_GENERATED_AT_RUNTIME"
+ internal_comment="name is generated at runtime in host_table_entry.js">
+ Invalid host owner.
+ </message>
+ <message desc="Description of why host is offline, when client gets a host-offline-reason it doesn't recognize"
+ name="IDS_OFFLINE_REASON_UNKNOWN">
+ Unrecognized error: <ph name="HOST_OFFLINE_REASON">$1<ex>EXIT_CODE_FROM_HOST_NEWER_THAN_CLIENT</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="IDS_UPDATE_REQUIRED">
<ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (out-of-date)
« no previous file with comments | « no previous file | remoting/tools/verify_resources.py » ('j') | remoting/webapp/crd/js/host_table_entry.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698