mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
02f534aa58
The livemark service does sqlite io on the main thread. The default livemark has become pretty hard to discover now that we have hidden the bookmarks toolbar, so there probably won't be a lot of new users using it. I suggest we get rid of it so that we're not paying these IO costs for a feature that new users are unlikely to use. --HG-- extra : rebase_source : 1ec9c111077e3dbda1316116928582c20a0148f7
38 lines
1.3 KiB
SourcePawn
38 lines
1.3 KiB
SourcePawn
#filter emptyLines
|
|
|
|
# LOCALIZATION NOTE: The 'en-US' strings in the URLs will be replaced with
|
|
# your locale code, and link to your translated pages as soon as they're
|
|
# live.
|
|
|
|
#define bookmarks_title Bookmarks
|
|
#define bookmarks_heading Bookmarks
|
|
|
|
#define bookmarks_toolbarfolder Bookmarks Toolbar Folder
|
|
#define bookmarks_toolbarfolder_description Add bookmarks to this folder to see them displayed on the Bookmarks Toolbar
|
|
|
|
# LOCALIZATION NOTE (getting_started):
|
|
# link title for http://en-US.www.mozilla.com/en-US/firefox/central/
|
|
#define getting_started Getting Started
|
|
|
|
# LOCALIZATION NOTE (firefox_heading):
|
|
# Firefox links folder name
|
|
#define firefox_heading Mozilla Firefox
|
|
|
|
# LOCALIZATION NOTE (firefox_help):
|
|
# link title for http://en-US.www.mozilla.com/en-US/firefox/help/
|
|
#define firefox_help Help and Tutorials
|
|
|
|
# LOCALIZATION NOTE (firefox_customize):
|
|
# link title for http://en-US.www.mozilla.com/en-US/firefox/customize/
|
|
#define firefox_customize Customize Firefox
|
|
|
|
# LOCALIZATION NOTE (firefox_community):
|
|
# link title for http://en-US.www.mozilla.com/en-US/firefox/community/
|
|
#define firefox_community Get Involved
|
|
|
|
# LOCALIZATION NOTE (firefox_about):
|
|
# link title for http://en-US.www.mozilla.com/en-US/about/
|
|
#define firefox_about About Us
|
|
|
|
#unfilter emptyLines
|