blob: 215472b02d742c3b8c8503c6914326726b5b8ab8 (
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
|
# 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/.
title-label = Yan Uygulamalar Hakkında
installed-plugins-label = Kurulu yan uygulamalar
no-plugins-are-installed-label = Yüklenmiş yan uygulama bulunamadı
deprecation-description = Bir şeyler mi eksik? Bazı yan uygulamalar artık desteklenmiyor. <a data-l10n-name="deprecation-link">Daha fazla bilgi alın.</a>
## The information of plugins
##
## Variables:
## $pluginLibraries: the plugin library
## $pluginFullPath: path of the plugin
## $version: version of the plugin
file-dd = <span data-l10n-name="file">Dosya:</span> { $pluginLibraries }
path-dd = <span data-l10n-name="path">Yol:</span> { $pluginFullPath }
version-dd = <span data-l10n-name="version">Sürüm:</span> { $version }
## These strings describe the state of plugins
##
## Variables:
## $blockListState: show some special state of the plugin, such as blocked, outdated
state-dd-enabled = <span data-l10n-name="state">Durum:</span> Etkinleştirildi
state-dd-enabled-block-list-state = <span data-l10n-name="state">Durum:</span> Etkinleştirildi ({ $blockListState })
state-dd-Disabled = <span data-l10n-name="state">Durum:</span> Devre dışı
state-dd-Disabled-block-list-state = <span data-l10n-name="state">Durum:</span> Devre dışı ({ $blockListState })
mime-type-label = MIME türü
description-label = Tanım
suffixes-label = Son ekler
|