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

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

Issue 2777283005: Add an experimental search widget (Closed)
Patch Set: Moved initialize to FinishNativeInitialization Created 3 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 2761 matching lines...) Expand 10 before | Expand all | Expand 10 after
2772 <!-- Custom Context Menu Informations --> 2772 <!-- Custom Context Menu Informations -->
2773 <message name="IDS_CONTEXTMENU_IMAGE_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to the image."> 2773 <message name="IDS_CONTEXTMENU_IMAGE_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to the image.">
2774 IMAGE 2774 IMAGE
2775 </message> 2775 </message>
2776 <message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context me nu tab when the item pressed contains more than one type. This indicates that al l the actions are related to the link."> 2776 <message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context me nu tab when the item pressed contains more than one type. This indicates that al l the actions are related to the link.">
2777 LINK 2777 LINK
2778 </message> 2778 </message>
2779 <message name="IDS_CONTEXTMENU_VIDEO_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to a video."> 2779 <message name="IDS_CONTEXTMENU_VIDEO_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to a video.">
2780 VIDEO 2780 VIDEO
2781 </message> 2781 </message>
2782
2783 <!-- Search Widget strings -->
2784 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc= "Default text for the sear ch widget">
2785 Search
2786 </message>
2787 <message name="IDS_SEARCH_WITH_PRODUCT" desc= "Text for search widget with a search engine name">
2788 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
2789 </message>
2782 </messages> 2790 </messages>
2783 </release> 2791 </release>
2784 </grit> 2792 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698