strings.xml (1877B)
1 <?xml version="1.0" encoding="utf-8"?> 2 3 <!-- 4 This Source Code Form is subject to the terms of the Mozilla Public 5 License, v. 2.0. If a copy of the MPL was not distributed with this 6 file, You can obtain one at http://mozilla.org/MPL/2.0/. 7 --> 8 9 <resources> 10 <!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels --> 11 <string name="mozac_feature_downloads_notification_channel">Agamen</string> 12 <!-- Text shown on the second row of a paused download notification. --> 13 <string name="mozac_feature_downloads_paused_notification_text">Agam ibedden</string> 14 <!-- Alert dialog confirmation before download a file, this is the positive action. --> 15 <string name="mozac_feature_downloads_dialog_download">Agem</string> 16 <!-- Error shown when the user is trying to download a invalid file. %1$s will be replaced with the name of the app. --> 17 <string name="mozac_feature_downloads_file_not_supported2">ur izmir %1$s ad d-yagem anaw n ufaylu-a</string> 18 <!-- Message that appears when the downloaded file could not be opened. --> 19 <string name="mozac_feature_downloads_could_not_open_file">Ur izmir ad irẓem afaylu</string> 20 <!-- Button that opens the downloaded file when pressed. --> 21 <string name="mozac_feature_downloads_button_open">Rẓem</string> 22 <!-- Button that restarts the download after a failed attempt. --> 23 <string name="mozac_feature_downloads_button_try_again">Arm daɣ</string> 24 <!-- Content description for close button --> 25 <string name="mozac_feature_downloads_button_close">Mḍel</string> 26 <!-- Message that appears when trying to download with an external app fails. %1$s will be replaced with the name the external app. --> 27 <string name="mozac_feature_downloads_unable_to_open_third_party_app">Ur izmir ad irẓem %1$s</string> 28 </resources>