diff --git a/lms/templates/register.html b/lms/templates/register.html index fb3ec56a22..a5a04648fa 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -148,7 +148,7 @@
## Translators: selected_provider is the name of an external, third-party user authentication service (like Google or LinkedIn).
${_("You've successfully signed in with {selected_provider}.").format(selected_provider='%s' % selected_provider)}
- ${_("We just need a little more information before you start learning with edX.")}
+ ${_("We just need a little more information before you start learning with {platform_name}.").format(platform_name=settings.PLATFORM_NAME)}
${_("Our system indicates that you are trying to access an edX course from a country currently subject to U.S. economic and trade sanctions. Unfortunately, at this time edX must comply with export controls, and we cannot allow you to access this particular course. Feel free to browse our catalogue to find other courses you may be interested in taking.")}
++${_("Our system indicates that you are trying to access this {platform_name} " + "course from a country currently subject to U.S. economic and trade " + "sanctions. Unfortunately, at this time {platform_name} must comply with " + "export controls, and we cannot allow you to access this particular course. " + "Feel free to browse our catalogue to find other courses you may be " + "interested in taking." + ).format( + platform_name=settings.PLATFORM_NAME, + )} +
${_("Make sure your full name on your edX account ({full_name}) matches the ID you originally submitted. We will also use this as the name on your certificate.").format(full_name="" + user_full_name + "")}
+${_("Make sure your full name on your {platform_name} account ({full_name}) matches the ID you originally submitted. We will also use this as the name on your certificate.").format( + full_name="{name}".format(name=user_full_name), + platform_name=settings.PLATFORM_NAME, + )}
${_("Make sure your full name on your edX account ({full_name}) matches your ID. We will also use this as the name on your certificate.").format(full_name="" + user_full_name + "")}
+${_("Make sure your full name on your {platform_name} account ({full_name}) matches your ID. We will also use this as the name on your certificate.").format( + full_name="{name}".format(name=user_full_name), + platform_name=settings.PLATFORM_NAME, + )}
${_("Make sure your full name on your edX account ({full_name}) matches your ID. We will also use this as the name on your certificate.").format(full_name="" + user_full_name + "")}
+${_("Make sure your full name on your {platform_name} account ({full_name}) matches your ID. We will also use this as the name on your certificate.").format( + full_name="{name}".format(name=user_full_name), + platform_name=settings.PLATFORM_NAME, + )}
${_("Please check your email for further instructions on activating your new account.")}
{% trans "[Article Name](wiki:ArticleName)" %}
circuit-schematic:
$LaTeX {% trans "Math Expression" %}$
http://wikipedia.org
[{% trans "Wikipedia" %}](http://wikipedia.org)
-[{% trans "edX Wiki" %}](wiki:/edx/)
+[{% blocktrans with platform_name=settings.PLATFORM_NAME %}{{ platform_name }} Wiki{% endblocktrans %}](wiki:/edx/)
{% trans "Huge Header" %}