mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 745755 - Generate a marketplace bookmark on profile creation. r=wesj
This commit is contained in:
parent
750a66cd18
commit
42187e7dff
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
@ -296,12 +296,13 @@
|
||||
<string name="filepicker_image_title">&filepicker_image_title;</string>
|
||||
<string name="filepicker_video_title">&filepicker_video_title;</string>
|
||||
|
||||
<!-- Default bookmarks. Use bookmarks titles shared with XUL from mobile's
|
||||
profile/bookmarks.inc. Don't expose the URLs to L10N. -->
|
||||
<!-- Default bookmarks. We used to use bookmark titles shared with XUL from mobile's
|
||||
profile/bookmarks.inc (see bug 964946). Don't expose the URLs to L10N. -->
|
||||
<string name="bookmarkdefaults_title_aboutfirefox">@bookmarks_aboutBrowser@</string>
|
||||
<string name="bookmarkdefaults_url_aboutfirefox">about:firefox</string>
|
||||
<string name="bookmarkdefaults_favicon_aboutfirefox">chrome/chrome/content/branding/favicon64.png</string>
|
||||
|
||||
<!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_addons -->
|
||||
<string name="bookmarkdefaults_title_addons">@bookmarks_addons@</string>
|
||||
<string name="bookmarkdefaults_url_addons">https://addons.mozilla.org/@AB_CD@/android/</string>
|
||||
|
||||
@ -309,6 +310,10 @@
|
||||
<string name="bookmarkdefaults_url_support">http://support.mozilla.org/@AB_CD@/products/mobile</string>
|
||||
<string name="bookmarkdefaults_favicon_abouthome">chrome/chrome/content/branding/favicon64.png</string>
|
||||
|
||||
<!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_marketplace -->
|
||||
<string name="bookmarkdefaults_title_marketplace">@bookmarks_marketplace@</string>
|
||||
<string name="bookmarkdefaults_url_marketplace">https://marketplace.firefox.com/</string>
|
||||
|
||||
<!-- Site identity popup -->
|
||||
<string name="identity_connected_to">&identity_connected_to;</string>
|
||||
<string name="identity_run_by">&identity_run_by;</string>
|
||||
|
@ -26,4 +26,8 @@
|
||||
# link title for https://support.mozilla.org/mobile
|
||||
#define bookmarks_support Firefox: Support
|
||||
|
||||
# LOCALIZATION NOTE (bookmarks_marketplace):
|
||||
# link title for https://marketplace.firefox.com
|
||||
#define bookmarks_marketplace Firefox Marketplace
|
||||
|
||||
#unfilter emptyLines
|
||||
|
Loading…
Reference in New Issue
Block a user