summaryrefslogtreecommitdiffstats
path: root/l10n-mr/toolkit/toolkit/downloads
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-mr/toolkit/toolkit/downloads')
-rw-r--r--l10n-mr/toolkit/toolkit/downloads/downloadUI.ftl51
-rw-r--r--l10n-mr/toolkit/toolkit/downloads/downloadUtils.ftl106
2 files changed, 157 insertions, 0 deletions
diff --git a/l10n-mr/toolkit/toolkit/downloads/downloadUI.ftl b/l10n-mr/toolkit/toolkit/downloads/downloadUI.ftl
new file mode 100644
index 0000000000..d6699c4396
--- /dev/null
+++ b/l10n-mr/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-mr/toolkit/toolkit/downloads/downloadUtils.ftl b/l10n-mr/toolkit/toolkit/downloads/downloadUtils.ftl
new file mode 100644
index 0000000000..bb5f65dc2d
--- /dev/null
+++ b/l10n-mr/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] m
+ *[other] m
+ }
+# 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 } (खरंच जलद)
+# — 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 = काल