| 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 2692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2703 </message> | 2703 </message> |
| 2704 | 2704 |
| 2705 <!-- Item Chooser UI strings --> | 2705 <!-- Item Chooser UI strings --> |
| 2706 <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."> | 2706 <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."> |
| 2707 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$
s<ex>item id</ex></ph>) | 2707 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$
s<ex>item id</ex></ph>) |
| 2708 </message> | 2708 </message> |
| 2709 | 2709 |
| 2710 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us
er action that will open an Instant App."> | 2710 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us
er action that will open an Instant App."> |
| 2711 Open app | 2711 Open app |
| 2712 </message> | 2712 </message> |
| 2713 |
| 2714 <!-- WebAPK related strings --> |
| 2715 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_DIALOG_TITLE" desc="Title of dia
log warning user that installation from Unknown sources is required for WebAPK e
xperiment."> |
| 2716 Improved Add to Home screen Experiment |
| 2717 </message> |
| 2718 |
| 2719 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_DIALOG_MESSAGE" desc="Text of di
alog warning user that installation from Unknown sources is required for WebAPK
experiment"> |
| 2720 Turn on “Unknown sources” in Android security settings to try "Improved
Add to Home screen" experiment. Be sure to disable this setting when you’re done
trying it out. |
| 2721 </message> |
| 2722 |
| 2723 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_SETTINGS_BUTTON" desc="Button la
bel for opening Android Settings from dialog warning user that installation from
Unknown sources is required for WebAPK experiment."> |
| 2724 Settings |
| 2725 </message> |
| 2713 </messages> | 2726 </messages> |
| 2714 </release> | 2727 </release> |
| 2715 </grit> | 2728 </grit> |
| OLD | NEW |