From 46f7600fb07064da04f8e8cf9af3fb1b74dbff3e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 10 May 2011 15:11:31 +0200 Subject: More explicit label in operation sheet file (closes #443) --- ishtar/templates/sheet_operation.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ishtar/templates/sheet_operation.html') diff --git a/ishtar/templates/sheet_operation.html b/ishtar/templates/sheet_operation.html index 9a85e03a1..41ae6f9ab 100644 --- a/ishtar/templates/sheet_operation.html +++ b/ishtar/templates/sheet_operation.html @@ -93,11 +93,11 @@ {{act.signature_date}} {% empty %} - {% trans "No administrative act associated to this operation" %} + {% trans "No acts associated to this operation" %} {% endfor %} -

{% trans "Documentation"%}

+

{% trans "Scientific documentation"%}

@@ -114,7 +114,7 @@ {% empty %} - + {% endfor %}
{%trans "Documents"%}
{{ doc.localisation }}
{% trans "No document associated to this operation" %}
{% trans "No scientific document associated to this operation" %}
@@ -142,7 +142,7 @@ {% trans "No context record associated to parcel " %}{{ parcel.section }} - {{parcel.parcel_number}} {% endfor %} {% empty %} - {% trans "No context record associated to this operation" %} + {% trans "No context record associated to this operation (no parcel)" %} {% endfor %} @@ -180,13 +180,13 @@ {#{%trans "Details"%}#} {% empty %} - {% trans "No find associated to context record:" %} {{context_record.short_label}} + {% trans "No find associated to context record" %} {{context_record.short_label}} {% endfor %} {% empty %} - {% trans "No context record associated to parcel:" %} {{parcel.short_label}} + {% trans "No find associated to parcel" %} {{parcel.short_label}} {% trans "(no context record)" %} {% endfor %} {% empty %} - {% trans "No parcel associated to this operation" %} + {% trans "No find associated to this operation (no parcel)" %} {% endfor %} -- cgit v1.2.3