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

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

Issue 2453773003: Alerting the user when the provided date for credit card is passed, not save the card, and not clos… (Closed)
Patch Set: Created 4 years, 1 month 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 <!-- 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 </message> 332 </message>
333 <message name="IDS_SETTINGS_CREDIT_CARD_EXPIRATION_DATE" desc="Label for the e xpiration date fields of a credit card that has been or is being saved."> 333 <message name="IDS_SETTINGS_CREDIT_CARD_EXPIRATION_DATE" desc="Label for the e xpiration date fields of a credit card that has been or is being saved.">
334 Expiration date 334 Expiration date
335 </message> 335 </message>
336 <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"> 336 <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">
337 Expiration month 337 Expiration month
338 </message> 338 </message>
339 <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"> 339 <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">
340 Expiration year 340 Expiration year
341 </message> 341 </message>
342 <message name="IDS_SETTINGS_CREDIT_CARD_EXPIRED" desc="Shown when an expired d ate is entered for credit card.">
Moe 2016/10/27 18:31:11 Try to be more accurate in desc. for example: "The
Parastoo 2016/10/27 22:18:57 Done.
343 The credit card is expired.
344 </message>
345
Mathieu 2016/10/27 15:49:56 nit: extra new line
Parastoo 2016/10/27 16:08:40 Done.
342 <message name="IDS_SETTINGS_PASSWORDS" desc="Name for the password section and toggle"> 346 <message name="IDS_SETTINGS_PASSWORDS" desc="Name for the password section and toggle">
343 Manage passwords 347 Manage passwords
344 </message> 348 </message>
345 <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."> 349 <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.">
346 Auto Sign-in 350 Auto Sign-in
347 </message> 351 </message>
348 <message name="IDS_SETTINGS_PASSWORDS_AUTOSIGNIN_CHECKBOX_DESC" desc="Text tha t describes the 'Auto Sign-in' functionality to users."> 352 <message name="IDS_SETTINGS_PASSWORDS_AUTOSIGNIN_CHECKBOX_DESC" desc="Text tha t describes the 'Auto Sign-in' functionality to users.">
349 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. 353 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.
350 </message> 354 </message>
351 <message name="IDS_SETTINGS_PASSWORDS_DETAIL" desc="Description of what toggli ng the 'Manage passwords' setting does. Immediately underneath IDS_SETTINGS_PASS WORDS"> 355 <message name="IDS_SETTINGS_PASSWORDS_DETAIL" desc="Description of what toggli ng the 'Manage passwords' setting does. Immediately underneath IDS_SETTINGS_PASS WORDS">
(...skipping 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after
2480 System 2484 System
2481 </message> 2485 </message>
2482 <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."> 2486 <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.">
2483 Use hardware acceleration when available 2487 Use hardware acceleration when available
2484 </message> 2488 </message>
2485 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2489 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2486 Change proxy settings 2490 Change proxy settings
2487 </message> 2491 </message>
2488 </if> 2492 </if>
2489 </grit-part> 2493 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698