Skip to content

Commit

Permalink
Hard code CTD page title translations
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniehobson committed Dec 18, 2024
1 parent 9d7b9f0 commit 64c2a6c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

{% from "macros-protocol.html" import picto with context %}

{% block page_title %}{{ ftl('firefox-home-firefox-protect-your') }}{% endblock %}
{% block page_title %}{{ seo_title }}{% endblock %}
{% block page_title_suffix %} — {{ ftl('firefox-home-mozilla') }}{% endblock %}
{% block page_desc %}{{ seo_desc }}{% endblock %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

{% block page_image %}{{ static('img/firefox/challenge-the-default/ctd-share.png') }}{% endblock %}

{% set seo_title = 'Alle Firefox-Produkte schützen zuallererst deine Privatsphäre online' %}
{% set seo_desc = 'Du hast eine Wahl, wenn es um Browser geht! Vorinstalliert ist gut, ausgewählt ist besser. Mit Firefox entscheidest du dich gegen den Standard und für konsequenten Datenschutz, mehr Transparenz und eine Non-Profit im Rücken.' %}
{% set cta_default = 'Firefox als Standardbrowser festlegen' %}
{% set cta_mobile = 'Firefox fürs Handy entdecken' %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

{% block page_image %}{{ static('img/firefox/challenge-the-default/ctd-share-es.png') }}{% endblock %}

{% set seo_title = 'Firefox - Protege tu vida en línea con productos que priorizan la privacidad' %}
{% set seo_desc = 'Cuando eliges Firefox, estás tomando una decisión consciente. Mejor protección de datos, más transparencia y una web más sana.' %}
{% set cta_default = 'Configura Firefox como tu navegador por defecto' %}
{% set cta_mobile = 'Descubre Firefox para móvil' %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

{% block page_image %}{{ static('img/firefox/challenge-the-default/ctd-share-fr.png') }}{% endblock %}

{% set seo_title = 'Firefox – Une gamme de produits qui protègent votre vie privée' %}
{% set seo_desc = 'Imaginez un navigateur qui ait un intérêt à cœur avant tout : le vôtre. Firefox est rapide, sécurisé, et éthique. Parce que nous n’avons de compte à rendre qu’à vous, nos utilisateurs, pas à des actionnaires ou annonceurs.' %}
{% set cta_default = 'Choisir Firefox comme navigateur par défaut' %}
{% set cta_mobile = 'Découvrir Firefox mobile' %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

{% block page_image %}{{ static('img/firefox/challenge-the-default/ctd-share-it.png') }}{% endblock %}

{% set seo_title = 'Firefox: proteggi la tua vita in rete con prodotti che mettono la privacy al primo posto' %}
{% set seo_desc = 'Quando scegli Firefox, metti te al primo posto. Noi proteggiamo meglio i tuoi dati, tu hai più trasparenza ed entri a far parte del lato più sano di internet.' %}
{% set cta_default = 'Rendi Firefox il tuo browser predefinito' %}
{% set cta_mobile = 'Scopri Firefox per il mobile' %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

{% block page_image %}{{ static('img/firefox/challenge-the-default/ctd-share-pl.png') }}{% endblock %}

{% set seo_title = 'Firefox — chroń swoje życie w sieci za pomocą produktów zapewniających prywatność' %}
{% set seo_desc = 'Korzystając z Firefoksa decydujesz się na lepszą ochronę danych, większą transparentość i "zdrowszy" internet. To Twój świadomy wybór.' %}
{% set cta_default = 'Ustaw Firefoksa jako domyślną przeglądarkę' %}
{% set cta_mobile = 'Odkryj Firefoksa dla urządzeń mobilnych' %}
Expand Down

0 comments on commit 64c2a6c

Please sign in to comment.