blob: 5f4b7b1492738bac8480a4ddca8eade10a14ee9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
download-ui-confirm-title = Չեղարկե՞լ բոլոր ներբեռնումները:
## Variables:
## $downloadsCount (Number): The current downloads count.
download-ui-confirm-quit-cancel-downloads =
{ $downloadsCount ->
[1] Եթե հիմա փակեք 1 բեռնում կդադարեցվի: Ցանկանու՞մ եք փակել:
*[other] Եթե հիմա փակեք, { $downloadsCount } ներբեռնումները կդադարեցվեն: Ցանկանու՞մ եք փակել:
}
download-ui-confirm-quit-cancel-downloads-mac =
{ $downloadsCount ->
[1] Եթե հիմա դուրս գաք, 1 բեռնում կդադարեցվի. Ու՞զում եք դուրս գալ:
*[other] Եթե հիմա դուրս գաք, { $downloadsCount } ներբեռնումներ կչեղարկվեն: Ցանկանու՞մ եք դուրս գալ:
}
download-ui-dont-quit-button =
{ PLATFORM() ->
[mac] Չփակել
*[other] Չփակել
}
download-ui-confirm-offline-cancel-downloads =
{ $downloadsCount ->
[1] Եթե հիմա կապն անջատեք, 1 բեռնում կդադարեցվի. Ու՞զում էք կապն անջատել:
*[other] Եթե հիմա կապն անջատեք, { $downloadsCount } բեռնավորումներ կդադարեցվեն. Ու՞զում եք կապն անջատել:
}
download-ui-dont-go-offline-button = Կապը չանջատել
download-ui-confirm-leave-private-browsing-windows-cancel-downloads =
{ $downloadsCount ->
[1] Եթե հիմա փակեք Գաղտնի դիտարկման էջը, 1 բեռնում կչեղարկվի: Փակե՞լ:
*[other] Եթե հիմա փակեք Գաղտնի դիտարկման էջը, { $downloadsCount } ներբեռնումներ կչեղարկվեն: Փակե՞լ:
}
download-ui-dont-leave-private-browsing-button = Շարունակել Գաղտնի Դիտարկումը
download-ui-cancel-downloads-ok =
{ $downloadsCount ->
[1] Չեղարկել 1 բեռնում
*[other] Չեղարկել { $downloadsCount } ներբեռնումներ
}
##
download-ui-file-executable-security-warning-title = Բացե՞լ կատարելի ֆայլը:
# Variables:
# $executable (String): The executable file to be opened.
download-ui-file-executable-security-warning = "{ $executable }"-ը գործարկելի ֆայլ է: Կատարելի ֆայլերը կարող են պարունակել վիրուսներ կամ այլ նենգամիտ կոդ, որը կարող է վնասել ձեր համակարգչին: Շրջահայացորեն բացեք այս ֆայլը: Իրոք ցանկանու՞մ եք աշխատացնել "{ $executable }"-ը:
|