Index: chrome/android/java/strings/android_chrome_strings.grd |
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
index b57514f3c455de95b5a13daa7cf7264611e9a98d..94a3a59eacea140d6a1047cfeb88fbf990d5c1bf 100644 |
--- a/chrome/android/java/strings/android_chrome_strings.grd |
+++ b/chrome/android/java/strings/android_chrome_strings.grd |
@@ -720,6 +720,51 @@ Drag from top to exit. |
<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"> |
Failed to add downloaded item to the download manager. |
</message> |
+ <message name="IDS_CANNOT_CREATE_DOWNLOAD_DIRECTORY_TITLE_product_nosdcard" desc="Message for a dialog informing the user that download directory cannot be created on external storage [CHAR LIMIT=75]"> |
+ Cannot create download directory on USB storage. |
+ </message> |
+ <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]"> |
+ Cannot create download directory on SD card. |
+ </message> |
+ <message name="IDS_CANNOT_DOWNLOAD_HTTP_OR_HTTPS" desc="Toast for a download which cannot begin because the URL is not http or https"> |
+ Can only download http or https URLs |
+ </message> |
+ <message name="IDS_CANNOT_DOWNLOAD_GENERIC" desc="Toast for a generic download failure"> |
+ Failed to start download |
+ </message> |
+ <message name="IDS_DOWNLOAD_PENDING" desc="Message in the list of items which have received download requests telling their status. This message states that the download has not yet begun [CHAR LIMIT=30]"> |
+ Downloading… |
+ </message> |
+ <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."> |
+ Proceed to download the content? |
+ </message> |
+ <message name="IDS_OPEN_URL_POST_OMA_DOWNLOAD" desc="A message within a modal dialog to confirm that the user want to open the url specified in the OMA download descriptor."> |
+ Open the suggested URL specified in the downloaded content? |
+ </message> |
+ <message name="IDS_OMA_DOWNLOAD_INSUFFICIENT_MEMORY" desc="Error message displayed when there are not enough memory to download the OMA DRM content."> |
+ Insufficient memory to download the selected content. |
+ </message> |
+ <message name="IDS_OMA_DOWNLOAD_NON_ACCEPTABLE_CONTENT" desc="Error message displayed when the device cannot open the OMA DRM content."> |
+ Device cannot open the content to be downloaded. |
+ </message> |
+ <message name="IDS_OMA_DOWNLOAD_FAILED" desc="Error message displayed when the device cannot download the OMA request."> |
+ An error occured while downloading the content. |
+ </message> |
+ <message name="IDS_OMA_DOWNLOAD_NAME_LABEL" desc="A text label to display the name of the OMA download."> |
+ Name: |
+ </message> |
+ <message name="IDS_OMA_DOWNLOAD_VENDOR_LABEL" desc="A text label to display the vendor of the OMA download."> |
+ Vendor: |
+ </message> |
+ <message name="IDS_OMA_DOWNLOAD_SIZE_LABEL" desc="A text label to display the size of the OMA download."> |
+ Size: |
+ </message> |
+ <message name="IDS_OMA_DOWNLOAD_TYPE_LABEL" desc="A text label to display the MIME tyoe of the OMA download."> |
+ Type: |
+ </message> |
+ <message name="IDS_OMA_DOWNLOAD_DESCRIPTION_LABEL" desc="A text label to display the description of the OMA download."> |
+ Description: |
+ </message> |
</messages> |
</release> |
</grit> |