browser/locales/en-US/chrome/browser-region/region.properties

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/locales/en-US/chrome/browser-region/region.properties	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,41 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +# Default search engine
     1.9 +browser.search.defaultenginename=Startpage
    1.10 +
    1.11 +# Search engine order (order displayed in the search bar dropdown)s
    1.12 +browser.search.order.1=Startpage
    1.13 +browser.search.order.2=DuckDuckGo
    1.14 +browser.search.order.3=Google
    1.15 +
    1.16 +# This is the default set of web based feed handlers shown in the reader
    1.17 +# selection UI
    1.18 +browser.contentHandlers.types.0.title=My Yahoo!
    1.19 +browser.contentHandlers.types.0.uri=https://add.my.yahoo.com/rss?url=%s
    1.20 +
    1.21 +# increment this number when anything gets changed in the list below.  This will
    1.22 +# cause Firefox to re-read these prefs and inject any new handlers into the 
    1.23 +# profile database.  Note that "new" is defined as "has a different URL"; this
    1.24 +# means that it's not possible to update the name of existing handler, so 
    1.25 +# don't make any spelling errors here.
    1.26 +gecko.handlerService.defaultHandlersVersion=4
    1.27 +
    1.28 +# The default set of protocol handlers for webcal:
    1.29 +gecko.handlerService.schemes.webcal.0.name=30 Boxes
    1.30 +gecko.handlerService.schemes.webcal.0.uriTemplate=https://30boxes.com/external/widget?refer=ff&url=%s
    1.31 +
    1.32 +# The default set of protocol handlers for mailto:
    1.33 +gecko.handlerService.schemes.mailto.0.name=Yahoo! Mail
    1.34 +gecko.handlerService.schemes.mailto.0.uriTemplate=https://compose.mail.yahoo.com/?To=%s
    1.35 +gecko.handlerService.schemes.mailto.1.name=Gmail
    1.36 +gecko.handlerService.schemes.mailto.1.uriTemplate=https://mail.google.com/mail/?extsrc=mailto&url=%s
    1.37 +
    1.38 +# The default set of protocol handlers for irc:
    1.39 +gecko.handlerService.schemes.irc.0.name=Mibbit
    1.40 +gecko.handlerService.schemes.irc.0.uriTemplate=https://www.mibbit.com/?url=%s
    1.41 +
    1.42 +# The default set of protocol handlers for ircs:
    1.43 +gecko.handlerService.schemes.ircs.0.name=Mibbit
    1.44 +gecko.handlerService.schemes.ircs.0.uriTemplate=https://www.mibbit.com/?url=%s

mercurial