app/soc/modules/ghop/views/models/task.py
changeset 3018 0653f924ee7e
parent 3017 6689a4c8f02e
child 3026 75ef22dc5a8a
equal deleted inserted replaced
3017:6689a4c8f02e 3018:0653f924ee7e
    78       'The task can be edited by clicking on the edit link '
    78       'The task can be edited by clicking on the edit link '
    79       'next to the title above.')
    79       'next to the title above.')
    80 
    80 
    81   DEF_MAX_TASK_LIMIT_MSG_FMT = ugettext(
    81   DEF_MAX_TASK_LIMIT_MSG_FMT = ugettext(
    82       'The task is open but you cannot claim this task since you '
    82       'The task is open but you cannot claim this task since you '
    83       'either have already claimed %d task.')
    83       'have already claimed %d task(s).')
    84 
    84 
    85   DEF_SIGNIN_TO_COMMENT_MSG = ugettext(
    85   DEF_SIGNIN_TO_COMMENT_MSG = ugettext(
    86       '<a href=%s>Sign in</a> to perform any action or comment on '
    86       '<a href=%s>Sign in</a> to perform any action or comment on '
    87       'this task.')
    87       'this task.')
    88 
    88 
    89   DEF_STUDENT_SIGNUP_MSG = ugettext(
    89   DEF_STUDENT_SIGNUP_MSG = ugettext(
    90       'You have successfully completed this task. Sign up as a student '
    90       'You have successfully completed this task. Sign up as a student '
    91       'before you proceed further.')
    91       'before you proceed further.')
    92 
    92 
    93   DEF_TASK_CLAIMED_BY_YOU_MSG = ugettext( 
    93   DEF_TASK_CLAIMED_BY_YOU_MSG = ugettext( 
    94       'This task has been claimed by you!')
    94       'You have claimed this task!')
    95 
    95 
    96   DEF_TASK_CLAIMED_BY_STUDENT_MSG = ugettext(
    96   DEF_TASK_CLAIMED_BY_STUDENT_MSG = ugettext(
    97       'This task has been claimed by a student!')
    97       'This task has been claimed by a student!')
    98 
    98 
    99   DEF_TASK_CLAIMED_MSG = ugettext(
    99   DEF_TASK_CLAIMED_MSG = ugettext(
   100       'The task is already claimed and the work is in progress.')
   100       'The task is already claimed and the work is in progress.')
   101 
   101 
   102   DEF_TASK_CLAIM_REQUESTED_MSG = ugettext(
   102   DEF_TASK_CLAIM_REQUESTED_MSG = ugettext(
   103       'A student has requested to claim this task. Accept or '
   103       'A student has requested to claim this task. Accept or '
   104       'Reject the request.')
   104       'reject the request.')
   105 
   105 
   106   DEF_TASK_CLOSED_MSG = ugettext('The task is closed.')
   106   DEF_TASK_CLOSED_MSG = ugettext('This task is closed.')
   107 
   107 
   108   DEF_TASK_CMPLTD_BY_YOU_MSG = ugettext(
   108   DEF_TASK_CMPLTD_BY_YOU_MSG = ugettext(
   109       'You have successfully completed this task!')
   109       'You have successfully completed this task!')
   110 
   110 
   111   DEF_TASK_NO_MORE_SUBMIT_MSG = ugettext(
   111   DEF_TASK_NO_MORE_SUBMIT_MSG = ugettext(
   118 
   118 
   119   DEF_TASK_NEEDS_REVIEW_MSG = ugettext(
   119   DEF_TASK_NEEDS_REVIEW_MSG = ugettext(
   120       'Student has submitted his work for this task! It needs review.')
   120       'Student has submitted his work for this task! It needs review.')
   121 
   121 
   122   DEF_TASK_OPEN_MSG = ugettext(
   122   DEF_TASK_OPEN_MSG = ugettext(
   123       'This task is open. If you are GHOP student, you can claim it!')
   123       'This task is open. If you are a GHOP student, you can claim it!')
   124 
   124 
   125   DEF_TASK_REOPENED_MSG = ugettext(
   125   DEF_TASK_REOPENED_MSG = ugettext(
   126       'This task has been reopened. If you are a GHOP student, '
   126       'This task has been reopened. If you are a GHOP student, '
   127       'you can clam it!')
   127       'you can claim it!')
   128 
   128 
   129   DEF_TASK_REQ_CLAIMED_BY_YOU_MSG = ugettext(
   129   DEF_TASK_REQ_CLAIMED_BY_YOU_MSG = ugettext(
   130       'You have requested to claim this task!')
   130       'You have requested to claim this task!')
   131 
   131 
   132   DEF_TASK_UNPUBLISHED_MSG = ugettext(
   132   DEF_TASK_UNPUBLISHED_MSG = ugettext(