2
- CookieKeeper - a Mozilla add-on
3
- (c) 2013-2016 Yvon TANGUY
5
- ==================================================================
6
- This Source Code Form is subject to the terms of the Mozilla Public
7
- License, v. 2.0. If a copy of the MPL was not distributed with this
8
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
- ==================================================================
12
<!ENTITY cookiekeeper.title "CookieKeeper">
14
<!ENTITY menu.showcookies.label "Cookies weergeven">
15
<!ENTITY menu.preferences.label "Voorkeuren">
16
<!ENTITY menu.removecookies.label "Alle cookies verwijderen">
17
<!ENTITY menu.permissions.value "Permissies">
19
<!ENTITY button.protectcookie.label "Beschermen">
20
<!ENTITY button.protectcookie.accesskey "s">
21
<!ENTITY button.unprotectcookie.label "Bescherming opheffen">
22
<!ENTITY button.unprotectcookie.accesskey "O">
24
<!-- Notifications -->
25
<!ENTITY warn_moz_pref.label "Huidige voorkeuren van &brandShortName; zijn ingesteld om cookies te verwijderen of te weigeren">
26
<!ENTITY warn_moz_pref.tooltip "Klik om voorkeuren &brandShortName; weer te geven">
29
<!-- Same as places.dtd (bookmark manager in Firefox): -->
30
<!ENTITY mainmenu.tooltiptext "Hoofdmenu">
31
<!ENTITY mainmenu.accesskey "H">
32
<!ENTITY import.label "Importeren…">
33
<!ENTITY import.accesskey "I">
34
<!ENTITY saveprot_list.label "Beschermingslijst opslaan…">
35
<!ENTITY saveprot_list.accesskey "o">
36
<!ENTITY saveperm_list.label "Toestemmingenlijst opslaan…">
37
<!ENTITY saveperm_list.accesskey "m">
38
<!ENTITY exportall.label "Alles exporteren">
39
<!ENTITY exportall.accesskey "E">
40
<!ENTITY exportprot.label "Beschermd exporteren…">
41
<!ENTITY exportprot.accesskey "c">
42
<!ENTITY exportselected.label "Selectie exporteren…">
43
<!ENTITY exportselected.accesskey "S">
44
<!ENTITY preferences.label "Voorkeuren">
45
<!ENTITY preferences.accesskey "V">
46
<!ENTITY menuitem.protBCookies.label "Bladwijzers beschermen">
47
<!ENTITY menuitem.protBCookies.accesskey "b">
50
<!ENTITY col.domain.label "Website">
51
<!ENTITY col.name.label "Cookienaam">
52
<!ENTITY col.path.label "Pad">
53
<!ENTITY col.protected.label "Beschermd">
54
<!ENTITY col.value.label "Inhoud">
55
<!ENTITY col.http.label "Alleen HTTP">
56
<!ENTITY col.secure.label "Beveiligd">
57
<!ENTITY col.session.label "Sessie">
58
<!ENTITY col.expires.label "Vervaldatum">
59
<!ENTITY col.creation.label "Aanmaakdatum">
60
<!ENTITY col.lastaccessed.label "Laatst benaderd">
63
<!ENTITY filter.all.tooltip "Alle cookies weergeven">
64
<!ENTITY filter.protected.tooltip "Alleen beschermde cookies weergeven">
65
<!ENTITY filter.unprotected.tooltip "Alleen niet-beschermde cookies weergeven">
67
<!-- Cookies context menu -->
68
<!ENTITY mpcc.perms "&menu.permissions.value;">
69
<!ENTITY mpcc.perm.default "Standaard">
70
<!ENTITY mpcc.perm.allow "Toestaan">
71
<!ENTITY mpcc.perm.deny "Blokkeren">
72
<!ENTITY mpcc.perm.session "Toestaan voor sessie">
73
<!ENTITY mpcc.delete.label "Verwijderen">
74
<!ENTITY mpcc.delete_and_block.label "Verwijderen en blokkeren">
75
<!-- <!ENTITY mpcc.perm.first "Derden alleen indien bezocht toestaan">
76
<!ENTITY mpcc.perm.third "Derden blokkeren"> -->
77
<!ENTITY mpcc.copy_domain.label "Domein kopiëren">
78
<!ENTITY mpcc.copy_name.label "Naam kopiëren">
79
<!ENTITY mpcc.copy_value.label "Waarde kopiëren">
81
<!-- Partially from Firefox en-US cookies.dtd: -->
82
<!ENTITY cookiesonsystem.label "De volgende cookies zijn op uw computer opgeslagen:">
83
<!ENTITY button.removecookies.label "Cookies verwijderen">
84
<!ENTITY button.removecookie.label "Cookie verwijderen">
85
<!ENTITY button.removecookie.accesskey "w">
86
<!ENTITY button.removeallcookies.label "Alle cookies verwijderen">
87
<!ENTITY button.removeallcookies.accesskey "A">
89
<!ENTITY props.domain.label "Host:">
90
<!ENTITY props.path.label "Pad:">
91
<!ENTITY props.secure.label "Verzenden voor:">
92
<!ENTITY props.expires.label "Verloopt:">
93
<!ENTITY props.protected.label "Beschermd:">
94
<!ENTITY props.name.label "Naam:">
95
<!ENTITY props.value.label "Inhoud:">
96
<!ENTITY props.port.label "Poort:">
97
<!ENTITY props.protocol.label "Protocol:">
98
<!ENTITY props.filesize.label "Bestandsgrootte:">
99
<!ENTITY props.creation_date.label "Aanmaakdatum:">
100
<!ENTITY props.settings.label "Instellingen:">
102
<!ENTITY img.sess_cookie_prot.tooltip "Een sessiecookie beschermen is zinloos.">
104
<!ENTITY window.title "Cookies">
105
<!ENTITY windowClose.key "v">
106
<!ENTITY focusSearch1.key "f">
107
<!ENTITY focusSearch2.key "k">
109
<!ENTITY filter.label "Zoeken:">
110
<!ENTITY filter.accesskey "Z">
112
<!ENTITY button.show_more.tooltip "Meer weergeven">
114
<!ENTITY button.close.label "Sluiten">
115
<!ENTITY button.close.accesskey "l">
117
<!-- Editor button on main window -->
118
<!ENTITY button.edit.label "Bewerken">
119
<!ENTITY button.edit.accesskey "B">
120
<!ENTITY button.view.label "Bekijken">
121
<!ENTITY button.view.accesskey "j">