X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d42bc478e3d1bd90eb294464748c21e4de0fc63..HEAD:/src/dictionary/constants.py diff --git a/src/dictionary/constants.py b/src/dictionary/constants.py index 51fc67b11..2cef90bf9 100644 --- a/src/dictionary/constants.py +++ b/src/dictionary/constants.py @@ -1,12 +1,12 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. -# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. # -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ FN_TYPES = { - 'pa': _("author's footnotes"), - 'pe': _("Wolne Lektury editorial footnotes"), - 'pr': _("source editorial footnotes"), - 'pt': _("translator's footnotes"), + 'pa': _("przypisy autorskie"), + 'pe': _("przypisy redaktorów Wolnych Lektur"), + 'pr': _("przypisy źródła"), + 'pt': _("przypisy tłumacza"), }