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
1
<!-- This Source Code Form is subject to the terms of the Mozilla Public
7
2
- 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 "Show cookies">
15
<!ENTITY menu.preferences.label "Preferences">
16
<!ENTITY menu.removecookies.label "Remove all cookies">
17
<!ENTITY menu.permissions.value "Permissions">
19
<!ENTITY button.protectcookie.label "Protect">
20
<!ENTITY button.protectcookie.accesskey "P">
21
<!ENTITY button.unprotectcookie.label "Unprotect">
22
<!ENTITY button.unprotectcookie.accesskey "U">
24
<!-- Notifications -->
25
<!ENTITY warn_moz_pref.label "Current &brandShortName; preferences are set to delete or refuse cookies">
26
<!ENTITY warn_moz_pref.tooltip "Click to display the &brandShortName; preferences">
3
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5
<!ENTITY cookiekeeper.title "CookieKeeper">
7
<!ENTITY menu.showcookies.label "Show cookies">
8
<!ENTITY menu.preferences.label "Preferences">
9
<!ENTITY menu.removecookies.label "Remove all cookies">
11
<!ENTITY button.protectcookie.label "Protect">
12
<!ENTITY button.protectcookie.accesskey "P">
13
<!ENTITY button.unprotectcookie.label "Unprotect">
14
<!ENTITY button.unprotectcookie.accesskey "U">
16
<!ENTITY props.protected.label "Protected:">
19
<!ENTITY preferences.label "Preferences">
20
<!ENTITY preferences.accesskey "f">
29
21
<!-- Same as places.dtd (bookmark manager in Firefox): -->
30
<!ENTITY mainmenu.tooltiptext "Main menu">
31
<!ENTITY mainmenu.accesskey "M">
32
<!ENTITY import.label "Import…">
33
<!ENTITY import.accesskey "I">
34
<!ENTITY saveprot_list.label "Save protections list…">
35
<!ENTITY saveprot_list.accesskey "o">
36
<!ENTITY saveperm_list.label "Save permissions list…">
37
<!ENTITY saveperm_list.accesskey "m">
38
<!ENTITY exportall.label "Export all…">
39
<!ENTITY exportall.accesskey "E">
40
<!ENTITY exportprot.label "Export protected…">
41
<!ENTITY exportprot.accesskey "p">
42
<!ENTITY exportselected.label "Export selected…">
43
<!ENTITY exportselected.accesskey "s">
44
<!ENTITY preferences.label "Preferences">
45
<!ENTITY preferences.accesskey "f">
46
<!ENTITY menuitem.protBCookies.label "Protect bookmarked items">
47
<!ENTITY menuitem.protBCookies.accesskey "b">
22
<!ENTITY importexport.label "Import and Backup">
23
<!ENTITY importexport.accesskey "I">
24
<!ENTITY import.label "Import...">
25
<!ENTITY import.accesskey "I">
26
<!ENTITY exportall.label "Export all...">
27
<!ENTITY exportall.accesskey "E">
28
<!ENTITY exportprot.label "Export protected...">
29
<!ENTITY exportprot.accesskey "p">
30
<!ENTITY exportselected.label "Export selected...">
31
<!ENTITY exportselected.accesskey "s">
50
<!ENTITY col.domain.label "Site">
51
<!ENTITY col.name.label "Cookie Name">
52
<!ENTITY col.path.label "Path">
53
<!ENTITY col.protected.label "Protected">
54
<!ENTITY col.value.label "Content">
55
<!ENTITY col.http.label "HTTP Only">
56
<!ENTITY col.secure.label "Secure">
57
<!ENTITY col.session.label "Session">
58
<!ENTITY col.expires.label "Expire Date">
59
<!ENTITY col.creation.label "Creation Date">
60
<!ENTITY col.lastaccessed.label "Last Accessed">
34
<!ENTITY col.domain.label "Site">
35
<!ENTITY col.name.label "Cookie Name">
36
<!ENTITY col.path.label "Path">
37
<!ENTITY col.protected.label "Protected">
38
<!ENTITY col.value.label "Content">
39
<!ENTITY col.http.label "HTTP Only">
40
<!ENTITY col.secure.label "Secure">
41
<!ENTITY col.session.label "Session">
42
<!ENTITY col.expires.label "Expire Date">
43
<!ENTITY col.creation.label "Creation Date">
44
<!ENTITY col.lastaccessed.label "Last Accessed">
62
46
<!-- Filter menu -->
63
<!ENTITY filter.all.tooltip "Show all cookies">
64
<!ENTITY filter.protected.tooltip "Show only protected cookies">
65
<!ENTITY filter.unprotected.tooltip "Show only unprotected cookies">
47
<!ENTITY filter.all.tooltip "Show all cookies">
48
<!ENTITY filter.protected.tooltip "Show only protected cookies">
49
<!ENTITY filter.unprotected.tooltip "Show only unprotected cookies">
67
51
<!-- Cookies context menu -->
68
<!ENTITY mpcc.perms "&menu.permissions.value;">
69
<!ENTITY mpcc.perm.default "Default">
70
<!ENTITY mpcc.perm.allow "Allow">
71
<!ENTITY mpcc.perm.deny "Block">
72
<!ENTITY mpcc.perm.session "Allow for session">
73
<!ENTITY mpcc.delete.label "Delete">
74
<!ENTITY mpcc.delete_and_block.label "Delete and block">
75
<!-- <!ENTITY mpcc.perm.first "Allow third party if visited only">
76
<!ENTITY mpcc.perm.third "Block third party"> -->
77
<!ENTITY mpcc.copy_domain.label "Copy domain">
78
<!ENTITY mpcc.copy_name.label "Copy name">
79
<!ENTITY mpcc.copy_value.label "Copy value">
52
<!ENTITY mpcc.perms "Permissions">
53
<!ENTITY mpcc.perm.default "Default">
54
<!ENTITY mpcc.perm.allow "Allow">
55
<!ENTITY mpcc.perm.deny "Block">
56
<!ENTITY mpcc.perm.session "Allow for session">
57
<!-- <!ENTITY mpcc.perm.first "Allow third party if visited only">
58
<!ENTITY mpcc.perm.third "Block third party"> -->
59
<!ENTITY mpcc.copy_domain.label "Copy domain">
60
<!ENTITY mpcc.copy_name.label "Copy name">
61
<!ENTITY mpcc.copy_value.label "Copy value">
64
<!ENTITY preferences.title "&cookiekeeper.title; Preferences">
65
<!ENTITY preferences.tab.cookiekeeper "&cookiekeeper.title;">
66
<!ENTITY preferences.tab.protcookie "Protected Cookies">
67
<!ENTITY preferences.tab.appname "&brandShortName;">
69
<!ENTITY clear_at_exit.cookies.title "Clear unwanted cookies at exit">
70
<!ENTITY clear_at_exit.dom.title "Clear HTML5 DOM storage at exit">
71
<!ENTITY no_ask_agin.title "Do not ask for confirmation to delete a protected cookie">
72
<!ENTITY no_ask_agin.accesskey "n">
73
<!ENTITY warn_moz_pref.label "&brandShortName; preferences may cause trouble">
74
<!ENTITY warn_moz_pref.tooltip "Click to display the &brandShortName; preferences">
75
<!ENTITY warn_moz_pref.title "Show an alert if &brandShortName; preferences are set to delete cookies">
77
<!ENTITY button.remove.label "Remove">
78
<!ENTITY button.remove.accesskey "R">
80
<!ENTITY button.show_more.tooltip "Show more">
81
82
<!-- Partially from Firefox en-US cookies.dtd: -->
82
<!ENTITY cookiesonsystem.label "The following cookies are stored on your computer :">
83
<!ENTITY button.removecookies.label "Remove Cookies">
84
<!ENTITY button.removecookie.label "Remove Cookie">
85
<!ENTITY button.removecookie.accesskey "R">
86
<!ENTITY button.removeallcookies.label "Remove All Cookies">
83
<!ENTITY cookiesonsystem.label "The following cookies are stored on your computer :">
84
<!ENTITY button.removecookies.label "Remove Cookies">
85
<!ENTITY button.removecookie.label "Remove Cookie">
86
<!ENTITY button.removecookie.accesskey "R">
87
<!ENTITY button.removeallcookies.label "Remove All Cookies">
87
88
<!ENTITY button.removeallcookies.accesskey "A">
89
<!ENTITY props.domain.label "Host:">
90
<!ENTITY props.path.label "Path:">
91
<!ENTITY props.secure.label "Send For:">
92
<!ENTITY props.expires.label "Expires:">
93
<!ENTITY props.protected.label "Protected:">
94
<!ENTITY props.name.label "Name:">
95
<!ENTITY props.value.label "Content:">
96
<!ENTITY props.port.label "Port:">
97
<!ENTITY props.protocol.label "Protocol:">
98
<!ENTITY props.filesize.label "File Size:">
99
<!ENTITY props.creation_date.label "Creation Date:">
100
<!ENTITY props.settings.label "Settings:">
102
<!ENTITY img.sess_cookie_prot.tooltip "Protect a session cookie is meaningless.">
104
<!ENTITY window.title "Cookies">
105
<!ENTITY windowClose.key "w">
106
<!ENTITY focusSearch1.key "f">
107
<!ENTITY focusSearch2.key "k">
109
<!ENTITY filter.label "Search:">
110
<!ENTITY filter.accesskey "S">
112
<!ENTITY button.show_more.tooltip "Show more">
114
<!ENTITY button.close.label "Close">
115
<!ENTITY button.close.accesskey "C">
90
<!ENTITY props.name.label "Name:">
91
<!ENTITY props.value.label "Content:">
92
<!ENTITY props.domain.label "Host:">
93
<!ENTITY props.path.label "Path:">
94
<!ENTITY props.secure.label "Send For:">
95
<!ENTITY props.expires.label "Expires:">
96
<!ENTITY props.httponly.label "HTTP Only:">
97
<!ENTITY props.port.label "Port:">
98
<!ENTITY props.protocol.label "Protocol:">
100
<!ENTITY window.title "Cookies">
101
<!ENTITY windowClose.key "w">
102
<!ENTITY focusSearch1.key "f">
103
<!ENTITY focusSearch2.key "k">
105
<!ENTITY filter.label "Search:">
106
<!ENTITY filter.accesskey "S">
108
<!ENTITY button.close.label "Close">
109
<!ENTITY button.close.accesskey "C">
111
<!-- From Firefox en-US privacy.dtd -->
112
<!ENTITY privateBrowsingPermanent2.label "Always use private browsing mode">
113
<!ENTITY privateBrowsingPermanent2.accesskey "p">
115
<!ENTITY clearOnClose.label "Clear history when &brandShortName; closes">
116
<!ENTITY clearOnClose.accesskey "h">
118
<!-- From Firefox en-US sanitize.dtd -->
119
<!ENTITY itemCookies.label "Cookies">
120
<!ENTITY itemCookies.accesskey "o">
122
<!-- fix_moz_pref.<app>.xul -->
124
<!ENTITY acceptpolicy.caption "Accept Policy">
125
<!ENTITY acceptpolicy.all.radio "Allow all cookies (default)">
126
<!ENTITY acceptpolicy.all.accesskey "A">
127
<!ENTITY acceptpolicy.rtp.radio "Reject all third-party cookies">
128
<!ENTITY acceptpolicy.rtp.accesskey "t">
129
<!ENTITY acceptpolicy.none.radio "Reject all cookies">
130
<!ENTITY acceptpolicy.none.accesskey "R">
131
<!ENTITY acceptpolicy.run.radio "Reject third-party cookies unless the eTLD already has at least one cookie">
132
<!ENTITY acceptpolicy.run.accesskey "u">
134
<!ENTITY lifetime.caption "Lifetime Policy">
135
<!ENTITY lifetime.normal.radio "Accept normally (default)">
136
<!ENTITY lifetime.normal.accesskey "y">
137
<!ENTITY lifetime.ask.radio "Ask before accepting">
138
<!ENTITY lifetime.ask.accesskey "b">
139
<!ENTITY lifetime.downgrade.radio "Downgrade to session">
140
<!ENTITY lifetime.downgrade.accesskey "D">
141
<!ENTITY lifetime.limit.radio "Limit lifetime to">
142
<!ENTITY lifetime.limit.accesskey "L">
143
<!ENTITY lifetime.limit.days "days">
145
<!ENTITY warning.image.tooltip "Warning">
117
147
<!-- Editor button on main window -->
118
<!ENTITY button.edit.label "Edit">
119
<!ENTITY button.edit.accesskey "E">
120
<!ENTITY button.view.label "View">
121
<!ENTITY button.view.accesskey "V">
148
<!ENTITY button.edit.label "Edit">
149
<!ENTITY button.edit.accesskey "E">
151
<!-- Cookie Editor -->
152
<!ENTITY cookieeditor.label "Cookie Editor">
153
<!ENTITY menu.expire.session "At end of session">
154
<!ENTITY menu.expire.date "At a specific date">
155
<!ENTITY button.save.label "Save">
156
<!ENTITY button.save.accesskey "S">
157
<!ENTITY dpExpires.arialabel "Date">
158
<!ENTITY tpExpires.arialabel "Time">