## -*- coding: utf-8 -*- <%inherit file="base.html"/> <%page args="strings, langs, rtl=False, lang='en', langOverride=False, addAccessKeys=None, **kwargs"/>
${_(strings.WELCOME[0]) % \ ("""""", """""")}
${_(strings.WELCOME[1])}
${_(strings.WELCOME[2]) % ("—", "—")}
% if langOverride: % else: % endif ## 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?", "_Yes!", ## "_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 '(_J)' at the end of the string. ${addAccessKeys(_("""_Just give me bridges!"""))}
${_(strings.OPTIONS[0])}