bc19ed79ab78f7f53ca3353379e08a7d3162e966
[wolnelektury.git] / src / dictionary / constants.py
1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
3 #
4 from django.utils.translation import gettext_lazy as _
5
6
7 FN_TYPES = {
8     'pa': _("author's footnotes"),
9     'pe': _("Wolne Lektury editorial footnotes"),
10     'pr': _("source editorial footnotes"),
11     'pt': _("translator's footnotes"),
12 }