blob: 268e86a18b1dec82aca2b38be3d70b24fad982be (
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
52
53
54
55
56
57
58
59
60
61
62
63
64
|
# 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/.
aboutDialog-title =
.title = { -brand-full-name } बद्दल
releaseNotes-link = काय नवीन आहे
update-checkForUpdatesButton =
.label = सुधारणांकरीता तपासणी करा
.accesskey = C
update-updateButton =
.label = { -brand-shorter-name } अद्ययावत करण्यासाठी बंद करून पुन्हा चालू करा
.accesskey = R
update-checkingForUpdates = सुधारणांकरीता तपासणी करत आहे…
update-downloading = <img data-l10n-name="icon"/>सुधारणा डाउनलोड करत आहे — <label data-l10n-name="download-status"/>
update-downloading-message = अपडेट डाउनलोड करत आहे — <label data-l10n-name = "download-status"/>
update-applying = सुधारणा लागू करत आहे…
update-failed = सुधारणा अपयशी. <label data-l10n-name="failed-link">अद्ययावत आवृत्ती डाऊनलोड करा</label>
update-failed-main = सुधारणा अपयशी. <a data-l10n-name="failed-link-main">अद्ययावत आवृत्ती डाऊनलोड करा</a>
update-adminDisabled = प्रणाली प्रशासकाद्वारे सुधारणा बंद केल्या आहेत
update-noUpdatesFound = { -brand-short-name } अद्ययावत आहे
update-otherInstanceHandlingUpdates = { -brand-short-name } यावेळी वेगळ्या ठिकाणाहून सुधारित होत आहे
update-manual = सुधारणा येथे उपलब्ध आहेत <label data-l10n-name="manual-link"/>
update-unsupported = आपण या सिस्टीमवर आणखी सुधारणा करू शकत नाही. <label data-l10n-name="unsupported-link">अधिक जाणा</label>
update-restarting = पुनःसुरु होत आहे…
channel-description = आपण सध्या <label data-l10n-name="current-channel"></label> सुधारणा वाहिनीवर आहात.
warningDesc-version = { -brand-short-name } प्रायोगिक आहे व अस्थिर असू शकते.
aboutdialog-help-user = { -brand-product-name } मदत
aboutdialog-submit-feedback = अभिप्राय सादर करा
community-exp = <label data-l10n-name="community-exp-mozillaLink">{ -vendor-short-name }</label> आहे <label data-l10n-name="community-exp-creditsLink">जागतिक समुदाय</label> सर्वांसाठी वेब ओपन, सार्वजनिक व उपलब्ध करण्यासाठी एकत्र कार्यरत आहोत.
community-2 = { -brand-short-name } ची रचना<label data-l10n-name="community-mozillaLink">{ -vendor-short-name }</label>, एक <label data-l10n-name="community-creditsLink">जागतिक समुदाय</label> सर्वांसाठी वेब ओपन, सार्वजनिक व उपलब्ध करण्यासाठी एकत्र कार्यरत आहोत.
helpus = मदत करू इच्छिता?<label data-l10n-name="helpus-donateLink">देणगी द्या</label> किंवा <label data-l10n-name="helpus-getInvolvedLink">सामील व्हा!</label>
bottomLinks-license = परवाना माहिती
bottomLinks-rights = वापरकर्त्याचे अधिकार
bottomLinks-privacy = गोपनीयता धोरण
# Example of resulting string: 66.0.1 (64-bit)
# Variables:
# $version (String): version of Firefox, e.g. 66.0.1
# $bits (Number): bits of the architecture (32 or 64)
aboutDialog-version = { $version } ({ $bits } -बिट)
# Example of resulting string: 66.0a1 (2019-01-16) (64-bit)
# Variables:
# $version (String): version of Firefox for Nightly builds, e.g. 66.0a1
# $isodate (String): date in ISO format, e.g. 2019-01-16
# $bits (Number): bits of the architecture (32 or 64)
aboutDialog-version-nightly = { $version } ({ $isodate }) ({ $bits } -बिट)
|