## -*- coding: utf-8 -*- <%inherit file="base.html"/> <%page args="strings, langs, rtl=False, lang='en', langOverride=False, addAccessKeys=None, **kwargs"/>
## 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: "Step _2", "Step _3". ## 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 '(_1)' at the end of the string. ${addAccessKeys(_("Step _1"))} ${_("Download %s Tor Browser %s") % \ ("""""", """""")}
## 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: "Step _1", "Step _3". ## 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 '(_2)' at the end of the string. ${addAccessKeys(_("Step _2"))} % if langOverride: ${_("Get %s bridges %s") % ("""""", "")} % else: ${_("Get %s bridges %s") % ("""""", "")} % 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: "Step _1", "Step _2". ## 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 '(_3)' at the end of the string. ${addAccessKeys(_("Step _3"))} % if langOverride: ${_("""Now %s add the bridges to Tor Browser %s""") % \ ("""""", """""")} % else: ${_("""Now %s add the bridges to Tor Browser %s""") % \ ("""""", """""")} % endif