diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-09-23 21:11:37 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-09-23 21:11:37 +0200 |
commit | ba442fc40b28790674244d6c9c598c431ce2eead (patch) | |
tree | b42da3810a273414d575c4e1379690b0e937937a /ishtar/ishtar_base/models.py | |
parent | 27cc13db69a0d1b28df935a7b99b508aba910b7a (diff) | |
download | Ishtar-ba442fc40b28790674244d6c9c598c431ce2eead.tar.bz2 Ishtar-ba442fc40b28790674244d6c9c598c431ce2eead.zip |
Update of french translation (closes #631)
Diffstat (limited to 'ishtar/ishtar_base/models.py')
-rw-r--r-- | ishtar/ishtar_base/models.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar/ishtar_base/models.py b/ishtar/ishtar_base/models.py index 3d619e256..67dad81b7 100644 --- a/ishtar/ishtar_base/models.py +++ b/ishtar/ishtar_base/models.py @@ -506,8 +506,8 @@ class OperationDashboard: 'recorded':_(u"Recorded"), 'effective':_(u"Effective"), 'active':_(u"Active"), - 'field':_(u"Field"), - 'documented':_(u"Documented"), + 'field':_(u"Field completed"), + 'documented':_(u"Associated report"), 'closed':_(u"Closed"), 'documented_closed':_(u"Documented and closed"), } @@ -1373,7 +1373,7 @@ class Operation(BaseHistorizedItem, OwnPerms): _(u"Prescription on geoarchaeological context"), blank=True, null=True) operator_reference = models.CharField(_(u"Operator reference"), max_length=20, null=True, blank=True) - common_name = models.CharField(_(u"Common name"), max_length=120, null=True, + common_name = models.CharField(_(u"Generic name"), max_length=120, null=True, blank=True) comment = models.TextField(_(u"Comment"), null=True, blank=True) history = HistoricalRecords() |