blob: 8a1abccaca8100a515fdb668e45ae6ccbc041fb7 (
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
|
# 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/.
permissions-reminder-window =
.title = Unntak
.style = width: 36em;
window-close-key =
.key = w
website-address-label =
.value = Adressa til nettstaden:
.accesskey = d
block-button =
.label = Blokker
.accesskey = B
allow-session-button =
.label = Tillat for programøkta
.accesskey = T
allow-button =
.label = Tillat
.accesskey = T
treehead-sitename-label =
.label = Nettstad
treehead-status-label =
.label = Status
remove-site-button =
.label = Fjern nettstad
.accesskey = F
remove-all-site-button =
.label = Fjern alle nettstader
.accesskey = a
cancel-button =
.label = Avbryt
.accesskey = A
save-button =
.label = Lagre endringar
.accesskey = L
permission-can-label = Tillat
permission-can-access-first-party-label = Tillat berre fyrsteparts
permission-can-session-label = Tillat for programøkta
permission-cannot-label = Blokker
invalid-uri-message = Skriv inn ei gyldig nettadresse
invalid-uri-title = Ugyldig nettadresse
|