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

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

Issue 2310303002: Moving It2Me confirmation prompt into the Validation callback flow (Closed)
Patch Set: Addressing CR Feedback Created 4 years, 3 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
« no previous file with comments | « remoting/host/it2me/it2me_host_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1156 </message> 1156 </message>
1157 <message desc="Label for button to accept remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_ACCEP T" > 1157 <message desc="Label for button to accept remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_ACCEP T" >
1158 Accept 1158 Accept
1159 </message> 1159 </message>
1160 <message desc="Label for button to decline remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_DECL INE" > 1160 <message desc="Label for button to decline remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_DECL INE" >
1161 Decline 1161 Decline
1162 </message> 1162 </message>
1163 <message desc="Message displayed before sharing computer in 'It2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_MESSAGE" > 1163 <message desc="Message displayed before sharing computer in 'It2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_MESSAGE" >
1164 Would you like to share this computer for another user to see and contro l? 1164 Would you like to share this computer for another user to see and contro l?
1165 </message> 1165 </message>
1166 <message desc="Message displayed before sharing computer in 'It2Me' mode w hen the email of the remote user attempting to connect is known." name="IDS_SHAR E_CONFIRM_DIALOG_MESSAGE_WITH_USERNAME" >
1167 Would you like to share this computer with <ph name="CLIENT_USERNAME">{0 }<ex>client@email.com</ex></ph> and allow them to see and control it?
1168 </message>
1166 <message desc="Label for the button to accept sharing the computer in 'It2 Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_CONFIRM" > 1169 <message desc="Label for the button to accept sharing the computer in 'It2 Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_CONFIRM" >
1167 Share 1170 Share
1168 </message> 1171 </message>
1169 <message desc="Label for the button to decline sharing the computer in 'It 2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_DECLINE" > 1172 <message desc="Label for the button to decline sharing the computer in 'It 2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_DECLINE" >
1170 Cancel 1173 Cancel
1171 </message> 1174 </message>
1172 <message desc="Text shown in tooltip to inform the user that a setting is managed by domain policy." name="IDS_SETTING_MANAGED_BY_POLICY"> 1175 <message desc="Text shown in tooltip to inform the user that a setting is managed by domain policy." name="IDS_SETTING_MANAGED_BY_POLICY">
1173 This setting is managed by your domain policy. 1176 This setting is managed by your domain policy.
1174 </message> 1177 </message>
1175 <message desc="Platform-specific text indicating that a component is for t he Windows OS." name="IDS_FOR_PLATFORM_WINDOWS"> 1178 <message desc="Platform-specific text indicating that a component is for t he Windows OS." name="IDS_FOR_PLATFORM_WINDOWS">
1176 For Windows 7 and above 1179 For Windows 7 and above
1177 </message> 1180 </message>
1178 <message desc="Platform-specific text indicating that a component is for t he Mac OS." name="IDS_FOR_PLATFORM_MAC"> 1181 <message desc="Platform-specific text indicating that a component is for t he Mac OS." name="IDS_FOR_PLATFORM_MAC">
1179 For Mac (OS X Mavericks 10.9 and above) 1182 For Mac (OS X Mavericks 10.9 and above)
1180 </message> 1183 </message>
1181 <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"> 1184 <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">
1182 Accept and Install 1185 Accept and Install
1183 </message> 1186 </message>
1184 1187
1185 </messages> 1188 </messages>
1186 </release> 1189 </release>
1187 </grit> 1190 </grit>
OLDNEW
« no previous file with comments | « remoting/host/it2me/it2me_host_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698