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

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

Issue 2682473003: Add support for multiple allowed domains (Closed)
Patch Set: Created 3 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="." latest_public_release="0" current_release="1" 3 <grit base_dir="." latest_public_release="0" current_release="1"
4 output_all_resource_defines="false" enc_check="möl" source_lang_id="en"> 4 output_all_resource_defines="false" enc_check="möl" source_lang_id="en">
5 <outputs> 5 <outputs>
6 <output filename="remoting/base/string_resources.h" type="rc_header"> 6 <output filename="remoting/base/string_resources.h" type="rc_header">
7 <emit emit_type="prepend"/> 7 <emit emit_type="prepend"/>
8 </output> 8 </output>
9 9
10 <output filename="remoting/resources/am.pak" lang="am" type="data_package"/> 10 <output filename="remoting/resources/am.pak" lang="am" type="data_package"/>
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 Invalid host configuration. 936 Invalid host configuration.
937 </message> 937 </message>
938 <message desc="Error message indicating that the host is offline, because the host configuration specifies a host id that is not found in the Chrome Remot e Desktop Directory service (possibly because the host entry was deleted by the user)." 938 <message desc="Error message indicating that the host is offline, because the host configuration specifies a host id that is not found in the Chrome Remot e Desktop Directory service (possibly because the host entry was deleted by the user)."
939 name="IDS_OFFLINE_REASON_INVALID_HOST_ID" formatter_data="android _java"> 939 name="IDS_OFFLINE_REASON_INVALID_HOST_ID" formatter_data="android _java">
940 Invalid host id. 940 Invalid host id.
941 </message> 941 </message>
942 <message desc="Error message indicating that the host is offline, because the host configuration specifies an OAuth credential that is rejected when the h ost tries to authenticate itself to Chrome Remote Desktop Directory service." 942 <message desc="Error message indicating that the host is offline, because the host configuration specifies an OAuth credential that is rejected when the h ost tries to authenticate itself to Chrome Remote Desktop Directory service."
943 name="IDS_OFFLINE_REASON_INVALID_OAUTH_CREDENTIALS" formatter_dat a="android_java"> 943 name="IDS_OFFLINE_REASON_INVALID_OAUTH_CREDENTIALS" formatter_dat a="android_java">
944 Host is configured with invalid OAuth credentials. 944 Host is configured with invalid OAuth credentials.
945 </message> 945 </message>
946 <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." 946 <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 or RemoteAccessHostDomainList policy."
947 name="IDS_OFFLINE_REASON_INVALID_HOST_DOMAIN" formatter_data="and roid_java"> 947 name="IDS_OFFLINE_REASON_INVALID_HOST_DOMAIN" formatter_data="and roid_java">
948 Invalid host owner domain. 948 Invalid host owner domain.
949 </message> 949 </message>
950 <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." 950 <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."
951 name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED" formatter_da ta="android_java"> 951 name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED" formatter_da ta="android_java">
952 Host running at the console logic screen has shutdown to support curtain mode by switching to a host running in a user-specific session. 952 Host running at the console logic screen has shutdown to support curtain mode by switching to a host running in a user-specific session.
953 </message> 953 </message>
954 <message desc="Error message indicating that the host is offline, because the host policy was unreadable (unparseable, inaccessible, mistyped or malformed )." 954 <message desc="Error message indicating that the host is offline, because the host policy was unreadable (unparseable, inaccessible, mistyped or malformed )."
955 name="IDS_OFFLINE_REASON_POLICY_READ_ERROR" formatter_data="andro id_java"> 955 name="IDS_OFFLINE_REASON_POLICY_READ_ERROR" formatter_data="andro id_java">
956 Host failed to read the policy. 956 Host failed to read the policy.
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1186 <message desc="Platform-specific text indicating that a component is for t he Mac OS." name="IDS_FOR_PLATFORM_MAC"> 1186 <message desc="Platform-specific text indicating that a component is for t he Mac OS." name="IDS_FOR_PLATFORM_MAC">
1187 For Mac (OS X Mavericks 10.9 and above) 1187 For Mac (OS X Mavericks 10.9 and above)
1188 </message> 1188 </message>
1189 <message desc="Text for the button the user clicks to indicate that they a gree to the terms of service and want to proceed with downloading the installer. " name="IDS_ACCEPT_AND_INSTALL"> 1189 <message desc="Text for the button the user clicks to indicate that they a gree to the terms of service and want to proceed with downloading the installer. " name="IDS_ACCEPT_AND_INSTALL">
1190 Accept and Install 1190 Accept and Install
1191 </message> 1191 </message>
1192 1192
1193 </messages> 1193 </messages>
1194 </release> 1194 </release>
1195 </grit> 1195 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698