~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/chrome/locale/en/prefs.permissions.dtd

  • Committer: Yvon TANGUY
  • Date: 2014-04-09 19:37:40 UTC
  • Revision ID: vono@vono.zsh.jp-20140409193740-1cqp6j5bgei4g91n
Fix #1305252 : Regression: preference extensions.cookiekeeper.version not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--
2
 
   - CookieKeeper - a Mozilla add-on
3
 
   - (c) 2013-2016 Yvon TANGUY
4
 
   -
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
3
   - file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
4
   - ==================================================================
10
 
-->
11
 
 
12
 
<!ENTITY cookiekeeper.title                           "CookieKeeper">
13
 
 
14
 
<!-- Preferences: -->
15
 
<!ENTITY preferences.title                            "&cookiekeeper.title; Preferences">
16
 
<!ENTITY preferences.tab.cookiekeeper                 "&cookiekeeper.title;">
17
 
<!ENTITY preferences.tab.protcookie                   "Protections">
18
 
<!ENTITY preferences.tab.permissions                  "Permissions">
19
 
<!ENTITY preferences.tab.flash                        "Flash Player">
20
 
 
21
 
<!ENTITY label.read_more.value                        "Read more">
22
 
 
23
 
<!ENTITY ck.caption.ondemand                          "On demand">
24
 
<!ENTITY ck.caption.closing                           "Closing">
25
 
<!ENTITY ck.caption.dont_ask                          "Don't ask me for confirmation…">
26
 
<!ENTITY ck.caption.misc                              "Misc">
27
 
 
28
 
<!ENTITY cb.clear_on_demand_lso.label                 "Clear unwanted LSO (Flash cookies) on demand.">
29
 
<!ENTITY cb.clear_on_demand_lso.accesskey             "L">
30
 
<!ENTITY cb.clear_on_demand_hsts.label                "Clear HSTS informations on demand.">
31
 
<!ENTITY cb.clear_on_demand_hsts.accesskey            "H">
32
 
<!--
33
 
Read more: learn more: if you have a link in your language for this, you can use it instead of the english one.
34
 
-->
35
 
<!ENTITY label.hsts_link.href                         "http://www.radicalresearch.co.uk/lab/hstssupercookies/">
36
 
<!ENTITY cb.clear_at_exit_cookies.label               "Clear unwanted cookies at exit.">
37
 
<!ENTITY cb.clear_at_exit_cookies.accesskey           "u">
38
 
<!ENTITY cb.clear_at_exit_dom.label                   "Clear unwanted DOM Storage (HTML5) at exit.">
39
 
<!ENTITY cb.clear_at_exit_dom.accesskey               "D">
40
 
<!ENTITY cb.clear_at_exit_lso.label                   "Clear unwanted LSO (Flash cookies) at exit.">
41
 
<!ENTITY cb.clear_at_exit_lso.accesskey               "F">
42
 
<!ENTITY cb.clear_at_exit_hsts.label                  "Clear HSTS informations at exit.">
43
 
<!ENTITY cb.clear_at_exit_hsts.accesskey              "i">
44
 
<!ENTITY cb.no_ask_agin.del_prot.label                "… to delete a protected cookie.">
45
 
<!ENTITY cb.no_ask_agin.del_prot.accesskey            "p">
46
 
<!ENTITY cb.no_ask_agin.change_ext.label              "… to change the export file extension.">
47
 
<!ENTITY cb.no_ask_agin.change_ext.accesskey          "e">
48
 
<!ENTITY cb.warn_moz_pref.label                       "Show an alert if &brandShortName; preferences are set to delete or refuse cookies.">
49
 
<!ENTITY cb.warn_moz_pref.accesskey                   "S">
50
 
<!ENTITY cb.warn_prot_session.label                   "Show an alert when a session cookie is protected.">
51
 
<!ENTITY cb.warn_prot_session.accesskey               "o">
52
 
<!ENTITY cb.block_future_cookies.label                "When delete a cookie, add the domain to the block list.">
53
 
<!ENTITY cb.block_future_cookies.accesskey            "W">
54
 
<!ENTITY cb.no_australis_panel.label                  "Do not use the australis panel, use classical menu instead.">
55
 
<!ENTITY cb.no_australis_panel.accesskey              "a">
56
 
<!ENTITY cb.no_australis_panel.tooltip                "Take effects only after the add-on is desactivate/reactivate, or the &brandShortName; restart.">
57
 
<!ENTITY cb.use_html_prefs.label                      "Use the HTML version of the preferences panel.">
58
 
<!ENTITY cb.use_html_prefs.accesskey                  "T">
59
 
 
60
 
<!ENTITY button.remove.label                          "Remove">
61
 
<!ENTITY button.remove.accesskey                      "R">
62
 
 
63
 
<!ENTITY col.type.label                               "Type">
64
 
<!ENTITY col.domain.label                             "Site">
65
 
<!ENTITY col.name.label                               "Cookie Name">
66
 
<!ENTITY col.path.label                               "Path">
67
 
<!ENTITY col.cookieexists.label                       "Cookie exists">
68
 
 
69
 
<!-- From Firefox en-US privacy.dtd -->
70
 
<!ENTITY privateBrowsingPermanent2.label              "Always use private browsing mode">
71
 
<!ENTITY privateBrowsingPermanent2.accesskey          "p">
72
 
 
73
 
<!ENTITY cb.clearOnClose.label                        "Clear history when &brandShortName; closes">
74
 
<!ENTITY cb.clearOnClose.accesskey                    "h">
75
 
 
76
 
<!-- From Firefox en-US sanitize.dtd -->
77
 
<!ENTITY cb.cookies.label                             "Cookies">
78
 
<!ENTITY cb.cookies.accesskey                         "o">
79
 
 
80
 
<!-- fix_moz_pref.<app>.xul -->
81
 
<!-- -->
82
 
<!ENTITY acceptpolicy.caption                         "Accept Policy">
83
 
<!ENTITY acceptpolicy.all.radio                       "Allow all cookies (default)">
84
 
<!ENTITY acceptpolicy.all.accesskey                   "A">
85
 
<!ENTITY acceptpolicy.rtp.radio                       "Reject all third-party cookies">
86
 
<!ENTITY acceptpolicy.rtp.accesskey                   "t">
87
 
<!ENTITY acceptpolicy.none.radio                      "Reject all cookies">
88
 
<!ENTITY acceptpolicy.none.accesskey                  "R">
89
 
<!ENTITY acceptpolicy.run.radio                       "Reject third-party cookies unless the eTLD already has at least one cookie">
90
 
<!ENTITY acceptpolicy.run.accesskey                   "u">
91
 
 
92
 
<!ENTITY lifetime.caption                             "Lifetime Policy">
93
 
<!ENTITY lifetime.normal.radio                        "Accept normally (default)">
94
 
<!ENTITY lifetime.normal.accesskey                    "y">
95
 
<!ENTITY lifetime.ask.radio                           "Ask before accepting">
96
 
<!ENTITY lifetime.ask.accesskey                       "b">
97
 
<!ENTITY lifetime.downgrade.radio                     "Downgrade to session">
98
 
<!ENTITY lifetime.downgrade.accesskey                 "D">
99
 
<!ENTITY lifetime.limit.radio                         "Limit lifetime to">
100
 
<!ENTITY lifetime.limit.accesskey                     "L">
101
 
<!ENTITY lifetime.limit.days                          "days">
102
 
<!-- Third-party cookies: Session only checkbox -->
103
 
<!ENTITY lifetime.thirdparty.label                    "Third-party cookies: Session only">
104
 
<!ENTITY lifetime.thirdparty.accesskey                "S">
105
 
 
106
 
<!ENTITY warning.image.tooltip                        "Warning">
107
 
 
108
 
<!--
109
5
   - CookieKeeper Preferences permissions tab.
110
6
   - Original code from Mozilla Firefox source code:
111
7
     browser/locales/en-US/chrome/browser/preferences/permissions.dtd
112
 
-->
113
 
 
114
 
<!ENTITY treehead.sitename.label                      "Site">
115
 
<!ENTITY treehead.status.label                        "Status">
116
 
<!ENTITY removepermission.label                       "Remove Site">
117
 
<!ENTITY removepermission.accesskey                   "R">
118
 
<!ENTITY removeallpermissions.label                   "Remove All Sites">
119
 
<!ENTITY removeallpermissions.accesskey               "e">
120
 
<!ENTITY address.label                                "Address of website:">
121
 
<!ENTITY address.accesskey                            "d">
122
 
<!ENTITY block.label                                  "Block">
123
 
<!ENTITY block.accesskey                              "B">
124
 
<!ENTITY session.label                                "Allow for Session">
125
 
<!ENTITY session.accesskey                            "S">
126
 
<!ENTITY allow.label                                  "Allow">
127
 
<!ENTITY allow.accesskey                              "A">
128
 
<!-- Context menu -->
129
 
<!ENTITY mpcc.perm_allow.label                        "&allow.label;">
130
 
<!ENTITY mpcc.perm_session.label                      "&session.label;">
131
 
<!ENTITY mpcc.perm_deny.label                         "&block.label;">
132
 
<!ENTITY mpcc.delete.label                            "&removepermission.label;">
133
 
<!ENTITY mpcc.copy_domain.label                       "Copy domain">
134
 
 
135
 
<!-- From Firefox chrome://browser/locale/preferences/preferences.properties -->
136
 
<!ENTITY descr.text.content                           "You can specify which websites are always or never allowed to use cookies.  Type the exact address of the site you want to manage and then click Block, Allow for Session, or Allow.">
137
 
 
138
 
<!-- Flash Preferences Panel -->
139
 
<!ENTITY caption.flash.clear.label                    "Clear Flash Cookies">
140
 
<!ENTITY cb.flash.always_keep_main_settings.label     "Never delete the Flash Player main settings cookie.">
141
 
<!ENTITY cb.flash.always_keep_main_settings.accesskey "N">
142
 
<!ENTITY label.flash.settings_link.href               "http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.html">
 
8
 -->
 
9
 
 
10
<!ENTITY treehead.sitename.label      "Site">
 
11
<!ENTITY treehead.status.label        "Status">
 
12
<!ENTITY removepermission.label       "Remove Site">
 
13
<!ENTITY removepermission.accesskey   "R">
 
14
<!ENTITY removeallpermissions.label   "Remove All Sites">
 
15
<!ENTITY removeallpermissions.accesskey "e">
 
16
<!ENTITY address.label                "Address of website:">
 
17
<!ENTITY address.accesskey            "d">
 
18
<!ENTITY block.label                  "Block">
 
19
<!ENTITY block.accesskey              "B">
 
20
<!ENTITY session.label                "Allow for Session">
 
21
<!ENTITY session.accesskey            "S">
 
22
<!ENTITY allow.label                  "Allow">
 
23
<!ENTITY allow.accesskey              "A">