diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-si/suite/chrome/common/permissions/cookieViewer.dtd | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | l10n-si/suite/chrome/common/permissions/cookieViewer.dtd | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/l10n-si/suite/chrome/common/permissions/cookieViewer.dtd b/l10n-si/suite/chrome/common/permissions/cookieViewer.dtd new file mode 100644 index 0000000000..cb8f439847 --- /dev/null +++ b/l10n-si/suite/chrome/common/permissions/cookieViewer.dtd @@ -0,0 +1,54 @@ +<!-- 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 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.status.label "Status"> +<!ENTITY windowtitle.label "Cookie Manager"> +<!ENTITY buttonaccept.label "Close"> +<!ENTITY buttonaccept.accesskey "C"> + +<!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"> + + +<!-- +Entities below were automatically added by compare-locales, + based on en-US entities. +--> + +<!ENTITY focusSearch.key "f"> +<!ENTITY search.placeholder "Search Cookies"> +<!ENTITY windowClose.key "w"> +<!ENTITY selectAll.key "a"> |