## -*- coding: utf-8 -*- <%inherit file="base.html"/> <%page args="strings, langs, rtl=False, lang='en', langOverride=False, addAccessKeys=None, **kwargs"/>

${_(strings.BRIDGES[1])}

${_(strings.WELCOME[0]) % \ ("""""", """""")}

${_(strings.WELCOME[1])}

## The '—' char is a literal emdash ('―'), but it's also XML parseable.

${_(strings.WELCOME[2]) % ("—", "—")}

${_("""Advanced Options""")}

% if langOverride: % endif

${_(strings.OPTIONS[0])}

## TRANSLATORS: '_' is used to insert HTML5 underlining tags, to mark accesskeys for disabled users. ## Make sure the character preceded by '_' is unique in this file, the other strings that ## contain accesskeys in this file are: "Do you need a Pluggable _Transport?", ## "_Just give me bridges!", "_Get Bridges". ## You can change the character preceded by '_' to pick any of the existing ones that will ## fit better for your language, or if none you can keep the English accesskey by ## adding a '(_Y)' at the end of the string. ## TRANSLATORS: Translate "Yes!" as in "Yes! I do need IPv6 addresses." ${addAccessKeys(_("""_Yes!"""))}