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

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

Issue 2834453007: Download Home : Remove drawer UI (Closed)
Patch Set: comments 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 1961 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 <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."> 1972 <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.">
1973 <ph name="kilobytes">%1$3.2f<ex>0.3</ex></ph> KB downloaded 1973 <ph name="kilobytes">%1$3.2f<ex>0.3</ex></ph> KB downloaded
1974 </message> 1974 </message>
1975 <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."> 1975 <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.">
1976 <ph name="megabytes">%1$3.2f<ex>0.3</ex></ph> MB downloaded 1976 <ph name="megabytes">%1$3.2f<ex>0.3</ex></ph> MB downloaded
1977 </message> 1977 </message>
1978 <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."> 1978 <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.">
1979 <ph name="gigabytes">%1$3.2f<ex>0.3</ex></ph> GB downloaded 1979 <ph name="gigabytes">%1$3.2f<ex>0.3</ex></ph> GB downloaded
1980 </message> 1980 </message>
1981 <message name="IDS_DOWNLOAD_MANAGER_UI_ALL_DOWNLOADS" desc="Indicates that clicking on this button shows all of your downloads."> 1981 <message name="IDS_DOWNLOAD_MANAGER_UI_ALL_DOWNLOADS" desc="Indicates that clicking on this button shows all of your downloads.">
1982 All downloads 1982 All
1983 </message> 1983 </message>
1984 <message name="IDS_DOWNLOAD_MANAGER_UI_PAGES" desc="Indicates that clickin g on this button shows only offline pages."> 1984 <message name="IDS_DOWNLOAD_MANAGER_UI_PAGES" desc="Indicates that clickin g on this button shows only offline pages.">
1985 Pages 1985 Pages
1986 </message> 1986 </message>
1987 <message name="IDS_DOWNLOAD_MANAGER_UI_VIDEO" desc="Indicates that clickin g on this button shows only downloaded videos."> 1987 <message name="IDS_DOWNLOAD_MANAGER_UI_VIDEO" desc="Indicates that clickin g on this button shows only downloaded videos.">
1988 Video 1988 Video
1989 </message> 1989 </message>
1990 <message name="IDS_DOWNLOAD_MANAGER_UI_AUDIO" desc="Indicates that clickin g on this button shows only downloaded audio files."> 1990 <message name="IDS_DOWNLOAD_MANAGER_UI_AUDIO" desc="Indicates that clickin g on this button shows only downloaded audio files.">
1991 Audio 1991 Audio
1992 </message> 1992 </message>
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
2932 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 2932 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
2933 </message> 2933 </message>
2934 2934
2935 <!-- Launcher Shortcuts --> 2935 <!-- Launcher Shortcuts -->
2936 <message name="IDS_DISABLED_INCOGNITO_LAUNCHER_SHORTCUT_MESSAGE" desc="Tex t for a toast displayed prompting the user to remove the disabled 'New incognito tab' app shortcut and recreate it."> 2936 <message name="IDS_DISABLED_INCOGNITO_LAUNCHER_SHORTCUT_MESSAGE" desc="Tex t for a toast displayed prompting the user to remove the disabled 'New incognito tab' app shortcut and recreate it.">
2937 Remove and recreate this shortcut 2937 Remove and recreate this shortcut
2938 </message> 2938 </message>
2939 </messages> 2939 </messages>
2940 </release> 2940 </release>
2941 </grit> 2941 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698