{# Variables {like_this} are going to be formatted in javascript using the format function. It's like Python's str.format. #} {% set app_url = { amo.FIREFOX: 'http://getfirefox.com/?src=amo', amo.THUNDERBIRD: 'http://www.mozillamessaging.com/', amo.MOBILE: 'http://www.mozilla.com/m/', amo.SEAMONKEY: 'http://www.seamonkey-project.org/', }[APP] %} {% set beta_url = 'http://www.mozilla.com/firefox/beta/' %} {% macro learn_more() %} {# js vars: url #}
{% trans %} To install this add-on and thousands more, get Firefox, a free and open web browser from Mozilla. {% endtrans %}
{{ _('Learn more about Firefox') }}
{% trans %} or download anyway {% endtrans %}
{% elif APP == amo.THUNDERBIRD %}{% trans %} How to Install in Thunderbird
{% trans %} To install this Theme, get Thunderbird, a free and open source email client from Mozilla Messaging and install the Personas Plus add-on. {% endtrans %}
{{ _('Learn more about Thunderbird') }}
{% else %}{% trans %} To install this Theme and thousands more, get Firefox, a free and open web browser from Mozilla. {% endtrans %}
{% endif %}{% trans app=APP.pretty %} This add-on has not been updated to work with your version of {{ app }}. {% endtrans %}
{% trans app=APP.pretty %} This add-on requires a version of Firefox that has not been released yet. {% endtrans %}
{% trans app=APP.pretty %} This add-on requires {{ app }} {new_version}. You are currently using {{ app }} {old_version}. {% endtrans %}
{# L10n: {0} is an app name, like Firefox. #}{% trans href="/addons/versions/{addon}" %} or view older versions of this add-on. {% endtrans %}
{% trans app=APP.pretty %} This Persona requires {{ app }} {{ new_version }}. You are currently using {{ app }} {old_version}. {% endtrans %}
{# L10n: {0} is an app name, like Firefox. #}{% trans %} Caution: This add-on has not been reviewed by Mozilla and can't be installed on release versions of Firefox 43 and above. Be careful when installing third-party software that might harm your computer. {% endtrans %}
{% trans %} Please note: This add-on is not compatible with your operating system. {% endtrans %}
{% trans app=APP.pretty %} This add-on is not compatible with your version of {{ app }} because of the following:{% endtrans %}
{% trans app=APP.pretty %} This add-on is not compatible with your version of {{ app }}.{% endtrans %}