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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2237533002: Add checkbox to allow auto signing in with a saved password. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback and rebase Created 4 years, 4 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 | « no previous file | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('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 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
7 Detailed build information 7 Detailed build information
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion">
10 ARC Version 10 ARC Version
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 </message> 310 </message>
311 <message name="IDS_SETTINGS_CREDIT_CARD_EXPIRATION_MONTH" desc="Accessibility label on the month drop down to let users know the field corresponds to the expi ration month"> 311 <message name="IDS_SETTINGS_CREDIT_CARD_EXPIRATION_MONTH" desc="Accessibility label on the month drop down to let users know the field corresponds to the expi ration month">
312 Expiration month 312 Expiration month
313 </message> 313 </message>
314 <message name="IDS_SETTINGS_CREDIT_CARD_EXPIRATION_YEAR" desc="Accessibility l abel on the year drop down to let users know the field corresponds to the expira tion year"> 314 <message name="IDS_SETTINGS_CREDIT_CARD_EXPIRATION_YEAR" desc="Accessibility l abel on the year drop down to let users know the field corresponds to the expira tion year">
315 Expiration year 315 Expiration year
316 </message> 316 </message>
317 <message name="IDS_SETTINGS_PASSWORDS" desc="Name for the password section and toggle"> 317 <message name="IDS_SETTINGS_PASSWORDS" desc="Name for the password section and toggle">
318 Manage passwords 318 Manage passwords
319 </message> 319 </message>
320 <message name="IDS_SETTINGS_PASSWORDS_AUTOSIGNIN_CHECKBOX_LABEL" desc="Label f or a checkbox that allows users to sign in automatically to websites when their credentials are already saved.">
321 Auto Sign-in
322 </message>
323 <message name="IDS_SETTINGS_PASSWORDS_AUTOSIGNIN_CHECKBOX_DESC" desc="Text tha t describes the 'Auto Sign-in' functionality to users.">
324 Automatically sign in to websites using stored credentials. When the feature is disabled, you will be asked for confirmation every time before signing in to a website.
325 </message>
320 <message name="IDS_SETTINGS_PASSWORDS_DETAIL" desc="Description of what toggli ng the 'Manage passwords' setting does. Immediately underneath IDS_SETTINGS_PASS WORDS"> 326 <message name="IDS_SETTINGS_PASSWORDS_DETAIL" desc="Description of what toggli ng the 'Manage passwords' setting does. Immediately underneath IDS_SETTINGS_PASS WORDS">
321 Offer to save your web passwords 327 Offer to save your web passwords
322 </message> 328 </message>
323 <message name="IDS_SETTINGS_PASSWORDS_SAVED_HEADING" desc="The title for a lis t of username/site/password items. These items are already saved by the browser and can be deleted/edited."> 329 <message name="IDS_SETTINGS_PASSWORDS_SAVED_HEADING" desc="The title for a lis t of username/site/password items. These items are already saved by the browser and can be deleted/edited.">
324 Saved Passwords 330 Saved Passwords
325 </message> 331 </message>
326 <message name="IDS_SETTINGS_PASSWORDS_EXCEPTIONS_HEADING" desc="The title for a list of sites where passwords will not be saved. These items are already saved by the browser and can only be deleted."> 332 <message name="IDS_SETTINGS_PASSWORDS_EXCEPTIONS_HEADING" desc="The title for a list of sites where passwords will not be saved. These items are already saved by the browser and can only be deleted.">
327 Never Saved 333 Never Saved
328 </message> 334 </message>
329 <message name="IDS_SETTINGS_PASSWORDS_DELETE_EXCEPTION" desc="The alt text for a button that deletes a site for which passwords would not be saved."> 335 <message name="IDS_SETTINGS_PASSWORDS_DELETE_EXCEPTION" desc="The alt text for a button that deletes a site for which passwords would not be saved.">
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1891 System 1897 System
1892 </message> 1898 </message>
1893 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> 1899 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available.">
1894 Use hardware acceleration when available 1900 Use hardware acceleration when available
1895 </message> 1901 </message>
1896 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1902 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1897 Change proxy settings 1903 Change proxy settings
1898 </message> 1904 </message>
1899 </if> 1905 </if>
1900 </grit-part> 1906 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698