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

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

Issue 1143313006: Add an activity that allows whitelisted applications to clear all data in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after
2179 </message> 2179 </message>
2180 <message name="IDS_HELP_CONTEXT_DATA_REDUCTION" translateable="false"> 2180 <message name="IDS_HELP_CONTEXT_DATA_REDUCTION" translateable="false">
2181 reduce_data_usage 2181 reduce_data_usage
2182 </message> 2182 </message>
2183 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false "> 2183 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false ">
2184 chrome_incognito 2184 chrome_incognito
2185 </message> 2185 </message>
2186 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2186 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2187 send_crash_report 2187 send_crash_report
2188 </message> 2188 </message>
2189
2190 <!-- Reset data dialog for child account setup -->
2191 <!-- TODO(bauerb): Replace with real strings -->
2192 <message name="IDS_RESET_DATA_DIALOG_TITLE" desc="Title for the dialog tha t asks the user whether they want to reset all data as part of the child account setup flow." translateable="false">
2193 Hodor Hodor?
2194 </message>
2195 <message name="IDS_RESET_DATA_DIALOG_RESET_BUTTON" desc="Title for the but ton to reset all data as part of the child account setup flow." translateable="f alse">
2196 Hodor
2197 </message>
2198 <message name="IDS_RESET_DATA_DIALOG_KEEP_BUTTON" desc="Title for the butt on to keep data as part of the child account setup flow." translateable="false">
2199 Hodor
2200 </message>
2189 </messages> 2201 </messages>
2190 </release> 2202 </release>
2191 </grit> 2203 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698