Chromium Code Reviews| 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 2688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2699 </message> | 2699 </message> |
| 2700 | 2700 |
| 2701 <!-- Item Chooser UI strings --> | 2701 <!-- Item Chooser UI strings --> |
| 2702 <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."> | 2702 <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."> |
| 2703 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) | 2703 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) |
| 2704 </message> | 2704 </message> |
| 2705 | 2705 |
| 2706 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> | 2706 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> |
| 2707 Open app | 2707 Open app |
| 2708 </message> | 2708 </message> |
| 2709 | |
| 2710 <!-- WebAPK related strings --> | |
| 2711 <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."> | |
| 2712 "Installation from Unknown Sources" is required in order to install WebA PKs from the "Add to Homescreen" app menu item. | |
| 2713 | |
| 2714 Enabling "Installation from Untrusted Sources" makes your device more vu lnerable. Be sure to re-enable installation from unknown sources once you are do ne playing with the "WebAPK experiment". | |
|
gone
2016/11/04 22:07:43
1) You don't want users to "re-enable installation
| |
| 2715 </message> | |
| 2716 | |
| 2717 <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."> | |
| 2718 WebAPK Experiment | |
| 2719 </message> | |
| 2720 | |
| 2721 <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."> | |
| 2722 Settings | |
| 2723 </message> | |
| 2709 </messages> | 2724 </messages> |
| 2710 </release> | 2725 </release> |
| 2711 </grit> | 2726 </grit> |
| OLD | NEW |