strings.xml (7484B)
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools"> 6 <!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels --> 7 <string name="mozac_feature_downloads_notification_channel">Downloads</string> 8 <!-- Summary text shown on an in progress download notification. 9 %1$s will be replaced with the estimated time remaining to complete the download. --> 10 <string name="mozac_feature_downloads_time_remaining">in %1$s</string> 11 <!-- Summary text shown on an in progress download notification when the estimated time remaining is unknown. --> 12 <string name="mozac_feature_downloads_time_remaining_unknown">unknown time</string> 13 <!-- Text shown on the second row of a paused download notification. --> 14 <string name="mozac_feature_downloads_paused_notification_text">Download paused</string> 15 <!-- Text shown on the second row of an completed download notification. The filename is shown on the first row. --> 16 <string name="mozac_feature_downloads_completed_notification_text2">Download completed</string> 17 <!-- Text shown on the second row of an failed download notification. The filename is shown on the first row. --> 18 <string name="mozac_feature_downloads_failed_notification_text2">Download failed</string> 19 20 <!-- Alert dialog confirmation before downloading a previously downloaded file, this is the title. 21 %1$s will be replaced with the size of the file. --> 22 <string name="mozac_feature_downloads_again_dialog_title">Download file again? (%1$s)</string> 23 <!-- Alert dialog confirmation before downloading a file, this is the title. 24 %1$s will be replaced with the size of the file. --> 25 <string name="mozac_feature_downloads_dialog_title_3">Download file? (%1$s)</string> 26 <!-- This string is used as the title for the download confirmation dialog when the size of the file is not known. --> 27 <string name="mozac_feature_downloads_dialog_title_with_unknown_size">Download file?</string> 28 <!-- Alert dialog confirmation before downloading a previously downloaded file, this is the title when the size of the file is not known. --> 29 <string name="mozac_feature_downloads_again_dialog_title_with_unknown_size">Download file again?</string> 30 <!-- Alert dialog confirmation before download a file, this is the positive action. --> 31 <string name="mozac_feature_downloads_dialog_download">Download</string> 32 <!-- Alert dialog confirmation before downloading a file again, this is the positive action. --> 33 <string name="mozac_feature_downloads_dialog_download_again">Download again</string> 34 <!-- Alert dialog confirmation before download a file, this is the negative action. --> 35 <string name="mozac_feature_downloads_dialog_cancel">Cancel</string> 36 <!-- Alert dialog confirmation before downloading a previously downloaded file, this is the description. 37 %1$s will be replaced with the name of the file. --> 38 <string name="mozac_feature_downloads_already_exists_dialog_title">%1$s already exists.</string> 39 <!-- Alert dialog confirmation before downloading a previously downloaded file, this is the neutral action that proposes to open the file instead. --> 40 <string name="mozac_feature_downloads_open_existing_file">Open existing file</string> 41 <!-- Alert dialog confirmation before downloading a file without network connection, this is the description. 42 %1$s will be replaced with the name of the file. --> 43 <string name="mozac_feature_downloads_file_failure_no_connection" tools:ignore="UnusedResources">%1$s wasn’t downloaded.</string> 44 <!-- Alert dialog confirmation before downloading a file without network connection, this is the description. --> 45 <string name="mozac_feature_downloads_file_check_connection" tools:ignore="UnusedResources">Check your connection and try again.</string> 46 <!-- Error shown when the user is trying to download a invalid file. %1$s will be replaced with the name of the app. --> 47 <string name="mozac_feature_downloads_file_not_supported2">%1$s can’t download this file type</string> 48 49 <!-- Message that appears when the downloaded file could not be opened. --> 50 <string name="mozac_feature_downloads_could_not_open_file">Could not open file</string> 51 52 <!-- Message that appears when the downloaded file is a specific type (%1$s) that Android doesn't support opening. --> 53 <string name="mozac_feature_downloads_open_not_supported1">No app found to open %1$s files</string> 54 55 <!-- Button that pauses the download when pressed. --> 56 <string name="mozac_feature_downloads_button_pause">Pause</string> 57 <!-- Button that resumes the download when pressed. --> 58 <string name="mozac_feature_downloads_button_resume">Resume</string> 59 <!-- Button that cancels the download when pressed. --> 60 <string name="mozac_feature_downloads_button_cancel">Cancel</string> 61 <!-- Button that opens the downloaded file when pressed. --> 62 <string name="mozac_feature_downloads_button_open">Open</string> 63 <!-- Button that restarts the download after a failed attempt. --> 64 <string name="mozac_feature_downloads_button_try_again">Try Again</string> 65 66 <!-- Content description for close button --> 67 <string name="mozac_feature_downloads_button_close">Close</string> 68 <!-- Title for the third party download app chooser dialog --> 69 <string name="mozac_feature_downloads_third_party_app_chooser_dialog_title">Complete action using</string> 70 <!-- Message that appears when trying to download with an external app fails. %1$s will be replaced with the name the external app. --> 71 <string name="mozac_feature_downloads_unable_to_open_third_party_app">Unable to open %1$s</string> 72 <!-- Text for the info dialog when write to storage permissions have been denied but user tries to download a file. --> 73 <string name="mozac_feature_downloads_write_external_storage_permissions_needed_message">Files and media permission access needed to download files. Go to Android settings, tap permissions, and tap allow.</string> 74 75 <!-- Alert dialog confirmation before cancelling downloads, this is the title --> 76 <string name="mozac_feature_downloads_cancel_active_downloads_warning_content_title">Cancel private downloads?</string> 77 <!-- Alert dialog confirmation before cancelling private downloads, this is the body. %1$s will be replaced with the name of the file. --> 78 <string name="mozac_feature_downloads_cancel_active_private_downloads_warning_content_body">If you close all Private tabs now, %1$s download will be canceled. Are you sure you want to leave Private Browsing?</string> 79 <!-- Alert dialog confirmation before cancelling downloads, this is the positive action. --> 80 <string name="mozac_feature_downloads_cancel_active_downloads_accept">Cancel downloads</string> 81 <!-- Alert dialog confirmation before cancelling downloads, this is the negative action. Leaves user in Private browsing --> 82 <string name="mozac_feature_downloads_cancel_active_private_downloads_deny">Stay in private browsing</string> 83 </resources>