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 2610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2621 Unsupported shipping address. Select a different adddress. | 2621 Unsupported shipping address. Select a different adddress. |
2622 </message> | 2622 </message> |
2623 | 2623 |
2624 <!-- Migration strings --> | 2624 <!-- Migration strings --> |
2625 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S
witcher callout."> | 2625 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S
witcher callout."> |
2626 Quickly switch tabs | 2626 Quickly switch tabs |
2627 </message> | 2627 </message> |
2628 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin
g the tab switcher button gives you quick access to your tabs."> | 2628 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin
g the tab switcher button gives you quick access to your tabs."> |
2629 Tap this button for quick access to your tabs. | 2629 Tap this button for quick access to your tabs. |
2630 </message> | 2630 </message> |
| 2631 |
| 2632 <!-- Item Chooser UI strings --> |
| 2633 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it
ems with the same name, the item chooser shows the item name with id."> |
| 2634 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$
s<ex>item id</ex></ph>) |
| 2635 </message> |
2631 </messages> | 2636 </messages> |
2632 </release> | 2637 </release> |
2633 </grit> | 2638 </grit> |
OLD | NEW |