Locatizations.
[wolnelektury.git] / src / dictionary / constants.py
index bc19ed7..0cf2a23 100644 (file)
@@ -5,8 +5,8 @@ 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"),
 }