| 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 2340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2351 </message> | 2351 </message> |
| 2352 <message name="IDS_PAYMENTS_PROCESSING_MESSAGE" desc="The text that inform
s the user that the payment is being verified and charged."> | 2352 <message name="IDS_PAYMENTS_PROCESSING_MESSAGE" desc="The text that inform
s the user that the payment is being verified and charged."> |
| 2353 Processing | 2353 Processing |
| 2354 </message> | 2354 </message> |
| 2355 <message name="IDS_PAYMENTS_SUCCESS_MESSAGE" desc="The text that informs t
he user that the payment has been verified and charged."> | 2355 <message name="IDS_PAYMENTS_SUCCESS_MESSAGE" desc="The text that informs t
he user that the payment has been verified and charged."> |
| 2356 Payment processed | 2356 Payment processed |
| 2357 </message> | 2357 </message> |
| 2358 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the
user that there is error in verifying and charging the payment."> | 2358 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the
user that there is error in verifying and charging the payment."> |
| 2359 Error processing payment | 2359 Error processing payment |
| 2360 </message> | 2360 </message> |
| 2361 |
| 2362 <!-- Migration strings --> |
| 2363 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S
witcher callout."> |
| 2364 Quickly switch tabs |
| 2365 </message> |
| 2366 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin
g the tab switcher button gives you quick access to your tabs."> |
| 2367 Tap this button for quick access to your tabs. |
| 2368 </message> |
| 2361 </messages> | 2369 </messages> |
| 2362 </release> | 2370 </release> |
| 2363 </grit> | 2371 </grit> |
| OLD | NEW |