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

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

Issue 2874563002: Download home : Added info menu icon (Closed)
Patch Set: Added toggle info to feature list 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 2763 matching lines...) Expand 10 before | Expand all | Expand 10 after
2985 Remove and recreate this shortcut 2991 Remove and recreate this shortcut
2986 </message> 2992 </message>
2987 2993
2988 <!-- Chrome Home --> 2994 <!-- 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."> 2995 <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 2996 Pull up to see bookmarks and more
2991 </message> 2997 </message>
2992 </messages> 2998 </messages>
2993 </release> 2999 </release>
2994 </grit> 3000 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698