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

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

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed breakages on Android port. Created 5 years, 11 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 | « chrome/app/generated_resources.grd ('k') | chrome/app/theme/theme_resources.grd » ('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 <!-- This file contains definitions of strings that are specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 892
893 <if expr="is_macosx"> 893 <if expr="is_macosx">
894 <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS X that passwords are shared across profiles in the keychain."> 894 <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS X that passwords are shared across profiles in the keychain.">
895 On Mac, passwords are saved to your Keychain and may be accessed or sy nced by other Chrome users sharing this OS X account. 895 On Mac, passwords are saved to your Keychain and may be accessed or sy nced by other Chrome users sharing this OS X account.
896 </message> 896 </message>
897 <message name="IDS_AUTOFILL_ADDRESS_BOOK_PROMPT_DESCRIPTION" desc="Text to show in dialog requesting permission to access the user's Address Book conten ts."> 897 <message name="IDS_AUTOFILL_ADDRESS_BOOK_PROMPT_DESCRIPTION" desc="Text to show in dialog requesting permission to access the user's Address Book conten ts.">
898 Details from your contacts can help you fill out forms more quickly in Chrome. 898 Details from your contacts can help you fill out forms more quickly in Chrome.
899 </message> 899 </message>
900 </if> 900 </if>
901 901
902 <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Aut ofill credit card request infobar.">
903 Do you want Chrome to save this credit card information for completing w eb forms?
904 </message>
905 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t hat controls whether info the user types into the autofill dialog is saved by ch rome."> 902 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t hat controls whether info the user types into the autofill dialog is saved by ch rome.">
906 Save details in Chrome 903 Save details in Chrome
907 </message> 904 </message>
908 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_TOOLTIP" desc="Tooltip whi ch explains function of checkbox that controls whether info the user types into the autofill dialog is saved by chrome."> 905 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_TOOLTIP" desc="Tooltip whi ch explains function of checkbox that controls whether info the user types into the autofill dialog is saved by chrome.">
909 Chrome will securely store your information so you don't need to type it in again, but you will still need to verify your card's security code for futur e payments. 906 Chrome will securely store your information so you don't need to type it in again, but you will still need to verify your card's security code for futur e payments.
910 </message> 907 </message>
911 <message name="IDS_AUTOFILL_NEW_CREDIT_CARD_BUBBLE_TITLE" desc="Title text of the new credit card bubble informing a user their billing information has be en saved in chrome."> 908 <message name="IDS_AUTOFILL_NEW_CREDIT_CARD_BUBBLE_TITLE" desc="Title text of the new credit card bubble informing a user their billing information has be en saved in chrome.">
912 Your billing details have been saved in Chrome. 909 Your billing details have been saved in Chrome.
913 </message> 910 </message>
914 <message name="IDS_AUTOFILL_WALLET_UPGRADE_CHROME_ERROR" desc="Text explai ning that user must upgrade Chrome to use Wallet."> 911 <message name="IDS_AUTOFILL_WALLET_UPGRADE_CHROME_ERROR" desc="Text explai ning that user must upgrade Chrome to use Wallet.">
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1267 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way. 1264 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way.
1268 </message> 1265 </message>
1269 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1266 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1270 Chrome OS terms 1267 Chrome OS terms
1271 </message> 1268 </message>
1272 </if> 1269 </if>
1273 1270
1274 </messages> 1271 </messages>
1275 </release> 1272 </release>
1276 </grit> 1273 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698