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

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

Issue 2751333006: Create the base Custom Context Menu Dialog. (Closed)
Patch Set: Updated tests and header Created 3 years, 9 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 2755 matching lines...) Expand 10 before | Expand all | Expand 10 after
2766 <!-- Custom Context Menu Informations --> 2766 <!-- Custom Context Menu Informations -->
2767 <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."> 2767 <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.">
2768 IMAGE 2768 IMAGE
2769 </message> 2769 </message>
2770 <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."> 2770 <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.">
2771 LINK 2771 LINK
2772 </message> 2772 </message>
2773 <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."> 2773 <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.">
2774 VIDEO 2774 VIDEO
2775 </message> 2775 </message>
2776 <message name="IDS_CONTEXT_MENU_ROW_ICON_DESCRIPTION" desc="The descriptio n of the icon next to an item in a context menu. For example 'Open In New Tab Ic on' or 'Download Image icon.' This is used for a the description of the icon for accessability purposes.">
2777 <ph name="MENU_ITEM">%1$s<ex>Open in new tab</ex></ph> icon
2778 </message>
2779 <message name="IDS_CONTEXT_MENU_ROW_SHARE_ICON_DESCRIPTION" desc="The desc ription of the icon next to the share menu item within a context menu.">
2780 An icon that represents the most recently used app when sharing in Chrom e.
2781 </message>
2782 <message name="IDS_CONTEXT_MENU_HEADER_IMAGE_DEFAULT_DESC_TEXT" desc="The image shown before a thumbnail loads within the context menu.">
2783 A thumbnail of the image that was long pressed when accessing the contex t menu.
2784 </message>
2776 </messages> 2785 </messages>
2777 </release> 2786 </release>
2778 </grit> 2787 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698