Commit e8628423 by Dennis Jen Committed by Dennis Jen

Remove start and end dates from the table and replace with modified date.

parent 11da3045
...@@ -25,6 +25,14 @@ How To Contribute ...@@ -25,6 +25,14 @@ How To Contribute
Contributions are welcome. Please read `How To Contribute <https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst>`_ for details. Even though it was written with ``edx-platform`` in mind, these guidelines should be followed for Open edX code in general. Contributions are welcome. Please read `How To Contribute <https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst>`_ for details. Even though it was written with ``edx-platform`` in mind, these guidelines should be followed for Open edX code in general.
Development
-----------
Is the build failing because translations are out of date?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Run ``make check_translations_up_to_date`` and check in the generated *.mo & *.po files to your PR.
Reporting Security Issues Reporting Security Issues
------------------------- -------------------------
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
{% trans "Status" %} {% trans "Status" %}
</th> </th>
<th> <th>
{% trans "Course start date" %} {% trans "Modified" %}
</th> </th>
</tr> </tr>
</thead> </thead>
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
{% endif %} {% endif %}
{{ course_run.owner_role_modified }} {{ course_run.owner_role_modified }}
</td> </td>
<td data-order="{{ course_run.start|date:"Y-m-d" }}"> <td data-order="{{ course_run.modified|date:"Y-m-d" }}">
{{ course_run.start }} {{ course_run.modified }}
</td> </td>
</tr> </tr>
{% endfor %} {% endfor %}
......
...@@ -27,10 +27,7 @@ ...@@ -27,10 +27,7 @@
{% trans "Organization" %} {% trans "Organization" %}
</th> </th>
<th role="button"> <th role="button">
{% trans "Start" %} {% trans "Modified" %}
</th>
<th role="button">
{% trans "End" %}
</th> </th>
<th role="button"> <th role="button">
{% trans "Course Team" %} {% trans "Course Team" %}
...@@ -53,8 +50,7 @@ ...@@ -53,8 +50,7 @@
</td> </td>
<td>{{ course_run.number }}</td> <td>{{ course_run.number }}</td>
<td>{{ course_run.course.organization_name }}</td> <td>{{ course_run.course.organization_name }}</td>
<td>{{ course_run.start|date:"Y-m-d" }}</td> <td>{{ course_run.modified|date:"Y-m-d" }}</td>
<td>{{ course_run.end|date:"Y-m-d" }}</td>
<td>{{ course_run.course_team_status }}</td> <td>{{ course_run.course_team_status }}</td>
<td>{{ course_run.internal_user_status }}</td> <td>{{ course_run.internal_user_status }}</td>
<td>{{ course_run.owner_role_last_modified }}</td> <td>{{ course_run.owner_role_last_modified }}</td>
......
...@@ -20,12 +20,6 @@ ...@@ -20,12 +20,6 @@
{% trans "Organization" %} {% trans "Organization" %}
</th> </th>
<th role="button"> <th role="button">
{% trans "Start" %}
</th>
<th role="button">
{% trans "End" %}
</th>
<th role="button">
{% trans "Published Date" %} {% trans "Published Date" %}
</th> </th>
</tr> </tr>
...@@ -43,12 +37,6 @@ ...@@ -43,12 +37,6 @@
{{ course_run.course.organization_name }} {{ course_run.course.organization_name }}
</td> </td>
<td> <td>
{{ course_run.start|date:"Y-m-d" }}
</td>
<td>
{{ course_run.end|date:"Y-m-d" }}
</td>
<td>
{{ course_run.course_run_state.modified|date:"Y-m-d" }} {{ course_run.course_run_state.modified|date:"Y-m-d" }}
</td> </td>
</tr> </tr>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
{% trans "Organization" %} {% trans "Organization" %}
</th> </th>
<th role="button"> <th role="button">
{% trans "Start Date" %} {% trans "Modified" %}
</th> </th>
<th role="button"> <th role="button">
{% trans "Course Number" %} {% trans "Course Number" %}
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
<td> <td>
{{ course_run.course.organization_name }} {{ course_run.course.organization_name }}
</td> </td>
<td id="course-start"> <td id="course-modified">
{{ course_run.start|date:"Y-m-d" }} {{ course_run.modified|date:"Y-m-d" }}
</td> </td>
<td> <td>
{{ course_run.number }} {{ course_run.number }}
......
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: edx-platform\n" "Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-18 11:01+0000\n" "POT-Creation-Date: 2018-05-24 15:22+0000\n"
"PO-Revision-Date: 2018-04-09 20:13+0000\n" "PO-Revision-Date: 2018-04-09 20:13+0000\n"
"Last-Translator: Muhammad Ayub khan <ayubkhan@edx.org>\n" "Last-Translator: Muhammad Ayub khan <ayubkhan@edx.org>\n"
"Language-Team: openedx-translation <openedx-translation@googlegroups.com>\n" "Language-Team: openedx-translation <openedx-translation@googlegroups.com>\n"
...@@ -28,31 +28,31 @@ msgid "" ...@@ -28,31 +28,31 @@ msgid ""
"parameter." "parameter."
msgstr "" msgstr ""
#: apps/api/serializers.py:443 #: apps/api/serializers.py:404
msgid "Number of courses contained in this catalog" msgid "Number of courses contained in this catalog"
msgstr "" msgstr ""
#: apps/api/serializers.py:446 #: apps/api/serializers.py:407
msgid "Usernames of users with explicit access to view this catalog" msgid "Usernames of users with explicit access to view this catalog"
msgstr "" msgstr ""
#: apps/api/serializers.py:512 #: apps/api/serializers.py:473
msgid "Language in which the course is administered" msgid "Language in which the course is administered"
msgstr "" msgstr ""
#: apps/api/serializers.py:581 #: apps/api/serializers.py:542
msgid "Dictionary mapping course run IDs to boolean values" msgid "Dictionary mapping course run IDs to boolean values"
msgstr "" msgstr ""
#: apps/api/serializers.py:736 #: apps/api/serializers.py:697
msgid "Dictionary mapping course IDs to boolean values" msgid "Dictionary mapping course IDs to boolean values"
msgstr "" msgstr ""
#: apps/api/serializers.py:891 #: apps/api/serializers.py:852
msgid "Languages that course runs in this program are offered in." msgid "Languages that course runs in this program are offered in."
msgstr "" msgstr ""
#: apps/api/serializers.py:895 #: apps/api/serializers.py:856
msgid "" msgid ""
"Languages that course runs in this program have available transcripts in." "Languages that course runs in this program have available transcripts in."
msgstr "" msgstr ""
...@@ -263,35 +263,35 @@ msgstr "" ...@@ -263,35 +263,35 @@ msgstr ""
msgid "Programs can only be activated if they have a banner image." msgid "Programs can only be activated if they have a banner image."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:83 #: apps/course_metadata/models.py:81
msgid "Facebook" msgid "Facebook"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:84 #: apps/course_metadata/models.py:82
msgid "Twitter" msgid "Twitter"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:85 #: apps/course_metadata/models.py:83
msgid "Blog" msgid "Blog"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:86 #: apps/course_metadata/models.py:84
msgid "Others" msgid "Others"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:120 apps/course_metadata/models.py:158 #: apps/course_metadata/models.py:118 apps/course_metadata/models.py:157
#: apps/course_metadata/models.py:217 apps/course_metadata/models.py:261 #: apps/course_metadata/models.py:217 apps/course_metadata/models.py:262
#: apps/course_metadata/models.py:338 apps/course_metadata/models.py:453 #: apps/course_metadata/models.py:340 apps/course_metadata/models.py:456
#: apps/course_metadata/models.py:927 #: apps/course_metadata/models.py:933
msgid "UUID" msgid "UUID"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:124 apps/course_metadata/models.py:161 #: apps/course_metadata/models.py:122 apps/course_metadata/models.py:160
#: apps/course_metadata/models.py:920 #: apps/course_metadata/models.py:926
msgid "Leave this field blank to have the value generated automatically." msgid "Leave this field blank to have the value generated automatically."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:153 #: apps/course_metadata/models.py:152
msgid "Subject model translations" msgid "Subject model translations"
msgstr "" msgstr ""
...@@ -311,7 +311,7 @@ msgid "" ...@@ -311,7 +311,7 @@ msgid ""
"logo_image_url, copy and paste the same value to both fields." "logo_image_url, copy and paste the same value to both fields."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:234 apps/course_metadata/models.py:517 #: apps/course_metadata/models.py:234 apps/course_metadata/models.py:520
msgid "" msgid ""
"Pick a tag from the suggestions. To make a new tag, add a comma after the " "Pick a tag from the suggestions. To make a new tag, add a comma after the "
"tag name." "tag name."
...@@ -323,112 +323,112 @@ msgid "" ...@@ -323,112 +323,112 @@ msgid ""
"underscore or hyphen in the key field." "underscore or hyphen in the key field."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:284 #: apps/course_metadata/models.py:285
msgid "People" msgid "People"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:364 #: apps/course_metadata/models.py:366
msgid "Add the course image" msgid "Add the course image"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:372 #: apps/course_metadata/models.py:374
msgid "Course number format e.g CS002x, BIO1.1x, BIO1.2x" msgid "Course number format e.g CS002x, BIO1.1x, BIO1.2x"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:461 apps/publisher/models.py:348 #: apps/course_metadata/models.py:464 apps/publisher/models.py:347
msgid "" msgid ""
"Title specific for this run of a course. Leave this value blank to default " "Title specific for this run of a course. Leave this value blank to default "
"to the parent course's title." "to the parent course's title."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:470 apps/publisher/models.py:342 #: apps/course_metadata/models.py:473 apps/publisher/models.py:341
msgid "" msgid ""
"Short description specific for this run of a course. Leave this value blank " "Short description specific for this run of a course. Leave this value blank "
"to default to the parent course's short_description attribute." "to default to the parent course's short_description attribute."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:475 apps/publisher/models.py:353 #: apps/course_metadata/models.py:478 apps/publisher/models.py:352
msgid "" msgid ""
"Full description specific for this run of a course. Leave this value blank " "Full description specific for this run of a course. Leave this value blank "
"to default to the parent course's full_description attribute." "to default to the parent course's full_description attribute."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:480 apps/publisher/models.py:290 #: apps/course_metadata/models.py:483 apps/publisher/models.py:289
msgid "" msgid ""
"Estimated minimum number of hours per week needed to complete a course run." "Estimated minimum number of hours per week needed to complete a course run."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:483 apps/publisher/models.py:293 #: apps/course_metadata/models.py:486 apps/publisher/models.py:292
msgid "" msgid ""
"Estimated maximum number of hours per week needed to complete a course run." "Estimated maximum number of hours per week needed to complete a course run."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:486 #: apps/course_metadata/models.py:489
msgid "Estimated number of weeks needed to complete this course run." msgid "Estimated number of weeks needed to complete this course run."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:504 #: apps/course_metadata/models.py:507
msgid "Indicates whether the course relation has been manually overridden." msgid "Indicates whether the course relation has been manually overridden."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:512 #: apps/course_metadata/models.py:515
msgid "" msgid ""
"'What You Will Learn' description for this particular course run. Leave this " "'What You Will Learn' description for this particular course run. Leave this "
"value blank to default to the parent course's Outcome attribute." "value blank to default to the parent course's Outcome attribute."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:741 #: apps/course_metadata/models.py:744
msgid "Archived" msgid "Archived"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:743 #: apps/course_metadata/models.py:746
msgid "Current" msgid "Current"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:745 #: apps/course_metadata/models.py:748
msgid "Starting Soon" msgid "Starting Soon"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:747 #: apps/course_metadata/models.py:750
msgid "Upcoming" msgid "Upcoming"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:818 apps/publisher/models.py:451 #: apps/course_metadata/models.py:821 apps/publisher/models.py:450
msgid "Honor" msgid "Honor"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:819 apps/publisher/models.py:452 #: apps/course_metadata/models.py:822 apps/publisher/models.py:451
msgid "Audit" msgid "Audit"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:820 apps/publisher/forms.py:382 #: apps/course_metadata/models.py:823 apps/publisher/forms.py:382
#: apps/publisher/forms.py:491 apps/publisher/models.py:453 #: apps/publisher/forms.py:491 apps/publisher/models.py:452
#: apps/publisher/models.py:513 #: apps/publisher/models.py:512
msgid "Verified" msgid "Verified"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:821 apps/publisher/models.py:514 #: apps/course_metadata/models.py:824 apps/publisher/models.py:513
msgid "Professional" msgid "Professional"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:822 apps/publisher/forms.py:384 #: apps/course_metadata/models.py:825 apps/publisher/forms.py:384
#: apps/publisher/forms.py:493 apps/publisher/models.py:456 #: apps/publisher/forms.py:493 apps/publisher/models.py:455
msgid "Credit" msgid "Credit"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:893 apps/publisher/forms.py:136 #: apps/course_metadata/models.py:898 apps/publisher/forms.py:136
#: apps/publisher/models.py:92 #: apps/publisher/models.py:91
#: apps/publisher/templates/publisher/course_detail.html:211 #: apps/publisher/templates/publisher/course_detail.html:211
#: apps/publisher/templates/publisher/course_revision_history.html:147 #: apps/publisher/templates/publisher/course_revision_history.html:147
#: apps/publisher/templates/publisher/course_run_detail/_drupal.html:329 #: apps/publisher/templates/publisher/course_run_detail/_drupal.html:329
msgid "FAQ" msgid "FAQ"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:894 #: apps/course_metadata/models.py:899
msgid "FAQs" msgid "FAQs"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:903 #: apps/course_metadata/models.py:909
msgid "" msgid ""
"Seat types that qualify for completion of programs of this type. Learners " "Seat types that qualify for completion of programs of this type. Learners "
"completing associated courses, but enrolled in other seat types, will NOT " "completing associated courses, but enrolled in other seat types, will NOT "
...@@ -436,58 +436,58 @@ msgid "" ...@@ -436,58 +436,58 @@ msgid ""
"program." "program."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:917 #: apps/course_metadata/models.py:923
msgid "Please provide an image file with transparent background" msgid "Please provide an image file with transparent background"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:929 #: apps/course_metadata/models.py:935
msgid "The user-facing display title for this Program." msgid "The user-facing display title for this Program."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:931 #: apps/course_metadata/models.py:937
msgid "A brief, descriptive subtitle for the Program." msgid "A brief, descriptive subtitle for the Program."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:934 #: apps/course_metadata/models.py:940
msgid "The lifecycle status of this Program." msgid "The lifecycle status of this Program."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:938 #: apps/course_metadata/models.py:944
msgid "Slug used to generate links to the marketing site" msgid "Slug used to generate links to the marketing site"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:942 #: apps/course_metadata/models.py:948
msgid "" msgid ""
"If this box is not checked, courses will be ordered as in the courses select " "If this box is not checked, courses will be ordered as in the courses select "
"box above." "box above."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:956 #: apps/course_metadata/models.py:962
msgid "" msgid ""
"This field is now deprecated (ECOM-6021).Estimated number of weeks needed to " "This field is now deprecated (ECOM-6021).Estimated number of weeks needed to "
"complete a course run belonging to this program." "complete a course run belonging to this program."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:974 #: apps/course_metadata/models.py:980
msgid "Image used for discovery cards" msgid "Image used for discovery cards"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:981 #: apps/course_metadata/models.py:987
msgid "" msgid ""
"This field can be used by API clients to determine the order in which " "This field can be used by API clients to determine the order in which "
"instructors will be displayed on program pages. Instructors in this list " "instructors will be displayed on program pages. Instructors in this list "
"should appear before all others associated with this programs courses runs." "should appear before all others associated with this programs courses runs."
msgstr "" msgstr ""
#: apps/course_metadata/models.py:993 #: apps/course_metadata/models.py:999
msgid "The description of credit redemption for courses in program" msgid "The description of credit redemption for courses in program"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:998 #: apps/course_metadata/models.py:1004
msgid "Allow courses in this program to be purchased in a single transaction" msgid "Allow courses in this program to be purchased in a single transaction"
msgstr "" msgstr ""
#: apps/course_metadata/models.py:1002 #: apps/course_metadata/models.py:1008
msgid "" msgid ""
"Hide program on marketing site landing and search pages. This program MAY " "Hide program on marketing site landing and search pages. This program MAY "
"have a detail page." "have a detail page."
...@@ -522,17 +522,17 @@ msgstr "" ...@@ -522,17 +522,17 @@ msgstr ""
msgid "The program was changed successfully." msgid "The program was changed successfully."
msgstr "" msgstr ""
#: apps/publisher/api/serializers.py:80 #: apps/publisher/api/serializers.py:81
#, python-brace-format #, python-brace-format
msgid "Invalid course key \"{lms_course_id}\"" msgid "Invalid course key \"{lms_course_id}\""
msgstr "" msgstr ""
#: apps/publisher/api/serializers.py:89 #: apps/publisher/api/serializers.py:90
#, python-brace-format #, python-brace-format
msgid "Invalid URL format \"{preview_url}\"" msgid "Invalid URL format \"{preview_url}\""
msgstr "" msgstr ""
#: apps/publisher/api/serializers.py:178 apps/publisher/api/serializers.py:215 #: apps/publisher/api/serializers.py:179 apps/publisher/api/serializers.py:216
#, python-brace-format #, python-brace-format
msgid "Cannot switch from state `{state}` to `{target_state}`" msgid "Cannot switch from state `{state}` to `{target_state}`"
msgstr "" msgstr ""
...@@ -555,11 +555,11 @@ msgid "Publisher" ...@@ -555,11 +555,11 @@ msgid "Publisher"
msgstr "" msgstr ""
#: apps/publisher/choices.py:13 #: apps/publisher/choices.py:13
#: apps/publisher/templates/publisher/dashboard/_in_progress.html:36 #: apps/publisher/templates/publisher/dashboard/_in_progress.html:33
msgid "Course Team" msgid "Course Team"
msgstr "" msgstr ""
#: apps/publisher/choices.py:17 apps/publisher/models.py:665 #: apps/publisher/choices.py:17 apps/publisher/models.py:664
#: apps/publisher/wrappers.py:31 #: apps/publisher/wrappers.py:31
msgid "Draft" msgid "Draft"
msgstr "" msgstr ""
...@@ -677,7 +677,7 @@ msgstr "" ...@@ -677,7 +677,7 @@ msgstr ""
msgid "Long Description" msgid "Long Description"
msgstr "" msgstr ""
#: apps/publisher/forms.py:92 apps/publisher/models.py:68 #: apps/publisher/forms.py:92 apps/publisher/models.py:67
#: apps/publisher/templates/publisher/course_detail.html:181 #: apps/publisher/templates/publisher/course_detail.html:181
#: apps/publisher/templates/publisher/course_revision_history.html:114 #: apps/publisher/templates/publisher/course_revision_history.html:114
#: apps/publisher/templates/publisher/course_run_detail/_drupal.html:224 #: apps/publisher/templates/publisher/course_run_detail/_drupal.html:224
...@@ -862,139 +862,139 @@ msgstr "" ...@@ -862,139 +862,139 @@ msgstr ""
msgid "Create initial run for the course" msgid "Create initial run for the course"
msgstr "" msgstr ""
#: apps/publisher/models.py:54 #: apps/publisher/models.py:53
msgid "Course title" msgid "Course title"
msgstr "" msgstr ""
#: apps/publisher/models.py:55 #: apps/publisher/models.py:54
msgid "Course number" msgid "Course number"
msgstr "" msgstr ""
#: apps/publisher/models.py:57 #: apps/publisher/models.py:56
msgid "Brief Description" msgid "Brief Description"
msgstr "" msgstr ""
#: apps/publisher/models.py:59 #: apps/publisher/models.py:58
#: apps/publisher/templates/publisher/course_run_detail/_drupal.html:185 #: apps/publisher/templates/publisher/course_run_detail/_drupal.html:185
msgid "Full Description" msgid "Full Description"
msgstr "" msgstr ""
#: apps/publisher/models.py:61 #: apps/publisher/models.py:60
msgid "Partner Name" msgid "Partner Name"
msgstr "" msgstr ""
#: apps/publisher/models.py:64 #: apps/publisher/models.py:63
msgid "Level Type" msgid "Level Type"
msgstr "" msgstr ""
#: apps/publisher/models.py:66 #: apps/publisher/models.py:65
msgid "Expected Learnings" msgid "Expected Learnings"
msgstr "" msgstr ""
#: apps/publisher/models.py:69 #: apps/publisher/models.py:68
#: apps/publisher/templates/publisher/course_detail.html:201 #: apps/publisher/templates/publisher/course_detail.html:201
#: apps/publisher/templates/publisher/course_revision_history.html:136 #: apps/publisher/templates/publisher/course_revision_history.html:136
#: apps/publisher/templates/publisher/course_run_detail/_drupal.html:318 #: apps/publisher/templates/publisher/course_run_detail/_drupal.html:318
msgid "Learner Testimonials" msgid "Learner Testimonials"
msgstr "" msgstr ""
#: apps/publisher/models.py:93 #: apps/publisher/models.py:92
msgid "Video Link" msgid "Video Link"
msgstr "" msgstr ""
#: apps/publisher/models.py:97 #: apps/publisher/models.py:96
msgid "Course Metadata Course PK" msgid "Course Metadata Course PK"
msgstr "" msgstr ""
#: apps/publisher/models.py:270 #: apps/publisher/models.py:269
msgid "Level 1" msgid "Level 1"
msgstr "" msgstr ""
#: apps/publisher/models.py:271 #: apps/publisher/models.py:270
msgid "Level 2" msgid "Level 2"
msgstr "" msgstr ""
#: apps/publisher/models.py:272 #: apps/publisher/models.py:271
msgid "Level 3" msgid "Level 3"
msgstr "" msgstr ""
#: apps/publisher/models.py:273 #: apps/publisher/models.py:272
msgid "Level 4" msgid "Level 4"
msgstr "" msgstr ""
#: apps/publisher/models.py:274 #: apps/publisher/models.py:273
msgid "Level 5" msgid "Level 5"
msgstr "" msgstr ""
#: apps/publisher/models.py:296 #: apps/publisher/models.py:295
msgid "Content Language" msgid "Content Language"
msgstr "" msgstr ""
#: apps/publisher/models.py:302 #: apps/publisher/models.py:301
msgid "Length of course, in number of weeks" msgid "Length of course, in number of weeks"
msgstr "" msgstr ""
#: apps/publisher/models.py:317 #: apps/publisher/models.py:316
msgid "" msgid ""
"Please add any additional notes or special instructions for the course About " "Please add any additional notes or special instructions for the course About "
"Page." "Page."
msgstr "" msgstr ""
#: apps/publisher/models.py:325 #: apps/publisher/models.py:324
msgid "Comma separated list of edX usernames or emails of admins." msgid "Comma separated list of edX usernames or emails of admins."
msgstr "" msgstr ""
#: apps/publisher/models.py:329 #: apps/publisher/models.py:328
msgid "Comma separated list of edX usernames or emails of additional staff." msgid "Comma separated list of edX usernames or emails of additional staff."
msgstr "" msgstr ""
#: apps/publisher/models.py:454 #: apps/publisher/models.py:453
msgid "Professional (with ID verification)" msgid "Professional (with ID verification)"
msgstr "" msgstr ""
#: apps/publisher/models.py:455 #: apps/publisher/models.py:454
msgid "Professional (no ID verification)" msgid "Professional (no ID verification)"
msgstr "" msgstr ""
#: apps/publisher/models.py:560 #: apps/publisher/models.py:559
msgid "Organization Role" msgid "Organization Role"
msgstr "" msgstr ""
#: apps/publisher/models.py:583 #: apps/publisher/models.py:582
msgid "Course Role" msgid "Course Role"
msgstr "" msgstr ""
#: apps/publisher/models.py:629 #: apps/publisher/models.py:628
msgid "Automatically create a run in Studio" msgid "Automatically create a run in Studio"
msgstr "" msgstr ""
#: apps/publisher/models.py:631 #: apps/publisher/models.py:630
msgid "" msgid ""
"When this flag is enabled, creation of a new course run in Publisher will " "When this flag is enabled, creation of a new course run in Publisher will "
"also create a corresponding course run in Studio." "also create a corresponding course run in Studio."
msgstr "" msgstr ""
#: apps/publisher/models.py:666 #: apps/publisher/models.py:665
msgid "Submitted for Marketing Review" msgid "Submitted for Marketing Review"
msgstr "" msgstr ""
#: apps/publisher/models.py:667 #: apps/publisher/models.py:666
msgid "Approved by Course Team" msgid "Approved by Course Team"
msgstr "" msgstr ""
#: apps/publisher/models.py:668 apps/publisher/wrappers.py:33 #: apps/publisher/models.py:667 apps/publisher/wrappers.py:33
msgid "Awaiting Course Team Review" msgid "Awaiting Course Team Review"
msgstr "" msgstr ""
#: apps/publisher/models.py:671 apps/publisher/wrappers.py:36 #: apps/publisher/models.py:670 apps/publisher/wrappers.py:36
msgid "N/A" msgid "N/A"
msgstr "" msgstr ""
#: apps/publisher/models.py:672 #: apps/publisher/models.py:671
msgid "Awaiting Marketing Review" msgid "Awaiting Marketing Review"
msgstr "" msgstr ""
#: apps/publisher/models.py:673 #: apps/publisher/models.py:672
msgid "Approved by Marketing" msgid "Approved by Marketing"
msgstr "" msgstr ""
...@@ -1563,7 +1563,7 @@ msgstr "" ...@@ -1563,7 +1563,7 @@ msgstr ""
#: apps/publisher/templates/publisher/base.html:32 #: apps/publisher/templates/publisher/base.html:32
#: apps/publisher/templates/publisher/course_list.html:8 #: apps/publisher/templates/publisher/course_list.html:8
#: apps/publisher/views.py:201 apps/publisher/views.py:668 #: apps/publisher/views.py:201 apps/publisher/views.py:669
msgid "Courses" msgid "Courses"
msgstr "" msgstr ""
...@@ -2131,7 +2131,7 @@ msgid "%(site_name)s Status" ...@@ -2131,7 +2131,7 @@ msgid "%(site_name)s Status"
msgstr "" msgstr ""
#: apps/publisher/templates/publisher/course_list.html:47 #: apps/publisher/templates/publisher/course_list.html:47
#: apps/publisher/templates/publisher/dashboard/_in_progress.html:42 #: apps/publisher/templates/publisher/dashboard/_in_progress.html:39
msgid "Last Handoff" msgid "Last Handoff"
msgstr "" msgstr ""
...@@ -2580,7 +2580,6 @@ msgid "MDC Submission Due Date" ...@@ -2580,7 +2580,6 @@ msgid "MDC Submission Due Date"
msgstr "" msgstr ""
#: apps/publisher/templates/publisher/course_run_detail/_salesforce.html:214 #: apps/publisher/templates/publisher/course_run_detail/_salesforce.html:214
#: apps/publisher/templates/publisher/dashboard/_studio_requests.html:24
msgid "Start Date" msgid "Start Date"
msgstr "" msgstr ""
...@@ -2710,9 +2709,9 @@ msgid "Status" ...@@ -2710,9 +2709,9 @@ msgid "Status"
msgstr "" msgstr ""
#: apps/publisher/templates/publisher/dashboard/_in_preview.html:22 #: apps/publisher/templates/publisher/dashboard/_in_preview.html:22
#: apps/publisher/templates/publisher/email/studio_instance_created.html:38 #: apps/publisher/templates/publisher/dashboard/_in_progress.html:30
#: apps/publisher/templates/publisher/email/studio_instance_created.txt:18 #: apps/publisher/templates/publisher/dashboard/_studio_requests.html:24
msgid "Course start date" msgid "Modified"
msgstr "" msgstr ""
#: apps/publisher/templates/publisher/dashboard/_in_preview.html:39 #: apps/publisher/templates/publisher/dashboard/_in_preview.html:39
...@@ -2747,16 +2746,6 @@ msgstr "" ...@@ -2747,16 +2746,6 @@ msgstr ""
msgid "With" msgid "With"
msgstr "" msgstr ""
#: apps/publisher/templates/publisher/dashboard/_in_progress.html:30
#: apps/publisher/templates/publisher/dashboard/_published.html:23
msgid "Start"
msgstr ""
#: apps/publisher/templates/publisher/dashboard/_in_progress.html:33
#: apps/publisher/templates/publisher/dashboard/_published.html:26
msgid "End"
msgstr ""
#: apps/publisher/templates/publisher/dashboard/_published.html:3 #: apps/publisher/templates/publisher/dashboard/_published.html:3
msgid "No About pages have been published yet." msgid "No About pages have been published yet."
msgstr "" msgstr ""
...@@ -2768,7 +2757,7 @@ msgid "" ...@@ -2768,7 +2757,7 @@ msgid ""
"%(default_published_days)s days." "%(default_published_days)s days."
msgstr "" msgstr ""
#: apps/publisher/templates/publisher/dashboard/_published.html:29 #: apps/publisher/templates/publisher/dashboard/_published.html:23
msgid "Published Date" msgid "Published Date"
msgstr "" msgstr ""
...@@ -3229,6 +3218,11 @@ msgid "" ...@@ -3229,6 +3218,11 @@ msgid ""
"the following items for this course run in Studio." "the following items for this course run in Studio."
msgstr "" msgstr ""
#: apps/publisher/templates/publisher/email/studio_instance_created.html:38
#: apps/publisher/templates/publisher/email/studio_instance_created.txt:18
msgid "Course start date"
msgstr ""
#: apps/publisher/templates/publisher/email/studio_instance_created.html:39 #: apps/publisher/templates/publisher/email/studio_instance_created.html:39
#: apps/publisher/templates/publisher/email/studio_instance_created.txt:19 #: apps/publisher/templates/publisher/email/studio_instance_created.txt:19
msgid "Course end date" msgid "Course end date"
...@@ -3358,21 +3352,21 @@ msgid "" ...@@ -3358,21 +3352,21 @@ msgid ""
"the course to edX marketing for review. " "the course to edX marketing for review. "
msgstr "" msgstr ""
#: apps/publisher/views.py:335 apps/publisher/views.py:1079 #: apps/publisher/views.py:335 apps/publisher/views.py:1080
#, python-brace-format #, python-brace-format
msgid "An error occurred while saving your changes. {error}" msgid "An error occurred while saving your changes. {error}"
msgstr "" msgstr ""
#: apps/publisher/views.py:340 apps/publisher/views.py:526 #: apps/publisher/views.py:340 apps/publisher/views.py:527
#: apps/publisher/views.py:600 apps/publisher/views.py:837 #: apps/publisher/views.py:601 apps/publisher/views.py:838
#: apps/publisher/views.py:882 apps/publisher/views.py:950 #: apps/publisher/views.py:883 apps/publisher/views.py:951
#: apps/publisher/views.py:1085 #: apps/publisher/views.py:1086
msgid "" msgid ""
"The page could not be updated. Make sure that all values are correct, then " "The page could not be updated. Make sure that all values are correct, then "
"try again." "try again."
msgstr "" msgstr ""
#: apps/publisher/views.py:542 #: apps/publisher/views.py:543
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"The entered price does not match the price for the following course run(s): " "The entered price does not match the price for the following course run(s): "
...@@ -3380,7 +3374,7 @@ msgid "" ...@@ -3380,7 +3374,7 @@ msgid ""
"and future course runs." "and future course runs."
msgstr "" msgstr ""
#: apps/publisher/views.py:552 #: apps/publisher/views.py:553
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"The entered seat type does not match the seat type for the following course " "The entered seat type does not match the seat type for the following course "
...@@ -3388,53 +3382,53 @@ msgid "" ...@@ -3388,53 +3382,53 @@ msgid ""
"of all active and future course runs." "of all active and future course runs."
msgstr "" msgstr ""
#: apps/publisher/views.py:568 #: apps/publisher/views.py:569
msgid "" msgid ""
"Enrollment track cannot be unset or changed from verified or professional to " "Enrollment track cannot be unset or changed from verified or professional to "
"audit or credit." "audit or credit."
msgstr "" msgstr ""
#: apps/publisher/views.py:579 #: apps/publisher/views.py:580
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"The following active course run(s) are published: {course_runs}. You cannot " "The following active course run(s) are published: {course_runs}. You cannot "
"change the mode if there are published active runs." "change the mode if there are published active runs."
msgstr "" msgstr ""
#: apps/publisher/views.py:646 #: apps/publisher/views.py:647
msgid "Course updated successfully." msgid "Course updated successfully."
msgstr "" msgstr ""
#: apps/publisher/views.py:688 apps/publisher/views.py:691 #: apps/publisher/views.py:689 apps/publisher/views.py:692
msgid "course" msgid "course"
msgstr "" msgstr ""
#: apps/publisher/views.py:690 apps/publisher/views.py:693 #: apps/publisher/views.py:691 apps/publisher/views.py:694
msgid "marketing" msgid "marketing"
msgstr "" msgstr ""
#: apps/publisher/views.py:790 #: apps/publisher/views.py:791
msgid "There was an error saving this course run:" msgid "There was an error saving this course run:"
msgstr "" msgstr ""
#: apps/publisher/views.py:849 #: apps/publisher/views.py:850
msgid "" msgid ""
"The certificate configuration for this course is incorrect. Please fix it, " "The certificate configuration for this course is incorrect. Please fix it, "
"then try again." "then try again."
msgstr "" msgstr ""
#: apps/publisher/views.py:874 #: apps/publisher/views.py:875
msgid "" msgid ""
"Your organization does not have default roles to review/approve this course-" "Your organization does not have default roles to review/approve this course-"
"run. Please contact your partner manager to create default roles." "run. Please contact your partner manager to create default roles."
msgstr "" msgstr ""
#: apps/publisher/views.py:897 #: apps/publisher/views.py:898
#, python-brace-format #, python-brace-format
msgid "You have successfully created a course run for {course_title}." msgid "You have successfully created a course run for {course_title}."
msgstr "" msgstr ""
#: apps/publisher/views.py:1063 #: apps/publisher/views.py:1064
msgid "Course run updated successfully." msgid "Course run updated successfully."
msgstr "" msgstr ""
...@@ -3480,15 +3474,15 @@ msgstr "" ...@@ -3480,15 +3474,15 @@ msgstr ""
msgid "Preview declined: {course_name}" msgid "Preview declined: {course_name}"
msgstr "" msgstr ""
#: apps/publisher_comments/models.py:16 #: apps/publisher_comments/models.py:17
msgid "Default" msgid "Default"
msgstr "" msgstr ""
#: apps/publisher_comments/models.py:17 #: apps/publisher_comments/models.py:18
msgid "Decline Preview" msgid "Decline Preview"
msgstr "" msgstr ""
#: apps/publisher_comments/models.py:24 #: apps/publisher_comments/models.py:25
msgid "modified" msgid "modified"
msgstr "" msgstr ""
......
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: edx-platform\n" "Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-18 11:01+0000\n" "POT-Creation-Date: 2018-05-24 15:22+0000\n"
"PO-Revision-Date: 2018-04-09 20:13+0000\n" "PO-Revision-Date: 2018-04-09 20:13+0000\n"
"Last-Translator: Muhammad Ayub khan <ayubkhan@edx.org>\n" "Last-Translator: Muhammad Ayub khan <ayubkhan@edx.org>\n"
"Language-Team: openedx-translation <openedx-translation@googlegroups.com>\n" "Language-Team: openedx-translation <openedx-translation@googlegroups.com>\n"
...@@ -81,13 +81,13 @@ msgstr "" ...@@ -81,13 +81,13 @@ msgstr ""
msgid "Please enter a valid URL." msgid "Please enter a valid URL."
msgstr "" msgstr ""
#: static/js/publisher/views/courserun_list.js:22 #: static/js/publisher/views/courserun_list.js:21
msgid "" msgid ""
"You have successfully created a Studio URL ({studioLinkTag}) for " "You have successfully created a Studio URL ({studioLinkTag}) for "
"{courseRunDetail} with a start date of {startDate}" "{courseRunDetail}"
msgstr "" msgstr ""
#: static/js/publisher/views/courserun_list.js:52 #: static/js/publisher/views/courserun_list.js:50
msgid "There was an error in saving your data." msgid "There was an error in saving your data."
msgstr "" msgstr ""
......
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: edx-platform\n" "Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-18 11:01+0000\n" "POT-Creation-Date: 2018-05-24 15:22+0000\n"
"PO-Revision-Date: 2018-04-09 20:13+0000\n" "PO-Revision-Date: 2018-04-09 20:13+0000\n"
"Last-Translator: Muhammad Ayub khan <ayubkhan@edx.org>\n" "Last-Translator: Muhammad Ayub khan <ayubkhan@edx.org>\n"
"Language-Team: openedx-translation <openedx-translation@googlegroups.com>\n" "Language-Team: openedx-translation <openedx-translation@googlegroups.com>\n"
...@@ -3052,7 +3052,6 @@ msgid "MDC Submission Due Date" ...@@ -3052,7 +3052,6 @@ msgid "MDC Submission Due Date"
msgstr "MDÇ Süßmïssïön Düé Däté Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" msgstr "MDÇ Süßmïssïön Düé Däté Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#"
#: apps/publisher/templates/publisher/course_run_detail/_salesforce.html #: apps/publisher/templates/publisher/course_run_detail/_salesforce.html
#: apps/publisher/templates/publisher/dashboard/_studio_requests.html
msgid "Start Date" msgid "Start Date"
msgstr "Stärt Däté Ⱡ'σяєм ιρѕυм ∂σłσ#" msgstr "Stärt Däté Ⱡ'σяєм ιρѕυм ∂σłσ#"
...@@ -3207,10 +3206,10 @@ msgid "Status" ...@@ -3207,10 +3206,10 @@ msgid "Status"
msgstr "Stätüs Ⱡ'σяєм ιρѕυ#" msgstr "Stätüs Ⱡ'σяєм ιρѕυ#"
#: apps/publisher/templates/publisher/dashboard/_in_preview.html #: apps/publisher/templates/publisher/dashboard/_in_preview.html
#: apps/publisher/templates/publisher/email/studio_instance_created.html #: apps/publisher/templates/publisher/dashboard/_in_progress.html
#: apps/publisher/templates/publisher/email/studio_instance_created.txt #: apps/publisher/templates/publisher/dashboard/_studio_requests.html
msgid "Course start date" msgid "Modified"
msgstr "Çöürsé stärt däté Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" msgstr "Mödïfïéd Ⱡ'σяєм ιρѕυм ∂#"
#: apps/publisher/templates/publisher/dashboard/_in_preview.html #: apps/publisher/templates/publisher/dashboard/_in_preview.html
msgid "Approved since " msgid "Approved since "
...@@ -3246,16 +3245,6 @@ msgstr "Wïth Çöürsé Téäm Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм# ...@@ -3246,16 +3245,6 @@ msgstr "Wïth Çöürsé Téäm Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#
msgid "With" msgid "With"
msgstr "Wïth Ⱡ'σяєм ι#" msgstr "Wïth Ⱡ'σяєм ι#"
#: apps/publisher/templates/publisher/dashboard/_in_progress.html
#: apps/publisher/templates/publisher/dashboard/_published.html
msgid "Start"
msgstr "Stärt Ⱡ'σяєм ιρѕ#"
#: apps/publisher/templates/publisher/dashboard/_in_progress.html
#: apps/publisher/templates/publisher/dashboard/_published.html
msgid "End"
msgstr "Énd Ⱡ'σяєм#"
#: apps/publisher/templates/publisher/dashboard/_published.html #: apps/publisher/templates/publisher/dashboard/_published.html
msgid "No About pages have been published yet." msgid "No About pages have been published yet."
msgstr "" msgstr ""
...@@ -3901,6 +3890,11 @@ msgstr "" ...@@ -3901,6 +3890,11 @@ msgstr ""
#: apps/publisher/templates/publisher/email/studio_instance_created.html #: apps/publisher/templates/publisher/email/studio_instance_created.html
#: apps/publisher/templates/publisher/email/studio_instance_created.txt #: apps/publisher/templates/publisher/email/studio_instance_created.txt
msgid "Course start date"
msgstr "Çöürsé stärt däté Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#"
#: apps/publisher/templates/publisher/email/studio_instance_created.html
#: apps/publisher/templates/publisher/email/studio_instance_created.txt
msgid "Course end date" msgid "Course end date"
msgstr "Çöürsé énd däté Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" msgstr "Çöürsé énd däté Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#"
......
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: edx-platform\n" "Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-18 11:01+0000\n" "POT-Creation-Date: 2018-05-24 15:22+0000\n"
"PO-Revision-Date: 2018-04-09 20:13+0000\n" "PO-Revision-Date: 2018-04-09 20:13+0000\n"
"Last-Translator: Muhammad Ayub khan <ayubkhan@edx.org>\n" "Last-Translator: Muhammad Ayub khan <ayubkhan@edx.org>\n"
"Language-Team: openedx-translation <openedx-translation@googlegroups.com>\n" "Language-Team: openedx-translation <openedx-translation@googlegroups.com>\n"
...@@ -94,11 +94,10 @@ msgstr "Pléäsé éntér ä välïd ÛRL. Ⱡ'σяєм ιρѕυм ∂σłσя ...@@ -94,11 +94,10 @@ msgstr "Pléäsé éntér ä välïd ÛRL. Ⱡ'σяєм ιρѕυм ∂σłσя
#: static/js/publisher/views/courserun_list.js #: static/js/publisher/views/courserun_list.js
msgid "" msgid ""
"You have successfully created a Studio URL ({studioLinkTag}) for " "You have successfully created a Studio URL ({studioLinkTag}) for "
"{courseRunDetail} with a start date of {startDate}" "{courseRunDetail}"
msgstr "" msgstr ""
"Ýöü hävé süççéssfüllý çréätéd ä Stüdïö ÛRL ({studioLinkTag}) för " "Ýöü hävé süççéssfüllý çréätéd ä Stüdïö ÛRL ({studioLinkTag}) för "
"{courseRunDetail} wïth ä stärt däté öf {startDate} Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " "{courseRunDetail} Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α#"
"αмєт, ¢σηѕє¢тє#"
#: static/js/publisher/views/courserun_list.js #: static/js/publisher/views/courserun_list.js
msgid "There was an error in saving your data." msgid "There was an error in saving your data."
......
...@@ -15,15 +15,13 @@ $(document).ready(function() { ...@@ -15,15 +15,13 @@ $(document).ready(function() {
var updateCourseKeyURL = $(this).data('update-course-key-url'), var updateCourseKeyURL = $(this).data('update-course-key-url'),
courseKeyValue = courseKeyInput.val().trim(), courseKeyValue = courseKeyInput.val().trim(),
courseTitleTag = $courseRunParentTag.find("#course-title").html().trim(), courseTitleTag = $courseRunParentTag.find("#course-title").html().trim(),
startDateTag = $courseRunParentTag.find("#course-start").html().trim(),
$studioInstanceSuccess = $(".studio-instance-success"), $studioInstanceSuccess = $(".studio-instance-success"),
$studioInstanceError = $(".studio-instance-error"), $studioInstanceError = $(".studio-instance-error"),
successMessage = interpolateString( successMessage = interpolateString(
gettext("You have successfully created a Studio URL ({studioLinkTag}) for {courseRunDetail} with a start date of {startDate}"), gettext("You have successfully created a Studio URL ({studioLinkTag}) for {courseRunDetail}"),
{ {
"studioLinkTag": "<a href=''>"+ courseKeyValue +"</a>", "studioLinkTag": "<a href=''>"+ courseKeyValue +"</a>",
"courseRunDetail": courseTitleTag, "courseRunDetail": courseTitleTag
"startDate": startDateTag
} }
); );
e.preventDefault(); e.preventDefault();
......
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