src/cm/static_i18n.py
author gibus
Wed, 11 Sep 2013 23:13:01 +0200
changeset 532 0bad3613f59d
parent 0 40c8f766c9b8
permissions -rw-r--r--
Reverse to YUI 3.0.0 since with YUI.3.10.3, comment content including words 'paragraph' or 'section' do not show up on Firefox, this is weird and has to be investigated.

# i18n values (from database) to be translated

from django.utils.translation import ugettext as _

# generic roles
_(u'Observer')
_(u'Manager')
_(u'Editor')
_(u'Moderator')
_(u'Commentator')
_(u'Observer')
_(u'Participant')

# permissions
_(u'Can view text')
_(u'Can edit text')
_(u'Can create text')
_(u'Can delete text')
_(u'Can manage text')
_(u'Can create comment')
_(u'Can delete comment')
_(u'Can delete own comment')
_(u'Can view approved comment')
_(u'Can view own comment')
_(u'Can view unapproved comment')
_(u'Can edit comment')
_(u'Can edit own comment')
_(u'Can manage workspace')
_(u'Can view workspace')

# school roles
_(u'Teacher')
_(u'Student')
_(u'Individual student')