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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2832913002: Harmonizing SmartLock dialog (Closed)
Patch Set: Added different string for the auto signin in material mode. Created 3 years, 8 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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 10439 matching lines...) Expand 10 before | Expand all | Expand 10 after
10450 <message name="IDS_MANAGE_PASSWORDS_UNDO" desc="The text that is used in t he manage passwords bubble when a password is deleted."> 10450 <message name="IDS_MANAGE_PASSWORDS_UNDO" desc="The text that is used in t he manage passwords bubble when a password is deleted.">
10451 Undo 10451 Undo
10452 </message> 10452 </message>
10453 <message name="IDS_MANAGE_PASSWORDS_DELETE" desc="The tooltip of a button that is used in the manage passwords bubble for removing the credential."> 10453 <message name="IDS_MANAGE_PASSWORDS_DELETE" desc="The tooltip of a button that is used in the manage passwords bubble for removing the credential.">
10454 Delete 10454 Delete
10455 </message> 10455 </message>
10456 10456
10457 <message name="IDS_MANAGE_PASSWORDS_AUTO_SIGNIN_TITLE" desc="The title of the auto-signin toast."> 10457 <message name="IDS_MANAGE_PASSWORDS_AUTO_SIGNIN_TITLE" desc="The title of the auto-signin toast.">
10458 Signing in as <ph name="username">$1<ex>chef@google.com</ex></ph> 10458 Signing in as <ph name="username">$1<ex>chef@google.com</ex></ph>
10459 </message> 10459 </message>
10460 <message name="IDS_MANAGE_PASSWORDS_AUTO_SIGNIN_TITLE_MD" desc="The title of the auto-signin toast in Material Design mode.">
10461 Signing in as
10462 </message>
10460 <message name="IDS_AUTO_SIGNIN_FIRST_RUN_TITLE_MANY_DEVICES" desc="The tit le of the dialog during the autosign-in first run experience for the Chrome sync ing users."> 10463 <message name="IDS_AUTO_SIGNIN_FIRST_RUN_TITLE_MANY_DEVICES" desc="The tit le of the dialog during the autosign-in first run experience for the Chrome sync ing users.">
10461 Sign in easily across devices 10464 Sign in easily across devices
10462 </message> 10465 </message>
10463 <message name="IDS_AUTO_SIGNIN_FIRST_RUN_TITLE_LOCAL_DEVICE" desc="The tit le of the dialog during the autosign-in first run experience for the Chrome sign ed out users."> 10466 <message name="IDS_AUTO_SIGNIN_FIRST_RUN_TITLE_LOCAL_DEVICE" desc="The tit le of the dialog during the autosign-in first run experience for the Chrome sign ed out users.">
10464 Sign in easily 10467 Sign in easily
10465 </message> 10468 </message>
10466 <message name="IDS_AUTO_SIGNIN_FIRST_RUN_SMART_LOCK_TEXT" desc="The text o f the dialog during the autosign-in first run experience for the Chrome syncing users."> 10469 <message name="IDS_AUTO_SIGNIN_FIRST_RUN_SMART_LOCK_TEXT" desc="The text o f the dialog during the autosign-in first run experience for the Chrome syncing users.">
10467 <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Smart Lock</ex></ph> auto matically signs you in to eligible sites and apps with passwords you saved. 10470 <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Smart Lock</ex></ph> auto matically signs you in to eligible sites and apps with passwords you saved.
10468 </message> 10471 </message>
10469 <message name="IDS_AUTO_SIGNIN_FIRST_RUN_TEXT" desc="The text of the dialo g during the autosign-in first run experience for the Chrome signed out users."> 10472 <message name="IDS_AUTO_SIGNIN_FIRST_RUN_TEXT" desc="The text of the dialo g during the autosign-in first run experience for the Chrome signed out users.">
(...skipping 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after
12370 Your downloads appear here 12373 Your downloads appear here
12371 </message> 12374 </message>
12372 12375
12373 <!-- Automation info bar --> 12376 <!-- Automation info bar -->
12374 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12377 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12375 Chrome is being controlled by automated test software. 12378 Chrome is being controlled by automated test software.
12376 </message> 12379 </message>
12377 </messages> 12380 </messages>
12378 </release> 12381 </release>
12379 </grit> 12382 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698