Commit cb333c41 by Sarina Canelake

Merge pull request #7670 from louyihua/lms_i18n_1

Better i18n (cont.)
parents 9a35c51e b7c6b4ad
...@@ -18,7 +18,11 @@ ...@@ -18,7 +18,11 @@
<% _.each(html5_list, function(value, index) { <% _.each(html5_list, function(value, index) {
var type = grouped_list[value][0].type, var type = grouped_list[value][0].type,
file_name = value + ((type) ? ('.' + type) : ''), file_name = value + ((type) ? ('.' + type) : ''),
message = interpolate(gettext("Timed Transcript from %(filename)s"), { filename: file_name }, true); message = interpolate(
gettext("Timed Transcript from %(filename)s"),
{ filename: file_name },
true
);
%> %>
<button <button
class="action setting-choose" class="action setting-choose"
......
...@@ -82,9 +82,9 @@ ...@@ -82,9 +82,9 @@
${_("Benefits of a verified Certificate")} ${_("Benefits of a verified Certificate")}
</h4> </h4>
<ul> <ul>
<li><b>${_("Official")}: </b>${_("Receive an instructor-signed certificate with the institution's logo")}</li> <li>${_("{b_start}Official: {b_end}Receive an instructor-signed certificate with the institution's logo").format(b_start='<b>', b_end='</b>')}</li>
<li><b>${_("Easily sharable")}: </b>${_("Add the certificate to your CV or resume, or post it directly on LinkedIn")}</li> <li>${_("{b_start}Easily sharable: {b_end}Add the certificate to your CV or resume, or post it directly on LinkedIn").format(b_start='<b>', b_end='</b>')}</li>
<li><b>${_("Motivating")}: </b>${_("Give yourself an additional incentive to complete the course")}</li> <li>${_("{b_start}Motivating: {b_end}Give yourself an additional incentive to complete the course").format(b_start='<b>', b_end='</b>')}</li>
</ul> </ul>
</div> </div>
<div class="copy-inline list-actions"> <div class="copy-inline list-actions">
......
...@@ -115,8 +115,8 @@ ...@@ -115,8 +115,8 @@
<li class="help-item">${_("Make sure your face is well-lit")}</li> <li class="help-item">${_("Make sure your face is well-lit")}</li>
<li class="help-item">${_("Be sure your entire face is inside the frame")}</li> <li class="help-item">${_("Be sure your entire face is inside the frame")}</li>
<li class="help-item">${_("Can we match the photo you took with the one on your ID?")}</li> <li class="help-item">${_("Can we match the photo you took with the one on your ID?")}</li>
<li class="help-item">${_("Once in position, use the camera button")} <span class="example">(<i class="icon fa fa-camera"></i>)</span> ${_("to capture your picture")}</li> <li class="help-item">${_("Once in position, use the camera button {btn_icon} to capture your picture").format(btn_icon='<span class="example">(<i class="icon fa fa-camera"></i>)</span>')}</li>
<li class="help-item">${_("Use the checkmark button")} <span class="example">(<i class="icon fa fa-check-square-o"></i>)</span> ${_("once you are happy with the photo")}</li> <li class="help-item">${_("Use the checkmark button {btn_icon} once you are happy with the photo").format(btn_icon='<span class="example">(<i class="icon fa fa-check-square-o"></i>)</span>')}</li>
</ul> </ul>
</div> </div>
</div> </div>
......
...@@ -161,8 +161,8 @@ ...@@ -161,8 +161,8 @@
<li class="help-item">${_("Make sure your face is well-lit")}</li> <li class="help-item">${_("Make sure your face is well-lit")}</li>
<li class="help-item">${_("Be sure your entire face is inside the frame")}</li> <li class="help-item">${_("Be sure your entire face is inside the frame")}</li>
<li class="help-item">${_("Can we match the photo you took with the one on your ID?")}</li> <li class="help-item">${_("Can we match the photo you took with the one on your ID?")}</li>
<li class="help-item">${_("Once in position, use the camera button")} <span class="example">(<i class="icon fa fa-camera"></i>)</span> ${_("to capture your picture")}</li> <li class="help-item">${_("Once in position, use the camera button {btn_icon} to capture your picture").format(btn_icon='<span class="example">(<i class="icon fa fa-camera"></i>)</span>')}</li>
<li class="help-item">${_("Use the checkmark button")} <span class="example">(<i class="icon fa fa-check-square-o"></i>)</span> ${_("once you are happy with the photo")}</li> <li class="help-item">${_("Use the checkmark button {btn_icon} once you are happy with the photo").format(btn_icon='<span class="example">(<i class="icon fa fa-check-square-o"></i>)</span>')}</li>
</ul> </ul>
</div> </div>
</div> </div>
...@@ -245,12 +245,12 @@ ...@@ -245,12 +245,12 @@
<div class="copy"> <div class="copy">
<ul class="list-help"> <ul class="list-help">
<li class="help-item">${_("Make sure your ID is well-lit")}</li> <li class="help-item">${_("Make sure your ID is well-lit")}</li>
<li class="help-item help-item-emphasis">${_("Acceptable IDs include drivers licenses, passports, or other goverment-issued IDs that include your name and photo")}</li> <li class="help-item help-item-emphasis">${_("Acceptable IDs include driver's licenses, passports, or other goverment-issued IDs that include your name and photo")}</li>
<li class="help-item">${_("Check that there isn't any glare")}</li> <li class="help-item">${_("Check that there isn't any glare")}</li>
<li class="help-item">${_("Ensure that you can see your photo and read your name")}</li> <li class="help-item">${_("Ensure that you can see your photo and read your name")}</li>
<li class="help-item">${_("Try to keep your fingers at the edge to avoid covering important information")}</li> <li class="help-item">${_("Try to keep your fingers at the edge to avoid covering important information")}</li>
<li class="help-item">${_("Once in position, use the camera button")} <span class="example">(<i class="icon fa fa-camera"></i>)</span> ${_("to capture your ID")}</li> <li class="help-item">${_("Once in position, use the camera button {btn_icon} to capture your ID").format(btn_icon='<span class="example">(<i class="icon fa fa-camera"></i>)</span>')}</li>
<li class="help-item">${_("Use the checkmark button")} <span class="example">(<i class="icon fa fa-check-square-o"></i>)</span> ${_("once you are happy with the photo")}</li> <li class="help-item">${_("Use the checkmark button {btn_icon} once you are happy with the photo").format(btn_icon='<span class="example">(<i class="icon fa fa-check-square-o"></i>)</span>')}</li>
</ul> </ul>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment