1 # -*- coding: utf-8 -*-
3 # This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
4 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
6 from django.utils.translation import ugettext_lazy as _
8 TRIM_BEGIN = " TRIM_BEGIN "
9 TRIM_END = " TRIM_END "
15 'dramat_wierszowany_l',
16 'dramat_wierszowany_lp',
21 ('Draft', _('Draft')),
22 ('Comments', _('Comments')),
23 ('Comments review', _('Comments review')),
24 ('Proofreading', _('Proofreading')),
25 ('Publication', _('Publication')),