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

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

Issue 2270233003: [Android] Implement empty view for download manager ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add copyright to the xml drawable Created 4 years, 4 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 1783 matching lines...) Expand 10 before | Expand all | Expand 10 after
1794 </message> 1794 </message>
1795 <message name="IDS_DOWNLOAD_MANAGER_UI_OTHER" desc="Indicates that clickin g on this button shows any downloads that don't fit in the other categories."> 1795 <message name="IDS_DOWNLOAD_MANAGER_UI_OTHER" desc="Indicates that clickin g on this button shows any downloads that don't fit in the other categories.">
1796 Other 1796 Other
1797 </message> 1797 </message>
1798 <message name="IDS_DOWNLOAD_PAGE" desc="Download this page."> 1798 <message name="IDS_DOWNLOAD_PAGE" desc="Download this page.">
1799 Download page 1799 Download page
1800 </message> 1800 </message>
1801 <message name="IDS_DOWNLOAD_MANAGER_UI_DELETED" desc="Indicates that a dow nloaded file has been deleted."> 1801 <message name="IDS_DOWNLOAD_MANAGER_UI_DELETED" desc="Indicates that a dow nloaded file has been deleted.">
1802 Deleted 1802 Deleted
1803 </message> 1803 </message>
1804 <message name="IDS_DOWNLOAD_MANAGER_UI_EMPTY" desc="Indicates that there a re no downloaded items.">
1805 No downloads here
1806 </message>
1804 1807
1805 <!-- Document mode messages --> 1808 <!-- Document mode messages -->
1806 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode"> 1809 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode">
1807 Close all incognito tabs 1810 Close all incognito tabs
1808 </message> 1811 </message>
1809 1812
1810 <!-- Autofill/Wallet integration prompt --> 1813 <!-- Autofill/Wallet integration prompt -->
1811 <message name="IDS_CARD_UNMASK_INPUT_HINT" desc="Hint text for an input fi eld containing the user's credit card CVC (card verification code)."> 1814 <message name="IDS_CARD_UNMASK_INPUT_HINT" desc="Hint text for an input fi eld containing the user's credit card CVC (card verification code).">
1812 CVC 1815 CVC
1813 </message> 1816 </message>
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
2605 Tap this button for quick access to your tabs. 2608 Tap this button for quick access to your tabs.
2606 </message> 2609 </message>
2607 2610
2608 <!-- Item Chooser UI strings --> 2611 <!-- Item Chooser UI strings -->
2609 <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."> 2612 <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.">
2610 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2613 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2611 </message> 2614 </message>
2612 </messages> 2615 </messages>
2613 </release> 2616 </release>
2614 </grit> 2617 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698