blob: 020334b5b5af477ca30e9f2b8ffa8cdf7840a75f (
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
|
# 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 = Dozvoljeno
state.current.allowedForSession = Dozvoljeno za ovu sesiju
state.current.allowedTemporarily = Privremeno dozvoljeno
state.current.blockedTemporarily = Privremeno blokirano
state.current.blocked = Blokirano
state.current.prompt = Uvijek pitaj
# 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 = Uvijek pitaj
state.multichoice.allow = Dozvoli
state.multichoice.allowForSession = Dozvoli za ovu sesiju
state.multichoice.block = Blokiraj
state.multichoice.autoplayblock = Blokiraj zvuk
state.multichoice.autoplayblockall = Blokiraj zvuk i video
state.multichoice.autoplayallow = Dozvoli zvuk i video
permission.autoplay.label = Automatska reprodukcija
permission.cookie.label = Postavi kolačiće
permission.desktop-notification3.label = Šalji obavijesti
permission.camera.label = Koristi kameru
permission.microphone.label = Koristi mikrofon
permission.screen.label = Dijeljenje ekrana
permission.install.label = Instaliraj dodatke
permission.popup.label = Otvori skočne prozore
permission.geo.label = Pristupi tvojoj lokaciji
permission.xr.label = Pristup uređajima virtualne stvarnosti
permission.shortcuts.label = Nadjačaj tipkovničke prečace
permission.focus-tab-by-prompt.label = Prebaci se na ovu karticu
permission.persistent-storage.label = Spremi podatke u trajnom spremištu
permission.canvas.label = Izdvoji podatke platna
permission.midi.label = Pristupite MIDI uređajima
permission.midi-sysex.label = Pristupite MIDI uređajima sa SysEx podrškom
# LOCALIZATION NOTE (permission.open-protocol-handler.label):
# Open as a verb. "This site may open applications".
permission.open-protocol-handler.label = Otvori programe
|