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

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

Issue 1880203002: Add Google Activity Controls preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 Advanced 206 Advanced
207 </message> 207 </message>
208 208
209 <!-- Sign-in preference --> 209 <!-- Sign-in preference -->
210 <message name="IDS_SIGN_IN_TO_CHROME" desc="Title for the button to sign i n to Chrome using one's Google account. [CHAR-LIMIT=27]"> 210 <message name="IDS_SIGN_IN_TO_CHROME" desc="Title for the button to sign i n to Chrome using one's Google account. [CHAR-LIMIT=27]">
211 Sign in to Chrome 211 Sign in to Chrome
212 </message> 212 </message>
213 <message name="IDS_SIGN_IN_TO_CHROME_SUMMARY" desc="Summary for the button to sign in to Chrome, explaining benefits of signing in."> 213 <message name="IDS_SIGN_IN_TO_CHROME_SUMMARY" desc="Summary for the button to sign in to Chrome, explaining benefits of signing in.">
214 Sign in to get your bookmarks, history, passwords, and other settings on all your devices 214 Sign in to get your bookmarks, history, passwords, and other settings on all your devices
215 </message> 215 </message>
216 <message name="IDS_SIGN_IN_GOOGLE_ACTIVITY_CONTROLS" desc="Title of Google activity controls preference in signed in accouts settings screen">
217 Google Activity Controls
218 </message>
219 <message name="IDS_SIGN_IN_GOOGLE_ACTIVITY_CONTROLS_MESSAGE" desc="Message of Google activity controls preference in signed in accouts settings screen">
220 Control how Google uses your browsing history to personalize Search and other Google services.
221 </message>
216 222
217 <!-- Search engine preferences --> 223 <!-- Search engine preferences -->
218 <message name="IDS_PREFS_SEARCH_ENGINE" desc="Title for Search Engine pref erences. [CHAR-LIMIT=32]"> 224 <message name="IDS_PREFS_SEARCH_ENGINE" desc="Title for Search Engine pref erences. [CHAR-LIMIT=32]">
219 Search engine 225 Search engine
220 </message> 226 </message>
221 <message name="IDS_SEARCH_ENGINE_LOCATION_ALLOWED" desc="The text of a lin k displayed when location permission for a particular search engine is allowed." > 227 <message name="IDS_SEARCH_ENGINE_LOCATION_ALLOWED" desc="The text of a lin k displayed when location permission for a particular search engine is allowed." >
222 Location is allowed 228 Location is allowed
223 </message> 229 </message>
224 <message name="IDS_SEARCH_ENGINE_LOCATION_BLOCKED" desc="The text of a lin k displayed when location permission for a particular search engine is blocked." > 230 <message name="IDS_SEARCH_ENGINE_LOCATION_BLOCKED" desc="The text of a lin k displayed when location permission for a particular search engine is blocked." >
225 Location is blocked 231 Location is blocked
(...skipping 2122 matching lines...) Expand 10 before | Expand all | Expand 10 after
2348 </message> 2354 </message>
2349 <message name="IDS_PAYMENTS_SUCCESS_MESSAGE" desc="The text that informs t he user that the payment has been verified and charged."> 2355 <message name="IDS_PAYMENTS_SUCCESS_MESSAGE" desc="The text that informs t he user that the payment has been verified and charged.">
2350 Payment processed 2356 Payment processed
2351 </message> 2357 </message>
2352 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the user that there is error in verifying and charging the payment."> 2358 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the user that there is error in verifying and charging the payment.">
2353 Error processing payment 2359 Error processing payment
2354 </message> 2360 </message>
2355 </messages> 2361 </messages>
2356 </release> 2362 </release>
2357 </grit> 2363 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698