23 'cite.code': 'cytat.kod',
24 'cite.code.xml': 'cytat.kod.xml',
25 'list.items': 'lista',
26 'list.items.enum': 'lista.numerowana',
37 getLabel: function(of, name) {
38 return (names[of] && (names[of][name] || name)) || '?';
40 getTagLabel: function(tagName) {
41 return this.getLabel('tag', tagName);
43 getClassLabel: function(className) {
44 return this.getLabel('class', className);