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

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

Issue 503063004: Hangouts Remote Desktop Part VI - Show confirm dialog before retrieving access code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest Created 6 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
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/ar.pak" lang="ar" type="data_package"/> 9 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/>
10 <output filename="remoting/resources/bg.pak" lang="bg" type="data_package"/> 10 <output filename="remoting/resources/bg.pak" lang="bg" type="data_package"/>
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 </message> 847 </message>
848 <message desc="Menu option to open a new connection." name="IDS_NEW_CONNEC TION"> 848 <message desc="Menu option to open a new connection." name="IDS_NEW_CONNEC TION">
849 New connection 849 New connection
850 </message> 850 </message>
851 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW"> 851 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW">
852 New window… 852 New window…
853 </message> 853 </message>
854 <message desc="Label for the Feedback button displayed in the Android Help screen. Pressing this button causes the Feedback screen to be shown." name="IDS _ACTIONBAR_FEEDBACK" formatter_data="android_java"> 854 <message desc="Label for the Feedback button displayed in the Android Help screen. Pressing this button causes the Feedback screen to be shown." name="IDS _ACTIONBAR_FEEDBACK" formatter_data="android_java">
855 Feedback 855 Feedback
856 </message> 856 </message>
857 <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" >
858 A participant in this hangout has offered to help you by controlling you r computer. If you accept:&#10;- The person helping you will be able to control your mouse and keyboard.&#10;- You can end at any time.
Jamie 2014/08/26 00:54:21 This should be broken down into multiple messages
859 </message>
860 <message desc="Label for button to accept remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_ACCEP T" >
861 Accept
862 </message>
863 <message desc="Label for button to decline remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_DECL INE" >
864 Decline
865 </message>
857 </messages> 866 </messages>
858 </release> 867 </release>
859 </grit> 868 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698