[fix bug 1363411] Update Firefox hub page titles

This commit is contained in:
alexgibson 2017-05-09 17:04:19 +01:00
Родитель 8333e6ef84
Коммит f40aad9c6e
9 изменённых файлов: 9 добавлений и 13 удалений

Просмотреть файл

@ -4,7 +4,8 @@
{% extends "base-pebbles.html" %}
{% block page_title_prefix %}{{_('Mozilla Firefox Web Browser')}} — {% endblock %}
{% block page_title_prefix %}{% endblock %}
{% block page_title_suffix %} | {{ _('Firefox') }}{% endblock %}
{% block page_image %}{{ static('img/firefox/template/page-image.png') }}{% endblock %}
{% block page_favicon %}{{ static('img/firefox/favicon.ico') }}{% endblock %}
{% block page_favicon_large %}{{ static('img/firefox/favicon-196.png') }}{% endblock %}

Просмотреть файл

@ -6,8 +6,6 @@
{# L10n: strings for this page are not considered final and aren't ready for localization. #}
{% block page_title_prefix %}{% endblock %}
{% block page_css %}
{% stylesheet 'firefox-features-hub-common' %}
{% endblock %}

Просмотреть файл

@ -7,6 +7,7 @@
{# L10n: strings for this page are not considered final and aren't ready for localization. #}
{% block page_title %}{{ _('Firefox is faster and more powerful than ever before') }}{% endblock %}
{% block page_title_suffix %}{% endblock %}
{% block page_desc %}{{ _('Firefox lets you do more, faster. Our new, powerful multi-process platform easily handles all your tabs without bogging down your computer.') }}{% endblock %}
{% block page_image %}{{ static('img/firefox/features/page-image-fast.jpg') }}{% endblock %}

Просмотреть файл

@ -7,6 +7,7 @@
{# L10n: strings for this page are not considered final and aren't ready for localization. #}
{% block page_title %}{{ _('Firefox, a different browser for different times. Browse free.') }}{% endblock %}
{% block page_title_suffix %}{% endblock %}
{% block page_desc %}{{ _('Browse the Internet as it was meant to be...free, safe, and accessible to everyone. Browse independently with Firefox.') }}{% endblock %}
{% block page_image %}{{ static('img/firefox/features/page-image-independent.jpg') }}{% endblock %}

Просмотреть файл

@ -7,6 +7,7 @@
{# L10n: strings for this page are not considered final and aren't ready for localization. #}
{% block page_title %}{{ _('Firefox Features: Privacy, Speed, Independence and more') }}{% endblock %}
{% block page_title_suffix %}{% endblock %}
{% block page_desc %}{{ _('Firefox is the only browser built for you by an independent nonprofit, Mozilla. Check out all the features that make Firefox better than the rest.') }}{% endblock %}
{% block page_image %}{{ static('img/firefox/features/page-image-landing.jpg') }}{% endblock %}

Просмотреть файл

@ -6,7 +6,7 @@
{# L10n: strings for this page are not considered final and aren't ready for localization. #}
{% block page_title %}{{ _('Private Browser Protects Your Online Privacy') }} | {{ _('Firefox') }}{% endblock %}
{% block page_title %}{{ _('Private Browser Protects Your Online Privacy') }}{% endblock %}
{% block page_desc %}{{ _('Firefox protects your online privacy and blocks trackers that follow you around the web. Get Firefox for private browsing!') }}{% endblock %}
{% block page_image %}{{ static('img/firefox/features/page-image-private.jpg') }}{% endblock %}

Просмотреть файл

@ -8,9 +8,7 @@
{# L10n: strings for this page are not considered final and aren't ready for localization. #}
{% block page_title_prefix %}{% endblock %}
{% block page_title %}{{ _('Fast, Free Android Browser for Tablets and Phones | Firefox') }}{% endblock %}
{% block page_title_suffix %}{% endblock %}
{% block page_title %}{{ _('Fast, Free Android Browser for Tablets and Phones') }}{% endblock %}
{% block page_desc %}{{ _('Choose a better browser for your tablet and phone. Firefox is fast and private. Install Firefox for Android now!') }}{% endblock %}
{% block page_image %}{{ static('img/firefox/products/android/product-android-meta.jpg') }}{% endblock %}

Просмотреть файл

@ -6,9 +6,7 @@
{# L10n: strings for this page are not considered final and aren't ready for localization. #}
{% block page_title_prefix %}{% endblock %}
{% block page_title %}{{ _('Fast, private, modern browser for desktop computers | Firefox') }}{% endblock %}
{% block page_title_suffix %}{% endblock %}
{% block page_title %}{{ _('Fast, private, modern browser for desktop computers') }}{% endblock %}
{% block page_desc %}{{ _('Firefox is a faster, safer and more private browser than ever before — for Windows, Mac, and Linux desktop computers. Download now!') }}{% endblock %}
{% block page_image %}{{ static('img/firefox/products/desktop/product-desktop-meta.jpg') }}{% endblock %}

Просмотреть файл

@ -6,9 +6,7 @@
{# L10n: strings for this page are not considered final and aren't ready for localization. #}
{% block page_title_prefix %}{% endblock %}
{% block page_title %}{{ _('Free Mobile Browser App for iPhone, iPad, iOS | Firefox') }}{% endblock %}
{% block page_title_suffix %}{% endblock %}
{% block page_title %}{{ _('Free Mobile Browser App for iPhone, iPad, iOS') }}{% endblock %}
{% block page_desc %}{{ _('Join the millions browsing better on iPhone and iPad. Firefox is fast and private. Install Firefox for iOS now!') }}{% endblock %}
{% block page_image %}{{ static('img/firefox/products/ios/product-ios-meta.jpg') }}{% endblock %}