diff --git a/cms/templates/export.html b/cms/templates/export.html index 6f2853e77d..b70bf7ae36 100644 --- a/cms/templates/export.html +++ b/cms/templates/export.html @@ -94,7 +94,6 @@ require(["domReady!", "gettext", "js/views/feedback_prompt"], function(doc, gett

${_("About Exporting Courses")}

## Translators: ".tar.gz" is a file extension, and should not be translated -

${_("You can export courses and edit them outside of Studio. The exported file is a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains the course structure and content. You can also re-import courses that you've exported.").format(em_start='', em_end="")}

diff --git a/cms/templates/import.html b/cms/templates/import.html index a4ad922b89..51ee1ef839 100644 --- a/cms/templates/import.html +++ b/cms/templates/import.html @@ -126,20 +126,16 @@ diff --git a/lms/templates/courseware/courseware-error.html b/lms/templates/courseware/courseware-error.html index 9018495bff..71744259a6 100644 --- a/lms/templates/courseware/courseware-error.html +++ b/lms/templates/courseware/courseware-error.html @@ -2,7 +2,6 @@ <%inherit file="/main.html" /> <%namespace name='static' file='../static_content.html'/> <%block name="bodyclass">courseware -## Translators: "edX" should *not* be translated <%block name="title">${_("Courseware")} - ${settings.PLATFORM_NAME} <%block name="headextra"> diff --git a/lms/templates/wiki/includes/cheatsheet.html b/lms/templates/wiki/includes/cheatsheet.html index 6c3f359ef7..4ac9bbd85a 100644 --- a/lms/templates/wiki/includes/cheatsheet.html +++ b/lms/templates/wiki/includes/cheatsheet.html @@ -21,9 +21,7 @@
{% trans "[Article Name](wiki:ArticleName)" %}
- {% comment %} - Translators: Do not translate "edX" - {% endcomment %} + {# Translators: Do not translate "edX" #}

{% trans "edX Additions:" %}

circuit-schematic:
$LaTeX Math Expression$
@@ -34,12 +32,9 @@

{% trans "Useful examples:" %}

-{% comment %}
-  Translators: Do not translate "edX" or "Wikipedia"
-{% endcomment %}
-{% trans "http://wikipedia.org" %}
-{% trans "[Wikipedia](http://wikipedia.org)" %}
-{% trans "[edX Wiki](wiki:/edx/)" %}
+http://wikipedia.org
+[Wikipedia](http://wikipedia.org)
+[edX Wiki](wiki:/edx/)
               
 {% trans "Huge Header" %}
@@ -48,8 +43,10 @@
 {% trans "Smaller Header" %}
 --------------
+{# Translators: Leave the punctuation, but translate "emphasis" #}
 {% trans "*emphasis* or _emphasis_" %}
+{# Translators: Leave the punctuation, but translate "strong" #}
 {% trans "**strong** or __strong__" %}
 - {% trans "Unordered List" %}
diff --git a/lms/templates/wiki/includes/editor_widget.html b/lms/templates/wiki/includes/editor_widget.html
index e306787488..54cef5e36e 100644
--- a/lms/templates/wiki/includes/editor_widget.html
+++ b/lms/templates/wiki/includes/editor_widget.html
@@ -1,10 +1,7 @@
 {% load i18n %}
 
 

- {% comment %} - Translators: Do not translate 'cheatsheetLink' - {% endcomment %} - {% blocktrans with start_link="" end_link="" %} - Markdown syntax is allowed. See the {{ start_link }}cheatsheet{{ end_link }} for help. - {% endblocktrans %} + {% blocktrans with start_link="" end_link="" %} + Markdown syntax is allowed. See the {{ start_link }}cheatsheet{{ end_link }} for help. + {% endblocktrans %}