- Timestamp:
- 05/28/08 13:37:32 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/plugins_internal/EMailSystem/EMailSystem_cfg.py
r1479 r1602 1 #!/usr/bin/python2 1 # -*- coding: UTF-8 -*- 2 3 from django.utils.translation import gettext_lazy as _ 3 4 4 5 #_____________________________________________________________________________ … … 19 20 "must_login" : True, 20 21 "must_admin" : False, 22 "admin_sub_menu": { 23 "section" : _("user management"), 24 "title" : _("EMail system"), 25 "help_text" : _("Send other PyLucid members a email."), 26 "open_in_window": False, 27 "weight" : 0, 28 }, 21 29 }, 22 30 }
