+
+CATEGORIES_NAME_PLURAL = {
+ 'author': _('autorzy'),
+ 'epoch': _('epoki'),
+ 'kind': _('rodzaje'),
+ 'genre': _('gatunki'),
+ 'theme': _('motywy'),
+ 'set': _('półki'),
+ 'thing': _('obiekty'),
+}
+
+WHOLE_CATEGORY = {
+ 'author': _('Wszyscy autorzy'),
+ 'epoch': _('Wszystkie epoki'),
+ 'kind': _('Wszystkie rodzaje'),
+ 'genre': _('Wszystkie gatunki'),
+ 'theme': _('Wszystkie motywy'),
+ 'set': _('Wszystkie półki'),
+ 'thing': _('Wszystkie obiekty'),
+}