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 2640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2651 Unsupported shipping address. Select a different adddress. | 2651 Unsupported shipping address. Select a different adddress. |
2652 </message> | 2652 </message> |
2653 | 2653 |
2654 <!-- Migration strings --> | 2654 <!-- Migration strings --> |
2655 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S
witcher callout."> | 2655 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S
witcher callout."> |
2656 Quickly switch tabs | 2656 Quickly switch tabs |
2657 </message> | 2657 </message> |
2658 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin
g the tab switcher button gives you quick access to your tabs."> | 2658 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin
g the tab switcher button gives you quick access to your tabs."> |
2659 Tap this button for quick access to your tabs. | 2659 Tap this button for quick access to your tabs. |
2660 </message> | 2660 </message> |
| 2661 |
| 2662 <!-- Item Chooser UI strings --> |
| 2663 <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."> |
| 2664 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$
s<ex>item id</ex></ph>) |
| 2665 </message> |
2661 </messages> | 2666 </messages> |
2662 </release> | 2667 </release> |
2663 </grit> | 2668 </grit> |
OLD | NEW |