diff options
Diffstat (limited to 'l10n-en-GB/suite/chrome/common/permissions/cookieViewer.dtd')
-rw-r--r-- | l10n-en-GB/suite/chrome/common/permissions/cookieViewer.dtd | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/common/permissions/cookieViewer.dtd b/l10n-en-GB/suite/chrome/common/permissions/cookieViewer.dtd new file mode 100644 index 0000000000..7a14a067e2 --- /dev/null +++ b/l10n-en-GB/suite/chrome/common/permissions/cookieViewer.dtd @@ -0,0 +1,46 @@ +<!-- 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/. --> + +<!ENTITY tab.cookiesonsystem.label "Stored Cookies"> +<!ENTITY tab.bannedservers.label "Cookie Sites"> +<!ENTITY div.bannedservers.label "Manage sites that can and cannot store cookies on your computer."> +<!ENTITY div.cookiesonsystem.label "View and remove cookies that are stored on your computer."> +<!ENTITY treehead.cookiename.label "Cookie Name"> +<!ENTITY treehead.cookiedomain.label "Site"> +<!ENTITY treehead.cookieexpires.label "Expires"> +<!ENTITY treehead.infoselected.label "Information about the selected Cookie"> +<!ENTITY button.removecookie.label "Remove Cookie"> +<!ENTITY button.removecookie.accesskey "R"> +<!ENTITY button.removeallcookies.label "Remove All Cookies"> +<!ENTITY button.removeallcookies.accesskey "e"> + +<!ENTITY search.placeholder "Search Cookies"> +<!ENTITY focusSearch.key "f"> +<!ENTITY selectAll.key "a"> + +<!ENTITY props.name.label "Name:"> +<!ENTITY props.value.label "Content:"> +<!ENTITY props.domain.label "Host:"> +<!ENTITY props.path.label "Path:"> +<!ENTITY props.secure.label "Send For:"> +<!ENTITY props.expires.label "Expires:"> + +<!ENTITY treehead.sitename.label "Site"> +<!ENTITY treehead.scheme.label "Scheme"> +<!ENTITY treehead.status.label "Status"> +<!ENTITY windowtitle.label "Cookie Manager"> + +<!ENTITY blockSite.label "Block"> +<!ENTITY blockSite.accesskey "B"> +<!ENTITY allowSite.label "Allow"> +<!ENTITY allowSite.accesskey "A"> +<!ENTITY allowSiteSession.label "Session"> +<!ENTITY allowSiteSession.accesskey "S"> +<!ENTITY removepermission.label "Remove Site"> +<!ENTITY removepermission.accesskey "R"> +<!ENTITY removeallpermissions.label "Remove All Sites"> +<!ENTITY removeallpermissions.accesskey "e"> + +<!ENTITY futureCookies.label "Don't allow sites that set removed cookies to set future cookies"> +<!ENTITY futureCookies.accesskey "D"> |