blob: 78cae52ae216377833bd74c31573e033cc7f14d8 (
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
|
# 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/.
app-manager-window2 =
.title = अनुप्रयोग विवरण
.style = min-width: 30em; min-height: 20em;
app-manager-remove =
.label = हटाएँ
.accesskey = R
# Variables:
# $type (String) - the URI scheme of the link (e.g. mailto:)
app-manager-handle-protocol = निम्नलिखित अनुप्रयोग { $type } कड़ी को नियंत्रित करने के लिए प्रयोग किया जा सकता है.
# Variables:
# $type (String) - the MIME type (e.g. application/binary)
app-manager-handle-file = निम्नलिखित अनुप्रयोग { $type } सामग्री को नियंत्रित करने के लिए प्रयोग किया जा सकता है.
## These strings are followed, on a new line,
## by the URL or path of the application.
app-manager-web-app-info = यह वेब अनुप्रयोग यहाँ होस्ट किया है:
app-manager-local-app-info = यह अनुप्रयोग यहाँ अवस्थित है:
|