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

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

Issue 816903002: It2Me Confirmation Dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback, clean up implementation, add tests. Created 6 years 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 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 </message> 934 </message>
935 <message desc="Message displayed in the Hangouts confirm dialog. This mess age is shown to the Hangouts participant receiving remote assistance before the access code is generated. The dialog informs the user of the implications of ac cepting remote assistance. It also provides a way for the user to decline the a ssistance." name="IDS_HANGOUTS_CONFIRM_DIALOG_MESSAGE_3" > 935 <message desc="Message displayed in the Hangouts confirm dialog. This mess age is shown to the Hangouts participant receiving remote assistance before the access code is generated. The dialog informs the user of the implications of ac cepting remote assistance. It also provides a way for the user to decline the a ssistance." name="IDS_HANGOUTS_CONFIRM_DIALOG_MESSAGE_3" >
936 You can end at any time. 936 You can end at any time.
937 </message> 937 </message>
938 <message desc="Label for button to accept remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_ACCEP T" > 938 <message desc="Label for button to accept remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_ACCEP T" >
939 Accept 939 Accept
940 </message> 940 </message>
941 <message desc="Label for button to decline remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_DECL INE" > 941 <message desc="Label for button to decline remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_DECL INE" >
942 Decline 942 Decline
943 </message> 943 </message>
944 <message desc="Message displayed before sharing computer in 'It2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_MESSAGE" >
945 Would like to share this computer for another user to see and control?
kelvinp 2014/12/29 22:27:42 s/Would like/Would you like
dcaiafa 2015/01/05 19:39:27 Done.
946 </message>
947 <message desc="Label for the button to accept sharing the computer in 'It2 Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_CONFIRM" >
948 Share
949 </message>
950 <message desc="Label for the button to decline sharing the computer in 'It 2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_DECLINE" >
951 Cancel
952 </message>
944 </messages> 953 </messages>
945 </release> 954 </release>
946 </grit> 955 </grit>
OLDNEW
« remoting/host/it2me/it2me_host.cc ('K') | « remoting/remoting_test.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698