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

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

Issue 2682473003: Add support for multiple allowed domains (Closed)
Patch Set: Rework to follow a deprecation approach Created 3 years, 8 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 926 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 Invalid host configuration. 937 Invalid host configuration.
938 </message> 938 </message>
939 <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 <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)."
940 name="IDS_OFFLINE_REASON_INVALID_HOST_ID" formatter_data="android _java"> 940 name="IDS_OFFLINE_REASON_INVALID_HOST_ID" formatter_data="android _java">
941 Invalid host id. 941 Invalid host id.
942 </message> 942 </message>
943 <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 <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."
944 name="IDS_OFFLINE_REASON_INVALID_OAUTH_CREDENTIALS" formatter_dat a="android_java"> 944 name="IDS_OFFLINE_REASON_INVALID_OAUTH_CREDENTIALS" formatter_dat a="android_java">
945 Host is configured with invalid OAuth credentials. 945 Host is configured with invalid OAuth credentials.
946 </message> 946 </message>
947 <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." 947 <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 RemoteAccessHostDomainList policy."
948 name="IDS_OFFLINE_REASON_INVALID_HOST_DOMAIN" formatter_data="and roid_java"> 948 name="IDS_OFFLINE_REASON_INVALID_HOST_DOMAIN" formatter_data="and roid_java">
949 Invalid host owner domain. 949 Invalid host owner domain.
950 </message> 950 </message>
951 <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 <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."
952 name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED" formatter_da ta="android_java"> 952 name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED" formatter_da ta="android_java">
953 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 Host running at the console logic screen has shutdown to support curtain mode by switching to a host running in a user-specific session.
954 </message> 954 </message>
955 <message desc="Error message indicating that the host is offline, because the host policy was unreadable (unparseable, inaccessible, mistyped or malformed )." 955 <message desc="Error message indicating that the host is offline, because the host policy was unreadable (unparseable, inaccessible, mistyped or malformed )."
956 name="IDS_OFFLINE_REASON_POLICY_READ_ERROR" formatter_data="andro id_java"> 956 name="IDS_OFFLINE_REASON_POLICY_READ_ERROR" formatter_data="andro id_java">
957 Host failed to read the policy. 957 Host failed to read the policy.
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 <message desc="Platform-specific text indicating that a component is for t he Mac OS." name="IDS_FOR_PLATFORM_MAC"> 1187 <message desc="Platform-specific text indicating that a component is for t he Mac OS." name="IDS_FOR_PLATFORM_MAC">
1188 For Mac (OS X Mavericks 10.9 and above) 1188 For Mac (OS X Mavericks 10.9 and above)
1189 </message> 1189 </message>
1190 <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 <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">
1191 Accept and Install 1191 Accept and Install
1192 </message> 1192 </message>
1193 1193
1194 </messages> 1194 </messages>
1195 </release> 1195 </release>
1196 </grit> 1196 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698