dom/locales/en-US/chrome/plugins.properties

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 # This Source Code Form is subject to the terms of the Mozilla Public
     2 # License, v. 2.0. If a copy of the MPL was not distributed with this
     3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     5 # LOCALIZATION NOTE (plugins.properties):
     6 #    Those strings are inserted into an HTML page, so you all HTML characters
     7 #    have to be escaped in a way that they show up correctly in HTML!
     9 title_label=About Plugins
    10 installedplugins_label=Installed plugins
    11 nopluginsareinstalled_label=No installed plugins found
    12 findpluginupdates_label=Find updates for installed plugins at
    13 file_label=File:
    14 path_label=Path:
    15 version_label=Version:
    16 state_label=State:
    17 state_enabled=Enabled
    18 state_disabled=Disabled
    19 mimetype_label=MIME Type
    20 description_label=Description
    21 suffixes_label=Suffixes

mercurial