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

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

Issue 2874563002: Download home : Added info menu icon (Closed)
Patch Set: Fixed tests 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_SHOW_INFO" desc="The label for a info button to show in fo.">
213 Show Info
214 </message>
215 <message name="IDS_HIDE_INFO" desc="The label for a info button to hide in fo.">
216 Hide Info
217 </message>
212 <message name="IDS_COPY_LINK" desc="The label for a menu item to copy a li nk. [CHAR-LIMIT=30]"> 218 <message name="IDS_COPY_LINK" desc="The label for a menu item to copy a li nk. [CHAR-LIMIT=30]">
213 Copy link 219 Copy link
214 </message> 220 </message>
215 <message name="IDS_COPIED" desc="Notification telling the user that someth ing has been copied to the clipboard."> 221 <message name="IDS_COPIED" desc="Notification telling the user that someth ing has been copied to the clipboard.">
216 Copied 222 Copied
217 </message> 223 </message>
218 <message name="IDS_RETRY" desc="The label for retry button. [CHAR-LIMIT=20 ]"> 224 <message name="IDS_RETRY" desc="The label for retry button. [CHAR-LIMIT=20 ]">
219 Retry 225 Retry
220 </message> 226 </message>
221 227
(...skipping 2775 matching lines...) Expand 10 before | Expand all | Expand 10 after
2997 Remove and recreate this shortcut 3003 Remove and recreate this shortcut
2998 </message> 3004 </message>
2999 3005
3000 <!-- Chrome Home --> 3006 <!-- Chrome Home -->
3001 <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."> 3007 <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.">
3002 Pull up to see bookmarks and more 3008 Pull up to see bookmarks and more
3003 </message> 3009 </message>
3004 </messages> 3010 </messages>
3005 </release> 3011 </release>
3006 </grit> 3012 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698