From e4454fdbf47a44de9de725ed733d12b604855da6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 11 Mar 2019 18:55:33 +0100 Subject: Site translations in forms --- ishtar_common/models.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ishtar_common/models.py') 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)"), }, } -- cgit v1.2.3