From 9032fbaed1d6c374ec6261680a4fdd520627e0c1 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Thu, 18 Jul 2013 18:49:22 +0200 Subject: [PATCH] Update strings --- .../web/prod/actions/Property/index.html.twig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/web/prod/actions/Property/index.html.twig b/templates/web/prod/actions/Property/index.html.twig index 9f3a5cb0b2..ed5daf7b89 100644 --- a/templates/web/prod/actions/Property/index.html.twig +++ b/templates/web/prod/actions/Property/index.html.twig @@ -17,19 +17,19 @@

{% trans %} - You have selected one document. + You have selected one record. {% plural nbReceivedDocuments %} - You have selected {{ nbReceivedDocuments }} documents. + You have selected {{ nbReceivedDocuments }} records. {% endtrans %} {% if nbEditableDocuments == 0 %} - {% trans %}No documents editable{% endtrans %} + {% trans %}None of the records can be modified.{% endtrans %} {% else %} {% if nbEditableDocuments < nbReceivedDocuments %} {% trans %} - Only one document is editable. + Only one record can be modified. {% plural nbEditableDocuments %} - Only {{ nbEditableDocuments }} documents are editable. + Only {{ nbEditableDocuments }} records can be modified. {% endtrans %} {% endif %} {% endif %} @@ -55,9 +55,9 @@ {% if nbRecords == 0 and nbStories > 0 %} - ({% trans %}Status edition of stories{% endtrans %}) + ({% trans %}Stories status edition{% endtrans %}) {% elseif nbRecords > 0 and nbStories == 0 %} - ({% trans %}Status edition of documents{% endtrans %}) + ({% trans %}Records status edition{% endtrans %}) {% endif %}