summaryrefslogtreecommitdiffstats
path: root/l10n-mk/toolkit/toolkit/downloads
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-mk/toolkit/toolkit/downloads')
-rw-r--r--l10n-mk/toolkit/toolkit/downloads/downloadUI.ftl51
-rw-r--r--l10n-mk/toolkit/toolkit/downloads/downloadUtils.ftl106
2 files changed, 157 insertions, 0 deletions
diff --git a/l10n-mk/toolkit/toolkit/downloads/downloadUI.ftl b/l10n-mk/toolkit/toolkit/downloads/downloadUI.ftl
new file mode 100644
index 0000000000..61d471b2bc
--- /dev/null
+++ b/l10n-mk/toolkit/toolkit/downloads/downloadUI.ftl
@@ -0,0 +1,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 }“?
diff --git a/l10n-mk/toolkit/toolkit/downloads/downloadUtils.ftl b/l10n-mk/toolkit/toolkit/downloads/downloadUtils.ftl
new file mode 100644
index 0000000000..adac5c1cd3
--- /dev/null
+++ b/l10n-mk/toolkit/toolkit/downloads/downloadUtils.ftl
@@ -0,0 +1,106 @@
+# 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/.
+
+## Variables:
+## $timeValue (number) - Number of units of time
+
+# Short form for seconds
+download-utils-short-seconds =
+ { $timeValue ->
+ [one] с
+ *[other] с
+ }
+# Short form for minutes
+download-utils-short-minutes =
+ { $timeValue ->
+ [one] м
+ *[other] м
+ }
+# Short form for hours
+download-utils-short-hours =
+ { $timeValue ->
+ [one] ч
+ *[other] ч
+ }
+# Short form for days
+download-utils-short-days =
+ { $timeValue ->
+ [one] д
+ *[other] д
+ }
+
+##
+
+# — is the "em dash" (long dash)
+# example: 4 minutes left — 1.1 of 11.1 GB (2.2 MB/sec)
+# Variables:
+# $timeLeft (String): time left.
+# $transfer (String): transfer progress.
+# $rate (String): rate number.
+# $unit (String): rate unit.
+download-utils-status = { $timeLeft } — { $transfer } ({ $rate } { $unit }/сек)
+# If download speed is a JavaScript Infinity value, this phrase is used
+# — is the "em dash" (long dash)
+# example: 4 minutes left — 1.1 of 11.1 GB (Really fast)
+# Variables:
+# $timeLeft (String): time left.
+# $transfer (String): transfer progress.
+download-utils-status-infinite-rate = { $timeLeft } — { $transfer } (Многу брзо)
+# — is the "em dash" (long dash)
+# example: 4 minutes left — 1.1 of 11.1 GB
+# Variables:
+# $timeLeft (String): time left.
+# $transfer (String): transfer progress.
+download-utils-status-no-rate = { $timeLeft } — { $transfer }
+
+download-utils-bytes = бајти
+download-utils-kilobyte = KB
+download-utils-megabyte = MB
+download-utils-gigabyte = GB
+
+# example: 1.1 of 333 MB
+# Variables:
+# $progress (String): progress number.
+# $total (String): total number.
+# $totalUnits (String): total unit.
+download-utils-transfer-same-units = { $progress } од { $total } { $totalUnits }
+# example: 11.1 MB of 3.3 GB
+# Variables:
+# $progress (String): progress number.
+# $progressUnits (String): progress unit.
+# $total (String): total number.
+# $totalUnits (String): total unit.
+download-utils-transfer-diff-units = { $progress } { $progressUnits } од { $total } { $totalUnits }
+# example: 111 KB
+# Variables:
+# $progress (String): progress number.
+# $progressUnits (String): unit.
+download-utils-transfer-no-total = { $progress } { $progressUnits }
+
+# examples: 1m; 11h
+# Variables:
+# $time (String): time number.
+# $unit (String): time unit.
+download-utils-time-pair = { $time }{ $unit }
+# examples: 1m left; 11h left
+# Variables:
+# $time (String): time left, including a unit
+download-utils-time-left-single = { $time } до крај
+# examples: 11h 2m left; 1d 22h left
+# Variables:
+# $time1 (String): time left, including a unit
+# $time2 (String): smaller measure of time left, including a unit
+download-utils-time-left-double = { $time1 } { $time2 } до крај
+download-utils-time-few-seconds = Преостануваат уште неколку секунди
+download-utils-time-unknown = Не знам уште колку време преостанува
+
+# Variables:
+# $scheme (String): URI scheme like data: jar: about:
+download-utils-done-scheme = Ресурс { $scheme }
+# Special case of done-scheme for file:
+# This is used as an eTLD replacement for local files, so make it lower case
+download-utils-done-file-scheme = локална датотека
+
+# Displayed time for files finished yesterday
+download-utils-yesterday = Вчера