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

Side by Side Diff: remoting/resources/remoting_strings.grd

Issue 910403002: Suspend (rather than shut down) the host upon policy errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mistyped-policies
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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en"> 3 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en">
4 <outputs> 4 <outputs>
5 <output filename="remoting/base/string_resources.h" type="rc_header"> 5 <output filename="remoting/base/string_resources.h" type="rc_header">
6 <emit emit_type="prepend"/> 6 <emit emit_type="prepend"/>
7 </output> 7 </output>
8 8
9 <output filename="remoting/resources/am.pak" lang="am" type="data_package"/> 9 <output filename="remoting/resources/am.pak" lang="am" type="data_package"/>
10 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/> 10 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/>
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 Host is configured with invalid OAuth credentials. 878 Host is configured with invalid OAuth credentials.
879 </message> 879 </message>
880 <message desc="Error message indicating that the host is offline, because the host is owned by a user from a domain different than the domain mandated by RemoteAccessHostDomain policy." 880 <message desc="Error message indicating that the host is offline, because the host is owned by a user from a domain different than the domain mandated by RemoteAccessHostDomain policy."
881 name="IDS_OFFLINE_REASON_INVALID_HOST_DOMAIN"> 881 name="IDS_OFFLINE_REASON_INVALID_HOST_DOMAIN">
882 Invalid host owner domain. 882 Invalid host owner domain.
883 </message> 883 </message>
884 <message desc="Error message indicating that the host is offline, because RemoteAccessHostRequireCurtain policy requires curtain mode, which is not suppor ted when 'launchd' runs an instance of the host at the console login screen on a Mac." 884 <message desc="Error message indicating that the host is offline, because RemoteAccessHostRequireCurtain policy requires curtain mode, which is not suppor ted when 'launchd' runs an instance of the host at the console login screen on a Mac."
885 name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED"> 885 name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED">
886 Host running at the console logic screen has shutdown to support curtain mode by switching to a host running in a user-specific session. 886 Host running at the console logic screen has shutdown to support curtain mode by switching to a host running in a user-specific session.
887 </message> 887 </message>
888 <message desc="Error message indicating that the host is offline, because the host policy was unreadable (unparseable, inaccessible, mistyped or malformed )."
889 name="IDS_OFFLINE_REASON_POLICY_READ_ERROR">
890 Host failed to read the policy.
891 </message>
888 <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 th e Google account registered as the host owner (i.e. 'johndoe' if the host is own ed by 'johndoe@example.com' Google account)" 892 <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 th e Google account registered as the host owner (i.e. 'johndoe' if the host is own ed by 'johndoe@example.com' Google account)"
889 name="IDS_OFFLINE_REASON_USERNAME_MISMATCH"> 893 name="IDS_OFFLINE_REASON_USERNAME_MISMATCH">
890 Invalid host owner. 894 Invalid host owner.
891 </message> 895 </message>
892 <message desc="Description of why host is offline, when client gets a host -offline-reason it doesn't recognize." 896 <message desc="Description of why host is offline, when client gets a host -offline-reason it doesn't recognize."
893 name="IDS_OFFLINE_REASON_UNKNOWN"> 897 name="IDS_OFFLINE_REASON_UNKNOWN">
894 Unrecognized host error: <ph name="HOST_OFFLINE_REASON">$1<ex>EXIT_CODE_ FROM_HOST_NEWER_THAN_CLIENT</ex></ph>. 898 Unrecognized host error: <ph name="HOST_OFFLINE_REASON">$1<ex>EXIT_CODE_ FROM_HOST_NEWER_THAN_CLIENT</ex></ph>.
895 </message> 899 </message>
896 <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_REQ UIRED"> 900 <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_REQ UIRED">
897 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (out-of-date) 901 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (out-of-date)
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 <message desc="Label for the button to decline sharing the computer in 'It 2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_DECLINE" > 1092 <message desc="Label for the button to decline sharing the computer in 'It 2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_DECLINE" >
1089 Cancel 1093 Cancel
1090 </message> 1094 </message>
1091 <message desc="Text shown in tooltip to inform the user that a setting is managed by domain policy." name="IDS_SETTING_MANAGED_BY_POLICY"> 1095 <message desc="Text shown in tooltip to inform the user that a setting is managed by domain policy." name="IDS_SETTING_MANAGED_BY_POLICY">
1092 This setting is managed by your domain policy. 1096 This setting is managed by your domain policy.
1093 </message> 1097 </message>
1094 1098
1095 </messages> 1099 </messages>
1096 </release> 1100 </release>
1097 </grit> 1101 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698