diff options
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 247ab4f61..641a9b0a4 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2274,12 +2274,28 @@ TRANSLATED_SITE_LABELS = {          'new': _(u"New site"),          'modification': _(u"Site modification"),          'deletion': _(u"Site deletion"), +        "attached-to-operation": _(u"Site (attached to the " +                                   u"operation)"), +        "name-attached-to-operation": _(u"Site name (attached " +                                        u"to the operation)"), +        "attached-to-cr": _(u"Site (attached to the context " +                            u"record)"), +        "name-attached-to-cr": +            _(u"Site name (attached to the context record)"),      },      'entity': {          'search': _(u"Archaeological entity search"),          'new': _(u"New archaeological entity"),          'modification': _(u"Archaeological entity modification"),          'deletion': _(u"Archaeological entity deletion"), +        "attached-to-operation": _(u"Archaeological entity (attached to the " +                                   u"operation)"), +        "name-attached-to-operation": _(u"Archaeological entity name (attached " +                                        u"to the operation)"), +        "attached-to-cr": _(u"Archaeological entity (attached to the context " +                            u"record)"), +        "name-attached-to-cr": +            _(u"Archaeological entity name (attached to the context record)"),      },  } | 
