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

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

Issue 2874563002: Download home : Added info menu icon (Closed)
Patch Set: 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 </message> 202 </message>
203 <message name="IDS_ADD" desc="Prompt for the user to add something, like a new address. [CHAR-LIMIT=20]"> 203 <message name="IDS_ADD" desc="Prompt for the user to add something, like a new address. [CHAR-LIMIT=20]">
204 Add 204 Add
205 </message> 205 </message>
206 <message name="IDS_SHARE" desc="Content description for a button to share item(s). [CHAR-LIMIT=20]"> 206 <message name="IDS_SHARE" desc="Content description for a button to share item(s). [CHAR-LIMIT=20]">
207 Share 207 Share
208 </message> 208 </message>
209 <message name="IDS_SEARCH" desc="The label for a search button."> 209 <message name="IDS_SEARCH" desc="The label for a search button.">
210 Search 210 Search
211 </message> 211 </message>
212 <message name="IDS_INFO" desc="The label for a info button.">
213 Info
214 </message>
212 <message name="IDS_COPY_LINK" desc="The label for a menu item to copy a li nk. [CHAR-LIMIT=30]"> 215 <message name="IDS_COPY_LINK" desc="The label for a menu item to copy a li nk. [CHAR-LIMIT=30]">
213 Copy link 216 Copy link
214 </message> 217 </message>
215 <message name="IDS_COPIED" desc="Notification telling the user that someth ing has been copied to the clipboard."> 218 <message name="IDS_COPIED" desc="Notification telling the user that someth ing has been copied to the clipboard.">
216 Copied 219 Copied
217 </message> 220 </message>
218 <message name="IDS_RETRY" desc="The label for retry button. [CHAR-LIMIT=20 ]"> 221 <message name="IDS_RETRY" desc="The label for retry button. [CHAR-LIMIT=20 ]">
219 Retry 222 Retry
220 </message> 223 </message>
221 224
(...skipping 2763 matching lines...) Expand 10 before | Expand all | Expand 10 after
2985 Remove and recreate this shortcut 2988 Remove and recreate this shortcut
2986 </message> 2989 </message>
2987 2990
2988 <!-- Chrome Home --> 2991 <!-- Chrome Home -->
2989 <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."> 2992 <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.">
2990 Pull up to see bookmarks and more 2993 Pull up to see bookmarks and more
2991 </message> 2994 </message>
2992 </messages> 2995 </messages>
2993 </release> 2996 </release>
2994 </grit> 2997 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698