Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2841193002: Implement privacy disclosure for an unbound webapk. (Closed)
Patch Set: Implement privacy disclosure for an unbound webapk. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2835 matching lines...) Expand 10 before | Expand all | Expand 10 after
2846 <!-- Item Chooser UI strings --> 2846 <!-- Item Chooser UI strings -->
2847 <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."> 2847 <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.">
2848 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2848 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2849 </message> 2849 </message>
2850 2850
2851 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2851 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2852 Open app 2852 Open app
2853 </message> 2853 </message>
2854 2854
2855 <!-- WebAPK related strings --> 2855 <!-- WebAPK related strings -->
2856 <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."> 2856 <message name="IDS_WEBAPK_DISCLOSURE_NOTIFICATION" desc="Message on the no tification that indicates a WebApk may use Chrome data.">
awdf 2017/05/02 12:33:35 are these 3 strings now unused then?
pkotwicz 2017/05/02 17:03:09 Yes these strings are now unused. Yaron can you pl
2857 Improved Add to Home screen Experiment 2857 This app may share information with your browser, like cookies or login credentials.
2858 </message>
2859
2860 <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">
2861 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.
2862 </message>
2863
2864 <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.">
2865 Settings
2866 </message> 2858 </message>
2867 2859
2868 <!-- Keyboard shortcuts in Android N--> 2860 <!-- Keyboard shortcuts in Android N-->
2869 <message name="IDS_KEYBOARD_SHORTCUT_OPEN_NEW_TAB" desc="A text label that appears next to the keyboard shortcut to open a new tab in Chrome. The shortcut description is shown in a system dialog along with all other supported shortcut s. [CHAR-LIMIT=55]"> 2861 <message name="IDS_KEYBOARD_SHORTCUT_OPEN_NEW_TAB" desc="A text label that appears next to the keyboard shortcut to open a new tab in Chrome. The shortcut description is shown in a system dialog along with all other supported shortcut s. [CHAR-LIMIT=55]">
2870 Open a new tab 2862 Open a new tab
2871 </message> 2863 </message>
2872 <message name="IDS_KEYBOARD_SHORTCUT_REOPEN_NEW_TAB" desc="A text label th at appears next to the keyboard shortcut for reopening the last tab in the chrom e app. The shortcut description is shown in a system dialog along with all other supported shortcuts. [CHAR-LIMIT=55]"> 2864 <message name="IDS_KEYBOARD_SHORTCUT_REOPEN_NEW_TAB" desc="A text label th at appears next to the keyboard shortcut for reopening the last tab in the chrom e app. The shortcut description is shown in a system dialog along with all other supported shortcuts. [CHAR-LIMIT=55]">
2873 Reopen the last closed tab 2865 Reopen the last closed tab
2874 </message> 2866 </message>
2875 <message name="IDS_KEYBOARD_SHORTCUT_NEW_INCOGNITO_TAB" desc="A text label that appears next to a keyboard shortcut to open a new tab in incognito mode in Chrome. The shortcut description is shown in a system dialog along with all oth er supported shortcuts. [CHAR-LIMIT=55]"> 2867 <message name="IDS_KEYBOARD_SHORTCUT_NEW_INCOGNITO_TAB" desc="A text label that appears next to a keyboard shortcut to open a new tab in incognito mode in Chrome. The shortcut description is shown in a system dialog along with all oth er supported shortcuts. [CHAR-LIMIT=55]">
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
2979 Remove and recreate this shortcut 2971 Remove and recreate this shortcut
2980 </message> 2972 </message>
2981 2973
2982 <!-- Chrome Home --> 2974 <!-- Chrome Home -->
2983 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content."> 2975 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content.">
2984 Pull up to see bookmarks and more 2976 Pull up to see bookmarks and more
2985 </message> 2977 </message>
2986 </messages> 2978 </messages>
2987 </release> 2979 </release>
2988 </grit> 2980 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698