## Translators: This is an example name for a new course, seen when filling out the form to create a new course.
## Translators: This is an example name for a new course, seen when
## filling out the form to create a new course.
<inputclass="new-course-name"id="new-course-name"type="text"name="new-course-name"requiredplaceholder="${_('e.g. Introduction to Computer Science')}"aria-describedby="tip-new-course-name tip-error-new-course-name"/>
<spanclass="tip"id="tip-new-course-name">${_("The public display name for your course. This cannot be changed, but you can set a different display name in Advanced Settings later.")}</span>
## Translators: This is an example for the number used to identify a course, seen when filling out the form to create a new course. The number here is short for "Computer Science 101". It can contain letters but cannot contain spaces.
## Translators: This is an example for the number used to identify a course,
## seen when filling out the form to create a new course. The number here is
## short for "Computer Science 101". It can contain letters but cannot contain spaces.
<spanclass="tip"id="tip-new-course-number">${_("The unique number that identifies your course within your organization.")} <strong>${_("Note: This is part of your course URL, so no spaces or special characters are allowed and it cannot be changed.")}</strong></span>
## Translators: This is an example for the "run" used to identify different instances of a course, seen when filling out the form to create a new course.
## Translators: This is an example for the "run" used to identify different
## instances of a course, seen when filling out the form to create a new course.
<spanclass="tip"id="tip-new-course-run">${_("The term in which your course will run.")} <strong>${_("Note: This is part of your course URL, so no spaces or special characters are allowed and it cannot be changed.")}</strong></span>
## Translators: This is an example name for a new content library, seen when filling out the form to create a new library. (A library is a collection of content or problems.)
## Translators: This is an example name for a new content library, seen when
## filling out the form to create a new library.
## (A library is a collection of content or problems.)
## Translators: This is an example for the "code" used to identify a library, seen when filling out the form to create a new library. This example is short for "Computer Science Problems". The example number may contain letters but must not contain spaces.
## Translators: This is an example for the "code" used to identify a library,
## seen when filling out the form to create a new library. This example is short
## for "Computer Science Problems". The example number may contain letters
<spanclass="tip"id="tip-new-library-number">${_("The unique code that identifies this library.")} <strong>${_("Note: This is part of your library URL, so no spaces or special characters are allowed.")}</strong> ${_("This cannot be changed.")}</span>
<dtclass="label sr">${_("This course run is currently being created.")}</dt>
<ddclass="value">
<iclass="icon fa fa-refresh fa-spin"></i>
## Translators: This is a status message, used to inform the user of what the system is doing. This status means that the user has requested to re-run an existing course, and the system is currently in the process of duplicating and configuring the existing course so that it can be re-run.
## Translators: This is a status message, used to inform the user of
## what the system is doing. This status means that the user has
## requested to re-run an existing course, and the system is currently
## in the process of duplicating and configuring the existing course
## so that it can be re-run.
<spanclass="copy">${_("Configuring as re-run")}</span>
</dd>
</dl>
...
...
@@ -227,7 +240,10 @@
</div>
<dlclass="course-status">
## Translators: This is a status message for the course re-runs feature. When a course admin indicates that a course should be re-run, the system needs to process that and get the new course re-run ready to go. The status of that re-run process will follow this text.
## Translators: This is a status message for the course re-runs feature.
## When a course admin indicates that a course should be re-run, the system
## needs to process that and get the new course re-run ready to go.
## The status of that re-run process will follow this text.