blob: 19828ba587fd3a0cda5d808735cd83cc78b8f262 (
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
|
# 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 NOTE (state.current.allowed,
# state.current.allowedForSession,
# state.current.allowedTemporarily,
# state.current.blockedTemporarily,
# state.current.blocked,
# state.current.hide):
# This label is used to display active permission states in the site
# identity popup (which does not have a lot of screen space).
state.current.allowed = Разрешено
state.current.allowedForSession = Разрешено за сесията
state.current.allowedTemporarily = Временно разрешено
state.current.blockedTemporarily = Временно забранено
state.current.blocked = Забранено
state.current.prompt = Винаги да пита
# LOCALIZATION NOTE (state.multichoice.alwaysAsk,
# state.multichoice.allow,
# state.multichoice.allowForSession,
# state.multichoice.block):
# Used to label permission state checkboxes in the page info dialog.
state.multichoice.alwaysAsk = Винаги да пита
state.multichoice.allow = Разрешаване
state.multichoice.allowForSession = Разрешаване за сесията
state.multichoice.block = Забраняване
state.multichoice.autoplayblock = Без звук
state.multichoice.autoplayblockall = Без звук и видео
state.multichoice.autoplayallow = Разрешаване на звук и видео
permission.autoplay.label = Автоматично възпроизвеждане
permission.cookie.label = Запазване на бисквитки
permission.desktop-notification3.label = Изпращане на ивестия
permission.camera.label = Използване на камерата
permission.microphone.label = Използване на микрофона
permission.screen.label = Споделяне на екрана
permission.install.label = Инсталиране на добавки
permission.popup.label = Отваряне на изскачащи прозорци
permission.geo.label = Достъп до местоположението
permission.xr.label = Достъп до устройства за виртуална реалност
permission.shortcuts.label = Замяна на клавишни комбинации
permission.focus-tab-by-prompt.label = Превключване към раздела
permission.persistent-storage.label = Използване на хранилището за постоянни данни
permission.canvas.label = Достъп до елемента на canvas
permission.midi.label = Достъп устройства MIDI
permission.midi-sysex.label = Достъп до устройства MIDI с поддръжка на SysEx
|