~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/chrome/locale/en/preferences.json

  • Committer: Yvon TANGUY
  • Date: 2014-04-19 07:43:05 UTC
  • Revision ID: vono@vono.zsh.jp-20140419074305-a81lv941n4malejd
Report changes from commit 90 on 1.7.0 branch:
- Make toolbar.css OS dependant: Add fix for Windows.
- Toolbar restore button: if the button was just before a spacer, a seprator or a space, the button was misplaced.
- Move some files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
  "ck.head.title": {
3
 
    "message": "CookieKeeper Preferences"
4
 
  },
5
 
  "yes": {
6
 
    "message": "yes"
7
 
  },
8
 
  "no": {
9
 
    "message": "no"
10
 
  },
11
 
  "menu.protections": {
12
 
    "message": "Protections"
13
 
  },
14
 
  "menu.permissions": {
15
 
    "message": "Permissions"
16
 
  },
17
 
  "menu.browser": {
18
 
    "message": "$browser$",
19
 
    "placeholders": {
20
 
      "browser": {
21
 
        "content": "$1",
22
 
        "example": "Firefox"
23
 
      }
24
 
    }
25
 
  },
26
 
  "ck.span.ondemand": {
27
 
    "message": "On demand",
28
 
    "description": "CookieKeeper tab preferences: Group title"
29
 
  },
30
 
  "ck.cb.ondemand.hsts": {
31
 
    "message": "Clear <a href=\"http://www.radicalresearch.co.uk/lab/hstssupercookies/\">HSTS</a> informations on demand."
32
 
  },
33
 
  "ck.cb.ondemand.lso": {
34
 
    "message": "Clear unwanted LSO (Flash cookies) on demand."
35
 
  },
36
 
  "ck.span.closing": {
37
 
    "message": "Closing",
38
 
    "description": "CookieKeeper tab preferences: Group title"
39
 
  },
40
 
  "ck.cb.atexit.cookie": {
41
 
    "message": "Clear unwanted cookies at exit."
42
 
  },
43
 
  "ck.cb.atexit.dom": {
44
 
    "message": "Clear unwanted DOM Storage (HTML5) at exit."
45
 
  },
46
 
  "ck.cb.atexit.lso": {
47
 
    "message": "Clear unwanted LSO (Flash cookies) at exit."
48
 
  },
49
 
  "ck.cb.atexit.hsts": {
50
 
    "message": "Clear HSTS informations at exit."
51
 
  },
52
 
  "ck.span.dont_ask": {
53
 
    "message": "Don't ask me for confirmation…",
54
 
    "description": "CookieKeeper tab preferences: Group title"
55
 
  },
56
 
  "ck.cb.noask.del_prot": {
57
 
    "message": "… to delete a protected cookie."
58
 
  },
59
 
  "ck.cb.noask.change_ext": {
60
 
    "message": "… to change the export file extension."
61
 
  },
62
 
  "ck.span.misc": {
63
 
    "message": "Misc",
64
 
    "description": "CookieKeeper tab preferences: Group title"
65
 
  },
66
 
  "ck.cb.misc.lso_keep_main_settings": {
67
 
    "message": "Never delete the <a href=\"http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.html\">Flash Player</a> main settings cookie."
68
 
  },
69
 
  "ck.cb.misc.warn_browser_prefs": {
70
 
    "message": "Show an alert if $browser$ preferences are set to delete or refuse cookies.",
71
 
    "placeholders": {
72
 
      "browser": {
73
 
        "content": "$1",
74
 
        "example": "Firefox"
75
 
      }
76
 
    }
77
 
  },
78
 
  "ck.cb.misc.warn_prot_session": {
79
 
    "message": "Show an alert when a session cookie is protected.",
80
 
    "description": "A session cookie will always be deleted when the browser exit, so it's stupid to protect them."
81
 
  },
82
 
  "ck.cb.misc.block_future_cookies": {
83
 
    "message": "When a cookie is deleted, add the domain to the block list."
84
 
  },
85
 
  "ck.cb.misc.no_australis_ui": {
86
 
    "message": "Do not use the australis panel, use classical menu instead."
87
 
  },
88
 
  "ck.cb.misc.no_australis_ui.tooltip": {
89
 
    "message": "Take effects only after the add-on is desactivate/reactivate, or the $browser$ restart.",
90
 
    "placeholders": {
91
 
      "browser": {
92
 
        "content": "$1",
93
 
        "example": "Firefox"
94
 
      }
95
 
    }
96
 
  },
97
 
  "ck.cb.misc.use_html_prefs": {
98
 
    "message": "Use the HTML version of the preferences panel."
99
 
  },
100
 
  "prot.th.type": {
101
 
    "message": "Type",
102
 
    "description": "Type of protected cookie (Cookie, DOM Storage, LSO)"
103
 
  },
104
 
  "prot.th.domain": {
105
 
    "message": "Site",
106
 
    "description": "Domain (site) of the protected cookie"
107
 
  },
108
 
  "prot.th.name": {
109
 
    "message": "Name",
110
 
    "description": "Name of the protected cookie"
111
 
  },
112
 
  "prot.th.path": {
113
 
    "message": "Path",
114
 
    "description": "Path of the protected cookie (only for cookies type)"
115
 
  },
116
 
  "prot.th.exists": {
117
 
    "message": "Exists",
118
 
    "description": "An indicator to tell if the cookie still exists or not"
119
 
  },
120
 
  "prot.th.tooltip.exists": {
121
 
    "message": "True if this cookie still exists",
122
 
    "description": "Header tooltip"
123
 
  },
124
 
  "prot.type.cookie": {
125
 
    "message": "Cookie",
126
 
    "description": "The cookie type name displayed in the protected cookies list"
127
 
  },
128
 
  "prot.type.dom": {
129
 
    "message": "DOM Storage",
130
 
    "description": "The cookie type name displayed in the protected cookies list"
131
 
  },
132
 
  "prot.type.lso": {
133
 
    "message": "LSO Flash",
134
 
    "description": "The cookie type name displayed in the protected cookies list"
135
 
  },
136
 
  "prot.button.delete": {
137
 
    "message": "Delete",
138
 
    "description": "The delete protected cookies button"
139
 
  },
140
 
  "perms.span.notice": {
141
 
    "message": "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."
142
 
  },
143
 
  "perms.span.addresse": {
144
 
    "message": "Address of website:"
145
 
  },
146
 
  "perms.cookies.block": {
147
 
    "message": "Block"
148
 
  },
149
 
  "perms.cookies.allow": {
150
 
    "message": "Allow"
151
 
  },
152
 
  "perms.cookies.allow_session": {
153
 
    "message": "Allow for Session"
154
 
  },
155
 
  "perms.cookies.canAccessFirstParty": {
156
 
    "message": "Allow first party only"
157
 
  },
158
 
  "perms.cookies.unknown": {
159
 
    "message": "Unknown"
160
 
  },
161
 
  "perms.cookies.remove": {
162
 
    "message": "Remove Permission"
163
 
  },
164
 
  "perms.cookies.remove_all": {
165
 
    "message": "Remove All Permissions"
166
 
  },
167
 
  "perms.th.site": {
168
 
    "message": "Site"
169
 
  },
170
 
  "perms.th.status": {
171
 
    "message": "Status"
172
 
  },
173
 
  "perms.menu.copy": {
174
 
    "message": "Copy domain"
175
 
  },
176
 
  "ck.span.browser.explanation": {
177
 
    "message": "The preferences below belongs to $browser$ and are not part of CookieKeeper.<br>They are presented here for your convinience.",
178
 
    "placeholders": {
179
 
      "browser": {
180
 
        "content": "$1",
181
 
        "example": "Firefox"
182
 
      }
183
 
    }
184
 
  },
185
 
  "browser.cb.private_browsing": {
186
 
    "message": "Always use private browsing mode"
187
 
  },
188
 
  "browser.cb.browser.sanitize": {
189
 
    "message": "Clear history when $browser$ closes",
190
 
    "placeholders": {
191
 
      "browser": {
192
 
        "content": "$1",
193
 
        "example": "Firefox"
194
 
      }
195
 
    }
196
 
  },
197
 
  "browser.cb.browser.sanitize.cookies": {
198
 
    "message": "Cookies"
199
 
  },
200
 
  "browser.span.browser.accept_policy": {
201
 
    "message": "Accept Policy"
202
 
  },
203
 
  "browser.radio.accept_policy.all": {
204
 
    "message": "Allow all cookies (default)"
205
 
  },
206
 
  "browser.radio.accept_policy.rtp": {
207
 
    "message": "Reject all third-party cookies"
208
 
  },
209
 
  "browser.radio.accept_policy.none": {
210
 
    "message": "Reject all cookies"
211
 
  },
212
 
  "browser.radio.accept_policy.run": {
213
 
    "message": "Reject third-party cookies unless the eTLD already has at least one cookie"
214
 
  },
215
 
  "browser.span.browser.lifetime_policy": {
216
 
    "message": "Lifetime Policy"
217
 
  },
218
 
  "browser.radio.lifetime_policy.normal": {
219
 
    "message": "Accept normally (default)"
220
 
  },
221
 
  "browser.radio.lifetime_policy.ask": {
222
 
    "message": "Ask before accepting"
223
 
  },
224
 
  "browser.radio.lifetime_policy.session": {
225
 
    "message": "Downgrade to session"
226
 
  },
227
 
  "browser.radio.lifetime_policy.days": {
228
 
    "message": "Limit lifetime to $days$ days",
229
 
    "placeholders": {
230
 
      "days": {
231
 
        "content": "$1",
232
 
        "example": "60"
233
 
      }
234
 
    }
235
 
  },
236
 
  "browser.cb.lifetime_policy.tpso": {
237
 
    "message": "Third-party cookies: Session only"
238
 
  }
239
 
}