139
140
msgid_plural = ForeignKey(foreignKey='POMsgID', dbName='msgid_plural',
140
141
notNull=False, default=DEFAULT)
141
143
commenttext = StringCol(dbName='commenttext', notNull=False)
142
144
filereferences = StringCol(dbName='filereferences', notNull=False)
143
145
sourcecomment = StringCol(dbName='sourcecomment', notNull=False)