diff options
Diffstat (limited to 'l10n-si/suite/chrome/common/pref/pref-cookies.dtd')
-rw-r--r-- | l10n-si/suite/chrome/common/pref/pref-cookies.dtd | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/l10n-si/suite/chrome/common/pref/pref-cookies.dtd b/l10n-si/suite/chrome/common/pref/pref-cookies.dtd new file mode 100644 index 0000000000..38e381da81 --- /dev/null +++ b/l10n-si/suite/chrome/common/pref/pref-cookies.dtd @@ -0,0 +1,42 @@ +<!-- 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 pref.cookies.title "Cookies"> + +<!-- cookies --> + +<!ENTITY cookiePolicy.label "Cookie Acceptance Policy"> + +<!ENTITY accAllCookiesRadio.label "Allow all cookies"> +<!ENTITY accAllCookiesRadio.accesskey "c"> + +<!ENTITY accOrgCookiesRadio.label "Allow cookies for the originating website only"> +<!ENTITY accOrgCookiesRadio.accesskey "o"> + +<!ENTITY disableCookies.label "Block cookies"> +<!ENTITY disableCookies.accesskey "B"> + +<!ENTITY cookieRetentionPolicy.label "Cookie Retention Policy"> + +<!ENTITY acceptNormally.label "Accept cookies normally"> +<!ENTITY acceptNormally.accesskey "n"> + +<!ENTITY acceptForSession.label "Accept for current session only"> +<!ENTITY acceptForSession.accesskey "s"> + +<!ENTITY acceptforNDays.label "Accept cookies for"> +<!ENTITY acceptforNDays.accesskey "f"> +<!ENTITY days.label "days"> + +<!ENTITY warnAboutCookies.label "Ask for each cookie"> +<!ENTITY warnAboutCookies.accesskey "A"> +<!ENTITY forCurrentSession.label "except for session cookies"> +<!ENTITY forCurrentSession.accesskey "e"> + +<!ENTITY manageCookies.label "Manage Cookies and Sites"> +<!ENTITY manageCookiesDescription.label "Allows you to view and manage stored cookies and per-site settings for accepting and rejecting cookies. Per-site settings will override the settings above."> + +<!ENTITY viewCookies.label "Cookie Manager"> +<!ENTITY viewCookies.accesskey "M"> + |