Skip to content
django.po 92.8 KiB
Newer Older
msgid "grade has not been released"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:825
msgid "unknown action"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:841
msgid "Session expired."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:848
msgid "Session ended."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:854
msgid "Session regraded."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:860
msgid "Session grade recalculated."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:863
msgid "invalid session operation"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:959
#, python-format
msgid ""
"Click to <a href='%s' target='_blank'>create</a> a new grading opportunity. "
"Reload this form when done."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:963
msgctxt "Field name in Import grades form"
msgid "Grading opportunity"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:968 .\course\models.py:1046
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:970
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:974
msgid "CSV with Header"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:977
#. Translators: the following strings are for the format
#. informatioin for a CSV file to be imported.
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:982
msgid ""
"1-based column index for the Email or NetID used to locate student record"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:985
msgid "User ID column"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:987
msgid "1-based column index for the (numerical) grade"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:989
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:991
msgid "1-based column index for further (textual) feedback"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:993
msgid "Feedback column"
msgstr ""

#. Translators: "Max point" refers to full credit in points.
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:997 .\course\models.py:693 .\course\models.py:1052
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:1000 .\course\sandbox.py:70
#: .\course\templates\course\grade-import-preview.html:14
#: .\course\versioning.py:376
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:1003
msgid "Import"
msgstr ""

#. Translators: use id_string to find user (participant).
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:1038
#, python-format
msgid "no participant found for '%(id_string)s'"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:1042
#, python-format
msgid "more than one participant found for '%(id_string)s'"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:1184
#, python-format
msgid "%(total)d grades found, %(unchaged)d unchanged."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:1198
#, python-format
msgid "%d grades imported."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\grades.py:1211
msgid "Import Grade Data"
msgstr ""

#: .\course\grading.py:67
msgid "Flow session not part of specified course"
msgstr ""

#: .\course\grading.py:70
msgid "Cannot grade anonymous session"
msgstr ""

#: .\course\grading.py:203
msgid "Submit"
msgstr ""

#: .\course\grading.py:277
msgid "must be instructor or TA to view grading stats"
msgstr ""

#: .\course\im.py:53
msgctxt "Instant message"
msgid "Message"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#. Translators: literals in this file are about
#. the instant messaging function.
#: .\course\im.py:65
msgctxt "Send instant messages"
msgid "Send"
msgstr ""

#: .\course\im.py:142
msgid "unable to connect"
msgstr ""

#: .\course\im.py:160
msgid "only enrolled folks may do that"
msgstr ""

#: .\course\im.py:167
msgid "Instant messaging is not enabled for this course."
msgstr ""

#: .\course\im.py:173
msgid "Recipient is <span class='label label-success'>Online</span>."
msgstr ""

#: .\course\im.py:176
msgid "Recipient is <span class='label label-danger'>Offline</span>."
msgstr ""

#: .\course\im.py:190
msgid "no recipient XMPP ID"
msgstr ""

#: .\course\im.py:193
msgid "no XMPP password"
msgstr ""

#: .\course\im.py:205
msgid "An error occurred while sending the message. Sorry."
msgstr ""

#: .\course\im.py:209
msgid "Message sent."
msgstr ""

#: .\course\im.py:218 .\course\templates\course\course-base.html:28
msgid "Send instant message"
msgstr ""

#. Translators: name format of ParticipationTag
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:60 .\course\models.py:324
msgid "Format is lower-case-with-hyphens. Do not use spaces."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:62
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:64
msgid "Facility description"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:67
msgid "Facility"
msgstr ""

#. Translators: plural form of facility
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:69
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:82
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:85
msgid "IP range description"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:88
msgid "Facility IP range"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:117 .\course\models.py:349
#: .\course\templates\course\gradebook-by-opp.html:63
#: .\course\templates\course\gradebook-participant-list.html:24
#: .\course\templates\course\gradebook-participant.html:31
#: .\course\templates\course\gradebook.html:24
msgid "User ID"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:120 .\course\models.py:143
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:122
msgid "The sign in token sent out in email."
msgstr ""

#. Translators: the sign in token of the user.
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:125
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:127
msgid "The time stamp of the sign in token."
msgstr ""

#. Translators: the time when the token is sent out.
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:129
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:133
msgid "Default"
msgstr ""

#. Translators: the text editor used by participants
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:140
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:144
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:148
#, python-format
msgid "User status for %(user)s"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:157
msgid ""
"A course identifier. Alphanumeric with dashes, no spaces. This is visible in "
"URLs and determines the location on your file system where the course's git "
"repository lives."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:160 .\course\models.py:279 .\course\models.py:321
#: .\course\models.py:351 .\course\models.py:398 .\course\models.py:425
#: .\course\models.py:446 .\course\models.py:973
msgid "Course identifier"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:166
msgid "Identifier may only contain letters, numbers, and hypens ('-')."
msgstr ""

#: .\course\models.py:173
msgid "Is the course only accessible to course staff?"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:174
msgid "Hidden to student"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:177
msgid "Should the course be listed on the main page?"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:178
msgid "Listed on main page"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:181
msgid "Accepts enrollment"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:184
msgid "Whether the course content has passed validation."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:185
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:188
msgid ""
"A Git URL from which to pull course updates. If you're just starting out, "
"enter <tt>git://github.com/inducer/relate-sample</tt> to get some sample "
"content."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:192
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:194
msgid ""
"An SSH private key to use for Git authentication. Not needed for the sample "
"URL above."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:196
msgid "SSH private key"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:200
msgid ""
"Name of a YAML file in the git repository that contains the root course "
"descriptor."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:202
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:205
msgid ""
"Name of a YAML file in the git repository that contains calendar information."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:207
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:211
msgid "If set, each enrolling student must be individually approved."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:213
msgid "Enrollment approval required"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:216
msgid ""
"Enrollee's email addresses must end in the specified suffix, such as "
"'@illinois.edu'."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:218
msgid "Enrollment required email suffix"
msgstr ""

#. Translators: replace "RELATE" with the brand name of your
#. website if necessary.
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:223
msgid ""
"This email address will be used in the 'From' line of automated emails sent "
"by RELATE."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:225
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:228
msgid "This email address will receive notifications about the course."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:230
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:235
msgid ""
"(Required only if the instant message feature is desired.) The Jabber/XMPP "
"ID (JID) the course will use to sign in to an XMPP server."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:238
msgid "Course xmpp ID"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:240
msgid ""
"(Required only if the instant message feature is desired.) The password to "
"go with the JID above."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:242
msgid "Course xmpp password"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:245
msgid ""
"(Required only if the instant message feature is desired.) The JID to which "
"instant messages will be sent."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:247
msgid "Recipient xmpp ID"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:253 .\course\models.py:452
msgid "Active git commit SHA"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:260
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:284
msgid "Kind of event"
msgstr ""

#. Translators: ordinal of event of the same kind
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:287
msgid "Ordinal of event"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:289 .\course\models.py:429 .\course\models.py:456
#: .\course\templates\course\flow-start.html:23
msgid "Start time"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:291 .\course\models.py:431
msgid "End time"
msgstr ""

#. Translators: for when the due time is "All day", how the webpage
#. of a event is displayed.
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:295
msgid ""
"Only affects the rendering in the class calendar, in that a start time is "
"not shown"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:297
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:300
msgid "Shown in calendar"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:303
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:304
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:326
msgid "Name of participation tag"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:335
msgid "Name contains invalid characters."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:341
msgid "Participation tag"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:342
msgid "Participation tags"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:354
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:357
msgid ""
"Instructors may update course content. Teaching assistants may access and "
"change grade data. Observers may access analytics. Each role includes "
"privileges from subsequent roles."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:361
msgid "Participation role"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:364
msgid "Participation status"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:369
msgid ""
"Multiplier for time available on time-limited flows (time-limited flows are "
"currently unimplemented)."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:371
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:375
msgid "Preview git commit SHA"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:378
msgid "Tags"
msgstr ""

#. Translators: displayed format of Participation: some user in some
#. course as some role
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:383
#, python-format
msgid "%(user)s in %(course)s as %(role)s"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:388 .\course\models.py:450 .\course\models.py:812
#: .\course\models.py:882 .\course\models.py:1033 .\course\models.py:1289
#: .\course\templates\course\course-base.html:100
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:389
msgid "Participations"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:404 .\course\models.py:830 .\course\models.py:887
#: .\course\models.py:1061
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:406 .\course\models.py:832 .\course\models.py:889
#: .\course\models.py:998
msgid "Creation time"
msgstr ""

#. Translators: somebody's email in some course in Particiaption
#. Preapproval
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:411
#, python-format
msgid "%(email)s in %(course)s"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:415
msgid "Participation preapproval"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:416
msgid "Participation preapprovals"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:433
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:436
msgid "Instant flow request"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:437 .\course\templates\course\course-base.html:104
msgid "Instant flow requests"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:458
msgid "Completition time"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:460
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:463
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:470
msgid "Expiration mode"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:479 .\course\models.py:1050
#: .\course\templates\course\gradebook-single.html:218
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:482
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:484
msgid "Result comment"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:487 .\course\models.py:543 .\course\models.py:587
#: .\course\models.py:1067 .\course\templates\course\grade-flow-page.html:58
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:488 .\course\templates\course\gradebook-single.html:127
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:493
#, python-format
msgid "anonymous session %(session_id)d on '%(flow_id)s'"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:497
#, python-format
msgid "%(user)s's session %(session_id)d on '%(flow_id)s'"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:545
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:548
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:555
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:558 .\course\models.py:559
msgid "Flow page data"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:563
#, python-format
msgid ""
"Data for page '%(group_id)s/%(page_id)s' (ordinal %(ordinal)s) in %"
"(flow_session)s"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:590 .\course\models.py:743
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:592
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:594
msgid "Remote address"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:597
msgid ""
"Synthetic flow page visits are generated for unvisited pages once a flow is "
"finished. This is needed since grade information is attached to a visit, and "
"it needs a place to go."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:601
msgid "Is synthetic"
msgstr ""

#. Translators: "Answer" is a Noun.
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:607 .\course\page\code.py:59 .\course\page\text.py:97
msgid "Answer"
msgstr ""

#. Translators: determine whether the answer is a final,
#. submitted answer fit for grading.
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:620
msgid "Is submitted answer"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#. Translators: flow page visit
#: .\course\models.py:625
#, python-format
msgid "'%(group_id)s/%(page_id)s' in '%(session)s' on %(time)s"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#. Translators: flow page visit: if an answer is
#. provided by user then append the string.
#: .\course\models.py:635
msgid " (with answer)"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:640
msgid "Flow page visit"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:641
msgid "Flow page visits"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:668
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:672 .\course\templates\course\gradebook-single.html:219
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:674 .\course\models.py:1063
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:678
msgid "Graded at git commit SHA"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:683
msgid "Grade data"
msgstr ""

#. Translators: max point in grade
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:691
msgid "Point value of this question when receiving full credit."
msgstr ""

#. Translators: correctness in grade
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:696
msgid ""
"Real number between zero and one (inclusively) indicating the degree of "
"correctness of the answer."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:698
msgid "Correctness"
msgstr ""

#. Translators: "Feedback" stands for the feedback of answers.
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:709
#: .\course\templates\course\grade-import-preview.html:20
msgid "Feedback"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:724
msgid "Flow page visit grade"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:725
msgid "Flow page visit grades"
msgstr ""

#. Translators: return the information of the grade of a user
#. by percentage.
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:735
#, python-format
msgid "grade of %(visit)s: %(percentage)s"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:745
#: .\course\templates\course\grade-import-preview.html:19
#: .\course\templates\course\gradebook-participant.html:51
#: .\course\templates\course\gradebook-single.html:66
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:750
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:786
msgid "stipulations must be a dictionary"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:791
msgid "unrecognized keys in stipulations"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:797
msgid "credit_percent must be a float"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:803
msgid "'allowed_session_count' must be a non-negative integer"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:816 .\course\models.py:884
msgid "Expiration"
msgstr ""

#. Translators: help text for stipulations in FlowAccessException
#. (deprecated)
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:821
msgid ""
"A dictionary of the same things that can be added to a flow access rule, "
"such as allowed_session_count or credit_percent. If not specified here, "
"values will default to the stipulations in the course content."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:827
msgid "Stipulations"
msgstr ""

#. Translators: deprecated
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:837
msgid ""
"Check if a flow started under this exception rule set should stay under this "
"rule set until it is expired."
msgstr ""

#. Translators: deprecated
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:841
Dong Zhuang's avatar
Dong Zhuang committed
#. Translators: flow access exception in admin (deprecated)
#: .\course\models.py:849
#, python-format
msgid "Access exception for '%(user)s' to '%(flow_id)s' in '%(course)s'"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:863
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:866
msgid "Permission"
msgstr ""

#. Translators: FlowAccessExceptionEntry (deprecated)
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:870
msgid "Flow access exception entries"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:896
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:898
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:901
msgctxt "Is the flow rule exception activated?"
msgid "Active"
msgstr ""

#. Translators: For FlowRuleException
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:906
#, python-format
msgid "%(kind)s exception for '%(user)s' to '%(flow_id)s'in '%(course)s'"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:917
msgid "grading rules may not expire"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:956
msgid "invalid rule kind: "
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:960
msgid "invalid existing_session_rules: "
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:963
msgid "Flow rule exception"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:964
msgid "Flow rule exceptions"
msgstr ""

#. Translators: format of identifier for GradingOpportunity
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:977
msgid "A symbolic name for this grade. lower_case_with_underscores, no spaces."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:979
msgid "Grading opportunity ID"
msgstr ""

#. Translators: name for GradingOpportunity
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:982
msgid "A human-readable identifier for the grade."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:983
msgid "Grading opportunity name"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:985
msgid "Flow identifier that this grading opportunity is linked to, if any"
msgstr ""

#. Translators: strategy on how the grading of mutiple sessioins
#. are aggregated.
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:993 .\course\templates\course\gradebook-by-opp.html:36
#: .\course\templates\course\gradebook-opp-list.html:27
msgid "Aggregation strategy"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:996 .\course\models.py:1058
#: .\course\templates\course\gradebook-opp-list.html:28 .\course\views.py:751
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1001
msgid "Shown in grade book"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1003
msgid "Shown in student grade book"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1006 .\course\models.py:1030
msgid "Grading opportunity"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1007
msgid "Grading opportunities"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#. Translators: For GradingOpportunity
#: .\course\models.py:1014
#, python-format
msgid "%(opportunity_name)s (%(opportunity_id)s) in %(course)s"
msgstr ""

#. Translators: something like 'status'.
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1038 .\course\templates\course\flow-start.html:24
#: .\course\templates\course\gradebook-single.html:135
msgid "State"
msgstr ""

#. Translators: help text of "attempt_id" in GradeChange class
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1043
msgid ""
"Grade changes are grouped by their 'attempt ID' where later grades with the "
"same attempt ID supersede earlier ones."
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1070
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1071
msgid "Grade changes"
msgstr ""

#. Translators: information for GradeChange
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1076
#, python-format
msgid "%(participation)s %(state)s on %(opportunityname)s"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1083
msgid "Participation and opportunity must live in the same course"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1131
msgid "cannot accept grade once opportunity has been marked 'unavailable'"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1135
msgid "cannot accept grade once opportunity has been marked 'exempt'"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1178
#, python-format
msgid "invalid grade change state '%s'"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1220
#, python-format
msgid "invalid grade aggregation strategy '%s'"
msgstr ""

#. Translators: display the name of a flow
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1274
#, python-format
msgid "Flow: %(flow_desc_title)s"
msgstr ""

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1291
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1293 .\course\templates\course\gradebook-single.html:63
#: .\course\views.py:226
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\models.py:1296
msgid "Instant message"