summaryrefslogtreecommitdiffstats
path: root/l10n-xh/toolkit/toolkit/downloads
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-xh/toolkit/toolkit/downloads')
-rw-r--r--l10n-xh/toolkit/toolkit/downloads/downloadUI.ftl51
-rw-r--r--l10n-xh/toolkit/toolkit/downloads/downloadUtils.ftl106
2 files changed, 157 insertions, 0 deletions
diff --git a/l10n-xh/toolkit/toolkit/downloads/downloadUI.ftl b/l10n-xh/toolkit/toolkit/downloads/downloadUI.ftl
new file mode 100644
index 0000000000..ab2db15187
--- /dev/null
+++ b/l10n-xh/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 = Kurhoxiswe konke okukhutshelwayo?
+
+## Variables:
+## $downloadsCount (Number): The current downloads count.
+
+download-ui-confirm-quit-cancel-downloads =
+ { $downloadsCount ->
+ [1] Ukuba uyaphuma ngoku, kuya kurhoxiswa okukhutshelwayo oku-1. Uqinisekile ukuba ufuna ukuphuma?
+ *[other] Ukuba uphuma ngoku, kuya kurhoxiswa okukhutshelwayo oku-{ $downloadsCount }. Uqinisekile ufuna ukuphuma?
+ }
+download-ui-confirm-quit-cancel-downloads-mac =
+ { $downloadsCount ->
+ [1] Ukuba uphuma ngoku, okukhutshelwayo oku-1 kuya kurhoxiswa. Uqinisekile ufuna ukuphuma?
+ *[other] Ukuba uphuma ngoku, kuya kurhoxiswa okukhutshelwayo oku-{ $downloadsCount }. Uqinisekile ufuna ukuphuma?
+ }
+download-ui-dont-quit-button =
+ { PLATFORM() ->
+ [mac] Musa ukuyeka
+ *[other] Musa ukuphuma
+ }
+
+download-ui-confirm-offline-cancel-downloads =
+ { $downloadsCount ->
+ [1] Ukuba uyaphuma kwinethiwekhi ngoku, okukhutshelwayo oku-1 kuya kurhoxiswa. Uqinisekile ufuna ukuphuma kwinethiwekhi?
+ *[other] Ukuba uyaphuma kwinethiwekhi ngoku, { $downloadsCount } okukhutshelwayo oku-1 kuya kurhoxiswa. Uqinisekile ufuna ukuphuma kwinethiwekhi?
+ }
+download-ui-dont-go-offline-button = Hlala kwinethiwekhi
+
+download-ui-confirm-leave-private-browsing-windows-cancel-downloads =
+ { $downloadsCount ->
+ [1] Ukuba uvala zonke iifestile zokuBhrawuza zaNgasese ngoku, okukhutshelwayo oku-1 kuya kurhoxiswa. Uqinisekile ufuna ukushiya imo yokubhrawuza kwangasese?
+ *[other] Ukuba uvala zonke iifestile zokuBhrawuza zaNgasese ngoku, { $downloadsCount } okukhutshelwayo kuya kurhoxiswa. Uqinisekile ufuna ukushiya imo yokubhrawuza kwangasese?
+ }
+download-ui-dont-leave-private-browsing-button = Hlala kwimo yokuBhrawuza yaNgasese
+
+download-ui-cancel-downloads-ok =
+ { $downloadsCount ->
+ [1] Rhoxisa okukhutshelwayo oku-1
+ *[other] Rhoxisa { $downloadsCount } okukhutshelwayo
+ }
+
+##
+
+download-ui-file-executable-security-warning-title = Uvula ifayile enokusetyenziswa?
+# Variables:
+# $executable (String): The executable file to be opened.
+download-ui-file-executable-security-warning = "{ $executable }" yifayile enokusetyenziswa. Iifayile ezinokusetyenziswa zisenokuba nevayirasi okanye ikhowudi enobungozi enokonakalisa ikhompyutha yakho. Lumka xa uvula le fayile. Uqinisekile ufuna ukumisela "{ $executable }"?
diff --git a/l10n-xh/toolkit/toolkit/downloads/downloadUtils.ftl b/l10n-xh/toolkit/toolkit/downloads/downloadUtils.ftl
new file mode 100644
index 0000000000..79c1544cfb
--- /dev/null
+++ b/l10n-xh/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] s
+ *[other] s
+ }
+# Short form for minutes
+download-utils-short-minutes =
+ { $timeValue ->
+ [one] s
+ *[other] s
+ }
+# Short form for hours
+download-utils-short-hours =
+ { $timeValue ->
+ [one] h
+ *[other] h
+ }
+# Short form for days
+download-utils-short-days =
+ { $timeValue ->
+ [one] d
+ *[other] d
+ }
+
+##
+
+# — 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 }/sec)
+# 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 } (Ikhawuleza ngokwenene)
+# — 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 = iibhayithi
+download-utils-kilobyte = I-KB
+download-utils-megabyte = I-MB
+download-utils-gigabyte = I-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 } ye- { $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 } ye { $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 } eseleyo
+# 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 } eseleyo
+download-utils-time-few-seconds = Imizuzwana embalwa eseleyo
+download-utils-time-unknown = Ixesha eliseleyo elingaziwayo
+
+# Variables:
+# $scheme (String): URI scheme like data: jar: about:
+download-utils-done-scheme = { $scheme } isixhobo sekhompyutha
+# 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 = ifayile yalapha
+
+# Displayed time for files finished yesterday
+download-utils-yesterday = Izolo