Import translations from android-l10n
[gecko.git] / mobile / android / android-components / components / feature / downloads / src / main / res / values-am / strings.xml
blob3fb72a4502869b236c8d05c1a5ed68dcb3360d04
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3     <!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels -->
4     <string name="mozac_feature_downloads_notification_channel">የወረዱ</string>
6     <!-- Text shown on the second row of a paused download notification. -->
7     <string name="mozac_feature_downloads_paused_notification_text">ማውረድ ባለበት ቆሟል</string>
8     <!-- Text shown on the second row of an completed download notification. The filename is shown on the first row. -->
9     <string name="mozac_feature_downloads_completed_notification_text2">ማውረድ ተጠናቅቋል</string>
10     <!-- Text shown on the second row of an failed download notification. The filename is shown on the first row. -->
11     <string name="mozac_feature_downloads_failed_notification_text2">ማውረድ አልተሳካም</string>
13     <!-- Alert dialog confirmation before download a file, this is the title. %1$s will be replaced with the name of the file. -->
14     <string name="mozac_feature_downloads_dialog_title2">(%1$s)ን አውርድ </string>
15     <!-- Alert dialog confirmation before download a file, this is the positive action. -->
16     <string name="mozac_feature_downloads_dialog_download">አውርድ</string>
17     <!-- Alert dialog confirmation before download a file, this is the negative action. -->
18     <string name="mozac_feature_downloads_dialog_cancel">ተወው</string>
20     <!-- Error shown when the user is trying to download a invalid file. %1$s will be replaced with the name of the app. -->
21     <string name="mozac_feature_downloads_file_not_supported2">%1$s ይህን የፋይል አይነት ማውረድ አይችልም</string>
23     <!-- Message that appears when the downloaded file could not be opened-->
24     <string name="mozac_feature_downloads_could_not_open_file">ፋይል መክፈት አልተቻለም</string>
26     <!-- Message that appears when the downloaded file is a specific type that Android doesn't support opening-->
27     <string name="mozac_feature_downloads_open_not_supported1">%1$s ፋይሎችን የሚከፍት ምንም መተግበሪያ አልተገኘም</string>
29     <!-- Button that pauses the download when pressed -->
30     <string name="mozac_feature_downloads_button_pause">ባለበት አቁም</string>
31     <!-- Button that resumes the download when pressed -->
32     <string name="mozac_feature_downloads_button_resume">ካቆመበት ቀጥል</string>
33     <!-- Button that cancels the download when pressed -->
34     <string name="mozac_feature_downloads_button_cancel">ተወው</string>
35     <!-- Button that opens the downloaded file when pressed -->
36     <string name="mozac_feature_downloads_button_open">ክፈት</string>
37     <!-- Button that restarts the download after a failed attempt -->
38     <string name="mozac_feature_downloads_button_try_again">እንደገና ሞክር</string>
40     <!-- Content description for close button -->
41     <string name="mozac_feature_downloads_button_close">ዝጋ</string>
43     <!-- Title for the third party download app chooser dialog -->
44     <string name="mozac_feature_downloads_third_party_app_chooser_dialog_title">በመጠቀም አከናውን</string>
45     <!-- Message that appears when trying to download with an external app fails. %1$s will be replaced with the name the external app. -->--&gt;
46     <string name="mozac_feature_downloads_unable_to_open_third_party_app">%1$sን መክፈት አልተቻለም</string>
47     <!-- Text for the info dialog when write to storage permissions have been denied but user tries to download a file. -->
48     <string name="mozac_feature_downloads_write_external_storage_permissions_needed_message">ፋይሎችን ለማውረድ የፋይሎች እና የሚዲያ መዳረሻ ፍቃድ ያስፈልጋል። ወደ አንድሮይድ ቅንብሮች ይሂዱ፣ ፈቃዶችን ይንኩ እና ፍቀድን ይንኩ።</string>
50     <!-- Alert dialog confirmation before cancelling downloads, this is the title   -->
51     <string name="mozac_feature_downloads_cancel_active_downloads_warning_content_title">የግል ውርዶች ይሰረዙ?</string>
52     <!-- Alert dialog confirmation before cancelling private downloads, this is the body. %1$s will be replaced with the name of the file. -->
53     <string name="mozac_feature_downloads_cancel_active_private_downloads_warning_content_body">ሁሉንም የግል ትሮችን አሁን ከዘጉ፣ %1$sን ማውረድ ይሰረዛል። እርግጠኛ ነዎት ከግል አሰሳ መውጣት ይፈልጋሉ?</string>
54     <!-- Alert dialog confirmation before cancelling downloads, this is the positive action. -->
55     <string name="mozac_feature_downloads_cancel_active_downloads_accept">ማውረዶችን አቋርጥ </string>
56     <!-- Alert dialog confirmation before cancelling downloads, this is the negative action. Leaves user in Private browsing -->
57     <string name="mozac_feature_downloads_cancel_active_private_downloads_deny">በግል አሰሳ ውስጥ ይቆዩ</string>
58 </resources>