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

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

Issue 2464473002: [Download Home] Make the space display usable (Closed)
Patch Set: Added javadoc Created 4 years, 1 month 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 1731 matching lines...) Expand 10 before | Expand all | Expand 10 after
1742 </message> 1742 </message>
1743 <message name="IDS_OMA_DOWNLOAD_TYPE_LABEL" desc="A text label to display the MIME tyoe of the OMA download."> 1743 <message name="IDS_OMA_DOWNLOAD_TYPE_LABEL" desc="A text label to display the MIME tyoe of the OMA download.">
1744 Type: 1744 Type:
1745 </message> 1745 </message>
1746 <message name="IDS_OMA_DOWNLOAD_DESCRIPTION_LABEL" desc="A text label to d isplay the description of the OMA download."> 1746 <message name="IDS_OMA_DOWNLOAD_DESCRIPTION_LABEL" desc="A text label to d isplay the description of the OMA download.">
1747 Description: 1747 Description:
1748 </message> 1748 </message>
1749 <message name="IDS_OPEN_DOWNLOADED_LABEL" desc="A text label on the snackb ar widget to open the downloaded file."> 1749 <message name="IDS_OPEN_DOWNLOADED_LABEL" desc="A text label on the snackb ar widget to open the downloaded file.">
1750 Open 1750 Open
1751 </message> 1751 </message>
1752 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_AVAILABLE_KB" desc="String in dicating how much storage is available on the device, in kilobytes."> 1752 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_FREE_KB" desc="String indicat ing how much storage is available to use on the device, in kilobytes.">
1753 <ph name="kilobytes">%1$3.2f<ex>12.5</ex></ph> KB available 1753 <ph name="kilobytes">%1$3.2f<ex>12.5</ex></ph> KB available
1754 </message> 1754 </message>
1755 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_AVAILABLE_MB" desc="String in dicating how much storage is available on the device, in megabytes."> 1755 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_FREE_MB" desc="String indicat ing how much storage is available to use on the device, in megabytes.">
1756 <ph name="megabytes">%1$3.2f<ex>12.5</ex></ph> MB available 1756 <ph name="megabytes">%1$3.2f<ex>12.5</ex></ph> MB available
1757 </message> 1757 </message>
1758 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_AVAILABLE_GB" desc="String in dicating how much storage is available on the device, in gigabytes."> 1758 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_FREE_GB" desc="String indicat ing how much storage is available to use on the device, in gigabytes.">
1759 <ph name="gigabytes">%1$3.2f<ex>12.5</ex></ph> GB available 1759 <ph name="gigabytes">%1$3.2f<ex>12.5</ex></ph> GB available
1760 </message> 1760 </message>
1761 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_OTHER_KB" desc="String indica ting that some amount of storage space on the device has been used by other apps , in kilobytes.">
1762 <ph name="kilobytes">%1$3.2f<ex>0.3</ex></ph> KB other apps
1763 </message>
1764 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_OTHER_MB" desc="String indica ting that some amount of storage space on the device has been used by other apps , in megabytes.">
1765 <ph name="megabytes">%1$3.2f<ex>0.3</ex></ph> MB other apps
1766 </message>
1767 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_OTHER_GB" desc="String indica ting that some amount of storage space on the device has been used by other apps , in gigabytes.">
1768 <ph name="gigabytes">%1$3.2f<ex>0.3</ex></ph> GB other apps
1769 </message>
1761 <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."> 1770 <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.">
1762 <ph name="kilobytes">%1$3.2f<ex>0.3</ex></ph> KB used 1771 <ph name="kilobytes">%1$3.2f<ex>0.3</ex></ph> KB downloaded
1763 </message> 1772 </message>
1764 <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."> 1773 <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.">
1765 <ph name="megabytes">%1$3.2f<ex>0.3</ex></ph> MB used 1774 <ph name="megabytes">%1$3.2f<ex>0.3</ex></ph> MB downloaded
1766 </message> 1775 </message>
1767 <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."> 1776 <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.">
1768 <ph name="gigabytes">%1$3.2f<ex>0.3</ex></ph> GB used 1777 <ph name="gigabytes">%1$3.2f<ex>0.3</ex></ph> GB downloaded
1769 </message> 1778 </message>
1770 <message name="IDS_DOWNLOAD_MANAGER_UI_ALL_DOWNLOADS" desc="Indicates that clicking on this button shows all of your downloads."> 1779 <message name="IDS_DOWNLOAD_MANAGER_UI_ALL_DOWNLOADS" desc="Indicates that clicking on this button shows all of your downloads.">
1771 All downloads 1780 All downloads
1772 </message> 1781 </message>
1773 <message name="IDS_DOWNLOAD_MANAGER_UI_PAGES" desc="Indicates that clickin g on this button shows only offline pages."> 1782 <message name="IDS_DOWNLOAD_MANAGER_UI_PAGES" desc="Indicates that clickin g on this button shows only offline pages.">
1774 Pages 1783 Pages
1775 </message> 1784 </message>
1776 <message name="IDS_DOWNLOAD_MANAGER_UI_VIDEO" desc="Indicates that clickin g on this button shows only downloaded videos."> 1785 <message name="IDS_DOWNLOAD_MANAGER_UI_VIDEO" desc="Indicates that clickin g on this button shows only downloaded videos.">
1777 Video 1786 Video
1778 </message> 1787 </message>
(...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
2693 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> 2702 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2694 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2703 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2695 </message> 2704 </message>
2696 2705
2697 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2706 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2698 Open app 2707 Open app
2699 </message> 2708 </message>
2700 </messages> 2709 </messages>
2701 </release> 2710 </release>
2702 </grit> 2711 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698