Advertisement
a_igin

Untitled

Jul 6th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. USER_HAS_NO_DOCUMENTS = _('The user dont filled any documents')
  2. USER_ALREADY_HAVE_DOCUMENTS = _('The user already have a filled document info, the other copies disallowed')
  3. TRAINER_PERMISSION = _('Only trainers have access to this request')
  4. TASK_ALREADY_DONE = _('Вы уже выполняли это домашнее задание')
  5. NOT_YOUR_TRAINER = _('Not your trainer')
  6. DIDNT_BUY_COURSE = _('You did not buy this course')
  7. PROMO_NOT_FOUND = _('Valid promo not found')
  8. SUMMA_MORE_THAN_BALANCE = _('Сумма выплаты не может быть больше текущего баланса')
  9. COURSE_ALREADY_BOUGHT = _('You already bought this course, duplicates is disallowed')
  10. WRONG_PACKAGE = _('The specified package is not associated with a course')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement