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

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

Issue 2834453007: Download Home : Remove drawer UI (Closed)
Patch Set: tests 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 1985 matching lines...) Expand 10 before | Expand all | Expand 10 after
1996 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_USED_KB" desc="String indicat ing that some amount of storage space on the device has been used by downloads, in kilobytes."> 1996 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_USED_KB" desc="String indicat ing that some amount of storage space on the device has been used by downloads, in kilobytes.">
1997 <ph name="kilobytes">%1$3.2f<ex>0.3</ex></ph> KB downloaded 1997 <ph name="kilobytes">%1$3.2f<ex>0.3</ex></ph> KB downloaded
1998 </message> 1998 </message>
1999 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_USED_MB" desc="String indicat ing that some amount of storage space on the device has been used by downloads, in megabytes."> 1999 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_USED_MB" desc="String indicat ing that some amount of storage space on the device has been used by downloads, in megabytes.">
2000 <ph name="megabytes">%1$3.2f<ex>0.3</ex></ph> MB downloaded 2000 <ph name="megabytes">%1$3.2f<ex>0.3</ex></ph> MB downloaded
2001 </message> 2001 </message>
2002 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_USED_GB" desc="String indicat ing that some amount of storage space on the device has been used by downloads, in gigabytes."> 2002 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_USED_GB" desc="String indicat ing that some amount of storage space on the device has been used by downloads, in gigabytes.">
2003 <ph name="gigabytes">%1$3.2f<ex>0.3</ex></ph> GB downloaded 2003 <ph name="gigabytes">%1$3.2f<ex>0.3</ex></ph> GB downloaded
2004 </message> 2004 </message>
2005 <message name="IDS_DOWNLOAD_MANAGER_UI_ALL_DOWNLOADS" desc="Indicates that clicking on this button shows all of your downloads."> 2005 <message name="IDS_DOWNLOAD_MANAGER_UI_ALL_DOWNLOADS" desc="Indicates that clicking on this button shows all of your downloads.">
2006 All downloads 2006 All
2007 </message> 2007 </message>
2008 <message name="IDS_DOWNLOAD_MANAGER_UI_PAGES" desc="Indicates that clickin g on this button shows only offline pages."> 2008 <message name="IDS_DOWNLOAD_MANAGER_UI_PAGES" desc="Indicates that clickin g on this button shows only offline pages.">
2009 Pages 2009 Pages
2010 </message> 2010 </message>
2011 <message name="IDS_DOWNLOAD_MANAGER_UI_VIDEO" desc="Indicates that clickin g on this button shows only downloaded videos."> 2011 <message name="IDS_DOWNLOAD_MANAGER_UI_VIDEO" desc="Indicates that clickin g on this button shows only downloaded videos.">
2012 Video 2012 Video
2013 </message> 2013 </message>
2014 <message name="IDS_DOWNLOAD_MANAGER_UI_AUDIO" desc="Indicates that clickin g on this button shows only downloaded audio files."> 2014 <message name="IDS_DOWNLOAD_MANAGER_UI_AUDIO" desc="Indicates that clickin g on this button shows only downloaded audio files.">
2015 Audio 2015 Audio
2016 </message> 2016 </message>
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
2960 Remove and recreate this shortcut 2960 Remove and recreate this shortcut
2961 </message> 2961 </message>
2962 2962
2963 <!-- Chrome Home --> 2963 <!-- Chrome Home -->
2964 <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."> 2964 <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.">
2965 Pull up to see bookmarks and more 2965 Pull up to see bookmarks and more
2966 </message> 2966 </message>
2967 </messages> 2967 </messages>
2968 </release> 2968 </release>
2969 </grit> 2969 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698