OLD | NEW |
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 2414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2425 </message> | 2425 </message> |
2426 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the
user that there is error in verifying and charging the payment."> | 2426 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the
user that there is error in verifying and charging the payment."> |
2427 There was an error processing your order. Please check your account and
try again. | 2427 There was an error processing your order. Please check your account and
try again. |
2428 </message> | 2428 </message> |
2429 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets
a user add a new shipping address."> | 2429 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets
a user add a new shipping address."> |
2430 Add address | 2430 Add address |
2431 </message> | 2431 </message> |
2432 <message name="IDS_PAYMENTS_ADD_PAYMENT_INSTRUMENT" desc="Text on a button
that lets a user add a new payment method, like a credit card."> | 2432 <message name="IDS_PAYMENTS_ADD_PAYMENT_INSTRUMENT" desc="Text on a button
that lets a user add a new payment method, like a credit card."> |
2433 Add card | 2433 Add card |
2434 </message> | 2434 </message> |
| 2435 <message name="IDS_PAYMENTS_SELECT_SHIPPING_ADDRESS_FOR_SHIPPING_METHODS"
desc="Text implying that a user needs to pick a shipping address to see the ship
ping methods."> |
| 2436 Select a shipping address to check shipping methods. |
| 2437 </message> |
2435 | 2438 |
2436 <!-- Migration strings --> | 2439 <!-- Migration strings --> |
2437 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S
witcher callout."> | 2440 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S
witcher callout."> |
2438 Quickly switch tabs | 2441 Quickly switch tabs |
2439 </message> | 2442 </message> |
2440 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin
g the tab switcher button gives you quick access to your tabs."> | 2443 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin
g the tab switcher button gives you quick access to your tabs."> |
2441 Tap this button for quick access to your tabs. | 2444 Tap this button for quick access to your tabs. |
2442 </message> | 2445 </message> |
2443 </messages> | 2446 </messages> |
2444 </release> | 2447 </release> |
2445 </grit> | 2448 </grit> |
OLD | NEW |