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

Side by Side Diff: chrome/app/chromium_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 | « android_webview/native/aw_autofill_client.cc ('k') | chrome/app/generated_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 distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
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/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 </if> 967 </if>
968 968
969 <if expr="is_macosx"> 969 <if expr="is_macosx">
970 <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS X that passwords are shared across profiles in the keychain."> 970 <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS X that passwords are shared across profiles in the keychain.">
971 On Mac, passwords are saved to your Keychain and may be accessed or sy nced by other Chromium users sharing this OS X account. 971 On Mac, passwords are saved to your Keychain and may be accessed or sy nced by other Chromium users sharing this OS X account.
972 </message> 972 </message>
973 <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."> 973 <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.">
974 Details from your contacts can help you fill out forms more quickly in Chromium. 974 Details from your contacts can help you fill out forms more quickly in Chromium.
975 </message> 975 </message>
976 </if> 976 </if>
977 <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Aut ofill credit card request infobar."> 977
978 Do you want Chromium to save this credit card information for completing web forms?
979 </message>
980 <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."> 978 <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.">
981 Save details in Chromium 979 Save details in Chromium
982 </message> 980 </message>
983 <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."> 981 <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.">
984 Chromium 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 fut ure payments. 982 Chromium 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 fut ure payments.
985 </message> 983 </message>
986 <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."> 984 <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.">
987 Your billing details have been saved in Chromium. 985 Your billing details have been saved in Chromium.
988 </message> 986 </message>
989 <message name="IDS_AUTOFILL_WALLET_UPGRADE_CHROME_ERROR" desc="Text explai ning that user must upgrade Chrome to use Wallet."> 987 <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
1342 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. 1340 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way.
1343 </message> 1341 </message>
1344 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1342 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1345 Chromium OS terms 1343 Chromium OS terms
1346 </message> 1344 </message>
1347 </if> 1345 </if>
1348 1346
1349 </messages> 1347 </messages>
1350 </release> 1348 </release>
1351 </grit> 1349 </grit>
OLDNEW
« no previous file with comments | « android_webview/native/aw_autofill_client.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698