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

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

Issue 2838833002: 🔍 Introduce default search engine dialog (Closed)
Patch Set: COmments 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 </message> 289 </message>
290 <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." > 290 <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." >
291 Location is allowed 291 Location is allowed
292 </message> 292 </message>
293 <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." > 293 <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." >
294 Location is blocked 294 Location is blocked
295 </message> 295 </message>
296 <message name="IDS_SEARCH_ENGINE_RECENTLY_VISITED" desc="Header for the li st of recently visited search engines."> 296 <message name="IDS_SEARCH_ENGINE_RECENTLY_VISITED" desc="Header for the li st of recently visited search engines.">
297 Recently visited 297 Recently visited
298 </message> 298 </message>
299 <message name="IDS_SEARCH_ENGINE_DIALOG_TITLE" desc="Title shown in the di alog to change search engines">
300 Choose your search engine
301 </message>
302 <message name="IDS_SEARCH_ENGINE_DIALOG_FOOTER" desc="Title shown in the d ialog to change search engines">
303 You can change this later in Settings
304 </message>
299 305
300 <!-- Autofill and Payments preferences --> 306 <!-- Autofill and Payments preferences -->
301 <message name="IDS_PREFS_AUTOFILL_AND_PAYMENTS" desc="Title of Autofill an d payments settings prefrences. [CHAR-LIMIT=32]"> 307 <message name="IDS_PREFS_AUTOFILL_AND_PAYMENTS" desc="Title of Autofill an d payments settings prefrences. [CHAR-LIMIT=32]">
302 Autofill and payments 308 Autofill and payments
303 </message> 309 </message>
304 <message name="IDS_AUTOFILL_SWITCH" desc="Title for 'Autofill forms' switc h preference, which controls whether personal data can be automatically filled i nto web page forms. [CHAR-LIMIT=32]"> 310 <message name="IDS_AUTOFILL_SWITCH" desc="Title for 'Autofill forms' switc h preference, which controls whether personal data can be automatically filled i nto web page forms. [CHAR-LIMIT=32]">
305 Autofill forms 311 Autofill forms
306 </message> 312 </message>
307 <message name="IDS_AUTOFILL_PROFILES_TITLE" desc="Title of the preference to list profiles (which contain the user's name, address, etc) that can be autom atically filled into web page forms. [CHAR-LIMIT=32]"> 313 <message name="IDS_AUTOFILL_PROFILES_TITLE" desc="Title of the preference to list profiles (which contain the user's name, address, etc) that can be autom atically filled into web page forms. [CHAR-LIMIT=32]">
308 Addresses 314 Addresses
(...skipping 2654 matching lines...) Expand 10 before | Expand all | Expand 10 after
2963 Remove and recreate this shortcut 2969 Remove and recreate this shortcut
2964 </message> 2970 </message>
2965 2971
2966 <!-- Chrome Home --> 2972 <!-- Chrome Home -->
2967 <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."> 2973 <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.">
2968 Pull up to see bookmarks and more 2974 Pull up to see bookmarks and more
2969 </message> 2975 </message>
2970 </messages> 2976 </messages>
2971 </release> 2977 </release>
2972 </grit> 2978 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698