summaryrefslogtreecommitdiffstats
path: root/l10n-mk/toolkit/toolkit/about/aboutConfig.ftl
blob: a484df8cfdbed8ec8e99a137406ee0b7f8e979a6 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# 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/.

config-window =
    .title = about:config

## Strings used to display a warning in about:config

# This text should be attention grabbing and playful
config-about-warning-title =
    .value = Ова може да ја поништи вашата гаранција!
config-about-warning-text = Менувањето на основните вредности на овие напредни поставки можат да бидат штетни за стабилноста, безбедноста и перформансите на оваа програма. Продолжете само ако знаете што правите.
config-about-warning-checkbox =
    .label = Прикажи го ова предупредување и следниот пат

config-search-prefs =
    .value = Барај:
    .accesskey = р

config-focus-search =
    .key = r

## These strings are used for column headers

config-pref-column =
    .label = Име на параметар
config-lock-column =
    .label = Статус
config-type-column =
    .label = Тип
config-value-column =
    .label = Вредност

## These strings are used for tooltips

config-pref-column-header =
    .tooltip = Кликнете за да подредите
config-column-chooser =
    .tooltip = Кликнете за да изберете колони за приказ

## These strings are used for the context menu

config-copy-pref =
    .key = C
    .label = Копирај
    .accesskey = К

config-copy-name =
    .label = Копирај го името
    .accesskey = о

config-copy-value =
    .label = Копирај ја вредноста
    .accesskey = в

config-modify =
    .label = Промени
    .accesskey = м

config-toggle =
    .label = Да/Не
    .accesskey = Д

config-reset =
    .label = Ресетирај
    .accesskey = Р

config-new =
    .label = Нов
    .accesskey = Н

config-string =
    .label = Текст
    .accesskey = с

config-integer =
    .label = Цел број
    .accesskey = р

config-boolean =
    .label = да/не
    .accesskey = в

config-default = основен
config-locked = заклучен

config-property-string = текст
config-property-int = цел број
config-property-bool = да/не

config-new-prompt = Внесете го името на параметарот

config-nan-title = Невалидна вредност
config-nan-text = Текстот кој го внесовте не е број.

# Variables:
#   $type (String): type of value (boolean, integer or string)
config-new-title = Нова вредност за { $type }

# Variables:
#   $type (String): type of value (boolean, integer or string)
config-modify-title = Внесете вредност за { $type }