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_TITLE" desc="Title of dia log warning user that installation from Unknown sources is required for WebAPK e xperiment."> | |
| 2712 Improved Add to Home screen Experiment | |
| 2713 </message> | |
| 2714 | |
| 2715 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_DIALOG_MESSAGE_CANARY" desc="Tex t of dialog warning user that installation from Unknown sources is required for WebAPK experiment on Chrome Canary."> | |
| 2716 Turn on “Unknown sources” in Android security settings to try "Improved Add to Home screen" experiment in Chrome Canary. Be sure to disable this setting when you’re done trying it out. | |
| 2717 </message> | |
| 2718 | |
| 2719 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_DIALOG_MESSAGE_DEV" desc="Text o f dialog warning user that installation from Unknown sources is required for Web APK experiment on Chrome Dev."> | |
| 2720 Turn on “Unknown sources” in Android security settings to try "Improved Add to Home screen" experiment in Chrome Dev. Be sure to disable this setting wh en you’re done trying it out. | |
|
gone
2016/11/07 18:27:13
Not much value in differentiating between Canary i
pkotwicz
2016/11/07 20:08:13
What are you suggesting changing the string to?
gone
2016/11/07 20:59:29
Take out the "Dev"/"Canary" bits, which will colla
gone
2016/11/07 21:12:50
I meant to keep Chrome, but to remove the channel.
| |
| 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> | |
| 2709 </messages> | 2726 </messages> |
| 2710 </release> | 2727 </release> |
| 2711 </grit> | 2728 </grit> |
| OLD | NEW |