From 1c5a36a29c83b3ffc64c03194e99dc75d2148f55 Mon Sep 17 00:00:00 2001 From: Marc Veron Date: Fri, 10 Aug 2012 06:20:55 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 8573 - Translation difficult in picture-upload.tt due to nested sentence in if/foreach/if/elsif - construction Text could not be correctly translated due to poor parsing of nested sentences in Pootle. *Sentences de-nested to have whole sentence in each if /elsif branch *Cleaned up
  • handling: moved closing outside the for each loop to prevent orphaned closing s. *Changed indentation for better readibility *Changed WARNING to ERROR because it is an *Error* during upload. *Wording simplified (for translation). *In one case added hint to refer to online help (size). This way text should be easier to be translated in Pootle. Signed-off-by: Julian Maurice --- .../prog/en/modules/tools/picture-upload.tt | 33 +++++++++++--------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt index 3520048..51a78c5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt @@ -43,26 +43,29 @@
  • [% TOTAL %] directories scanned.
  • [% HANDLED %] directories processed.
  • + [% FOREACH COUNT IN COUNTS %] - [% END %] -- 1.7.10.4