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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2675883005: [autofill] Update URL to edit synced Google Payments cards. (Closed)
Patch Set: Created 3 years, 10 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 | components/autofill/core/browser/payments/payments_service_url.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 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 <message name="IDS_SEARCH_ENGINE_LOCATION_BLOCKED" desc="The text of a lin k displayed when location permission for a particular search engine is blocked." > 263 <message name="IDS_SEARCH_ENGINE_LOCATION_BLOCKED" desc="The text of a lin k displayed when location permission for a particular search engine is blocked." >
264 Location is blocked 264 Location is blocked
265 </message> 265 </message>
266 <message name="IDS_SEARCH_ENGINE_RECENTLY_VISITED" desc="Header for the li st of recently visited search engines."> 266 <message name="IDS_SEARCH_ENGINE_RECENTLY_VISITED" desc="Header for the li st of recently visited search engines.">
267 Recently visited 267 Recently visited
268 </message> 268 </message>
269 269
270 <!-- Autofill and Payments preferences --> 270 <!-- Autofill and Payments preferences -->
271 <message name="IDS_PREFS_AUTOFILL_AND_PAYMENTS" desc="Title of Autofill an d payments settings prefrences. [CHAR-LIMIT=32]"> 271 <message name="IDS_PREFS_AUTOFILL_AND_PAYMENTS" desc="Title of Autofill an d payments settings prefrences. [CHAR-LIMIT=32]">
272 Autofill and payments 272 Autofill and payments
273 </message> 273 </message>
274 <message name="IDS_AUTOFILL_SWITCH" desc="Title for 'Autofill forms' switc h preference, which controls whether personal data can be automatically filled i nto web page forms. [CHAR-LIMIT=32]"> 274 <message name="IDS_AUTOFILL_SWITCH" desc="Title for 'Autofill forms' switc h preference, which controls whether personal data can be automatically filled i nto web page forms. [CHAR-LIMIT=32]">
275 Autofill forms 275 Autofill forms
276 </message> 276 </message>
277 <message name="IDS_AUTOFILL_PROFILES_TITLE" desc="Title of the preference to list profiles (which contain the user's name, address, etc) that can be autom atically filled into web page forms. [CHAR-LIMIT=32]"> 277 <message name="IDS_AUTOFILL_PROFILES_TITLE" desc="Title of the preference to list profiles (which contain the user's name, address, etc) that can be autom atically filled into web page forms. [CHAR-LIMIT=32]">
278 Addresses 278 Addresses
279 </message> 279 </message>
280 <message name="IDS_PAYMENT_APPS_TITLE" desc="Title of the preference to li st the payment apps on device."> 280 <message name="IDS_PAYMENT_APPS_TITLE" desc="Title of the preference to li st the payment apps on device.">
281 Payment apps 281 Payment apps
282 </message> 282 </message>
283 <message name="IDS_PAYMENT_NO_APPS_SUMMARY" desc="Summary of the preferenc e to list the payment apps on device when no payments apps installed."> 283 <message name="IDS_PAYMENT_NO_APPS_SUMMARY" desc="Summary of the preferenc e to list the payment apps on device when no payments apps installed.">
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 </message> 324 </message>
325 <message name="IDS_AUTOFILL_DESCRIBE_LOCAL_COPY" desc="Text label that des cribes a Wallet credit card which has been copied to the local Chrome instance." > 325 <message name="IDS_AUTOFILL_DESCRIBE_LOCAL_COPY" desc="Text label that des cribes a Wallet credit card which has been copied to the local Chrome instance." >
326 Copied to Chrome 326 Copied to Chrome
327 </message> 327 </message>
328 328
329 <!-- Autofill/Wallet integration preferences --> 329 <!-- Autofill/Wallet integration preferences -->
330 <message name="IDS_AUTOFILL_WALLET_MANAGEMENT_LINK_TEXT" desc="Text for li nk that allows users to see and edit their Wallet information."> 330 <message name="IDS_AUTOFILL_WALLET_MANAGEMENT_LINK_TEXT" desc="Text for li nk that allows users to see and edit their Wallet information.">
331 Edit 331 Edit
332 </message> 332 </message>
333 <message name="IDS_AUTOFILL_MANAGE_WALLET_CARDS_URL" desc="URL for managin g wallet credit cards" translateable="false"> 333 <message name="IDS_AUTOFILL_MANAGE_WALLET_CARDS_URL" desc="URL for managin g wallet credit cards" translateable="false">
334 https://wallet.google.com/manage/paymentMethods 334 https://payments.google.com/#paymentMethods
Bernhard Bauer 2017/02/07 10:43:52 Out of curiosity, why is this a resource instead o
Roger McFarlane (Chromium) 2017/02/08 14:59:48 Good question. This constant does appear in the co
gogerald1 2017/02/08 15:04:50 Yes, it is, https://cs.chromium.org/chromium/src/c
Roger McFarlane (Chromium) 2017/02/08 15:12:12 Ah, needed to search without the IDS_ prefix. The
335 </message> 335 </message>
336 <message name="IDS_AUTOFILL_MANAGE_WALLET_ADDRESSES_URL" desc="URL for man aging wallet addresses" translateable="false"> 336 <message name="IDS_AUTOFILL_MANAGE_WALLET_ADDRESSES_URL" desc="URL for man aging wallet addresses" translateable="false">
337 https://wallet.google.com/manage/addressBook 337 https://payments.google.com/#paymentMethods
338 </message> 338 </message>
339 <message name="IDS_AUTOFILL_FROM_GOOGLE_ACCOUNT_LONG" desc="Text that indi cates an address or credit card came from Google servers."> 339 <message name="IDS_AUTOFILL_FROM_GOOGLE_ACCOUNT_LONG" desc="Text that indi cates an address or credit card came from Google servers.">
340 From Google Payments 340 From Google Payments
341 </message> 341 </message>
342 342
343 <!-- Save passwords preferences --> 343 <!-- Save passwords preferences -->
344 <message name="IDS_PREFS_SAVED_PASSWORDS" desc="Title for the Saved Passwo rds preferences. [CHAR-LIMIT=32]"> 344 <message name="IDS_PREFS_SAVED_PASSWORDS" desc="Title for the Saved Passwo rds preferences. [CHAR-LIMIT=32]">
345 Save passwords 345 Save passwords
346 </message> 346 </message>
347 <message name="IDS_PASSWORDS_AUTO_SIGNIN_TITLE" desc="Title for checkbox t o enable automatically signing the user in to websites"> 347 <message name="IDS_PASSWORDS_AUTO_SIGNIN_TITLE" desc="Title for checkbox t o enable automatically signing the user in to websites">
(...skipping 2577 matching lines...) Expand 10 before | Expand all | Expand 10 after
2925 </message> 2925 </message>
2926 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog."> 2926 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog.">
2927 Google Chrome feature shortcuts 2927 Google Chrome feature shortcuts
2928 </message> 2928 </message>
2929 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog."> 2929 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog.">
2930 Webpage shortcuts 2930 Webpage shortcuts
2931 </message> 2931 </message>
2932 </messages> 2932 </messages>
2933 </release> 2933 </release>
2934 </grit> 2934 </grit>
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/payments/payments_service_url.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698