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

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

Issue 15685008: Show a 'remember me' checkbox in the web-app when connecting to a host that supports pairing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewer comments. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « remoting/protocol/pairing_client_authenticator.cc ('k') | remoting/webapp/client_plugin.js » ('j') | 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="." 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 <output filename="remoting/resources/en-US.pak" lang="en" type="data_package "/> 8 <output filename="remoting/resources/en-US.pak" lang="en" type="data_package "/>
9 <output filename="remoting/webapp/_locales/en/messages.json" lang="en" type= "chrome_messages_json"/> 9 <output filename="remoting/webapp/_locales/en/messages.json" lang="en" type= "chrome_messages_json"/>
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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 </message> 545 </message>
546 <message desc="Link to learn more detailed information on a topic." name=" IDR_LEARN_HOW"> 546 <message desc="Link to learn more detailed information on a topic." name=" IDR_LEARN_HOW">
547 Learn how. 547 Learn how.
548 </message> 548 </message>
549 <message desc="Help link displayed when the user enables the host on this computer. Clicking this link opens a page that explains why this operation is sa fe. This string appears in a UI with limited horizontal space. Please try to kee p translations no more than about 30 characters." name="IDR_WHY_IS_THIS_SAFE"> 549 <message desc="Help link displayed when the user enables the host on this computer. Clicking this link opens a page that explains why this operation is sa fe. This string appears in a UI with limited horizontal space. Please try to kee p translations no more than about 30 characters." name="IDR_WHY_IS_THIS_SAFE">
550 Why is this safe? 550 Why is this safe?
551 </message> 551 </message>
552 <message desc="Survey link for users that want to take part." name="IDR_SI GN_ME_UP"> 552 <message desc="Survey link for users that want to take part." name="IDR_SI GN_ME_UP">
553 Take the survey 553 Take the survey
554 </message> 554 </message>
555 <message desc="Check-box displayed when the user enters their PIN to conne ct to a host allowing them to 'pair' the client and host, avoiding the need to e nter the PIN each time." name="IDR_REMEMBER_PIN">
556 Don't ask for a PIN again when connecting to this host from this compute r.
557 </message>
555 </messages> 558 </messages>
556 </release> 559 </release>
557 </grit> 560 </grit>
OLDNEW
« no previous file with comments | « remoting/protocol/pairing_client_authenticator.cc ('k') | remoting/webapp/client_plugin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698