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

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

Issue 2682473003: Add support for multiple allowed domains (Closed)
Patch Set: Rebase patch Created 3 years, 7 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 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 Invalid host configuration. 955 Invalid host configuration.
956 </message> 956 </message>
957 <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)." 957 <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)."
958 name="IDS_OFFLINE_REASON_INVALID_HOST_ID" formatter_data="android _java"> 958 name="IDS_OFFLINE_REASON_INVALID_HOST_ID" formatter_data="android _java">
959 Invalid host id. 959 Invalid host id.
960 </message> 960 </message>
961 <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." 961 <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."
962 name="IDS_OFFLINE_REASON_INVALID_OAUTH_CREDENTIALS" formatter_dat a="android_java"> 962 name="IDS_OFFLINE_REASON_INVALID_OAUTH_CREDENTIALS" formatter_dat a="android_java">
963 Host is configured with invalid OAuth credentials. 963 Host is configured with invalid OAuth credentials.
964 </message> 964 </message>
965 <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." 965 <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."
966 name="IDS_OFFLINE_REASON_INVALID_HOST_DOMAIN" formatter_data="and roid_java"> 966 name="IDS_OFFLINE_REASON_INVALID_HOST_DOMAIN" formatter_data="and roid_java">
967 Invalid host owner domain. 967 Invalid host owner domain.
968 </message> 968 </message>
969 <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." 969 <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."
970 name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED" formatter_da ta="android_java"> 970 name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED" formatter_da ta="android_java">
971 Host running at the console logic screen has shutdown to support curtain mode by switching to a host running in a user-specific session. 971 Host running at the console logic screen has shutdown to support curtain mode by switching to a host running in a user-specific session.
972 </message> 972 </message>
973 <message desc="Error message indicating that the host is offline, because the host policy was unreadable (unparseable, inaccessible, mistyped or malformed )." 973 <message desc="Error message indicating that the host is offline, because the host policy was unreadable (unparseable, inaccessible, mistyped or malformed )."
974 name="IDS_OFFLINE_REASON_POLICY_READ_ERROR" formatter_data="andro id_java"> 974 name="IDS_OFFLINE_REASON_POLICY_READ_ERROR" formatter_data="andro id_java">
975 Host failed to read the policy. 975 Host failed to read the policy.
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1205 <message desc="Platform-specific text indicating that a component is for t he Mac OS." name="IDS_FOR_PLATFORM_MAC"> 1205 <message desc="Platform-specific text indicating that a component is for t he Mac OS." name="IDS_FOR_PLATFORM_MAC">
1206 For Mac (OS X Mavericks 10.9 and above) 1206 For Mac (OS X Mavericks 10.9 and above)
1207 </message> 1207 </message>
1208 <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"> 1208 <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">
1209 Accept and Install 1209 Accept and Install
1210 </message> 1210 </message>
1211 1211
1212 </messages> 1212 </messages>
1213 </release> 1213 </release>
1214 </grit> 1214 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698