mobile/locales/en-US/profile/bookmarks.inc

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     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/.
     4 #filter emptyLines
     6 # LOCALIZATION NOTE: The 'en-US' strings in the URLs will be replaced with
     7 # your locale code, and link to your translated pages as soon as they're 
     8 # live.
    10 # LOCALIZATION NOTE: Some of these URLs are currently 404s, but should be coming
    11 # online shortly.
    13 # LOCALIZATION NOTE (bookmarks_title):
    14 # title for the folder that will contains the default bookmarks
    15 #define bookmarks_title Mobile
    17 # LOCALIZATION NOTE (bookmarks_aboutBrowser):
    18 # link title for about:fennec
    19 #define bookmarks_aboutBrowser Firefox: About your browser
    21 # LOCALIZATION NOTE (bookmarks_addons):
    22 # link title for https://addons.mozilla.org/en-US/mobile
    23 #define bookmarks_addons Firefox: Customize with add-ons
    25 # LOCALIZATION NOTE (bookmarks_support):
    26 # link title for https://support.mozilla.org/mobile
    27 #define bookmarks_support Firefox: Support
    29 # LOCALIZATION NOTE (bookmarks_marketplace):
    30 # link title for https://marketplace.firefox.com
    31 #define bookmarks_marketplace Firefox Marketplace
    33 #unfilter emptyLines

mercurial