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

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

Issue 2841193002: Implement privacy disclosure for an unbound webapk. (Closed)
Patch Set: nit Created 3 years, 6 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 2886 matching lines...) Expand 10 before | Expand all | Expand 10 after
2897 <!-- Item Chooser UI strings --> 2897 <!-- Item Chooser UI strings -->
2898 <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."> 2898 <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.">
2899 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2899 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2900 </message> 2900 </message>
2901 2901
2902 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2902 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2903 Open app 2903 Open app
2904 </message> 2904 </message>
2905 2905
2906 <!-- WebAPK related strings --> 2906 <!-- WebAPK related strings -->
2907 <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."> 2907 <message name="IDS_WEBAPK_RUNNING_IN_CHROME_DISCLOSURE" desc="Message on t he notification that indicates a WebApk may use Chrome data.">
2908 Improved Add to Home screen Experiment 2908 <ph name="APP_NAME">%1$s<ex>YouTube</ex></ph> is running in Chrome.
2909 </message>
2910
2911 <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">
2912 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.
2913 </message>
2914
2915 <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.">
2916 Settings
2917 </message> 2909 </message>
2918 2910
2919 <!-- Keyboard shortcuts in Android N--> 2911 <!-- Keyboard shortcuts in Android N-->
2920 <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]"> 2912 <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]">
2921 Open a new tab 2913 Open a new tab
2922 </message> 2914 </message>
2923 <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]"> 2915 <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]">
2924 Reopen the last closed tab 2916 Reopen the last closed tab
2925 </message> 2917 </message>
2926 <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]"> 2918 <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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
3074 </message> 3066 </message>
3075 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected."> 3067 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected.">
3076 History tab selected 3068 History tab selected
3077 </message> 3069 </message>
3078 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected."> 3070 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected.">
3079 Home tab selected 3071 Home tab selected
3080 </message> 3072 </message>
3081 </messages> 3073 </messages>
3082 </release> 3074 </release>
3083 </grit> 3075 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappDataStorage.java ('k') | chrome/android/java_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698