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

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

Issue 848803002: Upstream DownloadManagerService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add findbugs warnings Created 5 years, 11 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 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 Drag from top to exit. 713 Drag from top to exit.
714 </message> 714 </message>
715 715
716 <!-- Download UI --> 716 <!-- Download UI -->
717 <message name="IDS_DOWNLOAD_NOTIFICATION_FAILED" desc="Download notificati on to be displayed when a download fails."> 717 <message name="IDS_DOWNLOAD_NOTIFICATION_FAILED" desc="Download notificati on to be displayed when a download fails.">
718 Download failed. 718 Download failed.
719 </message> 719 </message>
720 <message name="IDS_CANNOT_ADD_DOWNLOADED_ITEM_TO_MANAGER" desc="Toast for a download which has completed but cannot be added to the download manager"> 720 <message name="IDS_CANNOT_ADD_DOWNLOADED_ITEM_TO_MANAGER" desc="Toast for a download which has completed but cannot be added to the download manager">
721 Failed to add downloaded item to the download manager. 721 Failed to add downloaded item to the download manager.
722 </message> 722 </message>
723 <message name="IDS_CANNOT_CREATE_DOWNLOAD_DIRECTORY_TITLE_product_nosdcard " desc="Message for a dialog informing the user that download directory cannot b e created on external storage [CHAR LIMIT=75]">
724 Cannot create download directory on USB storage.
725 </message>
726 <message name="IDS_CANNOT_CREATE_DOWNLOAD_DIRECTORY_TITLE_product_default" desc="Message for a dialog informing the user that download directory cannot be created on external storage [CHAR LIMIT=75]">
727 Cannot create download directory on SD card.
728 </message>
729 <message name="IDS_CANNOT_DOWNLOAD_HTTP_OR_HTTPS" desc="Toast for a downlo ad which cannot begin because the URL is not http or https">
730 Can only download http or https URLs
731 </message>
732 <message name="IDS_CANNOT_DOWNLOAD_GENERIC" desc="Toast for a generic down load failure">
733 Failed to start download
734 </message>
735 <message name="IDS_DOWNLOAD_PENDING" desc="Message in the list of items wh ich have received download requests telling their status. This message states th at the download has not yet begun [CHAR LIMIT=30]">
736 Downloading…
737 </message>
738 <message name="IDS_PROCEED_OMA_DOWNLOAD_MESSAGE" desc="A message within a modal dialog that confirms the user want to download an OMA DRM file.">
739 Proceed to download the content?
740 </message>
741 <message name="IDS_OPEN_URL_POST_OMA_DOWNLOAD" desc="A message within a mo dal dialog to confirm that the user want to open the url specified in the OMA do wnload descriptor.">
742 Open the suggested URL specified in the downloaded content?
743 </message>
744 <message name="IDS_OMA_DOWNLOAD_INSUFFICIENT_MEMORY" desc="Error message d isplayed when there are not enough memory to download the OMA DRM content.">
745 Insufficient memory to download the selected content.
746 </message>
747 <message name="IDS_OMA_DOWNLOAD_NON_ACCEPTABLE_CONTENT" desc="Error messag e displayed when the device cannot open the OMA DRM content.">
748 Device cannot open the content to be downloaded.
749 </message>
750 <message name="IDS_OMA_DOWNLOAD_FAILED" desc="Error message displayed when the device cannot download the OMA request.">
751 An error occured while downloading the content.
752 </message>
753 <message name="IDS_OMA_DOWNLOAD_NAME_LABEL" desc="A text label to display the name of the OMA download.">
754 Name:
755 </message>
756 <message name="IDS_OMA_DOWNLOAD_VENDOR_LABEL" desc="A text label to displa y the vendor of the OMA download.">
757 Vendor:
758 </message>
759 <message name="IDS_OMA_DOWNLOAD_SIZE_LABEL" desc="A text label to display the size of the OMA download.">
760 Size:
761 </message>
762 <message name="IDS_OMA_DOWNLOAD_TYPE_LABEL" desc="A text label to display the MIME tyoe of the OMA download.">
763 Type:
764 </message>
765 <message name="IDS_OMA_DOWNLOAD_DESCRIPTION_LABEL" desc="A text label to d isplay the description of the OMA download.">
766 Description:
767 </message>
723 </messages> 768 </messages>
724 </release> 769 </release>
725 </grit> 770 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698