218
edits
No edit summary |
(Removing search stuff that doesn't work anymore.) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 37: | Line 37: | ||
# files. They work similarly to the GlobalPrefs section, except that | # files. They work similarly to the GlobalPrefs section, except that | ||
# the %LOCALE% string gets substituted with the language string. | # the %LOCALE% string gets substituted with the language string. | ||
# | |||
# This section should only be used for localized string preferences. | |||
# Other preference types will not work. | |||
[LocalizablePreferences] | [LocalizablePreferences] | ||
browser.startup.homepage="http://sandmill.org/%LOCALE%/%LOCALE%/" | browser.startup.homepage="http://sandmill.org/%LOCALE%/%LOCALE%/" | ||
# This section is an example of an override for a particular locale. | # This section is an example of an override for a particular locale. | ||
Line 54: | Line 56: | ||
#browser.startup.homepage="http://cheese.com/" | #browser.startup.homepage="http://cheese.com/" | ||
#browser.startup.homepage="http://cheese.com/%LOCALE%/" | #browser.startup.homepage="http://cheese.com/%LOCALE%/" | ||
# If a directory for the locale the browser is running in doesn't | # If a directory for the locale the browser is running in doesn't | ||
Line 90: | Line 70: | ||
# item represents a bookmark, livemark, separator, folder, or the default | # item represents a bookmark, livemark, separator, folder, or the default | ||
# bookmarks in that container (if any). The default type is bookmark. | # bookmarks in that container (if any). The default type is bookmark. | ||
# | |||
# Since Firefox 45, it's possible to set an optional keyword or favicon | |||
# for a bookmark. | |||
[BookmarksToolbar] | [BookmarksToolbar] | ||
Line 123: | Line 106: | ||
item.2.link=http://example.com/foo | item.2.link=http://example.com/foo | ||
item.2.description=This is a sample site. | item.2.description=This is a sample site. | ||
item.2.keyword=example | |||
item.2.icon=<nowiki>http://example.org/favicon.png</nowiki> | |||
item.2.iconData=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg== | |||
[BookmarksFolder-2] | [BookmarksFolder-2] | ||
item.1.title=Another Example Bookmarklet | item.1.title=Another Example Bookmarklet | ||
item.1.link=javascript: alert("hello"); | item.1.link=javascript: alert("hello"); |
edits