{% extends "base.html" %} {% block content %} {% if testing %}
{{ _('Your browser is out-of-date.') }}
{{ _('Please download one of these up-to-date, free and excellent browsers:') }}
{{ _('Your web browser ({brow_name}) is out of date.').format(brow_name=(''+browser.name+'')|safe) }}
{# Note: Example: [The browser] is not updated for Windows 7 anymore. #} {{ _('It is not updated anymore for {system_name}.').format(system_name=system.title)|safe }}
{{ _('Please download one of these up-to-date, free and excellent browsers:') }} {# _('Please download one of these alternative up-to-date, free and excellent browsers, which are even better:') #}
{{ _('Your browser is out-of-date.') }}
{% if status.tied_to_system %}{{ _('On {system_name} the built-in browser can only be updated together with the operating system.').format(system_name=status.device_name or system.title) }}
{% endif %}{{ _('Unfortunately, {vendor_name} has stopped supplying your device with updates.'.format(vendor_name=system.vendor)) }}
{{ _('Your browser is out-of-date.') }}
{% if status.tied_to_system %}{{ _('On {system_name} the built-in browser can only be updated together with the operating system.').format(system_name=status.device_name or system.title) }}
{% else %}{{ _('On top of that your operating system ({system_name}) is so old and insecure that there is no up-to-date browser available anymore.').format(system_name=system.title) }}
{% endif %}{{ _('Please try to update {system_name} to get the latest version of your browser.').format(link=(' href="%s" onmousedown="countBrowser(\'os\')"'%status.os_update_url)|safe ,system_name=system.name) }}
|
{% if not b.na %}
{% else %}
{% endif %}
{{ b.display_name }}
{{ b.vendor }}{% if b.sponsored %} {{ _("Sponsored") }}! {% endif %} {% if b.na %} {{ _('Most recent version not available for your system.') }} {{ _('Please choose another browser.') }} {% endif %} {{ b.add }} {{ b.add2 }} |
{% endfor %}
{{ _('This is an initiative by websites and blogs to raise security awareness and bring forward the web.') }} {{ _('About the Project') }}