blob: 47ff2f2503cc0a6dee0c58fefe2023d0ba80cb94 (
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
65
66
67
68
|
# 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/.
### Localization for Developer Tools options
## Default Developer Tools section
# The label for the heading of group of checkboxes corresponding to the developer tools
# added by add-ons. This heading is hidden when there is no developer tool installed by add-ons.
options-select-additional-tools-label = Əlavələr tərəfindən quraşdırılmış Tərtibatçı Alətləri
# The label for the heading of the radiobox corresponding to the theme
options-select-dev-tools-theme-label = Mövzular
## Inspector section
# The heading
options-context-inspector = İnspektor
# The label for the checkbox option to show user agent styles
options-show-user-agent-styles-label = Səyyah Stillərini Göstər
options-show-user-agent-styles-tooltip =
.title = Bunu aktiv etsəniz səyyah tərəfindən yüklənən ön-qurulu stillər göstəriləcək.
## "Default Color Unit" options for the Inspector
options-default-color-unit-hex = Hex
options-default-color-unit-hsl = HSL(A)
options-default-color-unit-rgb = RGB(A)
options-default-color-unit-name = Rəng Adları
## Style Editor section
# The heading
options-styleeditor-label = Stil Redaktoru
## Screenshot section
## Editor section
# The heading
options-sourceeditor-label = Redaktor Nizamlamaları
options-sourceeditor-keybinding-default-label = Standart
## Advanced section
# The heading
options-context-advanced-settings = Təkmilləşmiş tənzimləmələr
# The label for checkbox that toggles JavaScript on or off
options-disable-javascript-label = JavaScript-i söndür *
# The label for checkbox that toggles chrome debugging, i.e. the devtools.chrome.enabled preference
options-enable-chrome-label = Səyyah chrome-u və əlavə sazlama alət qutularını aktivləşdir
# The label for checkbox that toggles remote debugging, i.e. the devtools.debugger.remote-enabled preference
options-enable-remote-label = Uzaq sazlamanı aktivləşdir
# The message shown for settings that trigger page reload
options-context-triggers-page-refresh = * Ancaq bu sessiyada, səhifəni yenidən yükləyir
##
|